Add QR scanning to username link flow.

This commit is contained in:
Greyson Parrelli
2023-04-03 09:56:44 -04:00
committed by Nicholas Tinsley
parent bb8fdcabcb
commit dc2e249566
15 changed files with 882 additions and 36 deletions

View File

@@ -6095,6 +6095,12 @@
<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>
<!-- Body of a dialog that is displayed when we failed to read a username QR code. -->
<string name="UsernameLinkSettings_qr_result_invalid">The QR code was invalid.</string>
<!-- Body of a dialog that is displayed when the username we looked up could not be found. -->
<string name="UsernameLinkSettings_qr_result_not_found">A user with username $1$s could not be found.</string>
<!-- Body of a dialog that is displayed when we experienced a network error when looking up a username. -->
<string name="UsernameLinkSettings_qr_result_network_error">Experienced a network error. Please try again.</string>
<!-- EOF -->
</resources>