jenkins-bot has submitted this change and it was merged.

Change subject: Add "Privacy" section header to Preferences screen
......................................................................


Add "Privacy" section header to Preferences screen

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

Approvals:
  Dbrant: Looks good to me, approved
  Niedzielski: Looks good to me, but someone else must approve
  jenkins-bot: Verified



diff --git a/app/src/main/res/values-qq/strings.xml 
b/app/src/main/res/values-qq/strings.xml
index 49d497c..42b06b2 100644
--- a/app/src/main/res/values-qq/strings.xml
+++ b/app/src/main/res/values-qq/strings.xml
@@ -208,6 +208,7 @@
 Shown in left navigation. Tapping it produces a random page.</string>
   <string name="create_account_account_created_toast">Message shown in a small 
toast when account creation is successful.
 * {{msg-mw|Accountcreatedtext|message}}</string>
+  <string name="preferences_privacy_settings_heading">Section title for 
privacy related settings</string>
   <string name="preference_title_eventlogging_opt_in">Title of preference that 
when checked enables data collection of user behavior.</string>
   <string name="preference_summary_eventlogging_opt_in">Description of 
preference that when checked enables data collection of user behavior.</string>
   <string name="preference_title_auto_upload_crash_reports">Title of 
preference that when checked enables automatic upload of crash reports.</string>
diff --git a/app/src/main/res/values/strings.xml 
b/app/src/main/res/values/strings.xml
index 42191ca..83c11de 100644
--- a/app/src/main/res/values/strings.xml
+++ b/app/src/main/res/values/strings.xml
@@ -153,6 +153,7 @@
     <string name="send_feedback">Send app feedback</string>
     <string name="nav_item_random">Random</string>
     <string name="create_account_account_created_toast">Account 
created!</string>
+    <string name="preferences_privacy_settings_heading">Privacy</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="preference_title_auto_upload_crash_reports">Send crash 
reports</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: merged
Gerrit-Change-Id: I4bb245436113418c14f71238d82ad7382ecc684e
Gerrit-PatchSet: 3
Gerrit-Project: apps/android/wikipedia
Gerrit-Branch: master
Gerrit-Owner: Wikinaut <[email protected]>
Gerrit-Reviewer: BearND <[email protected]>
Gerrit-Reviewer: Brion VIBBER <[email protected]>
Gerrit-Reviewer: Dbrant <[email protected]>
Gerrit-Reviewer: Florianschmidtwelzow <[email protected]>
Gerrit-Reviewer: Mholloway <[email protected]>
Gerrit-Reviewer: Niedzielski <[email protected]>
Gerrit-Reviewer: Wikinaut <[email protected]>
Gerrit-Reviewer: jenkins-bot <>

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

Reply via email to