From 9bc552b5570c91cb6d81956efb46d75630305b35 Mon Sep 17 00:00:00 2001 From: Scott Jackson Date: Thu, 8 Oct 2020 21:16:33 -0700 Subject: Release DSub 5.5.1 --- app/build.gradle | 2 +- app/src/main/res/xml/changelog.xml | 7 ++++--- 2 files changed, 5 insertions(+), 4 deletions(-) diff --git a/app/build.gradle b/app/build.gradle index d3030d40..25af8101 100644 --- a/app/build.gradle +++ b/app/build.gradle @@ -7,7 +7,7 @@ android { applicationId "github.daneren2005.dsub" minSdkVersion 15 targetSdkVersion 28 - versionCode 204 + versionCode 205 versionName '5.5.1' setProperty("archivesBaseName", "DSub $versionName") resConfigs "de", "es", "fr", "hu", "nl", "pt-rPT", "ru", "sv" diff --git a/app/src/main/res/xml/changelog.xml b/app/src/main/res/xml/changelog.xml index d7875dcd..8afc22b6 100644 --- a/app/src/main/res/xml/changelog.xml +++ b/app/src/main/res/xml/changelog.xml @@ -1,9 +1,10 @@ - + Update to Android 9 target level - Optionally use system default media style notification (on by default) - Fix not being able to use basic server auth with @ in network connection string + Optionally use system default media style notification (on by default - thanks avm99963) + Fix not being able to use basic server auth with @ in network connection string via server setting (thanks popeen) + Turned DLNA casting off by default since it causes battery drain I have not been able to fix Fix saving files being broken on Android 11+ -- cgit v1.2.3