Skip to content
This repository has been archived by the owner on Mar 26, 2019. It is now read-only.

Commit

Permalink
release 1.0.6
Browse files Browse the repository at this point in the history
  • Loading branch information
befora committed Aug 3, 2018
1 parent e775255 commit 3f6a5c4
Show file tree
Hide file tree
Showing 2 changed files with 25 additions and 3 deletions.
4 changes: 2 additions & 2 deletions app/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -15,8 +15,8 @@ android {
applicationId "com.sethchhim.kuboo"
minSdkVersion 21
targetSdkVersion 27
versionCode 6
versionName "1.0.5"
versionCode 7
versionName "1.0.6"
buildConfigField 'long', 'TIMESTAMP', System.currentTimeMillis() + 'L'
testInstrumentationRunner "android.support.test.runner.AndroidJUnitRunner"
}
Expand Down
24 changes: 23 additions & 1 deletion app/src/main/res/raw/changelog.xml
Original file line number Diff line number Diff line change
@@ -1,6 +1,27 @@
<?xml version="1.0" encoding="utf-8"?>
<changelog bulletedList="true">

<changelogversion
changeDate="Aug 3, 2018"
versionName="1.0.6">
<changelogtext>add setting volume buttons turn page</changelogtext>
<changelogtext>change debug server</changelogtext>
<changelogtext>fix browser state after recycle</changelogtext>
<changelogtext>fix cbr out of memory crash</changelogtext>
<changelogtext>fix comic reader (local) did not measure dual pane condition correctly
</changelogtext>
<changelogtext>fix comic reader orientation change did not update image</changelogtext>
<changelogtext>fix comic reader slow switching of dual pane mode</changelogtext>
<changelogtext>fix comic reader slow switching of manga mode</changelogtext>
<changelogtext>fix comic reader slow switching of next book</changelogtext>
<changelogtext>fix comic reader slow switching of orientation change</changelogtext>
<changelogtext>fix reader transition jank</changelogtext>
<changelogtext>fix series pull not supposed to use cache</changelogtext>
<changelogtext>update jsoup to 1.11.3 from 1.11.2</changelogtext>
<changelogtext>update kotlin to 1.2.60 from 1.2.51</changelogtext>
<changelogtext>update okhttp to 3.11.0 from 3.10.0</changelogtext>
</changelogversion>

<changelogversion
changeDate="Jul 13, 2018"
versionName="1.0.5">
Expand All @@ -9,7 +30,8 @@
<changelogtext>add setting for home layout</changelogtext>
<changelogtext>change glide cache size to 100mb from 250mb</changelogtext>
<changelogtext>change okhttp cache size to 20mb from 100mb</changelogtext>
<changelogtext>fix browser folder thumbnail did not cancel previous image pull</changelogtext>
<changelogtext>fix browser folder thumbnail did not cancel previous image pull
</changelogtext>
<changelogtext>fix browser missing folder thumbnail sometimes</changelogtext>
<changelogtext>fix browser search fragment crash</changelogtext>
<changelogtext>fix cbr performance</changelogtext>
Expand Down

0 comments on commit 3f6a5c4

Please sign in to comment.