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">Ответить</string>
<string name="notification_action_reply_hint">Введите ответ</string>
<string name="notification_action_mark_read">Прочитано</string>
<string name="notification_messages_count">%1$d сообщений</string>
<string name="notification_summary_count">%1$d новых сообщений в %2$d чатах</string>
<string name="notification_type_message">Сообщение</string>
<string name="notification_type_photo">Фото</string>
<string name="notification_type_video">Видео</string>
<string name="notification_type_audio">Аудио</string>
<string name="notification_type_voice">Голосовое</string>
<string name="notification_type_circle">Кружок</string>
<string name="notification_type_file">Файл</string>
<string name="profile_avatar_content_description">Аватар</string>
<string name="profile_user_fallback">Пользователь</string>
<string name="profile_choose_photo">Выбрать фото</string>