feat: add private chat info card
Some checks failed
Android CI / android (push) Failing after 5m42s
Android Release / release (push) Has started running
CI / test (push) Has been cancelled

Show a compact Telegram-like counterpart card inside private chats.

Reuse existing chat data for avatar, username, and status instead of adding new profile fetches.

Display contact and blocked badges when the relationship state is already known.
This commit is contained in:
2026-04-05 19:57:52 +03:00
parent f012733df3
commit b3c121b8bc
5 changed files with 130 additions and 0 deletions

View File

@@ -142,6 +142,8 @@
<string name="chat_unknown_user_banner_subtitle">Можно добавить этого человека в контакты или заблокировать прямо из чата.</string>
<string name="chat_unknown_user_add_contact">Добавить контакт</string>
<string name="chat_unknown_user_block">Заблокировать</string>
<string name="chat_private_info_contact">Контакт</string>
<string name="chat_private_info_blocked">Заблокирован</string>
<string name="chat_type_group">группа</string>
<string name="chat_type_channel">канал</string>
<string name="chat_info_tab_media">Медиа</string>