Add initial username link screen + QR code generation.

This commit is contained in:
Greyson Parrelli
2023-03-29 14:39:41 -04:00
committed by Alex Hart
parent e0c06615fb
commit 855e194baa
30 changed files with 1367 additions and 27 deletions

View File

@@ -5963,5 +5963,28 @@
<!-- Displayed in a text row, allowing the user to delete the call link -->
<string name="CallLinkDetailsFragment__delete_call_link">Delete call link</string>
<!-- Button label for the share button in the username link settings -->
<string name="UsernameLinkSettings_share_button_label">Share</string>
<!-- Button label for the color selector button in the username link settings -->
<string name="UsernameLinkSettings_color_button_label">Color</string>
<!-- Description text for QR code and links in the username link settings -->
<string name="UsernameLinkSettings_qr_description">Only share your QR code and link with people you trust. When shared others will be able to see your username and start a chat with you.</string>
<!-- Content of a toast that will show after the username is copied to the clipboard -->
<string name="UsernameLinkSettings_username_copied_toast">Username copied</string>
<!-- Content of a toast that will show after the username link is copied to the clipboard -->
<string name="UsernameLinkSettings_link_copied_toast">Link copied</string>
<!-- Button label for a button that will reset your username and give you a new link -->
<string name="UsernameLinkSettings_reset_button_label">Reset</string>
<!-- Button label for a button that indicates that the user is done changing the current setting -->
<string name="UsernameLinkSettings_done_button_label">Done</string>
<!-- Label for a tab that shows a screen to view your username QR code -->
<string name="UsernameLinkSettings_code_tab_name">Code</string>
<!-- Label for a tab that shows a screen to scan a QR code -->
<string name="UsernameLinkSettings_scan_tab_name">Scan</string>
<!-- Description text shown underneath the username QR code scanner -->
<string name="UsernameLinkSettings_qr_scan_description">Scan the QR Code on your contacts device.</string>
<!-- App bar title for the username QR code color picker screen -->
<string name="UsernameLinkSettings_color_picker_app_bar_title">Color</string>
<!-- EOF -->
</resources>