summaryrefslogtreecommitdiff
path: root/app
diff options
context:
space:
mode:
authorAnders Bo Rasmussen <fuzz@fuzz.dk>2017-09-21 23:25:18 +0200
committerAnders Bo Rasmussen <fuzz@fuzz.dk>2017-09-21 23:25:18 +0200
commit7060e56a6996e77c7f5a177eecccf09e24b8d760 (patch)
tree28a315536b6190999b6fbe10a8a9ffeb47f8c896 /app
parentf20a656e62480c60dfdcaa1a9b90e08aa03cf257 (diff)
downloadAntennaPod-7060e56a6996e77c7f5a177eecccf09e24b8d760.zip
Add auto download on mobile connection option
Diffstat (limited to 'app')
-rw-r--r--app/src/main/res/xml/preferences.xml5
1 files changed, 5 insertions, 0 deletions
diff --git a/app/src/main/res/xml/preferences.xml b/app/src/main/res/xml/preferences.xml
index 0f1175ca3..5b368dce6 100644
--- a/app/src/main/res/xml/preferences.xml
+++ b/app/src/main/res/xml/preferences.xml
@@ -219,6 +219,11 @@
android:summary="@string/pref_automatic_download_on_battery_sum"
android:defaultValue="true"/>
<de.danoeh.antennapod.preferences.SwitchCompatPreference
+ android:key="prefEnableAutoDownloadOnMobile"
+ android:title="@string/pref_autodl_allow_on_mobile_title"
+ android:summary="@string/pref_autodl_allow_on_mobile_sum"
+ android:defaultValue="false"/>
+ <de.danoeh.antennapod.preferences.SwitchCompatPreference
android:key="prefEnableAutoDownloadWifiFilter"
android:title="@string/pref_autodl_wifi_filter_title"
android:summary="@string/pref_autodl_wifi_filter_sum"/>