File tree Expand file tree Collapse file tree
fastlane/metadata/android/en-US/changelogs Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -10,5 +10,17 @@ like that which hasn't yet been updated for this new behaviour.
1010This Xposed module hooks the app installation process to always behave as if that flag had been
1111passed and to therefore generally allow installation of old apps.
1212
13+ ## F-Droid support
14+ This module can also be enabled for the official F-Droid client, which will override F-Droid's
15+ compatibility checking so that old apps no longer appear as incompatible on modern devices.
16+
17+ For technical reasons, you currently need to clear F-Droid's app data in order to reset the
18+ compatibility data for all old apps after enabling this module, so make sure make a backup and to
19+ note down any custom repositories you added as well as any relevant setting custom settings.
20+
21+ Alternatively, you can just
22+ delete ` /data/data/org.fdroid.fdroid/databases/fdroid_db* ` , but this will still lose all custom
23+ repositories you added as well as any custom repository and individual app update settings.
24+
1325## Compatibility
1426Requires at least Android 14.
Original file line number Diff line number Diff line change @@ -17,8 +17,8 @@ android {
1717 applicationId = " de.buttercookie.disabletargetapiblock"
1818 minSdk = 34
1919 targetSdk = 36
20- versionCode = 4
21- versionName = " 1.1 "
20+ versionCode = 5
21+ versionName = " 1.2 "
2222 base.archivesName = " $applicationId -$versionName "
2323
2424 testInstrumentationRunner = " androidx.test.runner.AndroidJUnitRunner"
Original file line number Diff line number Diff line change 1+ - Support marking affected apps as compatible again in F-Droid
You can’t perform that action at this time.
0 commit comments