mirror of
https://github.com/simplex-chat/simplex-chat.git
synced 2024-12-17 17:20:21 +01:00
ui: v5.4 what's new (#3413)
* ios: v5.4 what's new * android * export localizations * update --------- Co-authored-by: Evgeny Poberezkin <2769109+epoberezkin@users.noreply.github.com>
This commit is contained in:
+31
@@ -431,6 +431,37 @@ private val versionDescriptions: List<VersionDescription> = listOf(
|
||||
)
|
||||
)
|
||||
),
|
||||
VersionDescription(
|
||||
version = "v5.4",
|
||||
post = "https://simplex.chat/blog/20231125-simplex-chat-v5-4-link-mobile-desktop-quantum-resistant-better-groups.html",
|
||||
features = listOf(
|
||||
FeatureDescription(
|
||||
icon = MR.images.ic_desktop,
|
||||
titleId = MR.strings.v5_4_link_mobile_desktop,
|
||||
descrId = MR.strings.v5_4_link_mobile_desktop_descr
|
||||
),
|
||||
FeatureDescription(
|
||||
icon = MR.images.ic_group,
|
||||
titleId = MR.strings.v5_4_better_groups,
|
||||
descrId = MR.strings.v5_4_better_groups_descr
|
||||
),
|
||||
FeatureDescription(
|
||||
icon = MR.images.ic_theater_comedy,
|
||||
titleId = MR.strings.v5_4_incognito_groups,
|
||||
descrId = MR.strings.v5_4_incognito_groups_descr
|
||||
),
|
||||
FeatureDescription(
|
||||
icon = MR.images.ic_back_hand,
|
||||
titleId = MR.strings.v5_4_block_group_members,
|
||||
descrId = MR.strings.v5_4_block_group_members_descr
|
||||
),
|
||||
FeatureDescription(
|
||||
icon = MR.images.ic_redeem,
|
||||
titleId = MR.strings.v5_2_more_things,
|
||||
descrId = MR.strings.v5_4_more_things_descr
|
||||
)
|
||||
)
|
||||
),
|
||||
)
|
||||
|
||||
private val lastVersion = versionDescriptions.last().version
|
||||
|
||||
@@ -1608,6 +1608,25 @@
|
||||
<string name="v5_3_simpler_incognito_mode_descr">Toggle incognito when connecting.</string>
|
||||
<string name="v5_3_new_interface_languages">6 new interface languages</string>
|
||||
<string name="v5_3_new_interface_languages_descr">Arabic, Bulgarian, Finnish, Hebrew, Thai and Ukrainian - thanks to the users and Weblate.</string>
|
||||
<string name="v5_4_connect_desktop_mobile">Connect desktop and mobile!</string>
|
||||
<string name="v5_4_connect_desktop_mobile_descr">Use your mobile app chat profile via desktop app.</string>
|
||||
<string name="v5_4_group_improvements">Group improvements</string>
|
||||
<string name="v5_4_group_improvements_descr">Create groups incognito, block group members, faster join via link, and more.</string>
|
||||
<string name="v5_4_notify_contact_deletion">Notify about contact deletion</string>
|
||||
<string name="v5_4_notify_contact_deletion_descr">You can optionally notify contacts when deleting them.</string>
|
||||
<string name="v5_4_checking_simplex_links">Checking SimpleX links</string>
|
||||
<string name="v5_4_checking_simplex_links_descr">Detection of previously used and your own SimpleX links.</string>
|
||||
<string name="v5_4_spaces_in_profile_names">Spaces in profile names</string>
|
||||
<string name="v5_4_spaces_in_profile_names_descr">You can now add spaces to your profile name.</string>
|
||||
<string name="v5_4_link_mobile_desktop">Link mobile and desktop apps! 🔗</string>
|
||||
<string name="v5_4_link_mobile_desktop_descr">Via secure quantum resistant protocol.</string>
|
||||
<string name="v5_4_better_groups">Better groups</string>
|
||||
<string name="v5_4_better_groups_descr">Faster joining and more reliable messages.</string>
|
||||
<string name="v5_4_incognito_groups">Incognito groups</string>
|
||||
<string name="v5_4_incognito_groups_descr">Create a group using a random profile.</string>
|
||||
<string name="v5_4_block_group_members">Block group members</string>
|
||||
<string name="v5_4_block_group_members_descr">To hide unwanted messages.</string>
|
||||
<string name="v5_4_more_things_descr">- optionally notify deleted contacts.\n- profile names with spaces.\n- and more!</string>
|
||||
|
||||
<!-- CustomTimePicker -->
|
||||
<string name="custom_time_unit_seconds">seconds</string>
|
||||
|
||||
Reference in New Issue
Block a user