aboutsummaryrefslogtreecommitdiff
path: root/app/src/main/res/xml
diff options
context:
space:
mode:
authorFlorian Bruhin <git@the-compiler.org>2018-06-12 19:48:23 +0200
committerFlorian Bruhin <git@the-compiler.org>2018-06-13 08:11:17 +0200
commit3129feac99cc78993e465ba5d30bffcb3390636d (patch)
tree8169d754da55be14909486835c909207ba5de730 /app/src/main/res/xml
parent3cb68cf66cde60ac780f7c87510d447dd2873cbb (diff)
downloaddsub-3129feac99cc78993e465ba5d30bffcb3390636d.tar.gz
dsub-3129feac99cc78993e465ba5d30bffcb3390636d.tar.bz2
dsub-3129feac99cc78993e465ba5d30bffcb3390636d.zip
Add option to disable downloading while roaming
Diffstat (limited to 'app/src/main/res/xml')
-rw-r--r--app/src/main/res/xml/settings_cache.xml8
1 files changed, 7 insertions, 1 deletions
diff --git a/app/src/main/res/xml/settings_cache.xml b/app/src/main/res/xml/settings_cache.xml
index 248572ca..76926379 100644
--- a/app/src/main/res/xml/settings_cache.xml
+++ b/app/src/main/res/xml/settings_cache.xml
@@ -40,6 +40,12 @@
android:key="wifiRequiredForDownload"
android:defaultValue="false"/>
+ <CheckBoxPreference
+ android:title="@string/settings.local_network_required_title"
+ android:summary="@string/settings.local_network_required_summary"
+ android:key="localNetworkRequiredForDownload"
+ android:defaultValue="false"/>
+
<ListPreference
android:title="@string/settings.network_timeout_title"
android:key="networkTimeout"
@@ -96,4 +102,4 @@
android:key="screenLitOnDownload"
android:defaultValue="true"/>
</PreferenceCategory>
-</PreferenceScreen> \ No newline at end of file
+</PreferenceScreen>