summaryrefslogtreecommitdiff
path: root/app/src/main/java/de/danoeh/antennapod/fragment/preferences
AgeCommit message (Collapse)Author
2020-04-01Merge pull request #3983 from ByteHamster/integrations-screenH. Lehmann
Removed integrations screen with only one item
2020-03-31put a date with the filename being exported (#3980)Tony Tam
2020-03-31Removed integrations screen with only one itemByteHamster
2020-03-30Checkstyle fixesByteHamster
2020-03-30Speed up full sync by not loading queue/favorite statusByteHamster
2020-03-30Give some love to gpodder login UIByteHamster
2020-03-30Report sync progressByteHamster
2020-03-30Uncoupled AntennaPod from specific GpodnetSyncServiceByteHamster
2020-03-26Removed WiFi filter on Android 10ByteHamster
2020-03-25Merge pull request #3962 from ByteHamster/cleanup-lintH. Lehmann
Cleaned up some Lint warnings
2020-03-25Removed unused codeByteHamster
2020-03-25Cleaned up some Lint warningsByteHamster
2020-03-23Extracted skip preference dialogByteHamster
2020-03-19Merge pull request #3943 from ByteHamster/nav-list-fragmentH. Lehmann
Nav list fragment
2020-03-18Enabled more checkstyle rulesByteHamster
2020-03-18Migrated nav list to a fragmentByteHamster
2020-03-15Moved Toolbar to individual FragmentsByteHamster
2020-02-05Fixed not restarting correctly after importByteHamster
This is the same as 72a8e0f3b622641f9e6e9ff6001f12db87d9c948 but that commit got lost when merging master into develop
2020-02-05Verify database version before importByteHamster
2020-02-02Enforce SeparatorWrapByteHamster
2020-02-01Clean up statisticsByteHamster
Removed unused `StatisticsData` wrapper class and extracted `StatisticsItem` to new class
2020-01-29Removed unnecessary base activityByteHamster
2020-01-29Removed OPML import activity with only one buttonByteHamster
2020-01-29CleanupByteHamster
2020-01-29Moved database import/export to settingsByteHamster
2020-01-29Added summariesByteHamster
2020-01-29Split import/export and storage preferencesByteHamster
2020-01-27Updated html export designByteHamster
2020-01-12Merge pull request #3523 from wseemann/developH. Lehmann
Show storage size of downloaded episodes
2020-01-12Show storage size of downloaded episodesWilliam Seemann
2020-01-09Merge pull request #3719 from ByteHamster/removed-unused-codeH. Lehmann
Removed unused code
2020-01-09Merge branch 'develop' into do-not-allocate-arraysH. Lehmann
2020-01-03Update lists after changing 'prefer streaming' preferenceByteHamster
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.
2020-01-02Removed API checksByteHamster
2019-11-22Bumped minimum API version to 16ByteHamster
2019-11-13Fixed auto download settings titleByteHamster
2019-11-09CleanupByteHamster
2019-11-09Added licenses screenByteHamster
2019-11-09Added commit to new about screenByteHamster
2019-11-09Added translators screenByteHamster
2019-11-09Added developers listByteHamster
2019-11-06Removed MaterialDialog dependencyByteHamster
The AlertDialogs from Androidx are material, too.
2019-11-05#2652 the UI of a new setting enqueue locationorionlee
- replaced existing enqueue at front - the option after current episode will replace Keep In-Progress in Queue that was in the PR (30f104f4).
2019-11-05#2652 (part of): Expose keep in-progress at front as a preferenceorionlee
(in Playback > Queue section)
2019-10-22Enforce MultipleVariableDeclarations checkstyleByteHamster
2019-10-14Remove duplicate stringXavier Gouchet
2019-10-14Fix formattingXavier Gouchet
2019-10-14Add confirmation dialog before reseting statisticsXavier Gouchet
2019-10-14Disable the resetStatistics item when in countAll modeXavier Gouchet