diff options
author | Daniel <moreno.daniel@gmail.com> | 2016-08-26 12:26:12 -0400 |
---|---|---|
committer | Daniel <moreno.daniel@gmail.com> | 2016-09-03 15:36:03 -0400 |
commit | e7cc0ffe05cd568c784431333df56ecae9a03762 (patch) | |
tree | 2c04d8276819eb50da75bf7df1f5ce0e3bf0dd69 /core/src/main/res/values | |
parent | da063d5e812777666615cafe98a2edf8fab3059c (diff) | |
download | AntennaPod-e7cc0ffe05cd568c784431333df56ecae9a03762.zip |
Enable separate functions for Previous and Rewind hardware buttons.
Added prefHardwarePreviousButtonRestarts preference.
Diffstat (limited to 'core/src/main/res/values')
-rw-r--r-- | core/src/main/res/values/strings.xml | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/core/src/main/res/values/strings.xml b/core/src/main/res/values/strings.xml index e243776f5..29fa7797f 100644 --- a/core/src/main/res/values/strings.xml +++ b/core/src/main/res/values/strings.xml @@ -298,6 +298,8 @@ <string name="pref_unpauseOnBluetoothReconnect_sum">Resume playback when bluetooth reconnects</string> <string name="pref_hardwareForwardButtonSkips_title">Forward button skips</string> <string name="pref_hardwareForwardButtonSkips_sum">When pressing a hardware forward button skip to the next episode instead of fast-forwarding</string> + <string name="pref_hardwarePreviousButtonRestarts_title">Previous button restarts</string> + <string name="pref_hardwarePreviousButtonRestarts_sum">When pressing a hardware previous button restart playing the current episode instead of rewinding</string> <string name="pref_followQueue_sum">Jump to next queue item when playback completes</string> <string name="pref_auto_delete_sum">Delete episode when playback completes</string> <string name="pref_auto_delete_title">Auto Delete</string> |