summaryrefslogtreecommitdiff
path: root/core/src/main/res/values/styles.xml
AgeCommit message (Collapse)Author
2024-03-17Move theme to :ui:common module (#6997)ByteHamster
This enables creating Activities outside the app and core modules
2023-10-29Add more spacing to OnlineFeedViewActivity, use MD3 styles (#6670)Bhaskar Kaura
2023-10-01Switch to colorBackground instead of windowBackground (#6674)ByteHamster
2023-09-08Make preference switch background less prominent (#6623)ByteHamster
2023-05-29Use the brand new material switches for preferences (#6475)ebraminio
2023-05-07Let filter button height grow (#6477)ByteHamster
Also, make it easier to see what option is selected
2023-05-05Merge branch 'master' into developByteHamster
2023-04-15Add onPrimary color (#6432)ByteHamster
2023-02-20Merge branch 'master' into developByteHamster
2023-02-11Convert subscriptions screen to cards (#6261)GitStart
2023-01-28Use rasterized icon on splash (#6287)ByteHamster
2023-01-13Branding upgrade (#6146)ByteHamster
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-09-30Extend splash blue to navigation barByteHamster
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-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-02-22Fix subscribe button being transparent on some devicesByteHamster
2021-08-07Disable multi-touchByteHamster
2021-07-12Swipe actions (#5191)ueen
2021-04-21Deleted duplicate resourcesByteHamster
2021-04-02Add Contribute entry to settings screen under 'Project' (#5028)peakvalleytech
2021-01-21Add scrubbing time overlay (#4786)asdoi
2021-01-03Added share icon to feed_info menu, moved the Website Address and Podcast ↵Thom Merrilin
Feed URL into a submenu of this icon. Will resolve #4734 Details: Website Address and Podcast Feed URL menu options were previously always in the overflow menu, which is inconsistent with over menus such as the FeedList menu where these options are under a "Share..." submenu. Two new vector drawables were added for the black and white options of a "Share" icon, these are used to create a submenu for Website Address and Podcast Feed URL if there's room, otherwise the submenu text "Share..." is used in the overflow menu.
2021-01-01Merge branch 'master' into developByteHamster
2020-12-03Fix filter dialog on old Android versionsByteHamster
2020-11-30Show replay button on the current chapter. (#4706)Tony Tam
2020-11-22higher contrast color for search bar (#4704)Tony Tam
2020-10-20Move notification settings to their own screen (#4526)chrk2205
added a new fragment named "notification manager" replaced all settings related into this fragment
2020-10-01Added Style for TextViews in Add Podcast screen (#4483)Darrell
2020-09-27Merge branch 'master' into developByteHamster
2020-09-21New splash screenByteHamster
2020-09-20Convert color state lists to state list drawables for filter background colors.andrewc1
This eliminates an incompatibility on earlier Android OS versions (https://stackoverflow.com/questions/3953606/how-to-specify-background-color-in-color-state-list-resources)
2020-07-13Fixed colors in dark themeByteHamster
2020-07-11Redesign filter dialogbws9000
2020-07-11Redesign filter dialogbws9000
2020-07-07Redesign filter dialogbws9000
2020-07-02Redesign filter dialogbws9000
2020-05-29Added auto skip feed settings iconByteHamster
2020-05-25Fixed new labelByteHamster
2020-05-14Made dark theme darkerByteHamster
2020-05-04Fixed tab backgroundByteHamster
Only tabBackground is not enough on big screens.
2020-05-03Fixed pager tab backgroundByteHamster