diff options
author | Martin Fietz <Martin.Fietz@gmail.com> | 2017-10-15 21:53:40 +0200 |
---|---|---|
committer | GitHub <noreply@github.com> | 2017-10-15 21:53:40 +0200 |
commit | c69c48b62fdbcbf91b9a649bbe6ee46e0faa230e (patch) | |
tree | bed00230f0c7a40be531ccfe7e58cb4a85fea526 /app/src | |
parent | 688e123c3450cd077e6592cd47890a01cee0368e (diff) | |
parent | c2346636cececd3e6891cd9cdcb513f3ddca4351 (diff) | |
download | AntennaPod-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.xml | 5 |
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"/> |