summaryrefslogtreecommitdiff
path: root/app/src/main/java/de/danoeh/antennapod/fragment/preferences/NetworkPreferencesFragment.java
AgeCommit message (Collapse)Author
2020-12-15Removed unused importByteHamster
2020-12-15Added number to parallel downloads stringByteHamster
2020-04-11WorkManager.getInstance() is deprecatedHamidreza Bayat
Pass context where available
2020-04-09Localize digits in queue episodes and parallel downloads numbersEbrahim Byagowi
Ideally %d%s should be moved into the message itself this however is a temporal fix before apply that to the messages themselves.
2020-03-25Cleaned up some Lint warningsByteHamster
2019-11-06Removed MaterialDialog dependencyByteHamster
The AlertDialogs from Androidx are material, too.
2019-10-22Enforce MultipleVariableDeclarations checkstyleByteHamster
2019-10-04Automatic AndroidX migrationByteHamster
2019-09-29Converted statistics to fragmentByteHamster
Also set title of all preferences pages
2019-06-13Restructured preferences codeByteHamster