Update contacts permission UI.

This commit is contained in:
mtang-signal
2024-05-14 09:22:24 -07:00
committed by Nicholas Tinsley
parent 13bd4a9c74
commit 0465fdea62
8 changed files with 292 additions and 135 deletions

View File

@@ -2714,6 +2714,10 @@
<string name="contact_selection_activity__refresh_contacts">Refresh contacts</string>
<!-- Row item description for refreshing contacts -->
<string name="contact_selection_activity__missing_someone">Missing someone? Try refreshing</string>
<!-- Row item title for finding people on Signal via your contacts -->
<string name="contact_selection_activity__find_people_you_know">Find people you know on Signal</string>
<!-- Row item description asking users for access to their contacts to find people they know -->
<string name="contact_selection_activity__allow_access_to_contacts">Allow access to your contacts</string>
<!-- Row header title for more section -->
<string name="contact_selection_activity__more">More</string>
@@ -2747,6 +2751,14 @@
<string name="ContactSelectionListFragment__find_by_phone_number">Find by phone number</string>
<!-- Text on row item to find user by username -->
<string name="ContactSelectionListFragment__find_by_username">Find by username</string>
<!-- Dialog title asking users for contact permission -->
<string name="ContactSelectionListFragment_allow_access_contacts">Allow access to contacts</string>
<!-- Dialog description that will explain the steps needed to give contact permissions -->
<string name="ContactSelectionListFragment_to_find_people">To find people you know on Signal:</string>
<!-- Text on button prompting users to give Signal contact permissions -->
<string name="ContactSelectionListFragment__allow_access">Allow access</string>
<!-- Text asking for user's contact permission -->
<string name="ContactSelectionListFragment__allow_access_to_your_contacts_encrypted">Allow access to your contacts. Your contacts are encrypted and not visible to the Signal service.</string>
<!-- contact_selection_list_fragment -->
<string name="contact_selection_list_fragment__signal_needs_access_to_your_contacts_in_order_to_display_them">Signal needs access to your contacts in order to display them.</string>