summaryrefslogtreecommitdiff
path: root/ui
AgeCommit message (Collapse)Author
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
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-20Add retry button to download failed notifications (#6333)ByteHamster
2023-02-19Update translationsByteHamster
2023-02-19Remove another global callback object (#6316)ByteHamster
2023-02-18Clarify "show in main list" checkbox title (#6326)ByteHamster
2023-02-18Extra toggle for full black theme (#6328)ByteHamster
2023-02-12Automatically switch to different screen when hiding current one from drawer ↵GitStart
(#6254)
2023-02-11Convert subscriptions screen to cards (#6261)GitStart
2023-02-11Don't break tab labels into multiple lines on small devices (#6313)ByteHamster
2023-01-27Make description of tinted theme more clear (#6283)ByteHamster
2023-01-18Pull translations again to fix problem with Turkish stringByteHamster
2023-01-17Update translationsByteHamster
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-18Remove support for Android 4.4ByteHamster