Skip to content

Commit 4500fe4

Browse files
Release version 1.2
1 parent dcc2bdd commit 4500fe4

3 files changed

Lines changed: 15 additions & 2 deletions

File tree

README.md

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -10,5 +10,17 @@ like that which hasn't yet been updated for this new behaviour.
1010
This Xposed module hooks the app installation process to always behave as if that flag had been
1111
passed 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
1426
Requires at least Android 14.

app/build.gradle.kts

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff 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"
Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
- Support marking affected apps as compatible again in F-Droid

0 commit comments

Comments
 (0)