summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2023-04-15Update translationsByteHamster
2023-04-15Replace Network+Storage preferences with Downloads (#6434)ByteHamster
2023-04-15Adapt teaser image to branding refresh (#6436)ByteHamster
2023-04-15Remove 'Statistics moved' message (#6433)ByteHamster
2023-04-15Invert monochrome icon (#6431)ByteHamster
2023-04-15Add onPrimary color (#6432)ByteHamster
2023-04-15Respect 'include marked as played' on home screen (#6435)ByteHamster
2023-04-07Add banner on home screen if notification permission is not granted (#6412)ByteHamster
2023-04-07Fix long-pressing subscription on home screen (#6419)ByteHamster
2023-04-07Do not switch screens when clicking "Remove podcast" (#6259)GitStart
2023-04-06Ignore 'new' action during sync (#6415)ByteHamster
We never want to overwrite the local playback state.
2023-04-06Support longer transient pause (#6416)ByteHamster
2023-04-06Don't crash when Chromecast media is not loaded yet (#6417)ByteHamster
2023-04-06Avoid scrolling screen on refresh (#6413)ByteHamster
2023-04-03Target Android 13 (#6409)ByteHamster
2023-04-03Make widget configurable by long-pressing (#6410)mueller-ma
2023-04-02When both adding and removing a feed before the next sync, remove the other ↵ByteHamster
action (#6404)
2023-04-02Don't crash trying to show item at negative position (#6407)ByteHamster
I have no idea what code path could pass a negative number there, but apparently there are users who experience a crash when trying to show a negative position.
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-31Don't try to start foreground service, Android doesn't let us anyway (#6386)ByteHamster
2023-03-31Random enqueue location (#6403)Andrzej Węgłowski
2023-03-31Remove from queue section some time after resetting playback position (#6402)ByteHamster
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-14More workarounds for devices that crash when getting a cast context (#6378)ByteHamster
2023-03-12Notify Android Auto that the queue changed (#6373)ByteHamster
2023-03-11Automatically clear old download log entries on upgrade (#6370)ByteHamster
2023-03-11Make statistics filter start at 00:00 (#6371)ByteHamster
2023-03-06Bump version to 3.0.0ByteHamster
2023-03-06Add changelog for version 3.0ByteHamster
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-06Warn when local folder is empty instead of silently ignoring (#6366)ByteHamster
2023-03-06Prompt for battery optimization (#6362)ByteHamster
2023-03-06Fix crash on Huawei devices (#6365)ByteHamster
2023-03-01Instead of specialized methods, use the global 'getEpisodes' method with a ↵ByteHamster
filter (#6358)
2023-02-28Add option to switch a- & descending sort order for Inbox (#6266)GitStart
2023-02-28Re-add setting to open drawer when pressing back (#6355)ByteHamster
2023-02-26Remove deprecated media players (#6354)ByteHamster
2023-02-25Hack around black theme select background color having low contrast (#6352)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-24Always add feeds from opml, even if download fails (#6347)ByteHamster
2023-02-24Add mobile sync setting (#6349)ByteHamster
2023-02-24Resume playback does not work when streaming after data connection drops (#6272)GitStart
2023-02-24Add back skip buttons and more custom actions on Android Auto (#6050)Andrew Booze