Add ability to scan username qr from gallery.

This commit is contained in:
Cody Henthorne
2024-02-28 12:44:17 -05:00
committed by Alex Hart
parent 6104ef62df
commit 86afa988a0
10 changed files with 255 additions and 21 deletions

View File

@@ -6526,6 +6526,10 @@
<string name="UsernameLinkSettings_reset_link_result_success">Your QR code and link have been reset and a new QR code and link has been created.</string>
<!-- Shown on the generated username qr code image to explain how to use it. -->
<string name="UsernameLinkSettings_scan_this_qr_code">Scan this QR code with your phone to chat with me on Signal.</string>
<!-- Dialog title shown when scanning an image from the gallery for a username QR code and there is no qr code in the image. -->
<string name="UsernameLinkSettings_qr_code_not_found">QR code not found</string>
<!-- Dialog message shown when scanning an image from the gallery for a username QR code and there is no qr code in the image. -->
<string name="UsernameLinkSettings_try_scanning_another_image_containing_a_signal_qr_code">Try scanning another image containing a Signal QR code.</string>
<!-- Explanatory text at the top of a bottom sheet describing how username links work -->
<string name="UsernameLinkShareBottomSheet_title">Anyone with this link can view your username and start a chat with you. Only share it with people you trust.</string>