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">You can add this person to contacts or block them right from the chat.</string>
<string name="chat_unknown_user_add_contact">Add contact</string>
<string name="chat_unknown_user_block">Block user</string>
<string name="chat_private_info_contact">Contact</string>
<string name="chat_private_info_blocked">Blocked</string>
<string name="chat_type_group">group</string>
<string name="chat_type_channel">channel</string>
<string name="chat_info_tab_media">Media</string>