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

@@ -1748,7 +1748,7 @@
<string name="activity_create_closed_group_group_name_missing_error">Please enter a group name</string>
<string name="activity_create_closed_group_group_name_too_long_error">Please enter a shorter group name</string>
<string name="activity_create_closed_group_not_enough_group_members_error">Please pick at least 1 group member</string>
<string name="activity_create_closed_group_too_many_group_members_error">A closed group cannot have more than 20 members</string>
<string name="activity_create_closed_group_too_many_group_members_error">A closed group cannot have more than 100 members</string>
<string name="activity_create_closed_group_invalid_session_id_error">One of the members of your group has an invalid Session ID</string>
<string name="activity_join_public_chat_title">Join Open Group</string>