Add username link share sheet.

This commit is contained in:
Greyson Parrelli
2023-11-09 10:10:42 -05:00
parent 5698e0deda
commit 96333b616b
8 changed files with 242 additions and 28 deletions

View File

@@ -6401,6 +6401,13 @@
<!-- Body of a dialog that is displayed when we failed to reset your username link because of a transient network issue. -->
<string name="UsernameLinkSettings_reset_link_result_network_error">A network error occurred while trying to reset your link. Try again later.</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>
<!-- A button label for a button that, when pressed, will copy your username link to the clipboard -->
<string name="UsernameLinkShareBottomSheet_copy_link">Copy link</string>
<!-- A button label for a button that, when pressed, will open a share sheet for sharing your username link -->
<string name="UsernameLinkShareBottomSheet_share">Share</string>
<!-- PendingParticipantsView -->
<!-- Displayed in the popup card when a remote user attempts to join a call link -->
<string name="PendingParticipantsView__would_like_to_join">Would like to join…</string>