Add internal pre-alpha support for receiving reactions.

This commit is contained in:
Alex Hart
2019-12-03 17:57:21 -04:00
committed by Greyson Parrelli
parent a8d826020d
commit bceb69b284
105 changed files with 3202 additions and 255 deletions

View File

@@ -894,6 +894,7 @@
<string name="MessageNotifier_open_signal_to_check_for_recent_notifications">Open Signal to check for recent notifications.</string>
<string name="MessageNotifier_contact_message">%1$s %2$s</string>
<string name="MessageNotifier_unknown_contact_message">Contact</string>
<string name="MessageNotifier_reacted_to_your_message">Reacted to your message: %1$s</string>
<!-- Notification Channels -->
<string name="NotificationChannel_messages">Default</string>
@@ -1467,6 +1468,9 @@
<string name="conversation_context__menu_resend_message">Resend message</string>
<string name="conversation_context__menu_reply_to_message">Reply to message</string>
<!-- conversation_context_reacction -->
<string name="conversation_context__reaction_multi_select">Select multiple</string>
<!-- conversation_context_image -->
<string name="conversation_context_image__save_attachment">Save attachment</string>