ui: update whats new (#3716)

This commit is contained in:
Evgeny Poberezkin 2024-01-20 09:07:57 +00:00 committed by GitHub
parent cc05434b31
commit f188118643
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
3 changed files with 0 additions and 12 deletions

View File

@ -333,11 +333,6 @@ private let versionDescriptions: [VersionDescription] = [
title: "Join group conversations", title: "Join group conversations",
description: "Recent history and improved [directory bot](simplex:/contact#/?v=1-4&smp=smp%3A%2F%2Fu2dS9sG8nMNURyZwqASV4yROM28Er0luVTx5X1CsMrU%3D%40smp4.simplex.im%2FeXSPwqTkKyDO3px4fLf1wx3MvPdjdLW3%23%2F%3Fv%3D1-2%26dh%3DMCowBQYDK2VuAyEAaiv6MkMH44L2TcYrt_CsX3ZvM11WgbMEUn0hkIKTOho%253D%26srv%3Do5vmywmrnaxalvz6wi3zicyftgio6psuvyniis6gco6bp6ekl4cqj4id.onion)." description: "Recent history and improved [directory bot](simplex:/contact#/?v=1-4&smp=smp%3A%2F%2Fu2dS9sG8nMNURyZwqASV4yROM28Er0luVTx5X1CsMrU%3D%40smp4.simplex.im%2FeXSPwqTkKyDO3px4fLf1wx3MvPdjdLW3%23%2F%3Fv%3D1-2%26dh%3DMCowBQYDK2VuAyEAaiv6MkMH44L2TcYrt_CsX3ZvM11WgbMEUn0hkIKTOho%253D%26srv%3Do5vmywmrnaxalvz6wi3zicyftgio6psuvyniis6gco6bp6ekl4cqj4id.onion)."
), ),
FeatureDescription(
icon: "person.2",
title: "Safer groups",
description: "- block a member to stop spam for all.\n- contact address is not shared."
),
FeatureDescription( FeatureDescription(
icon: "battery.50", icon: "battery.50",
title: "Improved message delivery", title: "Improved message delivery",

View File

@ -482,11 +482,6 @@ private val versionDescriptions: List<VersionDescription> = listOf(
descrId = MR.strings.v5_5_join_group_conversation_descr, descrId = MR.strings.v5_5_join_group_conversation_descr,
link = "simplex:/contact#/?v=1-4&smp=smp%3A%2F%2Fu2dS9sG8nMNURyZwqASV4yROM28Er0luVTx5X1CsMrU%3D%40smp4.simplex.im%2FeXSPwqTkKyDO3px4fLf1wx3MvPdjdLW3%23%2F%3Fv%3D1-2%26dh%3DMCowBQYDK2VuAyEAaiv6MkMH44L2TcYrt_CsX3ZvM11WgbMEUn0hkIKTOho%253D%26srv%3Do5vmywmrnaxalvz6wi3zicyftgio6psuvyniis6gco6bp6ekl4cqj4id.onion" link = "simplex:/contact#/?v=1-4&smp=smp%3A%2F%2Fu2dS9sG8nMNURyZwqASV4yROM28Er0luVTx5X1CsMrU%3D%40smp4.simplex.im%2FeXSPwqTkKyDO3px4fLf1wx3MvPdjdLW3%23%2F%3Fv%3D1-2%26dh%3DMCowBQYDK2VuAyEAaiv6MkMH44L2TcYrt_CsX3ZvM11WgbMEUn0hkIKTOho%253D%26srv%3Do5vmywmrnaxalvz6wi3zicyftgio6psuvyniis6gco6bp6ekl4cqj4id.onion"
), ),
FeatureDescription(
icon = MR.images.ic_group,
titleId = MR.strings.v5_5_safer_groups,
descrId = MR.strings.v5_5_safer_groups_descr
),
FeatureDescription( FeatureDescription(
icon = MR.images.ic_battery_3_bar, icon = MR.images.ic_battery_3_bar,
titleId = MR.strings.v5_5_message_delivery, titleId = MR.strings.v5_5_message_delivery,

View File

@ -1685,8 +1685,6 @@
<string name="v5_5_simpler_connect_ui_descr">Search bar accepts invitation links.</string> <string name="v5_5_simpler_connect_ui_descr">Search bar accepts invitation links.</string>
<string name="v5_5_join_group_conversation">Join group conversations</string> <string name="v5_5_join_group_conversation">Join group conversations</string>
<string name="v5_5_join_group_conversation_descr">Recent history and improved directory bot.</string> <string name="v5_5_join_group_conversation_descr">Recent history and improved directory bot.</string>
<string name="v5_5_safer_groups">Safer groups</string>
<string name="v5_5_safer_groups_descr">- block a member to stop spam for all.\n- contact address is not shared.</string>
<string name="v5_5_message_delivery">Improved message delivery</string> <string name="v5_5_message_delivery">Improved message delivery</string>
<string name="v5_5_message_delivery_descr">With reduced battery usage.</string> <string name="v5_5_message_delivery_descr">With reduced battery usage.</string>
<string name="v5_5_new_interface_languages">Hungarian and Turkish UI</string> <string name="v5_5_new_interface_languages">Hungarian and Turkish UI</string>