Aegis/app
codeall9 802d449bfb
Fix AppearancePreferencesFragment title after locale changed
root cause:
the `_prefTitle` is saved in `CharSequence`

solution:
we only able to store `CharSequence` since `Preference.getTitleRes` is removed in AndroidX. As a workaround, we update the title again on Fragment.onStart()
2024-05-12 17:01:11 +08:00
..
config/libraries Switch to AboutLibraries for the third-party license list 2024-03-23 13:41:02 +01:00
src Fix AppearancePreferencesFragment title after locale changed 2024-05-12 17:01:11 +08:00
.gitignore Initial commit 2016-08-15 21:29:41 +02:00
build.gradle Release v3.0.1 2024-03-25 19:26:55 +01:00
lint.xml Disable Glide notification permission lint check 2023-03-01 14:38:29 +01:00
proguard-rules.pro Adjust R8 settings for easier retracing of stacktraces in release builds 2024-04-12 19:16:37 +02:00