summaryrefslogtreecommitdiff
path: root/app/src
diff options
context:
space:
mode:
authorMartin Fietz <Martin.Fietz@gmail.com>2017-10-15 21:53:40 +0200
committerGitHub <noreply@github.com>2017-10-15 21:53:40 +0200
commitc69c48b62fdbcbf91b9a649bbe6ee46e0faa230e (patch)
treebed00230f0c7a40be531ccfe7e58cb4a85fea526 /app/src
parent688e123c3450cd077e6592cd47890a01cee0368e (diff)
parentc2346636cececd3e6891cd9cdcb513f3ddca4351 (diff)
downloadAntennaPod-c69c48b62fdbcbf91b9a649bbe6ee46e0faa230e.zip
Merge pull request #2426 from fuzzdk/develop
Add auto download on mobile connection option
Diffstat (limited to 'app/src')
-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 c18838c51..e81115627 100644
--- a/app/src/main/res/xml/preferences.xml
+++ b/app/src/main/res/xml/preferences.xml
@@ -225,6 +225,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"/>