refactor!: increase closed group limit to 100

BREAKING CHANGE: if older client users are added to a >20 size closed group they probably won't be able to edit group members without receiving errors

remove legacy references to ClosedGroupsProtocol.kt, update translations for CreateClosedGroupActivity.kt
This commit is contained in:
Jubb
2021-01-21 13:24:29 +11:00
parent 69cf7e7d19
commit fc44b9e63b
16 changed files with 21 additions and 356 deletions

View File

@@ -845,7 +845,7 @@ Các tin nhắn và cuộc gọi riêng tư miễn phí đến người dùng Si
<string name="activity_create_closed_group_group_name_missing_error">Vui lòng nhập tên nhóm</string>
<string name="activity_create_closed_group_group_name_too_long_error">Vui lòng nhập một tên nhóm ngắn hơn </string>
<string name="activity_create_closed_group_not_enough_group_members_error">Vui lòng chọn ít nhất 2 thành viên trong nhóm </string>
<string name="activity_create_closed_group_too_many_group_members_error">Một nhóm kín không thể có nhiều hơn 20 thành viên </string>
<string name="activity_create_closed_group_too_many_group_members_error">Một nhóm kín không thể có nhiều hơn 100 thành viên</string>
<string name="activity_create_closed_group_invalid_session_id_error">Một trong các thành viên trong nhóm của bạn có Session ID không hợp lệ </string>
<string name="activity_join_public_chat_title">Tham gia nhóm mở</string>