summaryrefslogtreecommitdiff
path: root/app/src
AgeCommit message (Collapse)Author
2023-02-28Add option to switch a- & descending sort order for Inbox (#6266)GitStart
2023-02-26Remove deprecated media players (#6354)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-24Do not jump bottom sheet when playing (#6342)ByteHamster
Whenever some view calls requestLayout(), the bottom view jumps. This happens during slide when setting the player from GONE to VISIBLE. Also, it happens every time the position changes because the TextView has a dynamic width. We are not actually interested in the dynamic width and can simply keep the initial width. This avoids requestLayout() calls every time the position is updated.
2023-02-23Fix memory leaks (#6335)peking_ling
2023-02-22Add "New Episodes Action" preference (#6095)Erik Johnson
2023-02-22Add sort option to episodes screen (#6286)GitStart
2023-02-22Update iTunes to Apple Podcasts in Google Play (#6331)femmdi
2023-02-20Merge branch 'master' into developByteHamster
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-18Ensure that the context is non-null when loading the shownotes (#6327)ByteHamster
2023-02-12Add sorting options to downloads screen (#6210)Jared234
2023-02-12Automatically switch to different screen when hiding current one from drawer ↵GitStart
(#6254)
2023-02-12Fix current chapter having the same color as the dialog background (#6315)ByteHamster
2023-02-11Convert subscriptions screen to cards (#6261)GitStart
2023-02-05Fix shownotes text border overlap for long translations (#6304)Victor Häggqvist
2023-02-02Update list of supported website languagesByteHamster
2023-02-02Use nicer animation when sliding up player (#6301)ByteHamster
2023-02-02Add long press menu to search results in subscriptions list (#6267)GitStart
2023-01-29Avoid icons leaking below the miniplayer (#6292)ByteHamster
2023-01-28Reduce padding of horizontal home sections to better align them with the ↵ByteHamster
titles (#6290)
2023-01-28Remove subscribed podcasts from discover / suggestions (#6269)GitStart
2023-01-27Work around Android's AlertDialog pushing out buttons when content gets ↵ByteHamster
large (#6282)
2023-01-24Fix playback timer flickering issue while streaming and downloading episode ↵GitStart
at the same time (#6268)
2023-01-17Bump version to 3.0.0-beta3ByteHamster
2023-01-17Update contributors listByteHamster
2023-01-14Synchronisation label changes (#6213)Keunes
2023-01-13Merge pull request #6264 from ByteHamster/onlinefeed_backgroundByteHamster
Make dark background of preview more consistent
2023-01-13Merge pull request #6263 from ByteHamster/screen-insetsByteHamster
Use exactly those insets that we mark as consumed
2023-01-13Branding upgrade (#6146)ByteHamster
2023-01-08Make dark background of preview more consistentByteHamster
2023-01-08Use exactly those insets that we mark as consumedByteHamster
2023-01-01Possibility to remove a single episode from playback history (#6184)Vishnu Sanal T
2022-12-30Prevent rating dialog from showing on debug variant (#6255)Vishnu Sanal T
2022-12-24Refresh Feed after Credentials Change (#6236)Patrick Demers
2022-12-18Merge pull request #6246 from ByteHamster/revert-loading-dummyByteHamster
Revert back to showing progress bars while loading
2022-12-18Revert back to showing progress bars while loadingByteHamster
Dummies are slower on some devices, even when disabling their animations.
2022-12-18Merge pull request #6237 from ByteHamster/tinted-themeByteHamster
Add support for Material You tinted theme
2022-12-18Merge pull request #6240 from ByteHamster/multi-selectByteHamster
Multi-select using background instead of checkbox
2022-12-18Remove support for Android 4.4ByteHamster
2022-12-17Multi-select using background instead of checkboxByteHamster
2022-12-17Add support for Material You tinted themeByteHamster
2022-12-17Rename 'country' to 'select country'ByteHamster
2022-12-17Merge pull request #6223 from ByteHamster/material-dialogsByteHamster
Migrate ListPreference to Material Design 3