summaryrefslogtreecommitdiff
path: root/app/src/main/res/layout
AgeCommit message (Collapse)Author
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-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-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-06Better content descriptions for TalkBack (#6684)ByteHamster
2023-10-01Switch to colorBackground instead of windowBackground (#6674)ByteHamster
2023-09-24Remove Iconify from SubscriptionFragment (#6645)caoilTe O'Connor
2023-09-16Remove Iconify from NavListAdapter (#6578)caoilTe O'Connor
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-04-15Add option to enable sleep timer based on current time (#6384)mueller-ma
2023-04-07Add banner on home screen if notification permission is not granted (#6412)ByteHamster
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.
2023-02-26Remove deprecated media players (#6354)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-22Add "New Episodes Action" preference (#6095)Erik Johnson
2023-02-20Merge branch 'master' into developByteHamster
2023-02-18Clarify "show in main list" checkbox title (#6326)ByteHamster
2023-02-18Extra toggle for full black theme (#6328)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-02Use nicer animation when sliding up player (#6301)ByteHamster
2023-01-29Avoid icons leaking below the miniplayer (#6292)ByteHamster
2023-01-27Work around Android's AlertDialog pushing out buttons when content gets ↵ByteHamster
large (#6282)
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-13Branding upgrade (#6146)ByteHamster
2023-01-08Make dark background of preview more consistentByteHamster
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