From 0ff92da4cb86a807e9738f8f0a60e4224790ffd6 Mon Sep 17 00:00:00 2001 From: Scott Jackson Date: Sat, 12 Sep 2020 12:37:10 -0700 Subject: Update to DSub 5.5.0 --- app/build.gradle | 4 ++-- app/proguard.cfg | 1 + app/src/main/res/xml/changelog.xml | 6 ++++++ 3 files changed, 9 insertions(+), 2 deletions(-) (limited to 'app') diff --git a/app/build.gradle b/app/build.gradle index 3dbd73d4..78351890 100644 --- a/app/build.gradle +++ b/app/build.gradle @@ -7,8 +7,8 @@ android { applicationId "github.daneren2005.dsub" minSdkVersion 15 targetSdkVersion 26 - versionCode 202 - versionName '5.4.4' + versionCode 203 + versionName '5.5.0' setProperty("archivesBaseName", "DSub $versionName") resConfigs "de", "es", "fr", "hu", "nl", "pt-rPT", "ru", "sv" } diff --git a/app/proguard.cfg b/app/proguard.cfg index a18ae91a..3bf5f926 100644 --- a/app/proguard.cfg +++ b/app/proguard.cfg @@ -47,6 +47,7 @@ -keep class android.support.v7.widget.SearchView { *; } -dontwarn android.support.** +-dontwarn com.sothree.slidinguppanel.SlidingUpPanelLayout # DLNA/Cling -keep class org.fourthline.cling.** { *; } diff --git a/app/src/main/res/xml/changelog.xml b/app/src/main/res/xml/changelog.xml index 80e26cc8..e8654e6f 100644 --- a/app/src/main/res/xml/changelog.xml +++ b/app/src/main/res/xml/changelog.xml @@ -1,5 +1,11 @@ + + Fix saving files being broken on Android 11+ + Upgrade to Android 8 target level again + Fix playlist created date showing UTC time + Encrypt passwords saved locally + Reverted back to target SDK 23 to fix service crashes -- cgit v1.2.3