In fact that I have been using you app occasionally, I found someday that it does not work now. I managed to figure out that guys from Stackoverflow changed feed API and moreover you app was not able to follow up redirect (HTTP 301 Moved Permanently).
So, according to this pull request what I did and what I did not :
- feed API has not been changed
- added OkHttp library within required by it another library called Okio
- replaced HttpURLConnection with client from OkHttp
- added required rules for proguard to cover up OkHttp
I also would like to mention that feed API for Stack careers has been changed from
http://careers.stackoverflow.com/jobs/feed => https://stackoverflow.com/jobs/feed
PS. I hope that author of Stack Career will accept my fix for that problem and eventually some day we might be able to download new app from Google Play.
Reference :
[1] Stack Careers - pull request