From 4fd30b401c0bf0f191a3383e00a8ac7e18a26763 Mon Sep 17 00:00:00 2001 From: manuroe Date: Mon, 6 May 2019 08:07:28 +0200 Subject: [PATCH 1/3] Device Verification: Fix bell emoji name --- CHANGES.rst | 6 ++++++ Riot/Assets/en.lproj/Vector.strings | 2 +- Riot/Generated/Strings.swift | 2 +- 3 files changed, 8 insertions(+), 2 deletions(-) diff --git a/CHANGES.rst b/CHANGES.rst index e5e46f438..1b5212933 100644 --- a/CHANGES.rst +++ b/CHANGES.rst @@ -1,3 +1,9 @@ +Changes in 0.8.6 (2019-05-06) +=============================================== + +Bug fix: + * Device Verification: Fix bell emoji name + Changes in 0.8.5 (2019-05-03) =============================================== diff --git a/Riot/Assets/en.lproj/Vector.strings b/Riot/Assets/en.lproj/Vector.strings index adc590650..55e323610 100644 --- a/Riot/Assets/en.lproj/Vector.strings +++ b/Riot/Assets/en.lproj/Vector.strings @@ -883,7 +883,7 @@ "device_verification_emoji_ball" = "Ball"; "device_verification_emoji_guitar" = "Guitar"; "device_verification_emoji_trumpet" = "Trumpet"; -"device_verification_emoji_bell" = "Ball"; +"device_verification_emoji_bell" = "Bell"; "device_verification_emoji_anchor" = "Anchor"; "device_verification_emoji_headphones" = "Headphones"; "device_verification_emoji_folder" = "Folder"; diff --git a/Riot/Generated/Strings.swift b/Riot/Generated/Strings.swift index 1239b656b..87287b665 100644 --- a/Riot/Generated/Strings.swift +++ b/Riot/Generated/Strings.swift @@ -454,7 +454,7 @@ internal enum VectorL10n { internal static var deviceVerificationEmojiBanana: String { return VectorL10n.tr("Vector", "device_verification_emoji_banana") } - /// Ball + /// Bell internal static var deviceVerificationEmojiBell: String { return VectorL10n.tr("Vector", "device_verification_emoji_bell") } From 9f6a30ccacbbcaf81dd0d6dcd2951514ed7b041f Mon Sep 17 00:00:00 2001 From: manuroe Date: Mon, 6 May 2019 08:21:04 +0200 Subject: [PATCH 2/3] Device Verification: Fix buttons colors in dark theme --- CHANGES.rst | 3 ++- .../DeviceVerificationIncomingViewController.storyboard | 2 +- .../Incoming/DeviceVerificationIncomingViewController.swift | 2 +- .../Start/DeviceVerificationStartViewController.storyboard | 2 +- .../Start/DeviceVerificationStartViewController.swift | 2 +- .../DeviceVerificationVerifiedViewController.storyboard | 1 + .../Verify/DeviceVerificationVerifyViewController.storyboard | 2 +- .../Verify/DeviceVerificationVerifyViewController.swift | 2 +- .../SimpleScreenTemplateViewController.storyboard | 1 + 9 files changed, 10 insertions(+), 7 deletions(-) diff --git a/CHANGES.rst b/CHANGES.rst index 1b5212933..6f580afbc 100644 --- a/CHANGES.rst +++ b/CHANGES.rst @@ -2,7 +2,8 @@ Changes in 0.8.6 (2019-05-06) =============================================== Bug fix: - * Device Verification: Fix bell emoji name + * Device Verification: Fix bell emoji name. + * Device Verification: Fix buttons colors in dark theme. Changes in 0.8.5 (2019-05-03) =============================================== diff --git a/Riot/Modules/DeviceVerification/Incoming/DeviceVerificationIncomingViewController.storyboard b/Riot/Modules/DeviceVerification/Incoming/DeviceVerificationIncomingViewController.storyboard index 8dede16ab..634dfa15e 100644 --- a/Riot/Modules/DeviceVerification/Incoming/DeviceVerificationIncomingViewController.storyboard +++ b/Riot/Modules/DeviceVerification/Incoming/DeviceVerificationIncomingViewController.storyboard @@ -79,7 +79,7 @@