mirror of
https://github.com/simplex-chat/simplex-chat.git
synced 2026-04-25 20:42:13 +00:00
ui: what's new v6.5 (#6793)
* ios: what\s new v6.5 * update * simpler * better * icon * labels * kotlin: whats new * shorter * update post link --------- Co-authored-by: Evgeny @ SimpleX Chat <259188159+evgeny-simplex@users.noreply.github.com>
This commit is contained in:
@@ -880,6 +880,38 @@ private val versionDescriptions: List<VersionDescription> = listOf(
|
||||
),
|
||||
)
|
||||
),
|
||||
VersionDescription(
|
||||
version = "v6.5",
|
||||
post = "https://simplex.chat/blog/20260428-simplex-channels-v6-5-consortium-crowdfunding-freedom-of-speech.html",
|
||||
features = listOf(
|
||||
VersionFeature.FeatureDescription(
|
||||
icon = null,
|
||||
titleId = MR.strings.v6_5_public_channels,
|
||||
descrId = null,
|
||||
subfeatures = listOf(
|
||||
MR.images.ic_wifi_tethering to MR.strings.v6_5_reliability,
|
||||
MR.images.ic_dns to MR.strings.v6_5_ownership,
|
||||
MR.images.ic_vpn_key_filled to MR.strings.v6_5_security,
|
||||
MR.images.ic_shield to MR.strings.v6_5_privacy,
|
||||
)
|
||||
),
|
||||
VersionFeature.FeatureDescription(
|
||||
icon = MR.images.ic_add_link,
|
||||
titleId = MR.strings.v6_5_invite_friends,
|
||||
descrId = MR.strings.v6_5_invite_friends_descr
|
||||
),
|
||||
VersionFeature.FeatureDescription(
|
||||
icon = MR.images.ic_security,
|
||||
titleId = MR.strings.v6_5_safe_web_links,
|
||||
descrId = MR.strings.v6_5_safe_web_links_descr
|
||||
),
|
||||
VersionFeature.FeatureDescription(
|
||||
icon = MR.images.ic_verified_user,
|
||||
titleId = MR.strings.v6_5_non_profit_governance,
|
||||
descrId = MR.strings.v6_5_non_profit_governance_descr
|
||||
),
|
||||
)
|
||||
),
|
||||
)
|
||||
|
||||
private val lastVersion = versionDescriptions.last().version
|
||||
|
||||
@@ -2579,6 +2579,17 @@
|
||||
<string name="v6_4_1_short_address_share">Share your address</string>
|
||||
<string name="v6_4_1_new_interface_languages">4 new interface languages</string>
|
||||
<string name="v6_4_1_new_interface_languages_descr">Catalan, Indonesian, Romanian and Vietnamese - thanks to our users!</string>
|
||||
<string name="v6_5_public_channels">Public channels - speak freely 🚀</string>
|
||||
<string name="v6_5_reliability">Reliability: many relays per channel.</string>
|
||||
<string name="v6_5_ownership">Ownership: you can run your own relays.</string>
|
||||
<string name="v6_5_security">Security: owners hold channel keys.</string>
|
||||
<string name="v6_5_privacy">Privacy: for owners and subscribers.</string>
|
||||
<string name="v6_5_invite_friends">Easier to invite your friends 👋</string>
|
||||
<string name="v6_5_invite_friends_descr">We made connecting simpler for new users.</string>
|
||||
<string name="v6_5_safe_web_links">Safe web links</string>
|
||||
<string name="v6_5_safe_web_links_descr">- opt-in to send link previews.\n- prevent hyperlink phishing.\n- remove link tracking.</string>
|
||||
<string name="v6_5_non_profit_governance">Non-profit governance</string>
|
||||
<string name="v6_5_non_profit_governance_descr">To make SimpleX Network last.</string>
|
||||
<string name="view_updated_conditions">View updated conditions</string>
|
||||
|
||||
<!-- CustomTimePicker -->
|
||||
|
||||
Reference in New Issue
Block a user