summaryrefslogtreecommitdiff
path: root/app/src/main/res
AgeCommit message (Collapse)Author
2024-03-22Nicer rating dialog (#7011)ByteHamster
2024-03-18Optional automatic daily database backup (#6994)ByteHamster
2024-03-13Replace SwitchCompat with MaterialSwitch (#6989)Taco
2024-03-10Remove last few usages of Iconify (#6977)ByteHamster
2024-03-03Skip silence setting per feed (#6910)quails4Eva
2024-02-18Merge branch 'master' into developByteHamster
2024-02-04Add next chapter button to notification (#6276)Matej Drobnič
2024-01-20Hide refresh from toolbar (#6850)ueen
2024-01-04Always show share in player toolbar (#6849)ueen
2024-01-02Move 'skip silence' checkbox to playback speed dialog (#6834)quails4Eva
2024-01-01Add scrollbar to Nextcloud login dialog (#6838)satish-vanjara
2023-12-31Add reset button to episodes filter (#6825)ueen
2023-12-29Check if volume boost effect is supported on the device (#6808)Matej Drobnič
2023-12-29Better center number in 'new' pill (#6831)ByteHamster
2023-12-06Merge branch 'master' into developByteHamster
2023-12-03New sort dialog (#6789)ByteHamster
2023-11-28AntennaPod Echo (#6780)ByteHamster
2023-11-22Remove Iconify from FeedInfoFragment (#6655)caoilTe O'Connor
2023-11-17Add ScrollView to sleep timer dialogpeking_ling
2023-10-29Add more spacing to OnlineFeedViewActivity, use MD3 styles (#6670)Bhaskar Kaura
2023-10-29Allow hiding notification permission nag (#6730)ByteHamster
- Support showing most error messages as a snackbar - Ask for notification permission when enabling episode notifications - Clarify what we use notifications for
2023-10-22Delete local feed episodes (#6400)Matej Drobnič
2023-10-22Make 'change times' button a settings icon (#6721)ByteHamster
Users didn't scroll down to find the button. Now it is next to the checkbox, so it is harder to overlook.
2023-10-22Some more accessibility tweaks (#6713)ByteHamster
2023-10-22Multi-select actions on search results (#6719)Vinod Patil
2023-10-15Add error icon on subscriptions screen (#6679)ByteHamster
2023-10-13Remove ProgressBar background (#6703)ByteHamster
Might lead to bad contrast in dark theme when applying dynamic colors
2023-10-13Add 'Search online' button if local search has no results (#6681)ByteHamster
2023-10-12User material3 dialog in 'mobile updates' setting (#6682)ByteHamster
2023-10-06Better content descriptions for TalkBack (#6684)ByteHamster
2023-10-01Switch to colorBackground instead of windowBackground (#6674)ByteHamster
2023-09-27Sort downloads by size (#6659)Rahmat Ramadhan
2023-09-24Remove Iconify from SubscriptionFragment (#6645)caoilTe O'Connor
2023-09-16Remove Iconify from NavListAdapter (#6578)caoilTe O'Connor
2023-09-12Remove auto-download notification setting (#6625)ByteHamster
Also, add episode notifications to multi select options
2023-09-08Add volume boost (#6573)Matej Drobnič
2023-05-28Make drawer's corners round (#6478)ebraminio
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-05Download Service Rewrite (#6420)ByteHamster
2023-05-05Merge branch 'master' into developByteHamster
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-04-15Add option to enable sleep timer based on current time (#6384)mueller-ma
2023-04-15Replace Network+Storage preferences with Downloads (#6434)ByteHamster
2023-04-15Remove 'Statistics moved' message (#6433)ByteHamster
2023-04-07Add banner on home screen if notification permission is not granted (#6412)ByteHamster
2023-04-03Make widget configurable by long-pressing (#6410)mueller-ma
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-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.