Skip to content

Commit

Permalink
Add more button to Chat, User and ChatInfo pages (#736, #719)
Browse files Browse the repository at this point in the history
Co-authored-by: SleepySquash <nordnikita@icloud.com>
  • Loading branch information
flutterVlad and SleepySquash committed Dec 5, 2023
1 parent cce38a5 commit e79f1a3
Show file tree
Hide file tree
Showing 25 changed files with 1,239 additions and 447 deletions.
9 changes: 8 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ All user visible changes to this project will be documented in this file. This p
- Style page:
- Icons tab. ([#730], [#710])
- Chat page:
- `Download` and `Save as` context menu options. ([#697], [#654])
- `Download` and `Save as` context menu options. ([#697], [#654])
- Chats tab:
- Swipe to delete gesture. ([#732])
- Contacts tab:
Expand All @@ -31,6 +31,11 @@ All user visible changes to this project will be documented in this file. This p
- Redesigned widgets tab. ([#695], [#632])
- Chat page:
- Display read partially message status in groups. ([#703], [#666])
- Actions moved to more button. ([#736], [#719])
- Chat info page:
- Actions moved to more button. ([#736], [#719])
- User page:
- Actions moved to more button. ([#736], [#719])

### Fixed

Expand All @@ -52,8 +57,10 @@ All user visible changes to this project will be documented in this file. This p
[#707]: /../../pull/707
[#710]: /../../issues/710
[#711]: /../../pull/711
[#719]: /../../issues/719
[#730]: /../../pull/730
[#732]: /../../pull/732
[#736]: /../../pull/736



Expand Down
2 changes: 1 addition & 1 deletion assets/icons/forward_disabled.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
1 change: 1 addition & 0 deletions assets/icons/leave_group.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
1 change: 1 addition & 0 deletions assets/icons/report.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
14 changes: 9 additions & 5 deletions assets/l10n/en-US.ftl
Original file line number Diff line number Diff line change
Expand Up @@ -28,8 +28,8 @@ alert_chat_will_be_blocked1 = Chat{" "}
alert_chat_will_be_blocked2 = {" "}will be blocked.
alert_chat_will_be_cleared1 = Chat{" "}
alert_chat_will_be_cleared2 = {" "}will be cleared.
alert_chat_will_be_hidden1 = Chat{" "}
alert_chat_will_be_hidden2 = {" "}will be hidden.
alert_chat_will_be_deleted1 = Chat{" "}
alert_chat_will_be_deleted2 = {" "}will be deleted.
To restore the chat, please, use the search.
alert_chats_will_be_deleted = Chats ({$count}) will be deleted. Continue?
Expand All @@ -38,8 +38,8 @@ alert_contact_will_be_removed2 = {" "}will be deleted.
alert_contacts_will_be_deleted = Contacts ({$count}) will be deleted. Continue?
alert_dialog_will_be_cleared1 = Dialog with user{" "}
alert_dialog_will_be_cleared2 = {" "}will be cleared.
alert_dialog_will_be_hidden1 = Dialog with user{" "}
alert_dialog_will_be_hidden2 = {" "}will be hidden.
alert_dialog_will_be_deleted1 = Dialog with user{" "}
alert_dialog_will_be_deleted2 = {" "}will be deleted.
alert_email_will_be_deleted1 = E-mail{" "}
alert_email_will_be_deleted2 = {" "}will be deleted.
alert_phone_will_be_deleted1 = Phone{" "}
Expand Down Expand Up @@ -622,6 +622,7 @@ label_danger_zone = Danger zone
label_date = Date
label_days_short = {$days} d
label_delete_account = Delete account
label_delete_chat = Delete chat
label_delete_chats = Delete chats
label_delete_contact = Delete contact
label_delete_contacts = Delete contacts
Expand Down Expand Up @@ -854,7 +855,10 @@ label_sound_and_vibrations = Sound and vibration
label_speaker_changed = Speaker has been changed to {$speaker}
label_status = Status
label_storage = Storage
label_subtitle_participants = participants
label_subtitle_participants = {$count} {$count ->
[1] participant
*[other] participants
}
label_synchronization = Synchronization...
label_tab_chats = Chats
label_tab_contacts = Contacts
Expand Down
17 changes: 11 additions & 6 deletions assets/l10n/ru-RU.ftl
Original file line number Diff line number Diff line change
Expand Up @@ -28,8 +28,8 @@ alert_chat_will_be_blocked1 = Чат{" "}
alert_chat_will_be_blocked2 = {" "}будет заблокирован.
alert_chat_will_be_cleared1 = Чат{" "}
alert_chat_will_be_cleared2 = {" "}будет очищен.
alert_chat_will_be_hidden1 = Чат{" "}
alert_chat_will_be_hidden2 = {" "}будет скрыт.
alert_chat_will_be_deleted1 = Чат{" "}
alert_chat_will_be_deleted2 = {" "}будет удалён.
Чтобы восстановить чат, пожалуйста, воспользуйтесь поиском.
alert_chats_will_be_deleted = Чаты ({$count}) будут удалены. Продолжить?
Expand All @@ -38,8 +38,8 @@ alert_contact_will_be_removed2 = {" "}будет удалён.
alert_contacts_will_be_deleted = Контакты ({$count}) будут удалены. Продолжить?
alert_dialog_will_be_cleared1 = Диалог с пользователем{" "}
alert_dialog_will_be_cleared2 = {" "}будет очищен.
alert_dialog_will_be_hidden1 = Диалог с пользователем{" "}
alert_dialog_will_be_hidden2 = {" "}будет скрыт.
alert_dialog_will_be_deleted1 = Диалог с пользователем{" "}
alert_dialog_will_be_deleted2 = {" "}будет удалён.
alert_email_will_be_deleted1 = E-mail{" "}
alert_email_will_be_deleted2 = {" "}будет удалён.
alert_phone_will_be_deleted1 = Телефон{" "}
Expand Down Expand Up @@ -232,7 +232,7 @@ btn_save_to_gallery = Сохранить в галерею
btn_save_to_gallery_all = Сохранить всё в галерею
btn_select = Выбрать
btn_select_and_delete = Выбрать и удалить
btn_select_messages = Select messages
btn_select_messages = Выбрать сообщения
btn_send = Отправить
btn_set_password = Задать пароль
btn_settings = Настройки
Expand Down Expand Up @@ -647,6 +647,7 @@ label_danger_zone = Опасная зона
label_date = Дата
label_days_short = {$days} д
label_delete_account = Удалить аккаунт
label_delete_chat = Удалить чат
label_delete_chats = Удалить чаты
label_delete_contact = Удалить контакт
label_delete_contacts = Удалить контакты
Expand Down Expand Up @@ -885,7 +886,11 @@ label_sound_and_vibrations = Звук и вибрация
label_speaker_changed = Спикер был изменен на {$speaker}
label_status = Статус
label_storage = Хранилище
label_subtitle_participants = участников
label_subtitle_participants = {$count} {$count ->
[1] участник
[few] участника
*[other] участников
}
label_synchronization = Синхронизация...
label_tab_chats = Чаты
label_tab_contacts = Контакты
Expand Down
Loading

0 comments on commit e79f1a3

Please sign in to comment.