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

Unified Diff: adblockplussbrowser/res/xml/preferences_main.xml

Issue 29673565: Issue 6066 - Implement 'force update' functionality for subscriptions (Closed)
Patch Set: Fixes Created Jan. 23, 2018, 3: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: adblockplussbrowser/res/xml/preferences_main.xml
===================================================================
--- a/adblockplussbrowser/res/xml/preferences_main.xml
+++ b/adblockplussbrowser/res/xml/preferences_main.xml
@@ -30,16 +30,20 @@
<org.adblockplus.sbrowser.contentblocker.preferences.MultilineListPreference
android:defaultValue="@string/download_settings_value_wifi"
android:entries="@array/download_settings"
android:entryValues="@array/download_settings_values"
android:key="@string/key_automatic_updates"
android:title="@string/automatic_updates"/>
+ <Preference android:title="@string/update_subscriptions"
+ android:key="@string/key_force_update_subscriptions"
+ android:summary="@string/update_subscriptions_summary"/>
+
<PreferenceCategory
android:title="@string/acceptable_ads_category">
<org.adblockplus.sbrowser.contentblocker.preferences.MultilineCheckBoxPreference
android:defaultValue="true"
android:key="@string/key_acceptable_ads"
android:singleLine="false"
android:title="@string/enable_acceptable_ads"/>

Powered by Google App Engine
This is Rietveld