summaryrefslogtreecommitdiff
path: root/core/src/main/res
AgeCommit message (Collapse)Author
2023-02-11Convert subscriptions screen to cards (#6261)GitStart
2023-01-13Branding upgrade (#6146)ByteHamster
2023-01-01Possibility to remove a single episode from playback history (#6184)Vishnu Sanal T
2022-12-18Remove support for Android 4.4ByteHamster
2022-12-17Add support for Material You tinted themeByteHamster
2022-11-30Highlight currently playing cardByteHamster
2022-11-27Switch back to non-transparent navigation bar (#6111)ByteHamster
2022-11-06Move preferences to a new moduleByteHamster
2022-10-28Fix Inbox not default screen when set as such (#6168)Tong Liu
2022-09-30Extend splash blue to navigation barByteHamster
2022-09-18Merge pull request #6082 from TacoTheDank/deleteRedundantIconByteHamster
Delete redundant round app icons
2022-09-18Use segmented buttons for filterByteHamster
2022-09-18Expand app below system windowsByteHamster
2022-09-18Migrate navigation drawer to Material3ByteHamster
2022-09-18Material Design 3 BringupByteHamster
2022-09-18Implement "Downloaded and unplayed" subscription counter option (#6073)Erik Johnson
2022-09-14Delete redundant round app iconTacoTheDank
2022-09-10Add 'default screen' setting (replaces 'back button behavior') (#6041)ByteHamster
2022-09-10Remove "inbox and unplayed" feed counter option (#6033)Erik Johnson
2022-08-27Home Screen (#5864)ByteHamster
Co-authored-by: ueen <ueli.sarnighausen@online.de>
2022-08-25Make widget buttons fill all horizontal space (#6031)Erik Johnson
2022-08-20Change subscriptions icon from folder to grid viewByteHamster
2022-08-14Use downwards arrow icon to close player screen (#6012)Dhruv Patidar
2022-07-31Remove iconify: ListItem failuresTacoTheDank
2022-07-30Merge pull request #5942 from TacoTheDank/newPlaylistIconsByteHamster
Use new material playlist drawables
2022-06-12Fix name of chart box drawableTacoTheDank
2022-06-12Use new material playlist drawablesTacoTheDank
2022-05-13Remove gpodder toplistByteHamster
Half of the toplist no longer returns a valid podcast feed. Some of the suggested tags are just random characters and none of them is actually helpful. This does not remove search or synchronization. Just gpodder discovery.
2022-05-03Rename 'new' screen to inbox (#5460)ByteHamster
2022-04-24Put playback speed in widget (#5774)Nicolas Araujo
2022-04-22Podcast page re-design (#5842)ByteHamster
Makes the settings button more visible, following a mock-up on the forum
2022-04-09Show on-demand configuration popup for stream vs download only once (#5818)Nils Rothaug
2022-04-02Merge branch 'master' into developByteHamster
2022-03-26Update translationsByteHamster
2022-03-22Merge pull request #5791 from ByteHamster/refresh-alwaysByteHamster
Add button to always refresh over mobile data
2022-03-20Add button to always refresh over mobile dataByteHamster
2022-03-18Fix navigation bar theming on Nougat (closes #5797)TacoTheDank
2022-02-23Move strings files to their own moduleByteHamster
2022-02-22Update translationsByteHamster
2022-02-22Fix subscribe button being transparent on some devicesByteHamster
2022-02-22Merge pull request #5740 from ByteHamster/upon-exiting-videoByteHamster
Make it easier to play only audio, not video
2022-02-21Add line graph to statistics screenByteHamster
2022-02-21Add time-based statistics filter (#5734)ByteHamster
2022-02-21Make it easier to play only audio, not videoByteHamster
2022-02-19Added a Statistics Button on the Subscriptions toolbar (#5706)IordanisKokk
2022-02-19Merge branch 'master' into developByteHamster
2022-02-08Update translationsByteHamster
2022-01-30Nicer placeholder images (#5679)ByteHamster
Shows randomly generated placeholder images for: - Feeds that do not have a cover (usually happens for text-only feeds) - Feeds that specify an invalid cover still show a gray square - Local folders when there is no image file in the folder that we could use
2022-01-23Update app translationsByteHamster
2022-01-06Rewrite download request creation (#5530)ByteHamster
Android has a limit on the size of Intent parameters. When enqueuing a huge number of items, it just ignored the argument and did not call onNewIntent. We now load the list over in DownloadService.