Route system camera quick restore qr scan into Signal camera.

This commit is contained in:
Cody Henthorne
2025-11-21 15:39:55 -05:00
committed by jeffrey-signal
parent 8783d69406
commit 87e56bf4bf
8 changed files with 417 additions and 28 deletions

View File

@@ -367,6 +367,11 @@
<string name="CommunicationActions_this_is_not_a_valid_call_link">This is not a valid call link. Make sure the entire link is intact and correct before attempting to join.</string>
<!-- Displayed in a snackbar when the user is already in a call -->
<string name="CommunicationActions__you_are_already_in_a_call">You are already in a call</string>
<!-- Title on dialog when quick restore qr code is scanned in system camera -->
<string name="CommunicationActions__transfer_dialog_title">Transfer account to new device?</string>
<!-- Message on dialog when quick restore qr code is scanned in system camera -->
<string name="CommunicationActions__transfer_dialog_message">To transfer this account to a new device, tap \"Continue\" and scan the QR code again with the Signal camera. Make sure you only scan QR codes that come directly from Signal.</string>
<string name="CommunicationActions__dont_transfer">Don\'t transfer</string>
<!-- ConfirmIdentityDialog -->
@@ -8924,6 +8929,13 @@
<!-- Snackbar text to add a question before creating a poll -->
<string name="CreatePollFragment__add_question">Add a question</string>
<!-- Bottom sheet title telling users to scan a qr code -->
<string name="QuickRestoreInfoDialog__scan_qr_code">Scan QR code</string>
<!-- Bottom sheet description telling users how to scan a qr code -->
<string name="QuickRestoreInfoDialog__use_this_device_to_scan_qr_code">Use this device to scan the QR code on the device you want to transfer to</string>
<!-- Confirmation button to dismiss bottom sheet dialog -->
<string name="QuickRestoreInfoDialog__okay">Okay</string>
<!-- CallQualityIssue -->
<!-- Label for general audio issue category -->
<string name="CallQualityIssue__audio_issue">Audio issue</string>