summaryrefslogtreecommitdiff
path: root/app/src/main/java/de/danoeh/antennapod/fragment/preferences/AutoDownloadPreferencesFragment.java
AgeCommit message (Collapse)Author
2021-02-05Added new cleanup option: when not favoritedJonas Kalderstam
This is another way of solving #2077. The root issue is that queued episodes are never auto-deleted currently which means that if you automatically add episodes to the queue you will eventually end up with AntennaPod refusing to auto download more episodes because the cache is full and it can't make space. This option will only refuse to delete favorited items. Otherwise it will simply delete the oldest episodes.
2020-09-29Fix a few more deprecations, tiny cleanup (#4388)Taco
2020-07-16Added CI Lint checks for app moduleByteHamster
2020-03-26Removed WiFi filter on Android 10ByteHamster
2020-01-02Do not allocate space for arrays that do not need to be allocatedByteHamster
Those arrays are just there for the type system. Creating them with a big size is not necessary and uses unnecessary resources.
2019-11-13Fixed auto download settings titleByteHamster
2019-10-04Automatic AndroidX migrationByteHamster
2019-09-29Converted statistics to fragmentByteHamster
Also set title of all preferences pages
2019-09-28Wifi Filter UI - code style tweaks, mainly inlining.orionlee
2019-09-27Auto Wifi filter permission UI - flattened the logic back to the fragment ↵orionlee
per review.
2019-09-27#3387 permission prompt - add comments for case Wi-Fi filter not enabled.orionlee
2019-09-27#3387 permission prompt - add warning icon to make it stand out.orionlee
2019-09-27#3387 use ACCESS_FINE_LOCATION per Google feedbackorionlee
https://issuetracker.google.com/issues/140696830
2019-09-27#3387 ask for location permission for Wi-Fi filter UI on Android 10+.orionlee
2019-08-12Sort automatic download wifi names ignoring caseAndrew Gaul
When a user has many wifi networks it can be difficult to remember if a given network has upper- or lower-case.
2019-07-25Refactored mobile updates settingByteHamster
2019-06-13Restructured preferences codeByteHamster