From d1da1ad5255acbd1f1be49cfa04ef74ccb41c6e6 Mon Sep 17 00:00:00 2001 From: Scott Jackson Date: Thu, 11 Feb 2016 21:41:16 -0800 Subject: Fixed #645: Add option to stream original quality to Chromecast --- app/src/main/res/values/strings.xml | 2 ++ app/src/main/res/xml/settings_cast.xml | 6 ++++++ 2 files changed, 8 insertions(+) (limited to 'app/src/main/res') diff --git a/app/src/main/res/values/strings.xml b/app/src/main/res/values/strings.xml index b4d6f41b..e783d641 100644 --- a/app/src/main/res/values/strings.xml +++ b/app/src/main/res/values/strings.xml @@ -481,6 +481,8 @@ Shuffle By Album Shuffle order of albums Shuffle all songs together + Stream original + Stream original files where supported by cast device Shuffle By Start Year: diff --git a/app/src/main/res/xml/settings_cast.xml b/app/src/main/res/xml/settings_cast.xml index 058255c2..45766162 100644 --- a/app/src/main/res/xml/settings_cast.xml +++ b/app/src/main/res/xml/settings_cast.xml @@ -15,5 +15,11 @@ android:summary="@string/settings.gapless_playback_summary" android:key="castingGaplessPlayback" android:defaultValue="true"/> + + \ No newline at end of file -- cgit v1.2.3 From 27df22fec2431300b0503cb322b3b9a030dd9ecd Mon Sep 17 00:00:00 2001 From: Scott Jackson Date: Thu, 11 Feb 2016 22:38:01 -0800 Subject: DSub 5.1.5 Beta --- app/src/main/AndroidManifest.xml | 4 ++-- app/src/main/res/xml/changelog.xml | 24 ++++++++++++++++++++++++ 2 files changed, 26 insertions(+), 2 deletions(-) (limited to 'app/src/main/res') diff --git a/app/src/main/AndroidManifest.xml b/app/src/main/AndroidManifest.xml index 083f24bf..0aa3afc6 100644 --- a/app/src/main/AndroidManifest.xml +++ b/app/src/main/AndroidManifest.xml @@ -2,8 +2,8 @@ + android:versionCode="173" + android:versionName="5.1.5 Beta"> + + Toggle for Batch Mode on Now Playing + Admin tab: view/update music folders (Subsonic 5.2+) + Tag Browsing: can specify Music Folder (Subsonic 6.0+) + Show shuffle/radio mode in title bar + Madsonic only: Songs lists on Home tab + Clicking songs adds songs before it as well + Similar Artists: show missing artists below main list + Improve offline search (thanks fxthomas) + Improve podcast date formatting + Increase max sleep timer to 1 hour + Cast: added setting to disable DLNA gapless playback + Cast: added setting to stream original source files + Long press details dialogs to copy information + Android Auto improvements + Top Tracks: display # + Require current password when changing password + Improved Share Details dialog + Sort Music Folders alphabetically + Fix repeating same song if multiples copies in play queue + Fix freeze on Play x from Google Now + Fix Show Artist/Album back behavior + Minor Chromecast fixes + Minor theme improvements -- cgit v1.2.3