ui: new in v5.3 (#3070)

* ios: new in v5.3

* correction, blog placeholder

* android: new in v5.3

* export localizations
This commit is contained in:
Evgeny Poberezkin
2023-09-18 13:45:13 +01:00
committed by GitHub
parent 071d6b3686
commit 603e745aa1
34 changed files with 12151 additions and 11789 deletions
@@ -334,12 +334,6 @@ private val versionDescriptions: List<VersionDescription> = listOf(
)
)
),
// Also in v5.1
// preference to disable calls per contact
// configurable SOCKS proxy port
// access welcome message via a group profile
// improve calls on lock screen
// better formatting of times and dates
VersionDescription(
version = "v5.1",
post = "https://simplex.chat/blog/20230523-simplex-chat-v5-1-message-reactions-self-destruct-passcode.html",
@@ -370,7 +364,7 @@ private val versionDescriptions: List<VersionDescription> = listOf(
descrId = MR.strings.whats_new_thanks_to_users_contribute_weblate,
link = "https://github.com/simplex-chat/simplex-chat/tree/stable#help-translating-simplex-chat"
)
),
)
),
VersionDescription(
version = "v5.2",
@@ -401,8 +395,42 @@ private val versionDescriptions: List<VersionDescription> = listOf(
titleId = MR.strings.v5_2_more_things,
descrId = MR.strings.v5_2_more_things_descr
)
),
)
)
),
VersionDescription(
version = "v5.3",
post = "https://simplex.chat/blog/20230925-simplex-chat-v5-3-desktop-app-local-file-encryption-directory-service.html",
features = listOf(
FeatureDescription(
icon = MR.images.ic_desktop,
titleId = MR.strings.v5_3_new_desktop_app,
descrId = MR.strings.v5_3_new_desktop_app_descr,
link = "https://simplex.chat/downloads/"
),
FeatureDescription(
icon = MR.images.ic_lock,
titleId = MR.strings.v5_3_encrypt_local_files,
descrId = MR.strings.v5_3_encrypt_local_files_descr
),
FeatureDescription(
icon = MR.images.ic_search,
titleId = MR.strings.v5_3_discover_join_groups,
descrId = MR.strings.v5_3_discover_join_groups_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"
),
FeatureDescription(
icon = MR.images.ic_theater_comedy,
titleId = MR.strings.v5_3_simpler_incognito_mode,
descrId = MR.strings.v5_3_simpler_incognito_mode_descr
),
FeatureDescription(
icon = MR.images.ic_translate,
titleId = MR.strings.v5_3_new_interface_languages,
descrId = MR.strings.v5_3_new_interface_languages_descr,
link = "https://github.com/simplex-chat/simplex-chat/tree/stable#help-translating-simplex-chat"
)
)
),
)
private val lastVersion = versionDescriptions.last().version
@@ -1552,6 +1552,16 @@
<string name="v5_2_disappear_one_message_descr">Even when disabled in the conversation.</string>
<string name="v5_2_more_things">A few more things</string>
<string name="v5_2_more_things_descr">- more stable message delivery.\n- a bit better groups.\n- and more!</string>
<string name="v5_3_new_desktop_app">New desktop app!</string>
<string name="v5_3_new_desktop_app_descr">Create new profile in desktop app. 💻</string>
<string name="v5_3_encrypt_local_files">Encrypt stored files &amp; media</string>
<string name="v5_3_encrypt_local_files_descr">App encrypts new local files (except videos).</string>
<string name="v5_3_discover_join_groups">Discover and join groups</string>
<string name="v5_3_discover_join_groups_descr">- connect to directory service (BETA)!\n- delivery receipts (up to 20 members).\n- faster and more stable.</string>
<string name="v5_3_simpler_incognito_mode">Simplified incognito mode</string>
<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>
<!-- CustomTimePicker -->
<string name="custom_time_unit_seconds">seconds</string>
@@ -0,0 +1 @@
<svg xmlns="http://www.w3.org/2000/svg" height="24" viewBox="0 -960 960 960" width="24"><path d="M422.5-182v-99.5h-280q-22.969 0-40.234-17.266Q85-316.031 85-339v-439q0-22.969 17.266-40.234Q119.531-835.5 142.5-835.5h675q22.969 0 40.234 17.266Q875-800.969 875-778v439q0 22.969-17.266 40.234Q840.469-281.5 817.5-281.5h-280v99.5h57q11.675 0 20.088 8.463Q623-165.074 623-153.325q0 12.325-8.412 20.575-8.413 8.25-20.088 8.25H366q-12.25 0-20.625-8.425-8.375-8.426-8.375-20.5 0-12.075 8.375-20.325T366-182h56.5Zm-280-157h675v-439h-675v439Zm0 0v-439 439Z"/></svg>

After

Width:  |  Height:  |  Size: 554 B