summaryrefslogtreecommitdiff
path: root/app/src/main/java/de/danoeh/antennapod/fragment/preferences
AgeCommit message (Collapse)Author
2020-06-11Force restart app after enabling ChromecastByteHamster
2020-06-06Updated forum linkByteHamster
2020-05-24Merge pull request #4106 from malockin/export-favoritesH. Lehmann
Export favourites
2020-05-06Merge pull request #4121 from ByteHamster/on-demand-configurationH. Lehmann
Added on-demand configuration for stream vs download
2020-05-06Added on-demand configuration for stream vs downloadByteHamster
2020-05-06Switch theme without user obstructionByteHamster
2020-05-03Replaced some Toasts with SnackbarsByteHamster
2020-05-03Reformatted output, added Hebrew translationmalockin
Reformatted output to be sorted by date in descending order. Added links to episode page, as well as direct media download. Added Hebrew transaltion for Favorites export. Removed unused code.
2020-05-03Initial favorites export commitmalockin
2020-04-21Use constants instead hardcoded numbers in view pagers adaptersEbrahim Byagowi
2020-04-21Add default cases for switches lack themEbrahim Byagowi
2020-04-21Port pager_fragment users to ViewPager2Ebrahim Byagowi
2020-04-21Adopt StatisticsFragment with ViewPager2Ebrahim Byagowi
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-04-07show a warning dialog when importing a database (#4011)Tony Tam
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.