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.5
Browse files Browse the repository at this point in the history
  • Loading branch information
befora committed Jul 13, 2018
1 parent eeabcc2 commit e189dc5
Show file tree
Hide file tree
Showing 2 changed files with 29 additions and 2 deletions.
4 changes: 2 additions & 2 deletions app/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -17,8 +17,8 @@ android {
applicationId "com.sethchhim.kuboo"
minSdkVersion 21
targetSdkVersion 27
versionCode 5
versionName "1.0.4"
versionCode 6
versionName "1.0.5"
buildConfigField 'long', 'TIMESTAMP', System.currentTimeMillis() + 'L'
testInstrumentationRunner "android.support.test.runner.AndroidJUnitRunner"
}
Expand Down
27 changes: 27 additions & 0 deletions app/src/main/res/raw/changelog.xml
Original file line number Diff line number Diff line change
@@ -1,6 +1,33 @@
<?xml version="1.0" encoding="utf-8"?>
<changelog bulletedList="true">

<changelogversion
changeDate="Jul 13, 2018"
versionName="1.0.5">
<changelogtext>add server edit check for /opds-books/ or /opds-comics/</changelogtext>
<changelogtext>add server edit check for empty ip address</changelogtext>
<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 missing folder thumbnail sometimes</changelogtext>
<changelogtext>fix browser search fragment crash</changelogtext>
<changelogtext>fix cbr performance</changelogtext>
<changelogtext>fix crash on fragment transition</changelogtext>
<changelogtext>fix crash on service start after app has been backgrounded</changelogtext>
<changelogtext>fix download and recent bookmark mixup</changelogtext>
<changelogtext>fix download resume all button now resumes download tracking</changelogtext>
<changelogtext>fix fetch update ui crash</changelogtext>
<changelogtext>fix home reset on bottom navigation reselect</changelogtext>
<changelogtext>fix isHiDpi is more accurate</changelogtext>
<changelogtext>fix latest list now uses memory buffer</changelogtext>
<changelogtext>fix missing titles</changelogtext>
<changelogtext>fix prevent certain books from being added to recent list</changelogtext>
<changelogtext>fix reader back press to exit did not work sometimes</changelogtext>
<changelogtext>fix reader info dialog broken for epub</changelogtext>
<changelogtext>fix reader transition from being interrupted with back press</changelogtext>
</changelogversion>

<changelogversion
changeDate="Jul 6, 2018"
versionName="1.0.4">
Expand Down

0 comments on commit e189dc5

Please sign in to comment.