summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2023-05-29Use the brand new material switches for preferences (#6475)ebraminio
2023-05-28Make drawer's corners round (#6478)ebraminio
2023-05-18Fix default widget background (#6494)ByteHamster
2023-05-18Rounded corners of cover in widget (#6483)mueller-ma
2023-05-14Remove no longer needed Compat stuffTacoTheDank
2023-05-14Centralize stream library versionTacoTheDank
2023-05-14Don't show copying feedback on Android 13 (#6481)Jonathan Zopf
2023-05-13Update app store metadataByteHamster
2023-05-07Fix Glide leaking reference to activity (#6446)peking_ling
2023-05-07Let filter button height grow (#6477)ByteHamster
Also, make it easier to see what option is selected
2023-05-07Make single filter button full-width (#6454)mueller-ma
2023-05-06Don't show error when download was cancelled (#6476)ByteHamster
2023-05-05Download Service Rewrite (#6420)ByteHamster
2023-05-05Remove string where translator broke format specifiersByteHamster
2023-05-05Merge branch 'master' into developByteHamster
2023-05-05Add .editorconfig (#6461)mueller-ma
This causes the 'max line length line' in Android Studio to be at 120 chars, which is the same limit as checkstyle uses.
2023-05-05Correctly theme download icon in settings (#6465)mueller-ma
2023-05-05Fix file provider not being able to share all files (#6472)ByteHamster
The library only looks at one of the external storage devices. If the exported log file doesn't happen to be stored on the first device, sharing it doesn't work. This is a known issue in the Android libraries: https://issuetracker.google.com/issues/37125252 This commit works around it by using an undocumented element that covers the entire file system.
2023-05-05Ignore subscription filter when suggesting tags (#6453)mueller-ma
I have the following setup: * A tag 'Done' with fully listened podcasts * The subscription filter "counter greater 0" * The subscription counter "downloaded episodes" This way all done podcasts aren't visible in the drawer. When I want to tag another podcast as done, 'Done' isn't auto-completed. With this change all tags will be auto-completed.
2023-05-05Work around Android telling us zero-date when no date is present (#6450)ByteHamster
2023-05-05Mark quick settings tile as toggleable (#6464)mueller-ma
This removes the arrow that is currently displayed in the tile. That arrow is only shown on tiles that open a dialog or activity.
2023-04-28Bump version to 3.0.23.0.2ByteHamster
2023-04-27Update 'Special thanks' list in the About screen (#6441)Keunes
2023-04-21Fix queue section not loading (#6447)ByteHamster
Apparently some devices do not support the SQLite IIF function.
2023-04-15Add changelog script (#6399)Keunes
2023-04-15Handle a null timestamp in local/first actions (#6379)Rob Pilling
2023-04-15Add option to enable sleep timer based on current time (#6384)mueller-ma
2023-04-15Bump version to 3.0.1ByteHamster
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