bitwarden-android/src/Core/Enums
Carlos Gonçalves b1fb867b6e
[SG-223] Mobile username generator (#2033)
* SG-223 - Changed page title and password title

* SG-223 - Refactored generated field
* Changed position of generated field
* Replaced buttons generate and copy for icons

* SG-223 - Refactor type to passwordType

* SG-223 - Added password or username selector
* Added string for label type selection

* SG-223 - Added logic for different types of username
* Added strings of new types

* [SG-223] - Added UI components for different username types
* Added static strings for new labels
* Added viewmodel properties to support username generation and their respective options

* [SG-223] Added control over type picker visibility

* [SG-223] Refactored username entry on add edit page and added generate icon
* Added GenerateUsername command

* [SG-223] - Implemented service for username generation

* [SG-223] - Added support for username generation for item creation flow
* Implemented cache for username options
* Added exception handling for api calls

* [SG-223] - Remove unused code

* [SG-223] - Added a new display field for username generated and respective command
* Added description label for each type of username
* Changed defautl value of username from string.Empty to -

* [SG-223] - Removed some StackLayouts and refactored some controls

* [SG-223] - Refactored properties name

* [SG-223] - Added visibility toggle icon for api keys of forwarded email username types

* [SG-223] - Refactored nested StackLayouts into grids.

* [SG-223] - Refactor and pr fixing

* [SG-223] - Removed string keys from Resolve
- Added static string to resources

* [SG-223] - Refactored Copy_Clicked as AsyncCommand
- Improved exception handling
- Refactored TypeSelected as GeneratorTypeSelected

* [SG-223] - Renamed PasswordFormatter

* [SG-223] - Refactored VM properties to use UsernameGenerationOptions
* Removed LoadUsernameOptions

* [SG-223] - Refactored added pickers to use SelectedItem instead SelectedIndex
* Deleted PickerIndexToBoolConverter as it isn't needed anymore

* [SG-223] -  Refactored and simplified Grid row and column definitions

* [SG-223] - Refactored Command into async command
* Added exception handling and feedback to the user

* [SG-223] - Refactored GeneratorType picker to use Enum GeneratorType instead of string

* [SG-223] - Changed some resource keys

* [SG-223] - Refactor method name

* [SG-223] - Refactored code and added logs for switch default cases

* [SG-223] - Added flag to control visibility when in edit mode

* [SG-223] - Added suffix Parenthesis to keys to prevent future conflicts

* [SG-223] - Refactored multiple methods into one, GetUsernameFromAsync
* Removed unused Extensions from enums

* [SG-223] - Added exception message

* [SG-223] - Added localizable enum values through LocalizableEnumConverter

* [SG-223] - Fixed space between controls

* [SG-223] - Removed unused code and refactored some variables and methods names

* [SG-223] - Removed unused code and refactored constant name to be more elucidative

* [SG-223] - Removed unused variable
2022-08-26 19:32:02 +01:00
..
AuthenticationStatus.cs Account Switching (#1807) 2022-02-23 12:40:17 -05:00
CipherRepromptType.cs Password reprompt (#1365) 2021-05-21 15:13:54 +02:00
CipherType.cs lots of enums 2019-04-09 17:14:16 -04:00
ClientType.cs Run dotnet format (#1738) 2022-04-26 17:21:17 +02:00
CryptoHashAlgorithm.cs start writing crypto service 2019-04-03 14:21:54 -04:00
DeviceType.cs mobile platform utils 2019-04-09 23:24:03 -04:00
EncryptionType.cs start writing crypto service 2019-04-03 14:21:54 -04:00
EventType.cs Password reprompt (#1365) 2021-05-21 15:13:54 +02:00
FieldType.cs [Linked fields] Add Linked Field as a custom field type (#1563) 2021-11-09 07:34:16 +10:00
FileUploadType.cs Send azure upload (#1334) 2021-03-29 09:45:04 -05:00
ForwardedEmailServiceType.cs [SG-223] Mobile username generator (#2033) 2022-08-26 19:32:02 +01:00
GeneratorType.cs [SG-223] Mobile username generator (#2033) 2022-08-26 19:32:02 +01:00
HashPurpose.cs Use 2 iterations for local password hashing (#1423) 2021-06-15 07:39:34 +10:00
HdkfAlgorithm.cs Run dotnet format (#1738) 2022-04-26 17:21:17 +02:00
KdfType.cs crypto service implementation 2019-04-08 16:04:41 -04:00
LinkedIdType.cs Run dotnet format (#1738) 2022-04-26 17:21:17 +02:00
NavigationTarget.cs SG-210 Account Switching in Autofill (iOS) (#1909) 2022-06-08 14:24:01 -03:00
NotificationType.cs sync service 2019-04-17 12:12:43 -04:00
OrganizationUserStatusType.cs start writing crypto service 2019-04-03 14:21:54 -04:00
OrganizationUserType.cs Implemented Custom role and permissions (#1189) 2021-01-13 14:31:27 -05:00
PaymentMethodType.cs mobile platform utils 2019-04-09 23:24:03 -04:00
PlanType.cs mobile platform utils 2019-04-09 23:24:03 -04:00
PolicyType.cs Disable Private Vault Export Policy (#1546) 2021-09-23 18:30:20 +02:00
SecureNoteType.cs lots of enums 2019-04-09 17:14:16 -04:00
SendType.cs Run dotnet format (#1738) 2022-04-26 17:21:17 +02:00
StorageLocation.cs Account Switching (#1807) 2022-02-23 12:40:17 -05:00
TransactionType.cs mobile platform utils 2019-04-09 23:24:03 -04:00
TwoFactorProviderType.cs FIDO2 WebAuthn support for mobile (#1519) 2021-08-30 12:44:12 -04:00
UriMatchType.cs lots of enums 2019-04-09 17:14:16 -04:00
UsernameEmailType.cs [SG-223] Mobile username generator (#2033) 2022-08-26 19:32:02 +01:00
UsernameType.cs [SG-223] Mobile username generator (#2033) 2022-08-26 19:32:02 +01:00
VaultTimeoutAction.cs Account Switching (#1807) 2022-02-23 12:40:17 -05:00
VerificationType.cs [KeyConnector] Add support for key connector OTP (#1633) 2021-11-10 20:46:48 -05:00