From 02e187f06618e4a4d0e0a5492b5928c04c3574ef Mon Sep 17 00:00:00 2001 From: inorichi Date: Mon, 5 Feb 2018 22:55:29 +0100 Subject: [PATCH] Add notice for updating extensions --- app/build.gradle | 2 +- app/src/main/res/raw/changelog_debug.xml | 10 +++++++++- 2 files changed, 10 insertions(+), 2 deletions(-) diff --git a/app/build.gradle b/app/build.gradle index 4bb3789d73..e1bc6244dc 100644 --- a/app/build.gradle +++ b/app/build.gradle @@ -38,7 +38,7 @@ android { minSdkVersion 16 targetSdkVersion 26 testInstrumentationRunner "android.support.test.runner.AndroidJUnitRunner" - versionCode 31 + versionCode 32 versionName "0.6.8" buildConfigField "String", "COMMIT_COUNT", "\"${getCommitCount()}\"" diff --git a/app/src/main/res/raw/changelog_debug.xml b/app/src/main/res/raw/changelog_debug.xml index 2393bc9194..71d60e9eee 100644 --- a/app/src/main/res/raw/changelog_debug.xml +++ b/app/src/main/res/raw/changelog_debug.xml @@ -1,6 +1,14 @@ + + A new screen for managing extensions was added. If you previously installed extensions from FDroid, + you will have to uninstall all of them first (tap on the extension then uninstall), otherwise you won't be able + to update them due to signature mismatch. You won't lose anything in this process as the extensions themselves + don't store anything. + + + The download manager has been rewritten and it's possible some of your downloads aren't recognized anymore. You may have to check your downloads folder and manually delete those. @@ -28,4 +36,4 @@ - \ No newline at end of file +