This commit is contained in:
Viktoria Polyakova
2026-01-30 16:57:58 +03:00
parent 5540fc8093
commit a5ed6b8664
1754 changed files with 4194 additions and 106240 deletions

View File

@@ -1,207 +0,0 @@
R_DEF: Internal format may change without notice
local
color attachment_background
color background
color background_dark
color black
color error
color error_light
color message_received
color message_received_text
color message_sent
color message_sent_text
color primary
color primary_dark
color primary_light
color reply_background
color secondary
color secondary_dark
color secondary_light
color selected_item_background
color surface
color text_hint
color text_primary
color text_secondary
color white
drawable badge_background
drawable circle_background
drawable ic_add
drawable ic_arrow_back
drawable ic_chat
drawable ic_group_chat
drawable ic_launcher_foreground
drawable ic_menu
drawable ic_paperclip
drawable ic_theme_toggle
drawable message_input_background
id action_done
id additionalSettingsButton
id apiKeyEditText
id apiKeyInputLayout
id appBarLayout
id attachButton
id attachmentIndicators
id avatarHintTextView
id avatarImageView
id avatarSection
id backButton
id chatAvatarImageView
id chatNameTextView
id chatTypeLabel
id chatTypeRadioGroup
id chatsRecyclerView
id companionLabel
id createButton
id createChatFab
id descriptionTextView
id doneButton
id downloadButton
id emailEditText
id emailInputLayout
id emptyStateLayout
id emptyStateTextView
id emptyTextView
id entityEditText
id entityInputLayout
id entityLabel
id errorStateLayout
id errorTextView
id externalTitleEditText
id externalTitleInputLayout
id externalTitleLabel
id fileAttachmentIndicator
id fileAttachmentText
id fileCancelButton
id firstNameEditText
id firstNameInputLayout
id groupTitleEditText
id groupTitleInputLayout
id groupTitleLabel
id imageView
id lastMessageTextView
id lastMessageTimeTextView
id lastNameEditText
id lastNameInputLayout
id loadingProgressBar
id loginButton
id logoImageView
id menuButton
id menu_logout
id menu_profile
id menu_settings
id messageEditText
id messageInputLayout
id messagesRecyclerView
id participantsEditText
id participantsInputLayout
id participantsLabel
id passwordEditText
id passwordInputLayout
id phoneEditText
id phoneInputLayout
id progressBar
id providerInfo
id radioExternal
id radioGroup
id radioPersonal
id receivedFileLayout
id receivedFileNameText
id receivedImagePreview
id receivedMessageCard
id receivedMessageText
id receivedReplyIndicator
id receivedReplyMessageText
id receivedReplySenderText
id replyCancelButton
id replyIndicator
id replyMessageText
id replySenderText
id retryButton
id saveButton
id scrollToBottomFab
id searchView
id selectUserButton
id selectedUserTextView
id sendButton
id senderNameText
id sentFileLayout
id sentFileNameText
id sentImagePreview
id sentMessageCard
id sentMessageText
id sentReplyIndicator
id sentReplyMessageText
id sentReplySenderText
id serverSection
id serverTitleTextView
id serverUrlEditText
id serverUrlInputLayout
id swipeRefreshLayout
id themeSection
id themeSwitch
id themeTitleTextView
id timestampText
id titleTextView
id toolbar
id toolbarTitle
id unreadCountBadge
id userAvatarImageView
id userEmailTextView
id userIdTextView
id userNameTextView
id usersRecyclerView
layout activity_auth
layout activity_chat
layout activity_create_chat
layout activity_image_viewer
layout activity_main
layout activity_profile
layout activity_settings
layout activity_user_selection
layout item_chat
layout item_message
layout item_user
layout toolbar_chat
menu main_menu
menu menu_user_selection
mipmap ic_launcher
mipmap ic_launcher_round
string app_name
string cancel
string chat_title
string chats_title
string create_chat
string email_hint
string email_required
string error
string error_empty_response
string error_empty_token
string error_forbidden
string error_invalid_credentials
string error_invalid_url
string error_loading_chats
string error_network
string error_sending_message
string error_server_error
string error_server_not_found
string error_timeout
string error_unexpected
string loading
string login_button
string login_description
string login_failed
string login_title
string no_chats
string ok
string password_hint
string password_required
string retry
string send_button
string send_message_hint
string theme_toggle
style Theme.CRMChat
style Theme.CRMChat.AppBarOverlay
style Theme.CRMChat.NoActionBar
style Theme.CRMChat.PopupOverlay
xml backup_rules
xml data_extraction_rules

View File

@@ -2,6 +2,7 @@ R_DEF: Internal format may change without notice
local
color attachment_background
color background
color background_color
color background_dark
color black
color error
@@ -11,6 +12,7 @@ color message_received_text
color message_sent
color message_sent_text
color primary
color primary_color
color primary_dark
color primary_light
color reply_background
@@ -27,6 +29,7 @@ drawable badge_background
drawable circle_background
drawable ic_add
drawable ic_arrow_back
drawable ic_arrow_forward
drawable ic_chat
drawable ic_group_chat
drawable ic_launcher_foreground
@@ -34,14 +37,15 @@ drawable ic_menu
drawable ic_paperclip
drawable ic_theme_toggle
drawable message_input_background
drawable reaction_background
id action_done
id additionalSettingsButton
id apiKeyEditText
id apiKeyInputLayout
id appBarLayout
id arrowIcon
id attachButton
id attachmentIndicators
id avatarHintTextView
id avatarImageView
id avatarSection
id backButton
@@ -85,6 +89,7 @@ id lastNameInputLayout
id loadingProgressBar
id loginButton
id logoImageView
id membersRecyclerView
id menuButton
id menu_logout
id menu_profile
@@ -109,6 +114,7 @@ id receivedFileNameText
id receivedImagePreview
id receivedMessageCard
id receivedMessageText
id receivedReactionsContainer
id receivedReplyIndicator
id receivedReplyMessageText
id receivedReplySenderText
@@ -129,6 +135,7 @@ id sentFileNameText
id sentImagePreview
id sentMessageCard
id sentMessageText
id sentReactionsContainer
id sentReplyIndicator
id sentReplyMessageText
id sentReplySenderText
@@ -149,16 +156,19 @@ id userAvatarImageView
id userEmailTextView
id userIdTextView
id userNameTextView
id userPhoneTextView
id usersRecyclerView
layout activity_auth
layout activity_chat
layout activity_create_chat
layout activity_group_chat_info
layout activity_image_viewer
layout activity_main
layout activity_profile
layout activity_settings
layout activity_user_selection
layout item_chat
layout item_group_member
layout item_message
layout item_user
layout toolbar_chat