multiplatform: 5.6 what's new (#3926)

This commit is contained in:
spaced4ndy
2024-03-19 11:27:05 +00:00
committed by GitHub
parent e925d87548
commit 39167ab3dd
2 changed files with 34 additions and 0 deletions
@@ -495,6 +495,32 @@ private val versionDescriptions: List<VersionDescription> = 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
@@ -1719,6 +1719,14 @@
<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_new_interface_languages">Hungarian and Turkish UI</string>
<string name="v5_6_quantum_resistant_encryption">Quantum resistant encryption</string>
<string name="v5_6_quantum_resistant_encryption_descr">Enable in direct chats (BETA)!</string>
<string name="v5_6_app_data_migration">App data migration</string>
<string name="v5_6_app_data_migration_descr">Migrate to another device via QR code.</string>
<string name="v5_6_picture_in_picture_calls">Picture-in-picture calls</string>
<string name="v5_6_picture_in_picture_calls_descr">Use the app while in the call.</string>
<string name="v5_6_safer_groups">Safer groups</string>
<string name="v5_6_safer_groups_descr">Admins can block a member for all.</string>
<!-- CustomTimePicker -->
<string name="custom_time_unit_seconds">seconds</string>