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

Commit

Permalink
release 1.2.12
Browse files Browse the repository at this point in the history
  • Loading branch information
befora committed Feb 19, 2019
1 parent dcaa099 commit 4d55966
Show file tree
Hide file tree
Showing 2 changed files with 22 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 @@ -19,8 +19,8 @@ android {
applicationId "com.sethchhim.kuboo"
minSdkVersion 21
targetSdkVersion 28
versionCode 46
versionName "1.2.11"
versionCode 47
versionName "1.2.12"
buildConfigField 'long', 'TIMESTAMP', System.currentTimeMillis() + 'L'
testInstrumentationRunner "androidx.test.runner.AndroidJUnitRunner"
}
Expand Down
20 changes: 20 additions & 0 deletions app/src/main/res/raw/changelog.xml
Original file line number Diff line number Diff line change
@@ -1,6 +1,26 @@
<?xml version="1.0" encoding="utf-8"?>
<changelog bulletedList="true">

<changelogversion
changeDate="Feb 19, 2019"
versionName="1.2.12">
<changelogtext>change advanced setting order</changelogtext>
<changelogtext>fix browser did not clear glide requests properly</changelogtext>
<changelogtext>fix browser media content did not cancel correctly</changelogtext>
<changelogtext>fix browser media remove crossfade because its too heavy</changelogtext>
<changelogtext>fix browser pagination disable saved rv state</changelogtext>
<changelogtext>fix browser path sometimes missing items</changelogtext>
<changelogtext>fix overflow select all should not be visible as default</changelogtext>
<changelogtext>fix search icon should only be visible on home and browse fragment
</changelogtext>
<changelogtext>fix search pagination browser content type bug</changelogtext>
<changelogtext>fix search pagination start index showed incorrect value</changelogtext>
<changelogtext>fix title change did not consider selection count</changelogtext>
<changelogtext>fix title did not change after menu reselection</changelogtext>
<changelogtext>fix vector images not visible in oled theme</changelogtext>
<changelogtext>update butterknife from 10.0.0 to 10.1.0</changelogtext>
</changelogversion>

<changelogversion
changeDate="Feb 18, 2019"
versionName="1.2.11">
Expand Down

0 comments on commit 4d55966

Please sign in to comment.