summaryrefslogtreecommitdiff
path: root/app/src/main/java/de/danoeh/antennapod/receiver/ConnectivityActionReceiver.java
AgeCommit message (Collapse)Author
2024-03-31Restructure related UI classes together (#7044)ByteHamster
2024-03-29Move download service to module (#7041)ByteHamster
2022-11-03Make NetworkUtils less fatByteHamster
Breaks dependency cycles
2022-11-03Break dependency cycleByteHamster
ClientConfig->HttpClient->UserAgentInterceptor->ClientConfig
2022-01-06Rewrite download request creation (#5530)ByteHamster
Android has a limit on the size of Intent parameters. When enqueuing a huge number of items, it just ignored the argument and did not call onNewIntent. We now load the list over in DownloadService.
2021-12-28Detect network changes with Android > Lollipop (#5609)Tony Tam
2021-10-30Don't connect to metered wifi networksByteHamster
2016-02-19Make sure DB helpers and preferences are initializedMartin Fietz
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