summaryrefslogtreecommitdiff
path: root/core/src/main/res
AgeCommit message (Collapse)Author
2022-06-12Fix name of chart box drawableTacoTheDank
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.
2022-01-04Try to get missing feed url from discover with a search (#5620)agibault
2022-01-04Update Balloon library (#5584)Taco
2022-01-04Local feeds: add sort option for file name (#5629)Shom Bandopadhaya
Co-authored-by: widlok <widlok@users.noreply.github.com>
2022-01-03Combine 'Episode webpage' & 'Media file address' share options (#5626)vbh
2022-01-03Merge branch 'master' into developByteHamster
2022-01-03Update translationsByteHamster
2021-12-19Rename tags (#5601)vbh
2021-12-10Simplify confusing string with two pluralsByteHamster
2021-12-01Add preference to show subscription title (#5538)vbh
2021-11-28Merge branch 'master' into developByteHamster
2021-11-28Chromecast rework (#5518)ByteHamster
2021-11-28Updated translationsByteHamster
2021-11-21Bump to minimum SDK version 19 (Android 4.4)ByteHamster
2021-11-21Add 'add to tag' option to multiselect menu (#5553)vbh
2021-11-17Merge pull request #5422 from TacoTheDank/transparentNavBarByteHamster
Make navigation bar color match theming
2021-11-14Mention ad blockers on streaming error dialog as wellByteHamster
2021-11-06Add subscription to home screen (#5523)vbh
2021-11-02Merge pull request #5515 from ByteHamster/feed-statistics-tableByteHamster
Show more detailed feed statistics
2021-10-31Show more detailed feed statisticsByteHamster
2021-10-30Show list of downloads on Android AutoByteHamster
2021-10-28Add 'Duration' to Episode Filter for podcast Auto Download Settings (#5396)thomasdomingos
2021-10-24Make navigation bar color match themingTacoTheDank
2021-10-24Merge pull request #5485 from ByteHamster/media-player-errorsByteHamster
Show actual error messages instead of just the error codes
2021-10-24Show actual error messages instead of just the error codesByteHamster
2021-10-24Improve accessibility of back button.Tobias Preuss
+ Let TalkBack read out "back" when tapping the arrow left button.
2021-10-14Merge branch 'master' into developByteHamster