summaryrefslogtreecommitdiff
path: root/app/src/main/java/de/danoeh/antennapod/receiver/ConnectivityActionReceiver.java
AgeCommit message (Collapse)Author
2015-12-02Replace commons-lang3 where possibleMartin Fietz
2015-08-02Initialize NetworkUtils, set context onceMartin Fietz
Had some issues with the new NetworkAllowanceInterceptor. When I gave it a constructor that would hold the context (to use it with NetworkUtils), the whole Glide image loading process would not work.
2015-07-26expired feeds weren't implemented properly and were probably a bad idea. now ↵Tom Hennen
refreshing all feeds on the schedule.
2014-10-19Updated config in app module, fixed typodaniel oeh
2014-09-19Moved non-gui classes to 'core' packagedaniel oeh
2014-09-17Changed project structuredaniel oeh
Switched from custom layout to standard gradle project structure