feat: improve rich chat notifications
- show image previews in photo notifications - localize non-text notification bodies by message type - use sender names as notification titles
This commit is contained in:
@@ -83,6 +83,15 @@
|
||||
<string name="notification_action_reply">Reply</string>
|
||||
<string name="notification_action_reply_hint">Write a reply</string>
|
||||
<string name="notification_action_mark_read">Mark as read</string>
|
||||
<string name="notification_messages_count">%1$d messages</string>
|
||||
<string name="notification_summary_count">%1$d new messages in %2$d chats</string>
|
||||
<string name="notification_type_message">Message</string>
|
||||
<string name="notification_type_photo">Photo</string>
|
||||
<string name="notification_type_video">Video</string>
|
||||
<string name="notification_type_audio">Audio</string>
|
||||
<string name="notification_type_voice">Voice message</string>
|
||||
<string name="notification_type_circle">Video note</string>
|
||||
<string name="notification_type_file">File</string>
|
||||
<string name="profile_avatar_content_description">Avatar</string>
|
||||
<string name="profile_user_fallback">User</string>
|
||||
<string name="profile_choose_photo">Choose photo</string>
|
||||
|
||||
Reference in New Issue
Block a user