From 120fb700394c0617082ebac8217d54febecddf49 Mon Sep 17 00:00:00 2001 From: Matt Portune Date: Mon, 17 Jan 2022 00:41:14 -0500 Subject: [PATCH] WIP --- .../Resources/drawable/cog_environment.xml | 2 +- .../AccountViewCell/AccountViewCell.xaml | 4 +- src/App/Pages/Accounts/HomePage.xaml | 16 ++++--- src/App/Pages/Accounts/HomePage.xaml.cs | 2 +- src/App/Pages/Accounts/LockPage.xaml | 9 ++-- src/App/Pages/Accounts/LoginPage.xaml | 4 +- src/App/Pages/Accounts/LoginPage.xaml.cs | 2 +- .../Accounts/SetPasswordPageViewModel.cs | 2 +- .../UpdateTempPasswordPageViewModel.cs | 4 -- src/App/Pages/BaseContentPage.cs | 21 ++++----- .../SendGroupingsPageViewModel.cs | 1 - src/App/Pages/TabsPage.cs | 3 +- src/App/Utilities/AppHelpers.cs | 28 ++---------- src/App/Utilities/ThemeManager.cs | 2 - src/Core/Enums/DiskStorageLocation.cs | 9 ---- src/Core/Models/Domain/Account.cs | 43 +++++++++++-------- src/Core/Models/Domain/GlobalState.cs | 10 ----- src/Core/Models/View/AccountView.cs | 4 +- src/Core/Services/OrganizationService.cs | 2 +- .../Services/PasswordGenerationService.cs | 1 - src/Core/Services/StateService.cs | 4 +- 21 files changed, 69 insertions(+), 104 deletions(-) delete mode 100644 src/Core/Enums/DiskStorageLocation.cs delete mode 100644 src/Core/Models/Domain/GlobalState.cs diff --git a/src/Android/Resources/drawable/cog_environment.xml b/src/Android/Resources/drawable/cog_environment.xml index a7a5a37ce..973dac6a7 100644 --- a/src/Android/Resources/drawable/cog_environment.xml +++ b/src/Android/Resources/drawable/cog_environment.xml @@ -4,6 +4,6 @@ android:viewportWidth="1792" android:viewportHeight="1792"> diff --git a/src/App/Controls/AccountViewCell/AccountViewCell.xaml b/src/App/Controls/AccountViewCell/AccountViewCell.xaml index ada1faa4c..4e6819c01 100644 --- a/src/App/Controls/AccountViewCell/AccountViewCell.xaml +++ b/src/App/Controls/AccountViewCell/AccountViewCell.xaml @@ -23,7 +23,7 @@ - + diff --git a/src/App/Pages/Accounts/HomePage.xaml b/src/App/Pages/Accounts/HomePage.xaml index 4c729f41b..6899e02a7 100644 --- a/src/App/Pages/Accounts/HomePage.xaml +++ b/src/App/Pages/Accounts/HomePage.xaml @@ -15,9 +15,10 @@ - + @@ -34,7 +35,7 @@ AutomationProperties.Name="{u:I18n Account}" /> - + + HorizontalTextAlignment="Center"> + - + IsVisible="{Binding BiometricButtonVisible}"> +