ui: whats new v6.4 (#6049)

This commit is contained in:
Evgeny
2025-07-07 17:44:29 +01:00
committed by GitHub
parent 54503ade24
commit fa5927ddaa
30 changed files with 647 additions and 21 deletions
@@ -2291,7 +2291,7 @@ enum class GroupMemberRole(val memberRole: String) {
@SerialName("owner") Owner("owner");
companion object {
val selectableRoles: List<GroupMemberRole> = listOf(Observer, Member, Admin, Owner)
val selectableRoles: List<GroupMemberRole> = listOf(Observer, Member, Moderator, Admin, Owner)
}
val text: String get() = when (this) {
@@ -817,7 +817,39 @@ private val versionDescriptions: List<VersionDescription> = listOf(
)
),
)
),
VersionDescription(
version = "v6.4",
post = "https://simplex.chat/blog/20250703-simplex-network-protocol-extension-for-securely-connecting-people.html",
features = listOf(
VersionFeature.FeatureDescription(
icon = MR.images.ic_person,
titleId = MR.strings.v6_4_connect_faster,
descrId = MR.strings.v6_4_connect_faster_descr
),
VersionFeature.FeatureDescription(
icon = MR.images.ic_chat_person,
titleId = MR.strings.v6_4_review_members,
descrId = MR.strings.v6_4_review_members_descr
),
VersionFeature.FeatureDescription(
icon = MR.images.ic_contact_support,
titleId = MR.strings.v6_4_support_chat,
descrId = MR.strings.v6_4_support_chat_descr
),
VersionFeature.FeatureDescription(
icon = MR.images.ic_flag,
titleId = MR.strings.v6_4_role_moderator,
descrId = MR.strings.v6_4_role_moderator_descr
),
VersionFeature.FeatureDescription(
icon = MR.images.ic_battery_3_bar,
titleId = MR.strings.v5_8_message_delivery,
descrId = MR.strings.v6_4_message_delivery_descr
),
)
)
)
private val lastVersion = versionDescriptions.last().version
@@ -2418,6 +2418,15 @@
<string name="v6_3_better_groups_performance">Better groups performance</string>
<string name="v6_3_faster_sending_messages">Faster sending messages.</string>
<string name="v6_3_faster_deletion_of_groups">Faster deletion of groups.</string>
<string name="v6_4_connect_faster">Connect faster! 🚀</string>
<string name="v6_4_connect_faster_descr">Message instantly once you tap Connect.</string>
<string name="v6_4_review_members">Review group members</string>
<string name="v6_4_review_members_descr">Chat with members before they join.</string>
<string name="v6_4_support_chat">Chat with admins</string>
<string name="v6_4_support_chat_descr">Send your private feedback to groups.</string>
<string name="v6_4_role_moderator">New group role: moderator</string>
<string name="v6_4_role_moderator_descr">Removes messages and blocks members.</string>
<string name="v6_4_message_delivery_descr">Less traffic on mobile networks.</string>
<string name="view_updated_conditions">View updated conditions</string>
<!-- CustomTimePicker -->
@@ -0,0 +1 @@
<svg xmlns="http://www.w3.org/2000/svg" height="24px" viewBox="0 -960 960 960" width="24px"><path d="M322-403h316v-18.5q0-41-42-63.5t-116-22.5q-74 0-116 22.44-42 22.43-42 63.52V-403Zm157.92-172q29.6 0 51.09-21.4 21.49-21.41 21.49-51.02 0-29.61-21.4-51.09Q509.69-720 480.08-720q-29.6 0-51.09 21.4-21.49 21.41-21.49 51.02 0 29.61 21.4 51.09Q450.31-575 479.92-575ZM85-87.5V-818q0-22.97 17.27-40.23 17.26-17.27 40.23-17.27h675q22.97 0 40.23 17.27Q875-840.97 875-818v516q0 22.97-17.27 40.23-17.26 17.27-40.23 17.27H242L85-87.5ZM217.5-302h600v-516h-675v597l75-81Zm-75 0v-516 516Z"/></svg>

After

Width:  |  Height:  |  Size: 582 B

@@ -0,0 +1 @@
<svg xmlns="http://www.w3.org/2000/svg" height="24px" viewBox="0 -960 960 960" width="24px"><path d="M517.19-86.5 507-194.5h-42q-141.12 0-240.81-99.71-99.69-99.72-99.69-240.88 0-141.15 100.2-240.78 100.21-99.63 242.35-99.63 70.12 0 129.84 25.35 59.71 25.35 103.82 70.47 44.1 45.11 69.45 106.84Q795.5-611.11 795.5-538q0 65.21-19 129.86-19 64.64-55.05 123.95-36.06 59.31-87.75 109.75Q582-124 517.19-86.5ZM564.42-190Q646-258.5 692-351.75T738-538q0-122.84-77.11-201.42-77.12-78.58-194-78.58Q348-818 265-735.25 182-652.5 182-535t82.75 200.25Q347.5-252 465-252h99.42v62Zm-96.83-115.5q15.62 0 26.26-10.73 10.65-10.74 10.65-26.36 0-15.41-10.79-26.41-10.8-11-26.5-11-15.71 0-26.46 11.09Q430-357.83 430-342.41q0 15.41 10.88 26.16t26.71 10.75ZM441-440h48.5q0-24 8.75-41T533-524q28-28 38.25-49.75t10.25-47.11q0-44.64-30-73.39T471.02-723q-41.52 0-74.02 21.75-32.5 21.75-48.5 59.48L393.25-624q10.75-26.17 30.25-38.33Q443-674.5 468-674.5q30 0 47.25 14.84Q532.5-644.81 532.5-621q0 19-10.25 37.75T482.5-534.5q-26 27-33.75 44.25T441-440Zm19-64Z"/></svg>

After

Width:  |  Height:  |  Size: 1.0 KiB