From 39167ab3ddf3974c904c10ee03fb1782d6e86d83 Mon Sep 17 00:00:00 2001 From: spaced4ndy <8711996+spaced4ndy@users.noreply.github.com> Date: Tue, 19 Mar 2024 15:27:05 +0400 Subject: [PATCH] multiplatform: 5.6 what's new (#3926) --- .../common/views/onboarding/WhatsNewView.kt | 26 +++++++++++++++++++ .../commonMain/resources/MR/base/strings.xml | 8 ++++++ 2 files changed, 34 insertions(+) diff --git a/apps/multiplatform/common/src/commonMain/kotlin/chat/simplex/common/views/onboarding/WhatsNewView.kt b/apps/multiplatform/common/src/commonMain/kotlin/chat/simplex/common/views/onboarding/WhatsNewView.kt index 38805472f2..fa7058160a 100644 --- a/apps/multiplatform/common/src/commonMain/kotlin/chat/simplex/common/views/onboarding/WhatsNewView.kt +++ b/apps/multiplatform/common/src/commonMain/kotlin/chat/simplex/common/views/onboarding/WhatsNewView.kt @@ -495,6 +495,32 @@ private val versionDescriptions: List = listOf( ) ) ), + VersionDescription( + version = "v5.6", + post = "https://simplex.chat/blog/20240323-simplex-network-privacy-non-profit-v5-6-quantum-resistant-e2e-encryption-simple-migration.html", + features = listOf( + FeatureDescription( + icon = MR.images.ic_vpn_key_filled, + titleId = MR.strings.v5_6_quantum_resistant_encryption, + descrId = MR.strings.v5_6_quantum_resistant_encryption_descr + ), + FeatureDescription( + icon = MR.images.ic_ios_share, + titleId = MR.strings.v5_6_app_data_migration, + descrId = MR.strings.v5_6_app_data_migration_descr + ), + FeatureDescription( + icon = MR.images.ic_call, + titleId = MR.strings.v5_6_picture_in_picture_calls, + descrId = MR.strings.v5_6_picture_in_picture_calls_descr + ), + FeatureDescription( + icon = MR.images.ic_back_hand, + titleId = MR.strings.v5_6_safer_groups, + descrId = MR.strings.v5_6_safer_groups_descr + ) + ) + ), ) private val lastVersion = versionDescriptions.last().version diff --git a/apps/multiplatform/common/src/commonMain/resources/MR/base/strings.xml b/apps/multiplatform/common/src/commonMain/resources/MR/base/strings.xml index fca2adfafb..c2348568b1 100644 --- a/apps/multiplatform/common/src/commonMain/resources/MR/base/strings.xml +++ b/apps/multiplatform/common/src/commonMain/resources/MR/base/strings.xml @@ -1719,6 +1719,14 @@ Improved message delivery With reduced battery usage. Hungarian and Turkish UI + Quantum resistant encryption + Enable in direct chats (BETA)! + App data migration + Migrate to another device via QR code. + Picture-in-picture calls + Use the app while in the call. + Safer groups + Admins can block a member for all. seconds