feat: improve rich chat notifications
Some checks failed
Android CI / android (push) Failing after 10m53s
Android Release / release (push) Failing after 7m41s
CI / test (push) Failing after 2m36s

- 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:
2026-04-05 20:51:43 +03:00
parent 95b7ddfef8
commit f12e8067b8
6 changed files with 114 additions and 17 deletions

View File

@@ -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>