summaryrefslogtreecommitdiff
path: root/app/src/main/java/de/danoeh/antennapod/fragment/preferences
AgeCommit message (Collapse)Author
2021-04-24Moved synchronization to its own moduleByteHamster
2021-04-23New feed update interval or time dialogpeakvalleytech
Co-authored-by: Fivel Rangel <fivel10@hotmail.com> Co-authored-by: ByteHamster <info@bytehamster.com>
2021-04-04Merge pull request #5066 from TacoTheDank/fragmentcontainerviewByteHamster
Use FragmentContainerView in settings
2021-04-04Use FragmentContainerView in settingsTacoTheDank
2021-04-02Add Contribute entry to settings screen under 'Project' (#5028)peakvalleytech
2021-03-27Fixed SpotBugs violations, so that at least the most severe checks passByteHamster
2021-03-08Exclude non-functional notification settings screen from settings search for ↵peakvalleytech
android versions 26+ (#5011)
2021-03-06Show podcast-specific settings in preferences search (#4990)peakvalleytech
2021-02-25use full URL for custom gpodder server (#4932)MStrecke
2021-02-14New preference to show the remaining time in the 'queue' and podcast episode ↵Tony Tam
view (#4880)
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.
2021-01-23Added new string for 'every x hours'ByteHamster
2021-01-02Revert back to device selection instead of linkingByteHamster
Until this is fixed upstream on the gpodder.net server.
2021-01-02Simplified gpodder login processByteHamster
2020-12-15Removed unused importByteHamster
2020-12-15Merge pull request #4760 from damoasda/cleanup-importsByteHamster
Refactoring: Remove unused import statements
2020-12-15Merge pull request #4762 from ByteHamster/parallel-downloadsByteHamster
Added number to parallel downloads string
2020-12-15Added number to parallel downloads stringByteHamster
2020-12-14Remove unused import statements to reduce dependenciesHerbert Reiter
2020-12-10Correct website links (#4740)Keunes
With our new website, some of the links have changed. Also, the FAQ is no more.
2020-11-26Relicense under the GPLByteHamster
The license file still needs to include the MIT license.
2020-10-29Use system's notification settings on supported devicesByteHamster
2020-10-29Add podcast specific statistics to podcast info screen (#4601)avirajrsingh
2020-10-25Show date from which statistics are counting (#4517)asdoi
2020-10-20Move notification settings to their own screen (#4526)chrk2205
added a new fragment named "notification manager" replaced all settings related into this fragment
2020-10-16Extended subscriptions filter (#4502)asdoi
2020-10-15style import succesfull dialogxeitor
2020-09-29Fix a few more deprecations, tiny cleanup (#4388)Taco
2020-09-27Merge branch 'master' into developByteHamster
2020-09-20Added 'special thanks' screenByteHamster
2020-09-07Merge pull request #4400 from asdoi/sort_subscriptionsH. Lehmann
Add 'sort' to subscriptions view
2020-09-03fix FeedSortDialogasdoi
2020-09-03Hide about screen in copycat applicationsByteHamster
Copycat applications regularly forget to update the about screen. They then still claim to be AntennaPod, linking our developers and our support channels. This change simply hides the about screen when detecting an app that is not official.
2020-08-09Add subscriptions filterasdoi
2020-07-26Replace deprecated "Html#fromHtml" with "HtmlCompat#fromHtml".Tobias Preuss
2020-07-16New playback speed dialogByteHamster
2020-07-16Merge branch 'master' into developByteHamster
2020-07-16Added CI Lint checks for app moduleByteHamster
2020-07-13Fix a bunch of deprecationsTacoTheDank
2020-07-11Convert wrapper types to primitivesTacoTheDank
2020-07-02Removed custom Consumer implementation and decoupled adapter from dialogByteHamster
2020-07-01Removed DirectoryChooserActivityByteHamster
This lead to problems when removing the sd card and left the app in stuck mode. Selecting a folder freely that way will not work with new Android versions anyway. Now, AntennaPod shows the folder chooser that is displayed on the storage settings screen.
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.