From 4d559660721bf7f05902b7358fab7bedf22943df Mon Sep 17 00:00:00 2001 From: Seth Chhim Date: Tue, 19 Feb 2019 18:59:53 -0500 Subject: [PATCH] release 1.2.12 --- app/build.gradle | 4 ++-- app/src/main/res/raw/changelog.xml | 20 ++++++++++++++++++++ 2 files changed, 22 insertions(+), 2 deletions(-) diff --git a/app/build.gradle b/app/build.gradle index b308ae2a..a2f79a85 100644 --- a/app/build.gradle +++ b/app/build.gradle @@ -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" } diff --git a/app/src/main/res/raw/changelog.xml b/app/src/main/res/raw/changelog.xml index 49d50ceb..38d74d60 100644 --- a/app/src/main/res/raw/changelog.xml +++ b/app/src/main/res/raw/changelog.xml @@ -1,6 +1,26 @@ + + change advanced setting order + fix browser did not clear glide requests properly + fix browser media content did not cancel correctly + fix browser media remove crossfade because its too heavy + fix browser pagination disable saved rv state + fix browser path sometimes missing items + fix overflow select all should not be visible as default + fix search icon should only be visible on home and browse fragment + + fix search pagination browser content type bug + fix search pagination start index showed incorrect value + fix title change did not consider selection count + fix title did not change after menu reselection + fix vector images not visible in oled theme + update butterknife from 10.0.0 to 10.1.0 + +