Yuito-app-android/app/src/main
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
..
java/com/keylesspalace/tusky Provide a preference to scale all UI text (#3248) 2023-06-29 18:34:56 +02:00
res Provide a preference to scale all UI text (#3248) 2023-06-29 18:34:56 +02:00
AndroidManifest.xml Only fetch and display a given notification once (#3626) 2023-05-13 16:00:28 +02:00
ic_launcher-web.png new app icon (#2695) 2022-09-13 19:48:09 +02:00