ui, site: v6.2 whats new, business (#5309)

* ui, site: v6.2 whats new, business

* icon

Co-authored-by: spaced4ndy <8711996+spaced4ndy@users.noreply.github.com>

* business

Co-authored-by: spaced4ndy <8711996+spaced4ndy@users.noreply.github.com>

* typo

Co-authored-by: spaced4ndy <8711996+spaced4ndy@users.noreply.github.com>

* typo

Co-authored-by: spaced4ndy <8711996+spaced4ndy@users.noreply.github.com>

---------

Co-authored-by: spaced4ndy <8711996+spaced4ndy@users.noreply.github.com>
This commit is contained in:
Evgeny
2024-12-03 18:23:24 +00:00
committed by GitHub
parent 247d12fa40
commit a182cf5730
9 changed files with 150 additions and 12 deletions
@@ -724,8 +724,8 @@ private val versionDescriptions: List<VersionDescription> = listOf(
),
),
VersionDescription(
version = "v6.2-beta.1",
post = "https://simplex.chat/blog/20241125-servers-operated-by-flux-true-privacy-and-decentralization-for-all-users.html",
version = "v6.2",
post = "https://simplex.chat/blog/20241210-simplex-network-v6-2-servers-by-flux-business-chats.html",
features = listOf(
VersionFeature.FeatureView(
icon = null,
@@ -749,6 +749,11 @@ private val versionDescriptions: List<VersionDescription> = listOf(
}
}
),
VersionFeature.FeatureDescription(
icon = MR.images.ic_work,
titleId = MR.strings.v6_2_business_chats,
descrId = MR.strings.v6_2_business_chats_descr
),
VersionFeature.FeatureDescription(
icon = MR.images.ic_chat,
titleId = MR.strings.v6_2_improved_chat_navigation,
@@ -2175,6 +2175,8 @@
<string name="v6_2_network_decentralization_enable_flux_reason">for better metadata privacy.</string>
<string name="v6_2_improved_chat_navigation">Improved chat navigation</string>
<string name="v6_2_improved_chat_navigation_descr">- Open chat on the first unread message.\n- Jump to quoted messages.</string>
<string name="v6_2_business_chats">Business chats</string>
<string name="v6_2_business_chats_descr">Privacy for your customers.</string>
<string name="view_updated_conditions">View updated conditions</string>
<!-- CustomTimePicker -->