mobile: what's new in v5.2 (#2700)

* ios: whats new

* add

* improve

* export localizations

* android: whats new in v5.2
This commit is contained in:
Evgeny Poberezkin
2023-07-14 19:28:56 +01:00
committed by GitHub
parent 6ca76ec8a9
commit 4a3c9366fd
14 changed files with 547 additions and 1 deletions
@@ -377,7 +377,38 @@ 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",
post = "https://simplex.chat/blog/20230719-simplex-chat-v5-2-message-delivery-receipts.html",
features = listOf(
FeatureDescription(
icon = MR.images.ic_check,
titleId = MR.strings.v5_2_message_delivery_receipts,
descrId = MR.strings.v5_2_message_delivery_receipts_descr
),
FeatureDescription(
icon = MR.images.ic_star,
titleId = MR.strings.v5_2_favourites_filter,
descrId = MR.strings.v5_2_favourites_filter_descr
),
FeatureDescription(
icon = MR.images.ic_sync_problem,
titleId = MR.strings.v5_2_fix_encryption,
descrId = MR.strings.v5_2_fix_encryption_descr
),
FeatureDescription(
icon = MR.images.ic_timer,
titleId = MR.strings.v5_2_disappear_one_message,
descrId = MR.strings.v5_2_disappear_one_message_descr
),
FeatureDescription(
icon = MR.images.ic_redeem,
titleId = MR.strings.v5_2_more_things,
descrId = MR.strings.v5_2_more_things_descr
)
),
)
)
@@ -1478,6 +1478,16 @@
<string name="v5_1_better_messages_descr">- voice messages up to 5 minutes.\n- custom time to disappear.\n- editing history.</string>
<string name="v5_1_japanese_portuguese_interface">Japanese and Portuguese UI</string>
<string name="whats_new_thanks_to_users_contribute_weblate">Thanks to the users contribute via Weblate!</string>
<string name="v5_2_message_delivery_receipts">Message delivery receipts!</string>
<string name="v5_2_message_delivery_receipts_descr">The second tick we missed! ✅</string>
<string name="v5_2_favourites_filter">Find chats faster</string>
<string name="v5_2_favourites_filter_descr">Filter unread and favorite chats.</string>
<string name="v5_2_fix_encryption">Keep your connections</string>
<string name="v5_2_fix_encryption_descr">Fix encryption after restoring backups.</string>
<string name="v5_2_disappear_one_message">Make one message disappear</string>
<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 stabile message delivery.\n- a bit better groups.\n- and more!</string>
<!-- CustomTimePicker -->
<string name="custom_time_unit_seconds">seconds</string>