From 04aeddc5de99b8b9dca4c36b9e4489d14ee5c739 Mon Sep 17 00:00:00 2001 From: Thomas Rittson <31796059+eliykat@users.noreply.github.com> Date: Tue, 30 Mar 2021 02:01:42 +1000 Subject: [PATCH] Hide email address in Sends (#1340) * Add HideEmail model properties and locale strings * Fix UI strings * Add HideEmail to SendService * Add HideEmail option to UI * Tidy up declarations * Add Bitwarden Send translation warning --- src/App/Pages/Send/SendAddEditPage.xaml | 26 +++++++++++++++++++ .../Pages/Send/SendAddEditPageViewModel.cs | 20 ++++++++++++++ src/App/Resources/AppResources.Designer.cs | 12 +++++++++ src/App/Resources/AppResources.resx | 7 +++++ src/App/Utilities/AppHelpers.cs | 20 ++++++++++++++ src/Core/Enums/PolicyType.cs | 1 + src/Core/Models/Data/SendData.cs | 2 ++ src/Core/Models/Domain/Send.cs | 2 ++ src/Core/Models/Request/SendRequest.cs | 2 ++ src/Core/Models/Response/SendResponse.cs | 1 + src/Core/Models/View/SendView.cs | 2 ++ src/Core/Services/SendService.cs | 1 + 12 files changed, 96 insertions(+) diff --git a/src/App/Pages/Send/SendAddEditPage.xaml b/src/App/Pages/Send/SendAddEditPage.xaml index 963312d6b..bf2871e5a 100644 --- a/src/App/Pages/Send/SendAddEditPage.xaml +++ b/src/App/Pages/Send/SendAddEditPage.xaml @@ -89,6 +89,18 @@ StyleClass="text-muted, text-sm, text-bold" HorizontalTextAlignment="Center" /> + +