summaryrefslogtreecommitdiff
path: root/ui/i18n/src/main/res/values/strings.xml
AgeCommit message (Collapse)Author
2023-03-23Mention in statistics to warning when deleting podcast(s) (#6393)Keunes
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-28Re-add setting to open drawer when pressing back (#6355)ByteHamster
2023-02-26Remove deprecated media players (#6354)ByteHamster
2023-02-25Support media resumption (#6350)ByteHamster
This fixes the disappearing media notification after pressing the play button.
2023-02-25Add chapters button to video player (#6348)ByteHamster
2023-02-24More human readable player error message (#6346)ByteHamster
2023-02-24Use more clear swipe action label (#6345)ByteHamster
2023-02-24Update 'show in main list' string (#6344)Keunes
2023-02-22Add "New Episodes Action" preference (#6095)Erik Johnson
2023-02-22change iTunes to Apple Podcasts (#6324)Tony Tam
2023-02-20Merge branch 'master' into developByteHamster
2023-02-18Clarify "show in main list" checkbox title (#6326)ByteHamster
2023-02-18Extra toggle for full black theme (#6328)ByteHamster
2023-01-27Make description of tinted theme more clear (#6283)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-18Merge pull request #6237 from ByteHamster/tinted-themeByteHamster
Add support for Material You tinted theme
2022-12-17Add support for Material You tinted themeByteHamster
2022-12-17Rename 'country' to 'select country'ByteHamster
2022-12-11Make layout of home sections more clean and easyByteHamster
2022-11-30Show human readable error message on details dialogByteHamster
2022-11-26Add option to edit feed URL (#6185)Ricardo Borges Jr
2022-11-06Hide iTunes suggestions by default in F-Droid versionByteHamster
2022-11-06Add confirmation dialog for clearing history (#6175)Vishnu Sanal T
2022-10-15Add auto-complete to discovery country selection (#6139)Simon Rusinov
2022-09-18Rewrite include/exclude filter dialog (#6057)ByteHamster
2022-09-18Implement "Downloaded and unplayed" subscription counter option (#6073)Erik Johnson
2022-09-10Add 'default screen' setting (replaces 'back button behavior') (#6041)ByteHamster
2022-09-10Merge pull request #6056 from ByteHamster/multi-select-remove-inboxByteHamster
Multi-select to remove from inbox
2022-09-10Remove "inbox and unplayed" feed counter option (#6033)Erik Johnson
2022-09-10Multi-select to remove from inboxByteHamster
2022-08-30Use dummy items instead of loading progress barByteHamster
2022-08-27Home Screen (#5864)ByteHamster
Co-authored-by: ueen <ueli.sarnighausen@online.de>
2022-08-06Make empty view more informativeByteHamster
2022-08-06Remove favorites tabByteHamster
2022-08-04Merge branch 'master' into developByteHamster
2022-07-30Remove storage error activityByteHamster
We fall back to the internal memory silently, so these code paths are never actually called.
2022-07-25Add statistics moved messageByteHamster
2022-07-18Resolve app_name in common.gradleTacoTheDank
2022-06-30Merge branch 'master' into developByteHamster
2022-06-21Remove default gpodder sync serverByteHamster
2022-05-15Show spinner while loading statisticsByteHamster
2022-05-13Remove gpodder toplistByteHamster
Half of the toplist no longer returns a valid podcast feed. Some of the suggested tags are just random characters and none of them is actually helpful. This does not remove search or synchronization. Just gpodder discovery.
2022-05-08Confirm mark as played/unplayedByteHamster
2022-05-08Remove 'mark all as read' buttonByteHamster
Now available through multi-select
2022-05-06Invert behavior of playback state swipe action to first remove from inboxByteHamster
2022-05-06Move download logs to a button on the downloads page instead of a tab (#5866)ByteHamster