浏览代码

Add notice for updating extensions

inorichi 7 年之前
父节点
当前提交
02e187f066
共有 2 个文件被更改,包括 10 次插入2 次删除
  1. 1 1
      app/build.gradle
  2. 9 1
      app/src/main/res/raw/changelog_debug.xml

+ 1 - 1
app/build.gradle

@@ -38,7 +38,7 @@ android {
         minSdkVersion 16
         minSdkVersion 16
         targetSdkVersion 26
         targetSdkVersion 26
         testInstrumentationRunner "android.support.test.runner.AndroidJUnitRunner"
         testInstrumentationRunner "android.support.test.runner.AndroidJUnitRunner"
-        versionCode 31
+        versionCode 32
         versionName "0.6.8"
         versionName "0.6.8"
 
 
         buildConfigField "String", "COMMIT_COUNT", "\"${getCommitCount()}\""
         buildConfigField "String", "COMMIT_COUNT", "\"${getCommitCount()}\""

+ 9 - 1
app/src/main/res/raw/changelog_debug.xml

@@ -1,6 +1,14 @@
 <?xml version="1.0" encoding="utf-8"?>
 <?xml version="1.0" encoding="utf-8"?>
 <changelog bulletedList="false">
 <changelog bulletedList="false">
 
 
+    <changelogversion changeDate="" versionName="r1340">
+        <changelogtext>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.
+        </changelogtext>
+    </changelogversion>
+
     <changelogversion changeDate="" versionName="r959">
     <changelogversion changeDate="" versionName="r959">
         <changelogtext>The download manager has been rewritten and it's possible some of your downloads
         <changelogtext>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.
             aren't recognized anymore. You may have to check your downloads folder and manually delete those.
@@ -28,4 +36,4 @@
         </changelogtext>
         </changelogtext>
     </changelogversion>
     </changelogversion>
 
 
-</changelog>
+</changelog>