summaryrefslogtreecommitdiff
path: root/ui
AgeCommit message (Collapse)Author
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-17Bump AGP and Gradle (#6489)Taco
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-10-01Switch to colorBackground instead of windowBackground (#6674)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-18Fix MediaMetadataRetriever on API<29ByteHamster
On SDK<29, this class does not have a close method yet, so the app crashes when using try-with-resources.
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-04-01Update AGP to 7.4.0 (#5655)Taco
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.
2023-03-11Make statistics filter start at 00:00 (#6371)ByteHamster
2023-03-06Update translationsByteHamster
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 cancel action to download notification (#6353)ByteHamster
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-24Add back skip buttons and more custom actions on Android Auto (#6050)Andrew Booze