From 7c3e7ebd7938ab05c375f5c64ceb85518b355656 Mon Sep 17 00:00:00 2001 From: Scott Jackson Date: Wed, 27 Jul 2016 18:01:58 -0700 Subject: Fixes #714: Add different options for action when pressing a song --- app/src/main/res/values/arrays.xml | 13 +++++++++++++ app/src/main/res/values/strings.xml | 7 +++++-- 2 files changed, 18 insertions(+), 2 deletions(-) (limited to 'app/src/main/res/values') diff --git a/app/src/main/res/values/arrays.xml b/app/src/main/res/values/arrays.xml index 3ee60fce..01296e9e 100644 --- a/app/src/main/res/values/arrays.xml +++ b/app/src/main/res/values/arrays.xml @@ -222,4 +222,17 @@ @string/main.online @string/main.offline + + + single + all + next + last + + + @string/settings.song_press_play_single + @string/settings.song_press_play_all + @string/settings.song_press_play_next + @string/settings.song_press_play_last + diff --git a/app/src/main/res/values/strings.xml b/app/src/main/res/values/strings.xml index 6837a88b..d372940f 100644 --- a/app/src/main/res/values/strings.xml +++ b/app/src/main/res/values/strings.xml @@ -447,8 +447,11 @@ Override System Language Display app in english even if the system language is something DSub has a translation for. May need to clear the app from memory for changes to take affect. Drawer Tabs - Song Press - Play All - Pressing on a song adds everything in the album to the Now Playing Queue after the pressed song + Song Press Action + Play only that song + Adds everything in the album to the Now Playing Queue + Adds song as next song + Adds song to end of Now Playing Queue Large Album Art Display albums with large album art instead of in a list Admin Enabled -- cgit v1.2.3