Rietveld Code Review Tool
Help | Bug tracker | Discussion group | Source code

Unified Diff: libadblockplus-android-settings/res/values/adblock_settings_strings.xml

Issue 29379647: Issue 4948 - add possibility to not send data depending on connection properties (Closed)
Patch Set: updated dependency to binaries, updated comment for allowed connection type Created March 30, 2017, 2:12 p.m.
Use n/p to move between diff chunks; N/P to move between comments.
Jump to:
View side-by-side diff with in-line comments
Download patch
Index: libadblockplus-android-settings/res/values/adblock_settings_strings.xml
diff --git a/libadblockplus-android-settings/res/values/adblock_settings_strings.xml b/libadblockplus-android-settings/res/values/adblock_settings_strings.xml
index 3985c73f064752579de3d57e76b8ec79037fd443..a3393e9e59c432cb8809390df647e16e9a9ef948 100644
--- a/libadblockplus-android-settings/res/values/adblock_settings_strings.xml
+++ b/libadblockplus-android-settings/res/values/adblock_settings_strings.xml
@@ -10,5 +10,9 @@
<string name="fragment_adblock_settings_wl_summary">Add websites that you want to see ads on to this list</string>
<string name="fragment_adblock_settings_add_domain">Add domain</string>
<string name="fragment_adblock_settings_wl_domains">Whitelisted domains</string>
+ <string name="fragment_adblock_settings_allowed_connection_type">Configure automatic updates</string>
+ <string name="fragment_adblock_settings_allowed_connection_type_wifi_non_metered">Non-metered WiFi networks</string>
+ <string name="fragment_adblock_settings_allowed_connection_type_wifi">All WiFi networks</string>
+ <string name="fragment_adblock_settings_allowed_connection_type_all">Always</string>
</resources>

Powered by Google App Engine
This is Rietveld