From 4c0a6f1ef7ea8a7f10c71b313a7816ac363f1aef Mon Sep 17 00:00:00 2001 From: Tom Hennen Date: Fri, 27 Nov 2015 10:27:35 -0500 Subject: allow users to optionally have hardware forward button skip --- core/src/main/res/values/strings.xml | 2 ++ 1 file changed, 2 insertions(+) (limited to 'core/src/main/res/values') diff --git a/core/src/main/res/values/strings.xml b/core/src/main/res/values/strings.xml index 6cbc5579d..576bb8a5b 100644 --- a/core/src/main/res/values/strings.xml +++ b/core/src/main/res/values/strings.xml @@ -280,6 +280,8 @@ Pause playback when headphones or bluetooth are disconnected Resume playback when the headphones are reconnected Resume playback when bluetooth reconnects + Hardware forward skips + When pressing a hardware forward button skip to the next track instead of fast-forwarding Jump to next queue item when playback completes Delete episode when playback completes Auto Delete -- cgit v1.2.3 From d2d22a82e2132d18c69aeb1b0ebdddab98dff0d4 Mon Sep 17 00:00:00 2001 From: Tom Hennen Date: Fri, 27 Nov 2015 10:46:09 -0500 Subject: update title of option --- core/src/main/res/values/strings.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'core/src/main/res/values') diff --git a/core/src/main/res/values/strings.xml b/core/src/main/res/values/strings.xml index 576bb8a5b..5bf33c90c 100644 --- a/core/src/main/res/values/strings.xml +++ b/core/src/main/res/values/strings.xml @@ -280,7 +280,7 @@ Pause playback when headphones or bluetooth are disconnected Resume playback when the headphones are reconnected Resume playback when bluetooth reconnects - Hardware forward skips + Forward button skips When pressing a hardware forward button skip to the next track instead of fast-forwarding Jump to next queue item when playback completes Delete episode when playback completes -- cgit v1.2.3