From 0b51092d60964c0bdc5c51da7ad8d730f2e2be6d Mon Sep 17 00:00:00 2001 From: Scott Jackson Date: Wed, 21 Sep 2016 17:29:52 -0700 Subject: Fixes #736: Update Cling to fix Android 7.0 issues --- app/build.gradle | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'app/build.gradle') diff --git a/app/build.gradle b/app/build.gradle index d37da80c..be7e32fc 100644 --- a/app/build.gradle +++ b/app/build.gradle @@ -55,8 +55,8 @@ dependencies { compile 'com.google.android.gms:play-services-cast:8.1.0' compile 'com.sothree.slidinguppanel:library:3.0.0' compile 'de.hdodenhof:circleimageview:1.2.1' - compile group: 'org.fourthline.cling', name: 'cling-core', version:'2.1.0' - compile group: 'org.fourthline.cling', name: 'cling-support', version:'2.1.0' + compile group: 'org.fourthline.cling', name: 'cling-core', version:'2.1.1' + compile group: 'org.fourthline.cling', name: 'cling-support', version:'2.1.1' compile group: 'org.eclipse.jetty', name: 'jetty-server', version:'8.1.16.v20140903' compile group: 'org.eclipse.jetty', name: 'jetty-servlet', version:'8.1.16.v20140903' compile group: 'org.eclipse.jetty', name: 'jetty-client', version:'8.1.16.v20140903' -- cgit v1.2.3 From 72751eafc2f9485d4720bbed9ec3b75726f92c9d Mon Sep 17 00:00:00 2001 From: Scott Jackson Date: Fri, 23 Sep 2016 21:55:27 -0700 Subject: DSub 5.3 Released to beta --- app/build.gradle | 4 ++-- app/src/main/res/xml/changelog.xml | 11 +++++++++++ 2 files changed, 13 insertions(+), 2 deletions(-) (limited to 'app/build.gradle') diff --git a/app/build.gradle b/app/build.gradle index be7e32fc..ced2d978 100644 --- a/app/build.gradle +++ b/app/build.gradle @@ -9,8 +9,8 @@ android { applicationId "github.daneren2005.dsub" minSdkVersion 14 targetSdkVersion 23 - versionCode 185 - versionName '5.2.2' + versionCode 186 + versionName '5.3' 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 490c427a..89f076f7 100644 --- a/app/src/main/res/xml/changelog.xml +++ b/app/src/main/res/xml/changelog.xml @@ -1,5 +1,16 @@ + + Listen to Radio Internet Stations + Automatic Day/Night theme + Android 6.0 runtime permissions + Custom variable playback speed + Add Play Now for songs when click action is add to queue + More secure connections with tokens (Subsonic 6+) + Auto skip uncached songs when no network + Shrink install size + Fix DLNA casting on Android 7.0+ + Fix lagging in landscape view on the Now Playing screen -- cgit v1.2.3