Add new call screen for calls tab.

This commit is contained in:
Alex Hart
2023-03-16 12:59:58 -03:00
committed by Greyson Parrelli
parent 1210b2af0f
commit ce3770a0fb
24 changed files with 601 additions and 169 deletions

View File

@@ -2268,6 +2268,12 @@
<!-- contact_selection_activity -->
<string name="contact_selection_activity__invite_to_signal">Invite to Signal</string>
<string name="contact_selection_activity__new_group">New group</string>
<!-- Row item title for refreshing contacts -->
<string name="contact_selection_activity__refresh_contacts">Refresh contacts</string>
<!-- Row item description for refreshing contacts -->
<string name="contact_selection_activity__missing_someone">Missing someone? Try refreshing</string>
<!-- Row header title for more section -->
<string name="contact_selection_activity__more">More</string>
<!-- contact_filter_toolbar -->
<string name="contact_filter_toolbar__clear_entered_text_description">Clear entered text</string>
@@ -3113,6 +3119,8 @@
<!-- **************************************** -->
<!-- contact_selection_list -->
<!-- Displayed in a row on the new call screen when searching by phone number. -->
<string name="contact_selection_list__new_call">New call to…</string>
<string name="contact_selection_list__unknown_contact">New message to…</string>
<string name="contact_selection_list__unknown_contact_block">Block user</string>
<string name="contact_selection_list__unknown_contact_add_to_group">Add to group</string>
@@ -5728,5 +5736,9 @@
<!-- Call log new call content description -->
<string name="CallLogFragment__start_a_new_call">Start a new call</string>
<!-- New call activity -->
<!-- Activity title in title bar -->
<string name="NewCallActivity__new_call">New call</string>
<!-- EOF -->
</resources>