Wikinaut has uploaded a new change for review.

  https://gerrit.wikimedia.org/r/248292

Change subject: add "Privacy settings" section to Preferences
......................................................................

add "Privacy settings" section to Preferences

Change-Id: I4bb245436113418c14f71238d82ad7382ecc684e
---
M app/src/main/res/values/strings.xml
M app/src/main/res/xml/preferences.xml
2 files changed, 3 insertions(+), 0 deletions(-)


  git pull ssh://gerrit.wikimedia.org:29418/apps/android/wikipedia 
refs/changes/92/248292/1

diff --git a/app/src/main/res/values/strings.xml 
b/app/src/main/res/values/strings.xml
index 42191ca..82fd050 100644
--- a/app/src/main/res/values/strings.xml
+++ b/app/src/main/res/values/strings.xml
@@ -155,6 +155,7 @@
     <string name="create_account_account_created_toast">Account 
created!</string>
     <string name="preference_title_eventlogging_opt_in">Send usage 
reports</string>
     <string name="preference_summary_eventlogging_opt_in">Allow Wikimedia to 
collect information about how you use the app to make the app better</string>
+    <string name="preferences_privacy_settings_heading">Privacy 
settings</string>
     <string name="preference_title_auto_upload_crash_reports">Send crash 
reports</string>
     <string name="preference_summary_auto_upload_crash_reports">Allow the app 
to send crash reports to HockeyApp / a third-party service provider 
automatically so that we can review your crash and fix the bug faster and more 
easily.</string>
     <string name="editing_error_spamblacklist">Links to blocked domains (%s) 
detected. Please remove them and try again.</string>
diff --git a/app/src/main/res/xml/preferences.xml 
b/app/src/main/res/xml/preferences.xml
index 1ca51bb..3d8d3d1 100644
--- a/app/src/main/res/xml/preferences.xml
+++ b/app/src/main/res/xml/preferences.xml
@@ -18,6 +18,8 @@
             android:title="@string/preference_title_show_link_previews"
             android:summary="@string/preference_summary_show_link_previews"
             />
+    </PreferenceCategory>
+    <PreferenceCategory 
android:title="@string/preferences_privacy_settings_heading">
         <org.wikipedia.settings.CheckBoxPreferenceMultiLine
             android:key="@string/preference_key_eventlogging_opt_in"
             android:defaultValue="true"

-- 
To view, visit https://gerrit.wikimedia.org/r/248292
To unsubscribe, visit https://gerrit.wikimedia.org/r/settings

Gerrit-MessageType: newchange
Gerrit-Change-Id: I4bb245436113418c14f71238d82ad7382ecc684e
Gerrit-PatchSet: 1
Gerrit-Project: apps/android/wikipedia
Gerrit-Branch: master
Gerrit-Owner: Wikinaut <[email protected]>

_______________________________________________
MediaWiki-commits mailing list
[email protected]
https://lists.wikimedia.org/mailman/listinfo/mediawiki-commits

Reply via email to