summaryrefslogtreecommitdiff
path: root/res/values
diff options
context:
space:
mode:
authorDavid Reiss <dreiss@fb.com>2014-06-07 14:13:07 -0700
committerDavid Reiss <dreiss@fb.com>2014-06-07 23:41:19 -0700
commit500483ba690a36365dda1f6e00bb9c50c6357248 (patch)
tree3c2bb6fe9cd36f3627a4039006c0b79b673966d0 /res/values
parenta78c5173dccfe76cb2e4886e83a6a5b040375700 (diff)
downloadAntennaPod-500483ba690a36365dda1f6e00bb9c50c6357248.zip
Make seek time configurable
A 30-second seek time is way to long for me. Make the seek duration a configurable preference.
Diffstat (limited to 'res/values')
-rw-r--r--res/values/arrays.xml10
-rw-r--r--res/values/strings.xml2
2 files changed, 12 insertions, 0 deletions
diff --git a/res/values/arrays.xml b/res/values/arrays.xml
index 69ea13e52..f09c76080 100644
--- a/res/values/arrays.xml
+++ b/res/values/arrays.xml
@@ -1,6 +1,16 @@
<?xml version="1.0" encoding="utf-8"?>
<resources>
+ <string-array name="seek_delta_values">
+ <item>5</item>
+ <item>10</item>
+ <item>15</item>
+ <item>20</item>
+ <item>30</item>
+ <item>45</item>
+ <item>60</item>
+ </string-array>
+
<string-array name="update_intervall_options">
<item>Manual</item>
<item>1 hour</item>
diff --git a/res/values/strings.xml b/res/values/strings.xml
index 4f4d5d337..28fb74691 100644
--- a/res/values/strings.xml
+++ b/res/values/strings.xml
@@ -243,6 +243,8 @@
<string name="pref_gpodnet_setlogin_information_sum">Change the login information for your gpodder.net account.</string>
<string name="pref_playback_speed_title">Playback Speeds</string>
<string name="pref_playback_speed_sum">Customize the speeds available for variable speed audio playback</string>
+ <string name="pref_seek_delta_title">Seek Time</string>
+ <string name="pref_seek_delta_sum">Seek this many seconds when rewinding or fast-forwarding</string>
<string name="pref_gpodnet_sethostname_title">Set hostname</string>
<string name="pref_gpodnet_sethostname_use_default_host">Use default host</string>