summaryrefslogtreecommitdiff
path: root/app/src/main/java/de/danoeh/antennapod/fragment/preferences
AgeCommit message (Collapse)Author
2024-03-31Restructure related UI classes together (#7044)ByteHamster
2024-03-29Create module for sync service and move DBWriter to database module (#7040)ByteHamster
2024-03-29Move about screen to :ui:preferences (#7039)ByteHamster
2024-03-25Move DBReader to :storage:database (#7027)ByteHamster
2024-03-24Simplify playback preferences and move to :storage:preferences (#7024)ByteHamster
2024-03-24Launch splash activity after restoring backup (#7020)ByteHamster
2024-03-23Move first batch of preferences code to :ui:preferences (#7010)ByteHamster
2024-03-22Nicer rating dialog (#7011)ByteHamster
2024-03-18Optional automatic daily database backup (#6994)ByteHamster
2024-03-17Remove dependency from :ui:glide to :core module (#6998)ByteHamster
2024-03-13Replace SwitchCompat with MaterialSwitch (#6989)Taco
2024-03-11Move import/export to its own module (#6986)ByteHamster
Also clean up ImportExportPreferencesFragment a bit.
2024-03-09Update AndroidX libraries (#6940)Taco
2024-03-04Fix indentation in last 8 filesByteHamster
2024-02-25String tweaks reported on Transifex (#6942)ByteHamster
2024-02-25Toggle sleep timer from notification (#6913)mueller-ma
2024-02-20Remove some deprecated methods (#6932)ByteHamster
2024-02-04Add next chapter button to notification (#6276)Matej Drobnič
2024-01-02Migrate subscriptions filter dialog to DialogFragment (#6846)ueen
Co-authored-by: ByteHamster <info@bytehamster.com>
2023-11-05Add button to share exported database export (#6746)ByteHamster
Also hide path, is not accessible on recent Android versions anyway.
2023-11-05Show 'copied to clipboard' message on Android 12L (#6745)ByteHamster
2023-10-22Delete local feed episodes (#6400)Matej Drobnič
2023-08-28Restore Nextcloud login state when recreated (#6600)ByteHamster
2023-05-14Don't show copying feedback on Android 13 (#6481)Jonathan Zopf
2023-05-05Download Service Rewrite (#6420)ByteHamster
2023-05-05Merge branch 'master' into developByteHamster
2023-04-15Replace Network+Storage preferences with Downloads (#6434)ByteHamster
2023-04-15Remove 'Statistics moved' message (#6433)ByteHamster
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.
2023-03-06Hide 'reconnect' settings (#6367)ByteHamster
Android 12+ doesn't let us start the foreground service from an event like "headset reconnected". Hide the corresponding settings and avoid crashing.
2023-03-06Prompt for battery optimization (#6362)ByteHamster
2023-02-18Extra toggle for full black theme (#6328)ByteHamster
2023-01-14Synchronisation label changes (#6213)Keunes
2023-01-01Possibility to remove a single episode from playback history (#6184)Vishnu Sanal T
2022-12-17Add support for Material You tinted themeByteHamster
2022-12-03Merge branch 'master' into developByteHamster
2022-11-06Move preferences to a new moduleByteHamster
2022-09-18Migrate dialogs to Material3ByteHamster
2022-09-13Add preference for managing swipe actions for Episodes list (#6072)Erik Johnson
2022-09-10Add 'default screen' setting (replaces 'back button behavior') (#6041)ByteHamster
2022-08-04Merge branch 'master' into developByteHamster
2022-07-25Add statistics moved messageByteHamster
2022-06-21Remove default gpodder sync serverByteHamster
2022-06-09Link to localized website version from about screenByteHamster
2022-05-07Swipe actions on the downloads screen (#5870)ByteHamster
2022-05-03Rename 'new' screen to inbox (#5460)ByteHamster
2022-04-09Show on-demand configuration popup for stream vs download only once (#5818)Nils Rothaug
2022-03-15Use proper content type and subject when sharing exported HTML/Favoritescketti
2022-03-15Use ShareCompat.IntentBuilder for all share actions (#5780)cketti
2022-02-26Move statistics screens to new moduleByteHamster