summaryrefslogtreecommitdiff
path: root/app/src/main/res/xml/preferences_user_interface.xml
AgeCommit message (Collapse)Author
2019-11-06Removed MaterialDialog dependencyByteHamster
The AlertDialogs from Androidx are material, too.
2019-10-17Add an option to replace Episode cover with Podcast coverXavier Gouchet
The default is to use the episode cover (keep the previous behavior). Fixes #3070
2019-09-10Add option to follow system themeByteHamster
2018-11-14Add configurable behavior of the back buttonPetar Kukolj
This PR allows users to change how the back button functions. Closes #2196 Possible choices are following: - **Default** - back button functions how it currently functions (closes the app if there is nowhere to go back to) - **Open navigation drawer** - back button always opens the navigation drawer instead of closing the app - **Double tap to exit** - like default, but requires two taps to close the app - **Confirm to exit** - like default, but prompts user if they really want to exit
2018-05-04Switched to PreferenceCompatByteHamster
2018-04-10Added categoriesByteHamster
2018-04-10Move 'counter' setting from 'adjust menu' to UI settingsByteHamster
2018-04-10Added preference screensByteHamster