Matt Portune
c71deb5051
Enhanced autofill settings ( #1150 )
...
* enhanced autofill settings
* cleanup
2020-11-17 09:37:57 -05:00
Oscar Hinton
ae28de4159
Invalidate biometric on change ( #1026 )
...
* Initial working version for Android
* Add a fallback for when upgrading from older app version.
* Ensure biometric validity is re-checked on focus
* Only setup biometric integrity key if biometric is turned on.
* Fix styling according to comments
* Fallback for Android 5.
* Improve comment
* Add boilerplate for iOS
* Change BiometricService to public
* Untested iOS implementation.
* Convert IBiometricService to async. Fix code style for iOS.
* Base64 NSData.
* Review comments for Android BiometricService.
* Rename methods in BiometricService to append Async
* Ensure we wait for async SetupBiometricAsync.
* Update BiometricService.cs
Co-authored-by: Kyle Spearrin <kspearrin@users.noreply.github.com >
2020-08-08 21:33:49 -04:00
Matt Portune
5da2f3279b
biometrics cleanup ( #964 )
2020-06-08 08:25:13 -04:00
Kyle Spearrin
0fcf006484
Send vaultTimeoutActionChanged event after save ( #948 )
2020-06-02 09:50:08 -04:00
Kyle Spearrin
1120bff34d
Don't build the keyboard index for autofill if using logout action ( #943 )
...
* Don't build the keyboard index for autofill if using logout action
* trigger index rebuild on vault timeout changed event
2020-06-01 14:46:53 -04:00
Vincent Salucci
4c3df2e1e1
[Auto Logout] Final review of feature ( #932 )
...
* Initial commit of LockService name refactor (#831 )
* [Auto-Logout] Update Service layer logic (#835 )
* Initial commit of service logic update
* Added default value for action
* Updated ToggleTokensAsync conditional
* Removed unused variables, updated action conditional
* Initial commit: lockOption/lock refactor app layer (#840 )
* [Auto-Logout] Settings Refactor - Application Layer Part 2 (#844 )
* Initial commit of app layer part 2
* Updated biometrics position
* Reverted resource name refactor
* LockOptions refactor revert
* Updated method casing :: Removed VaultTimeout prefix for timeouts
* Fixed dupe string resource (#854 )
* Updated dependency to use VaultTimeoutService (#896 )
* [Auto Logout] Xamarin Forms in AutoFill flow (iOS) (#902 )
* fix typo in PINRequireMasterPasswordRestart (#900 )
* initial commit for xf usage in autofill
* Fixed databinding for hint button
* Updated Two Factor page launch - removed unused imports
* First pass at broadcast/messenger implentation for autofill
* setting theme in extension using theme manager
* extension app resources
* App resources from main app
* fix ref to twoFactorPage
* apply resources to page
* load empty app for sytling in extension
* move ios renderers to ios core
* static ref to resources and GetResourceColor helper
* fix method ref
* move application.current.resources refs to helper
* switch login page alerts to device action dialogs
* run on main thread
* showDialog with device action service
* abstract action sheet to device action service
* add support for yubikey
* add yubikey iimages to extension
* support close button action
* add support to action extension
* remove empty lines
Co-authored-by: Jonas Kittner <54631600+theendlessriver13@users.noreply.github.com >
Co-authored-by: Kyle Spearrin <kyle.spearrin@gmail.com >
* [Auto Logout] Update lock option to be default value (#929 )
* Initial commit - make lock action default
* Removed extra whitespace
Co-authored-by: Jonas Kittner <54631600+theendlessriver13@users.noreply.github.com >
Co-authored-by: Kyle Spearrin <kyle.spearrin@gmail.com >
Co-authored-by: Kyle Spearrin <kspearrin@users.noreply.github.com >
2020-05-29 12:26:36 -04:00
Chad Scharf
3c18fd7636
Changed all C# control flow block statements to include space between keyword and open paren ( #800 )
2020-03-28 09:16:28 -04:00
Kyle Spearrin
ec3660a86d
bitwarden inc
2020-02-18 22:39:35 -05:00
Matt Portune
33df456cfd
In-app vault export support ( #729 )
...
* First pass at vault export UI
* Password validation via cryptoService
* Export service framework
* support for constructing json export data
* Support for constructing csv export data
* Cleanup and simplification
* Completion of vault export feature
* Formatting and simplification
* Use dialog instead of toast for invalid master password entry
2020-02-14 16:10:58 -05:00
Matt Portune
641122b16f
UI support in app settings for handling overlay permission requirement in Accessibility Service implementation ( #697 )
...
* UI support in app settings for handling overlay permission requirement in Accessibility Service implementation
* Cleaned up shorthand operator with new var
2020-01-10 10:20:19 -05:00
Kyle Spearrin
f951fea555
use bio strings for native android bio
2019-10-23 09:24:34 -04:00
Kyle Spearrin
4b989b01e9
use native biomatrics on Android
2019-10-23 09:11:48 -04:00
Kyle Spearrin
ced9d33d2e
memory stored pinProtectedKey
2019-09-20 16:43:03 -04:00
Kyle Spearrin
0d6cc91b67
don't allow device PIN fallback
2019-07-22 23:34:39 -04:00
Kyle Spearrin
a5f960d8a1
show proper name for faceid. homepage margin on ios
2019-07-08 13:37:45 -04:00
Kyle Spearrin
b13d2f7f91
dot for fallback text. resolves #531
2019-06-12 22:21:47 -04:00
Kyle Spearrin
c4ebd8b6b7
fixes to locking
2019-06-10 13:19:05 -04:00
Kyle Spearrin
4d54c8f1d1
resolve some todos
2019-06-05 08:58:11 -04:00
Kyle Spearrin
046f25c223
catch No public key when generating fingerprint
2019-06-05 08:37:07 -04:00
Kyle Spearrin
8e1753ea37
sync date on settings list is local
2019-06-04 16:36:34 -04:00
Kyle Spearrin
8211f85725
lock on app restart
2019-06-03 12:30:26 -04:00
Kyle Spearrin
22f16ea514
accessibility settings page
2019-06-03 12:05:18 -04:00
Kyle Spearrin
a3716bc841
settings enabled/disabled text
2019-06-03 11:26:16 -04:00
Kyle Spearrin
5ce2eaf77e
dont auto show fingerprint if lock is initiated
2019-06-01 01:07:02 -04:00
Kyle Spearrin
e0e69920e9
masterPassOnRestart option for pin locking
2019-05-31 15:30:22 -04:00
Kyle Spearrin
6588b5bebb
list section separator on settings page
2019-05-31 11:52:56 -04:00
Kyle Spearrin
eecf81f0a5
verify fingerprint when enabling
2019-05-30 22:50:58 -04:00
Kyle Spearrin
b356627afd
autofill rows on settings page
2019-05-30 22:45:48 -04:00
Kyle Spearrin
249dffe778
build number on about page
2019-05-30 21:25:54 -04:00
Kyle Spearrin
cf2308a12d
CipherListOptions on search page
2019-05-30 18:33:18 -04:00
Kyle Spearrin
bf022f8a41
move settings page into folder
2019-05-29 09:05:24 -04:00