mirror of
https://github.com/oxen-io/session-android.git
synced 2025-10-17 14:21:55 +00:00
Support for a "new messages" divider in conversations
// FREEBIE
This commit is contained in:
@@ -146,6 +146,12 @@
|
||||
<string name="ConversationActivity_error_sending_voice_message">Error sending voice message</string>
|
||||
<string name="ConversationActivity_there_is_no_app_available_to_handle_this_link_on_your_device">There is no app available to handle this link on your device.</string>
|
||||
|
||||
<!-- ConversationAdapter -->
|
||||
<plurals name="ConversationAdapter_n_unread_messages">
|
||||
<item quantity="one">%d unread message</item>
|
||||
<item quantity="other">%d unread messages</item>
|
||||
</plurals>
|
||||
|
||||
<!-- ConversationFragment -->
|
||||
<string name="ConversationFragment_message_details">Message details</string>
|
||||
<string name="ConversationFragment_transport_s_sent_received_s">Transport: %1$s\nSent/Received: %2$s</string>
|
||||
@@ -1310,7 +1316,6 @@
|
||||
<!-- transport_selection_list_item -->
|
||||
<string name="transport_selection_list_item__transport_icon">Transport icon</string>
|
||||
|
||||
|
||||
<!-- EOF -->
|
||||
|
||||
</resources>
|
||||
|
Reference in New Issue
Block a user