summaryrefslogtreecommitdiff
path: root/app/src/main/java/de/danoeh/antennapod/receiver
AgeCommit message (Collapse)Author
2024-03-31Restructure related UI classes together (#7044)ByteHamster
2024-03-29Move download service to module (#7041)ByteHamster
2024-03-29Create module for sync service and move DBWriter to database module (#7040)ByteHamster
2024-03-27Split up DBTasks which has unclear responsibilities (#7032)ByteHamster
2024-03-04Remove tab characters from last 6 filesByteHamster
2023-03-14Move feed download to worker (#6375)ByteHamster
Feed downloads are now independent from episode downloads. This makes it easier to use WorkManager for refreshing. Also, it will make it easier to add different refresh intervals in the future.
2022-11-06Move preferences to a new moduleByteHamster
2022-11-06Move DownloadService-Interface to new moduleByteHamster
2022-11-05Remove dependency from other classes to DownloadServiceByteHamster
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
2021-04-22Moved model to its own moduleByteHamster
2018-05-05Moved widget from app to coreByteHamster
2018-05-05Switched widget to JobIntentServiceByteHamster
2018-05-03Start PlaybackService lazily to allow using ForegroundServiceByteHamster
2018-01-14Weaken declaration accessMartin Fietz
2018-01-07Cleanup order/remove unused includesDirk Mueller
This is the result of Android Studio's include cleanup Macro. This removes some no longer used includes, simplifying the code a bit. The rest is grouping and resorting alphabetically.
2016-03-18Merge branch 'develop' into typosDomingos Lopes
2016-03-16Merge pull request #1696 from mfietz/issue/1695-npe-context-nullMartin Fietz
Ensure initialization
2016-03-13Address error-prone warningsAndrew Gaul
2016-02-23widget log message typoDomingos Lopes
2016-02-19RefactorMartin Fietz
2016-02-19Make sure DB helpers and preferences are initializedMartin Fietz
2016-01-30Change feed lastModified/lastUpdate to StringMartin Fietz
2015-12-02Replace commons-lang3 where possibleMartin Fietz
2015-11-29actually apply the preferencesTom Hennen
2015-11-29store enabledness in preferences, be sure to tell the main fragment what we wantTom Hennen
2015-11-29enable and disable the widget as neededTom Hennen
2015-11-29make sure we stop updates when we're supposed toTom Hennen
2015-11-28start app if playback not runningTom Hennen
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.
2015-03-29Merge pull request #697 from mfietz/feature/downloader-if-modified-sinceTom Hennen
Downloader use If-Modified-Since HTTP header (Take 2)
2015-03-26for some reason the intent doesn't have EXTRA_STATUS anymore. We'll just see ↵Tom Hennen
what the action type is. closes #695
2015-03-21Revert "Downloader use If-Modified-Since HTTP header"Tom Hennen
2015-03-17New feed last update is never, not nowMartin Fietz
2015-01-06now looking for changes to charging state to change what we do for auto-downloadTom Hennen
2014-10-19Updated config in app module, fixed typodaniel oeh
2014-10-11Moved core classes into subprojectdaniel 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