Ver Fonte

Release 0.3.2

len há 8 anos atrás
pai
commit
dcbd72e64d
3 ficheiros alterados com 11 adições e 2 exclusões
  1. 2 2
      app/build.gradle
  2. 3 0
      app/proguard-rules.pro
  3. 6 0
      app/src/main/res/raw/changelog_release.xml

+ 2 - 2
app/build.gradle

@@ -42,8 +42,8 @@ android {
         minSdkVersion 16
         targetSdkVersion 24
         testInstrumentationRunner "android.support.test.runner.AndroidJUnitRunner"
-        versionCode 12
-        versionName "0.3.1"
+        versionCode 13
+        versionName "0.3.2"
 
         buildConfigField "String", "COMMIT_COUNT", "\"${getCommitCount()}\""
         buildConfigField "String", "COMMIT_SHA", "\"${getGitSha()}\""

+ 3 - 0
app/proguard-rules.pro

@@ -2,6 +2,9 @@
 
 -keep class eu.kanade.tachiyomi.**
 
+-keep class com.hippo.image.** { *; }
+-keep interface com.hippo.image.** { *; }
+
 # OkHttp
 -keepattributes Signature
 -keepattributes *Annotation*

+ 6 - 0
app/src/main/res/raw/changelog_release.xml

@@ -1,6 +1,12 @@
 <?xml version="1.0" encoding="utf-8"?>
 <changelog bulletedList="true">
 
+    <changelogversion versionName="v0.3.2" changeDate="">
+        <changelogtext>Added a new image decoder. It should be faster than Rapid and more reliable than Skia.</changelogtext>
+
+        <changelogtext>Removed the advanced setting reencode images. Use the new image decoder instead.</changelogtext>
+    </changelogversion>
+
     <changelogversion versionName="v0.3.1" changeDate="">
         <changelogtext>Fixed a crash when opening latest updates. ([a href="https://github.com/inorichi/tachiyomi/issues/495"]#495[/a])</changelogtext>
     </changelogversion>