Refactor how message send types are selected.

This commit is contained in:
Greyson Parrelli
2022-06-03 18:07:29 -04:00
committed by GitHub
parent bf90909496
commit 4da422fd3c
29 changed files with 591 additions and 808 deletions

View File

@@ -259,8 +259,12 @@
<string name="ConversationActivity_calls_not_supported">Calls not supported</string>
<string name="ConversationActivity_this_device_does_not_appear_to_support_dial_actions">This device does not appear to support dial actions.</string>
<string name="ConversationActivity_transport_insecure_sms">Insecure SMS</string>
<!-- A title for the option to send an SMS with a placeholder to put the name of their SIM card -->
<string name="ConversationActivity_transport_insecure_sms_with_sim">Insecure SMS (%1$s)</string>
<string name="ConversationActivity_transport_insecure_mms">Insecure MMS</string>
<string name="ConversationActivity_transport_signal">Signal</string>
<!-- A title for the option to send an SMS with a placeholder to put the name of their SIM card -->
<string name="ConversationActivity_transport_insecure_mms_with_sim">Insecure MMS (%1$s)</string>
<string name="ConversationActivity_transport_signal">Signal message</string>
<string name="ConversationActivity_lets_switch_to_signal">Let\'s switch to Signal %1$s</string>
<string name="ConversationActivity_specify_recipient">Please choose a contact</string>
<string name="ConversationActivity_unblock">Unblock</string>