summaryrefslogtreecommitdiffstats
path: root/src/android/app/src/main/java/org/yuzu/yuzu_emu/features/settings/ui/viewholder/SwitchSettingViewHolder.kt (follow)
Commit message (Expand)AuthorAgeFilesLines
* android: Fix broken clear button checkt8952024-02-191-4/+1
* android: Use extension functions for view visibility and text marqueet8952024-02-181-13/+6
* android: Allow SettingsItems to use String or StringRest8952024-02-171-5/+4
* android: Add per-game settingst8952023-12-121-1/+13
* android: Refactor settings to expose more optionst8952023-12-121-1/+1
* android: Proper state restoration on settings dialogsCharles Lombardo2023-08-301-1/+1
* android: Implement paired settingsCharles Lombardo2023-08-301-2/+2
* android: Prevent infinite switch toggle loopCharles Lombardo2023-08-301-1/+3
* android: Trim settings enums and itemsCharles Lombardo2023-08-301-1/+1
* android: Reduce opacity of non-editable settingsCharles Lombardo2023-08-121-1/+1
* android: Set switch listener before assigning new valueCharles Lombardo2023-08-121-1/+1
* android: Apply ktlint codestyleCharles Lombardo2023-06-161-1/+1
* android: Button to reset all settingsCharles Lombardo2023-06-031-1/+1
* android: Reset setting on long pressCharles Lombardo2023-06-031-0/+7
* android: Prevent editing unsafe settings at runtimeCharles Lombardo2023-06-031-2/+8
* android: Use view bindingCharles Lombardo2023-06-031-25/+13
* android: Refactor CheckBoxSetting to SwitchSettingCharles Lombardo2023-06-031-0/+47