Add call and message buttons to recipient bottom sheet.

And insecure call button for non-registered contacts.
This commit is contained in:
Alan Evans
2020-06-18 13:23:46 -03:00
committed by GitHub
parent 80f9e1f4f1
commit 95d63b78f4
4 changed files with 65 additions and 24 deletions

View File

@@ -2316,8 +2316,6 @@
<string name="Recipient_unknown">Unknown</string>
<!-- RecipientBottomSheet -->
<string name="RecipientBottomSheet_message">Message</string>
<string name="RecipientBottomSheet_call">Call</string>
<string name="RecipientBottomSheet_block">Block</string>
<string name="RecipientBottomSheet_unblock">Unblock</string>
<string name="RecipientBottomSheet_add_to_contacts">Add to contacts</string>
@@ -2327,6 +2325,10 @@
<string name="RecipientBottomSheet_make_group_admin">Make group admin</string>
<string name="RecipientBottomSheet_remove_as_admin">Remove as admin</string>
<string name="RecipientBottomSheet_remove_from_group">Remove from group</string>
<string name="RecipientBottomSheet_message_description">Message</string>
<string name="RecipientBottomSheet_voice_call_description">Voice call</string>
<string name="RecipientBottomSheet_insecure_voice_call_description">Insecure voice call</string>
<string name="RecipientBottomSheet_video_call_description">Video call</string>
<string name="RecipientBottomSheet_remove_s_as_group_admin">Remove %1$s as group admin?</string>
<string name="RecipientBottomSheet_s_will_be_able_to_edit_group">%1$s will be able to edit this group and its members</string>