Yuito-app-android/app/src/main/java/com/keylesspalace/tusky/components/preference
Nik Clayton fe7b1529df
Provide a preference to scale all UI text (#3248)
Font scaling is applied in addition to any scaling set in Android system preferences. So if the user set the Android font size to largest (a 1.3x increase) and then sets the preference to 120%, the total change is 1.56x.

Create SliderPreference to adjust the preference.

- Use Slider, which supports float values and step sizes > 1
- Display the selected value in the preference's summary
- Provide buttons to increment / decrement the value

Restart the activity if the preference changes so that the user sees the impact of the change immediately. Fix a bug in PreferencesActivity where the "EXTRA_RESTART_ON_BACK" intent was never processed. Fix this to ensure that other activities are restarted so the new font scale takes effect.

Implement the scaling in BaseActivity by overriding onAttachBaseContext, and providing a wrapped context with the font scaling applied.

Fixes https://github.com/tuskyapp/Tusky/issues/2982, https://github.com/tuskyapp/Tusky/issues/2461
2023-06-29 18:34:56 +02:00
..
AccountPreferencesFragment.kt Make AccountPreferenceDataStore injectable (#3653) 2023-06-11 15:34:58 +02:00
NotificationPreferencesFragment.kt Handle preference fragments using the framework (#3090) 2022-12-31 13:02:23 +01:00
PreferencesActivity.kt Provide a preference to scale all UI text (#3248) 2023-06-29 18:34:56 +02:00
PreferencesFragment.kt Provide a preference to scale all UI text (#3248) 2023-06-29 18:34:56 +02:00
ProxyPreferencesFragment.kt Code cleanups (#3264) 2023-02-20 19:58:37 +01:00
TabFilterPreferencesFragment.kt Handle preference fragments using the framework (#3090) 2022-12-31 13:02:23 +01:00