summaryrefslogtreecommitdiff
path: root/res
diff options
context:
space:
mode:
authordaniel oeh <daniel.oeh@gmail.com>2012-07-09 12:05:09 +0200
committerdaniel oeh <daniel.oeh@gmail.com>2012-07-09 12:05:09 +0200
commitfcbb28981f28263c6659d8b225fa5166b7d13e5a (patch)
tree9c582e4e5cd53048fbd4872e4bba8c0bbd790db4 /res
parenta05edcb0a468f93c46a642b9e5e6220b1e82e1c1 (diff)
downloadAntennaPod-fcbb28981f28263c6659d8b225fa5166b7d13e5a.zip
Added preference to block updates over mobile internet
Diffstat (limited to 'res')
-rw-r--r--res/values/strings.xml4
-rw-r--r--res/xml/preferences.xml7
2 files changed, 10 insertions, 1 deletions
diff --git a/res/values/strings.xml b/res/values/strings.xml
index 024321b01..cb4f58987 100644
--- a/res/values/strings.xml
+++ b/res/values/strings.xml
@@ -86,8 +86,10 @@
<string name="pref_autoUpdateIntervall_title">Update intervall</string>
<string name="pref_autoUpdateIntervall_sum">Specify an intervall in which the feeds are refreshed automatically or disable it</string>
<string name="pref_downloadMediaOnWifiOnly_sum">Download media files only over WiFi</string>
- <string name="pref_followQueue_title">Follow queue</string>
+ <string name="pref_followQueue_title">Continuous playback</string>
<string name="pref_downloadMediaOnWifiOnly_title">WiFi media download</string>
<string name="pref_pauseOnHeadsetDisconnect_title">Headset disconnect</string>
+ <string name="pref_mobileUpdate_title">Mobile Updates</string>
+ <string name="pref_mobileUpdate_sum">Allow updates over the mobile data connection</string>
</resources> \ No newline at end of file
diff --git a/res/xml/preferences.xml b/res/xml/preferences.xml
index e7953efc7..b962ec090 100644
--- a/res/xml/preferences.xml
+++ b/res/xml/preferences.xml
@@ -30,6 +30,13 @@
android:key="prefAutoUpdateIntervall"
android:summary="@string/pref_autoUpdateIntervall_sum"
android:title="@string/pref_autoUpdateIntervall_title" />
+
+ <CheckBoxPreference
+ android:defaultValue="false"
+ android:enabled="true"
+ android:key="prefMobileUpdate"
+ android:summary="@string/pref_mobileUpdate_sum"
+ android:title="@string/pref_mobileUpdate_title" />
</PreferenceCategory>
<PreferenceCategory android:title="@string/other_pref" >
<Preference android:title="@string/version_pref" />