f28252bfd5
* Mark *PreferencesFragment as @Keep PreferenceFragment references them by string name, which doesn't work after ProGuard has obfuscated the code in release mode. The name is no longer valid and the app crashes. Fixes https://github.com/tuskyapp/Tusky/issues/3161 * Prefer to keep Preference classes with a Proguard rule Ensures that all PreferenceFragmentCompat are kept, to prevent the risk that this could break in a new fragment where `@Keep` is accidentally omitted. |
||
---|---|---|
.. | ||
schemas/com.keylesspalace.tusky.db.AppDatabase | ||
src | ||
.gitignore | ||
build.gradle | ||
proguard-rules.pro |