Implement device linking dialog

This commit is contained in:
Niels Andriesse
2019-10-01 12:21:38 +10:00
parent d8e86a5e42
commit 9f7437aa9e
4 changed files with 163 additions and 29 deletions

View File

@@ -1612,8 +1612,14 @@
<string name="view_qr_code_explanation">This is your personal QR code. Other people can scan it to start a secure conversation with you.</string>
<string name="view_qr_code_cancel_button_title">Cancel</string>
<!-- Device linking view -->
<string name="view_device_linking_title">Waiting for Device</string>
<string name="view_device_linking_explanation">Create a new account on your other device and click \"Link Device\" when you\'re at the \"Create Your Loki Messenger Account\" step to start the linking process</string>
<string name="view_device_linking_title_1">Waiting for Device</string>
<string name="view_device_linking_title_2">Waiting for Authorization</string>
<string name="view_device_linking_title_3">Linking Request Received</string>
<string name="view_device_linking_title_4">Device Link Authorized</string>
<string name="view_device_linking_explanation_1">Create a new account on your other device and click \"Link Device\" when you\'re at the \"Create Your Loki Messenger Account\" step to start the linking process</string>
<string name="view_device_linking_explanation_2">Please check that the words below match the ones shown on your other device</string>
<string name="view_device_linking_explanation_3">Your device has been linked successfully</string>
<string name="view_device_linking_authorize_button_title">Authorize</string>
<string name="view_device_linking_cancel_button_title">Cancel</string>
<!-- Scan QR code fragment -->
<string name="fragment_scan_qr_code_title">Scan QR Code</string>