* Initial work on windows hello support
* Hide login button if not enabled
* Add windows.security.credentials.ui dependency to desktop as well.
* Only enable biometric on windows.
* Add support for dynamic biometric text.
* Add untested darwin implementation
* Ensure we support biometric before showing login with windows hello / touchid.
* Ensure compatability with latest jslib
* Only require module on use.
* Add windows.security.credentials.ui to src/package.json.
* Update requirements
* Update consent messages for biometrics
* Add minimize when copying to clipboard option
* Change minimizeOnCopyToClipboardKey constant reference and fix whitespace
* Extend feature to context menus and view component
* Cleanup and refactor methods
* Refactor copy method and add minimizeOnCopyToClipboardKey constant to electronConstants.ts
* Use window.main subclass and fix formatting
* Revert "Use window.main subclass and fix formatting"
This reverts commit 0159613751a54bc886fac0b34bd09d3a26498924.
* Reimplement part of 0159613751a54bc886fac0b34bd09d3a26498924
* Add null check to VaultComponent::copyValue
* Remove unused import
The styling got adjusted to stay as close as possible to the original sweetalert1 styles.
The only visible change is the button order, it is the same as in the web-vault now (OK - CANCEL instead of CANCEL - OK)
- Removed old postinstall gulp hack
- Added tsconfig type definition for sweetalert2 module typing.
* Close to Tray implemented
* Enable Tray Icon on Linux
* Rever german locale
* Revert eaf730e51cd6ea025ba78a4e7904bc47e0b44147
* Show quit button in file menu only for linux and windows
* Add language selection in settings
* Removed comment
* Mapping Locale-Language saved as key-value instead of list of objects
* Remove comment
* Revert supported locales array