From 88fa85db284cb8024189f7ac6a240ad38cae1c1b Mon Sep 17 00:00:00 2001 From: Scott Jackson Date: Thu, 9 Jun 2016 17:31:20 -0700 Subject: DSub 5.1.8 Released --- app/build.gradle | 4 ++-- app/src/main/res/xml/changelog.xml | 12 ++++++++++++ 2 files changed, 14 insertions(+), 2 deletions(-) diff --git a/app/build.gradle b/app/build.gradle index c0718870..382eef10 100644 --- a/app/build.gradle +++ b/app/build.gradle @@ -8,8 +8,8 @@ android { applicationId "github.daneren2005.dsub" minSdkVersion 14 targetSdkVersion 22 - versionCode 178 - versionName '5.1.7' + versionCode 179 + versionName '5.1.8' setProperty("archivesBaseName", "DSub $versionName") } buildTypes { diff --git a/app/src/main/res/xml/changelog.xml b/app/src/main/res/xml/changelog.xml index 843c53da..04eeda7b 100644 --- a/app/src/main/res/xml/changelog.xml +++ b/app/src/main/res/xml/changelog.xml @@ -1,5 +1,17 @@ + + Improved Search Bar + Display songs in root folder + Heads Up Setting: Only when out of app + Speed up resuming app from notifications/widgets + Bluetooth: Double click play/pause button to skip to next some + Auto: Previous/Next rewind/fast forward on Podcasts/Audio Books + Fix playlist not overwriting when resumed from bookmark + Fix some bluetooth devices sending next/previous multiple times + Fix reverting to stock Subsonic after using Madsonic 6+ servers + Fix Podcast list cache not working with no internet + Audio Books/Podcasts: Replace back/forward with rewind/fast forward buttons Expandable Search Results -- cgit v1.2.3