move all ui-related classes and files to ui module

This commit is contained in:
2024-07-15 18:31:58 +03:00
parent 9a1bce5707
commit ee7499f117
171 changed files with 405 additions and 1354 deletions
@@ -0,0 +1,4 @@
<?xml version="1.0" encoding="utf-8"?>
<resources>
<color name="ic_launcher_background">#4184F5</color>
</resources>
+32
View File
@@ -0,0 +1,32 @@
<?xml version="1.0" encoding="utf-8"?>
<resources>
<plurals name="attachment_photos">
<item quantity="one">@string/message_attachments_photo_one</item>
<item quantity="few">@string/message_attachments_photo_few</item>
<item quantity="many">@string/message_attachments_photo_many</item>
<item quantity="other">@string/message_attachments_photo_other</item>
</plurals>
<plurals name="attachment_videos">
<item quantity="one">@string/message_attachments_video_one</item>
<item quantity="few">@string/message_attachments_video_few</item>
<item quantity="many">@string/message_attachments_video_many</item>
<item quantity="other">@string/message_attachments_video_other</item>
</plurals>
<plurals name="attachment_audios">
<item quantity="one">@string/message_attachments_audio_one</item>
<item quantity="few">@string/message_attachments_audio_few</item>
<item quantity="many">@string/message_attachments_audio_many</item>
<item quantity="other">@string/message_attachments_audio_other</item>
</plurals>
<plurals name="attachment_files">
<item quantity="one">@string/message_attachments_files_one</item>
<item quantity="few">@string/message_attachments_files_few</item>
<item quantity="many">@string/message_attachments_files_many</item>
<item quantity="other">@string/message_attachments_files_other</item>
</plurals>
</resources>
+265
View File
@@ -0,0 +1,265 @@
<resources xmlns:tools="http://schemas.android.com/tools">
<string name="app_name" translatable="false">Fast</string>
<string name="fast_messenger" translatable="false">Fast Messenger</string>
<string name="message_attachment">Attachment</string>
<string name="message_attachments_many">Attachments</string>
<string name="error_occurred">Error occurred</string>
<string name="error_occurred_description">Error: %1$s</string>
<string name="title_error">Error</string>
<string name="password_login_hint">Password</string>
<string name="captcha_hint">Captcha code</string>
<string name="input_captcha">Input code from picture</string>
<string name="login_hint">Login</string>
<string name="error_empty_field">Field must not be empty</string>
<string name="code_hint">Code</string>
<string name="input_validation_code">Input code from sms</string>
<string name="you_message_prefix">You</string>
<string name="message_geo">Geolocation</string>
<string name="message_geo_point">Point</string>
<string name="forwarded_message">Message</string>
<string name="forwarded_messages">Messages</string>
<string name="no_messages">No messages</string>
<string name="messages_self_destructed">Messages self-destructed</string>
<string name="message_input_hint">Message&#8230;</string>
<string name="input_login_hint">Input login</string>
<string name="input_password_hint">Input password</string>
<string name="input_code_hint">Input code</string>
<string name="validation_required">Validation required</string>
<string name="unknown_error_occurred">Unknown error occurred</string>
<string name="authorization_failed">Authorization failed</string>
<string name="token_expired">Access token expired</string>
<string name="message_action_chat_created">%1$s created «%2$s»</string>
<string name="message_action_chat_renamed">%1$s renamed chat to «%2$s»</string>
<string name="message_action_chat_photo_update">%1$s updated the chat photo</string>
<string name="message_action_chat_photo_remove">%1$s deleted the chat photo</string>
<string name="message_action_chat_user_left">%1$s left the chat</string>
<string name="message_action_chat_user_kicked">%1$s kicked %2$s</string>
<string name="message_action_chat_user_returned">%1$s returned to chat</string>
<string name="message_action_chat_user_invited">%1$s invited %2$s</string>
<string name="message_action_chat_user_joined_by_link">%1$s joined the chat via link</string>
<string name="message_action_chat_user_joined_by_call">%1$s joined the call</string>
<string name="message_action_chat_user_joined_by_call_link">%1$s joined the call via link</string>
<string name="message_action_chat_pin_message">%1$s pinned message</string>
<string name="message_action_chat_unpin_message">%1$s unpinned message</string>
<string name="message_action_chat_screenshot">%1$s took a screenshot</string>
<string name="message_action_chat_style_update">%1$s changed chat theme</string>
<string name="message_attachments_photo_one">Photo</string>
<string name="message_attachments_photo_few">%1$d photos</string>
<string name="message_attachments_photo_many">%1$d photos</string>
<string name="message_attachments_photo_other">%1$d photos</string>
<string name="message_attachments_video_one">Video</string>
<string name="message_attachments_video_few">%1$d videos</string>
<string name="message_attachments_video_many">%1$d videos</string>
<string name="message_attachments_video_other">%1$d videos</string>
<string name="message_attachments_audio_one">Audio</string>
<string name="message_attachments_audio_few">%1$d audios</string>
<string name="message_attachments_audio_many">%1$d audios</string>
<string name="message_attachments_audio_other">%1$d audios</string>
<string name="message_attachments_files_one">File</string>
<string name="message_attachments_files_few">%1$d files</string>
<string name="message_attachments_files_many">%1$d files</string>
<string name="message_attachments_files_other">%1$d files</string>
<string name="message_attachments_audio_message">Voice message</string>
<string name="message_attachments_link">Link</string>
<string name="message_attachments_mini_app">Mini App</string>
<string name="message_attachments_sticker">Sticker</string>
<string name="message_attachments_gift">Gift</string>
<string name="message_attachments_wall">Post</string>
<string name="message_attachments_graffiti">Graffiti</string>
<string name="message_attachments_poll">Poll</string>
<string name="message_attachments_wall_reply">Wall comment</string>
<string name="message_attachments_call">Call</string>
<string name="message_attachments_call_in_progress">Current call</string>
<string name="message_attachments_event">Event</string>
<string name="message_attachments_curator">Curator</string>
<string name="message_attachments_story">Story</string>
<string name="message_attachments_widget">Widget</string>
<string name="message_attachments_place">Place</string>
<string name="message_attachments_artist">Artist</string>
<string name="message_attachments_audio_playlist">Playlist</string>
<string name="message_attachments_podcast">Podcast</string>
<string name="message_attachments_narrative">Narrative</string>
<string name="message_attachments_article">Article</string>
<string name="chat_interaction_uploading_file">Uploading file</string>
<string name="chat_interaction_uploading_photo">Uploading photo</string>
<string name="chat_interaction_uploading_video">Uploading video</string>
<string name="chat_interaction_typing">Typing</string>
<string name="chat_interaction_recording_audio_message">Recording</string>
<string name="chat_interaction_chat_typing">%1$s are typing</string>
<string name="chat_interaction_chat_single_typing">%1$s is typing</string>
<string name="file_size_in_bytes">%1$d bytes</string>
<string name="post_type_community">Community post</string>
<string name="post_type_user">User post</string>
<string name="post_type_unknown">Post</string>
<string name="log_out">Log out</string>
<string name="confirm">Confirmation</string>
<string name="sign_out_confirm">Signing out will delete all data related to this account from this device. Continue?</string>
<string name="yes">Yes</string>
<string name="no">No</string>
<string name="message_context_action_reply">Reply</string>
<string name="message_context_action_mark_as_important">Mark as important</string>
<string name="message_context_action_unmark_as_important">Unmark as important</string>
<string name="time_format">Time: %1$s</string>
<string name="message_context_action_pin">Pin</string>
<string name="message_context_action_unpin">Unpin</string>
<string name="message_context_action_edit">Edit</string>
<string name="message_context_action_delete">Delete</string>
<string name="confirm_delete_message">Delete the message?</string>
<string name="message_delete_for_all">Delete for all</string>
<string name="message_mark_as_spam">Mark as spam</string>
<string name="action_mark_as_read">Mark as read</string>
<string name="action_delete">Delete</string>
<string name="conversation_context_action_delete">Delete</string>
<string name="confirm_delete_conversation">Delete the conversation?</string>
<string name="action_sign_out">Sign out</string>
<string name="sign_out_confirm_title">Sign out?</string>
<string name="conversation_context_action_unpin">Unpin</string>
<string name="conversation_context_action_pin">Pin</string>
<string name="confirm_unpin_conversation">Unpin the conversation?</string>
<string name="confirm_pin_conversation">Pin the conversation?</string>
<string name="action_pin">Pin</string>
<string name="action_unpin">Unpin</string>
<string name="message_call_type_outgoing">Outgoing call</string>
<string name="message_call_type_incoming">Incoming call</string>
<string name="message_call_state_ended">Ended</string>
<string name="message_call_state_cancelled">Cancelled</string>
<string name="message_call_state_missed">Missed</string>
<string name="message_call_unknown">Unknown</string>
<string name="confirm_pin_message">Pin the message?</string>
<string name="confirm_unpin_message">Unpin the message?</string>
<string name="title_messages">Messages</string>
<string name="title_forwarded_messages">Forwarded messages</string>
<string name="title_settings">Settings</string>
<string name="message_attachment_story_your_story">Your story</string>
<string name="message_attachment_story_story_from">Story from</string>
<string name="favorites">Favorites</string>
<string name="warning">Warning</string>
<string name="app_crash_occurred">Crash occurred</string>
<string name="app_crash_comment_prompt">Leave a comment</string>
<string name="app_crash_report">Report</string>
<string name="ok" translatable="false">@android:string/ok</string>
<string name="cancel" translatable="false">@android:string/cancel</string>
<string name="copy" tools:override="true">Copy</string>
<string name="share">Share</string>
<string name="pref_message_fast_text_summary">Text that will be inserted into the input field on emoji button long click.\nCurrent value: %1$s</string>
<string name="confirm_remove_chat_user">Are you sure you want to kick this member?</string>
<string name="user_banned_error">User banned</string>
<string name="blocking_reason_title">Blocking reason</string>
<string name="account_temporarily_blocked">Account temporarily blocked</string>
<string name="user_name">User name</string>
<string name="sign_in_to_vk">Sign in to VK</string>
<string name="easter_egg_log_out_dmitry" translatable="false">Выйти внаружу?</string>
<string name="settings_dark_theme">Dark theme</string>
<string name="settings_dark_theme_value_enabled">Enabled</string>
<string name="settings_dark_theme_value_follow_system">Follow system</string>
<string name="settings_dark_theme_value_battery_saver">Follow battery saver</string>
<string name="settings_dark_theme_value_disabled">Disabled</string>
<string name="settings_dark_theme_current_value">Current value: %1$s</string>
<string name="settings_dark_theme_current_value_unknown">Unknown</string>
<string name="settings_amoled_dark_theme">AMOLED dark theme</string>
<string name="settings_amoled_dark_theme_description">Use AMOLED theme with a pure black background when dark theme is enabled</string>
<string name="settings_dynamic_colors">Dynamic colors</string>
<string name="settings_dynamic_colors_description">The colors for the app will be extracted from your home screen wallpaper</string>
<string name="settings_application_language">Application Language</string>
<string name="settings_application_language_value">Current: %1$s</string>
<string name="language_key_system" translatable="false">System</string>
<string name="language_key_english" translatable="false">English</string>
<string name="language_key_russian" translatable="false">Russian</string>
<string name="language_key_ukrainian" translatable="false">Ukrainian</string>
<string name="language_system">System</string>
<string name="language_english" translatable="false">English</string>
<string name="language_russian" translatable="false">Русский</string>
<string name="language_ukrainian" translatable="false">Українська</string>
<string name="action_apply">Apply</string>
<string name="open_system_language_picker">Open system language picker</string>
<string name="title_application_language">Application language</string>
<string name="action_refresh">Refresh</string>
<string name="members_count">Members: %1$d</string>
<string name="title_loading">Loading&#8230;</string>
<string name="title_conversations">Conversations</string>
<string name="title_friends">Friends</string>
<string name="title_profile">Profile</string>
<string name="title_friends_all">All</string>
<string name="title_friends_online">Online</string>
<string name="no_items">No items</string>
<string name="settings_account_title">Account</string>
<string name="settings_account_logout_title">Log out</string>
<string name="settings_account_logout_summary">Log out from account and delete all local data related to this account</string>
<string name="settings_general_title">General</string>
<string name="settings_general_contact_names_title">Use contact names</string>
<string name="settings_general_contact_names_summary">App will use available contact names for users</string>
<string name="settings_appearance_title">Appearance</string>
<string name="settings_appearance_multiline_title">Multiline titles and messages</string>
<string name="settings_appearance_multiline_summary">The title of the conversation and the text of the message can take up multiple lines</string>
<string name="settings_features_title">Features</string>
<string name="settings_features_fast_text_title">Fast text</string>
<string name="settings_features_long_poll_in_background_title">[WIP] LongPoll in background</string>
<string name="settings_features_long_poll_in_background_summary">Your messages will be updates even when app is not on the screen</string>
<string name="settings_activity_title">Activity</string>
<string name="settings_activity_send_online_title">Send online status</string>
<string name="settings_activity_send_online_summary">Online status will be sent every five minutes</string>
<string name="settings_debug_title">Debug</string>
<string name="background_long_poll_rationale_text">The app won\'t be able to update messages in the background without access to notifications</string>
<string name="action_disable">Disable</string>
<string name="background_long_poll_denied_text">The app needs access to notifications to update messages in the background</string>
<string name="action_request">Request</string>
<string name="long_polling_service_notification_title">Updating messages in background</string>
<string name="long_polling_service_notification_content">Tap to hide</string>
<string name="notification_channel_no_category_name">Uncategorized</string>
<string name="notification_channel_no_category_description">Uncategorized notifications</string>
<string name="notification_channel_long_polling_service_name">Message update service</string>
<string name="notification_channel_long_polling_service_description">Message update service notifications</string>
<string name="warning_confirmation">Confirmation</string>
<string name="captcha_exit_warning">Are you sure? Captcha process will be cancelled</string>
<string name="validation_exit_warning">Are you sure? Validation process will be cancelled</string>
</resources>
+5
View File
@@ -0,0 +1,5 @@
<?xml version="1.0" encoding="utf-8"?>
<resources>
<style name="AppTheme" parent="Theme.AppCompat.DayNight.NoActionBar" />
</resources>