mirror of
https://github.com/signalapp/Signal-Android.git
synced 2026-04-21 17:29:32 +01:00
Add chat filter support behind a flag.
This commit is contained in:
@@ -486,7 +486,10 @@
|
||||
<string name="ConversationFragment__cancel">Cancel</string>
|
||||
<!-- Message shown after successfully blocking join requests for a user -->
|
||||
<string name="ConversationFragment__blocked">Blocked</string>
|
||||
|
||||
<!-- Label for a button displayed in conversation list to clear the chat filter -->
|
||||
<string name="ConversationListFragment__clear_filter">Clear filter</string>
|
||||
<!-- Notice on chat list when no unread chats are available, centered on display -->
|
||||
<string name="ConversationListFragment__no_unread_chats">No unread chats</string>
|
||||
<plurals name="ConversationListFragment_delete_selected_conversations">
|
||||
<item quantity="one">Delete selected conversation?</item>
|
||||
<item quantity="other">Delete selected conversations?</item>
|
||||
@@ -572,6 +575,12 @@
|
||||
<!-- CreateGroupActivity -->
|
||||
<string name="CreateGroupActivity__select_members">Select members</string>
|
||||
|
||||
<!-- ConversationListFilterPullView -->
|
||||
<!-- Note in revealable view before fully revealed -->
|
||||
<string name="ConversationListFilterPullView__pull_down_to_filter">Pull down to filter</string>
|
||||
<!-- Note in revealable view after fully revealed -->
|
||||
<string name="ConversationListFilterPullView__release_to_filter">Release to filter</string>
|
||||
|
||||
<!-- CreateProfileActivity -->
|
||||
<string name="CreateProfileActivity__profile">Profile</string>
|
||||
<string name="CreateProfileActivity_error_setting_profile_photo">Error setting profile photo</string>
|
||||
@@ -3197,6 +3206,8 @@
|
||||
<string name="text_secure_normal__menu_clear_passphrase">Lock</string>
|
||||
<string name="text_secure_normal__mark_all_as_read">Mark all read</string>
|
||||
<string name="text_secure_normal__invite_friends">Invite friends</string>
|
||||
<!-- Overflow menu entry to filter unread chats -->
|
||||
<string name="text_secure_normal__filter_unread_chats">Filter unread chats</string>
|
||||
|
||||
<!-- verify_display_fragment -->
|
||||
<string name="verify_display_fragment_context_menu__copy_to_clipboard">Copy to clipboard</string>
|
||||
|
||||
Reference in New Issue
Block a user