summaryrefslogtreecommitdiff
path: root/ui/i18n/src/main/res
AgeCommit message (Collapse)Author
2024-02-25Add option to add new episodes to queue (#6855)Matej Drobnič
2024-02-25String tweaks reported on Transifex (#6942)ByteHamster
2024-02-25Guess next episode release date (#6925)ByteHamster
2024-02-16Use proper plurals when showing number of episodes (#6922)ByteHamster
2024-02-04Tweak OPML import (#6906)ByteHamster
- Only request storage permission when ContentResolver fails - Easier to read error message
2024-02-04Add next chapter button to notification (#6276)Matej Drobnič
2024-01-02Move 'skip silence' checkbox to playback speed dialog (#6834)quails4Eva
2023-12-31Share AntennaPod subscribe link instead of RSS url (#6835)ByteHamster
Apparently users are confused by RSS links.
2023-12-29Show currently playing episode in Android Auto (#6816)Tony Tam
2023-12-06Merge branch 'master' into developByteHamster
2023-12-03New sort dialog (#6789)ByteHamster
2023-11-28Fix Italian translationsByteHamster
2023-11-28Update translationsByteHamster
2023-11-28AntennaPod Echo (#6780)ByteHamster
2023-11-13Update translationsByteHamster
2023-11-05Add button to share exported database export (#6746)ByteHamster
Also hide path, is not accessible on recent Android versions anyway.
2023-11-05Announce played/unplayed in TalkBack (#6744)ByteHamster
2023-11-05Merge branch 'master' into developByteHamster
2023-10-29Allow hiding notification permission nag (#6730)ByteHamster
- Support showing most error messages as a snackbar - Ask for notification permission when enabling episode notifications - Clarify what we use notifications for
2023-10-22Delete local feed episodes (#6400)Matej Drobnič
2023-10-22Some more accessibility tweaks (#6713)ByteHamster
2023-10-22Update translationsByteHamster
2023-10-15Remove periods for single sentences (#6707)Keunes
2023-10-13Add 'Search online' button if local search has no results (#6681)ByteHamster
2023-10-06Better content descriptions for TalkBack (#6684)ByteHamster
2023-09-27Sort downloads by size (#6659)Rahmat Ramadhan
2023-09-12Update translationsByteHamster
2023-09-12Improve wording (#6604)ByteHamster
2023-09-12Remove auto-download notification setting (#6625)ByteHamster
Also, add episode notifications to multi select options
2023-09-12No longer use 'metered' work-around for VPNsByteHamster
WorkManager doesn't do the workaround either. So we would launch a download that then never starts.
2023-09-08Add volume boost (#6573)Matej Drobnič
2023-08-19Update translationsByteHamster
2023-07-16Fix translator breaking checksByteHamster
2023-07-16Update translationsByteHamster
2023-07-04Fix 'allow once' for feed update on mobile networks (#6528)ByteHamster
2023-06-20Use sentence case for settings titles (#6390)femmdi
2023-06-03Don't request rating by F-Droid users (#6495)Jonathan Zopf
2023-05-14Don't show copying feedback on Android 13 (#6481)Jonathan Zopf
2023-05-05Download Service Rewrite (#6420)ByteHamster
2023-05-05Remove string where translator broke format specifiersByteHamster
2023-05-05Merge branch 'master' into developByteHamster
2023-04-15Add option to enable sleep timer based on current time (#6384)mueller-ma
2023-04-15Update translationsByteHamster
2023-04-15Replace Network+Storage preferences with Downloads (#6434)ByteHamster
2023-04-15Remove 'Statistics moved' message (#6433)ByteHamster
2023-04-07Add banner on home screen if notification permission is not granted (#6412)ByteHamster
2023-03-31Remove 'set lockscreen background' setting (#6385)ByteHamster
Users disable the setting and then wonder why other apps (like Android Auto) do not display the cover image, even though it says so in the setting summary.
2023-03-31Random enqueue location (#6403)Andrzej Węgłowski
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.