Matt Portune
5da2f3279b
biometrics cleanup ( #964 )
2020-06-08 08:25:13 -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
Chris
2b3915a91f
Allow a BiometricPrompt to succeed after an initial failure ( #791 ) ( #847 )
...
Previously a call to BiometricPrompt.AuthenticationCallback#OnAuthenticationFailed()
was treated as though an unrecoverable failure had occurred. However this is called on
each failed fingerprint match, for example, and is not a terminal failure. Now these
intermittent failures are ignored and a call to #OnAuthenticationError() is recognised
as an unrecoverable failure instead.
2020-04-23 10:28:43 -04:00
Matt Portune
9a403ba0ed
Fixed clipboard not clearing on Android 10 ( #851 )
2020-04-23 10:01:41 -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
Matt Portune
145482ea30
Project lib updates and migration ( #789 )
...
* Replace 3rd party FAB lib with our own code
* merged
* merged
* WIP
* WIP
* WIP
* WIP
* Updated LiteDB
* Update ZXing libs to 2.4.1
* Missing semicolon
* rename fab style to btn-fab
* Revert project guid modified by VSmac
2020-03-20 17:54:23 -04:00
Matt Portune
2b1d186611
New Android attachment handling to support saving or opening attachments ( #751 )
...
* New Android attachment handling to support saving or opening (when available) attachments
* Simplified options dialog logic & changed error text
2020-03-02 22:14:14 -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
9c08a37772
UseNativeBiometric only for SDK 29
2019-10-23 11:54:53 -04:00
Kyle Spearrin
b13f5356fe
FingerprintManager to detect fingerprints on SDK 28
2019-10-23 11:26:00 -04: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
b6747a63ed
stub out support for dark theme by default
2019-09-30 16:41:31 -04:00
Kyle Spearrin
2507f3301b
device user agent
2019-09-04 11:52:32 -04:00
Kyle Spearrin
bdad5e4f0a
fixes to opening file types on android
2019-08-30 16:43:58 -04:00
Kyle Spearrin
2272b10820
null check on cipher when autofilling
2019-07-24 10:40:12 -04:00
Kyle Spearrin
6d2dcb73ae
event service func
2019-07-23 00:06:34 -04:00
Kyle Spearrin
f9547f158e
log autofill events
2019-07-22 15:50:59 -04:00
Kyle Spearrin
72cbdcbc8d
use internal FilesDir for temp photo
2019-06-25 11:54:31 -04:00
Kyle Spearrin
e33b49e78c
externalsFileDir w/ FileProvider for temp store
2019-06-25 10:30:16 -04:00
Kyle Spearrin
f25ae870c5
hebrew fix
2019-06-13 16:07:08 -04:00
Kyle Spearrin
43cee53dc8
make sure totp copy isn't available if not premium
2019-06-13 10:06:21 -04:00
Kyle Spearrin
0b56dd2795
null checks
2019-06-12 21:49:52 -04:00
Kyle Spearrin
31a77a6e19
autofocus prompt input
2019-06-10 23:18:34 -04:00
Kyle Spearrin
bc0bb7c7bb
fic editor renderer and add incognito to prompt
2019-06-05 16:48:54 -04:00
Kyle Spearrin
4a01116e93
catch any errors on OpenAccessibilitySettings
2019-06-05 12:09:05 -04:00
Kyle Spearrin
3b7078e565
try/catch on autofill service detection
2019-06-05 08:24:47 -04:00
Kyle Spearrin
f6f6253eab
catch exception on accessibility service running
2019-06-04 17:06:27 -04:00
Kyle Spearrin
b69304992f
log service
2019-06-03 12:52:46 -04:00
Kyle Spearrin
22f16ea514
accessibility settings page
2019-06-03 12:05:18 -04:00
Kyle Spearrin
b356627afd
autofill rows on settings page
2019-05-30 22:45:48 -04:00
Kyle Spearrin
a66489cd8c
make AutofillServiceEnabled public
2019-05-30 14:21:15 -04:00
Kyle Spearrin
6d51864873
update tasks and sync on app start
2019-05-30 14:13:02 -04:00
Kyle Spearrin
6be54fa7ee
disable favicons and totp copy fix for org
2019-05-29 09:55:48 -04:00
Kyle Spearrin
3f11fdaa82
push notification services
2019-05-28 12:01:55 -04:00
Kyle Spearrin
3c58775ae2
fixes for autofill service
2019-05-17 15:43:14 -04:00
Kyle Spearrin
4112e0a4c9
autofill actions
2019-05-17 14:34:00 -04:00
Kyle Spearrin
f73a5d6307
display alert action
2019-05-17 14:04:16 -04:00
Kyle Spearrin
a3e165fa06
some device functions
2019-05-17 13:46:32 -04:00
Kyle Spearrin
9d491a3636
app options for add/edit page
2019-05-17 12:03:35 -04:00
Kyle Spearrin
defb67c523
faceid detection
2019-05-17 09:45:07 -04:00
Kyle Spearrin
c5bd59e52c
set pin from settings
2019-05-16 15:54:21 -04:00
Kyle Spearrin
264028b623
rate app
2019-05-15 13:09:49 -04:00
Kyle Spearrin
29b37219c2
attachments page
2019-05-10 23:43:35 -04:00
Kyle Spearrin
a0e65fa75e
custom field name prompt
2019-05-09 11:44:27 -04:00
Kyle Spearrin
1f4bdb04ee
attachments on view page abd device actions
2019-04-29 16:09:27 -04:00
Kyle Spearrin
8c8fa8ae4c
api error detection updates
2019-04-19 09:11:17 -04:00
Kyle Spearrin
6ee109dc80
i18n service
2019-04-11 15:33:10 -04:00
Kyle Spearrin
0d417b3eee
more device actions
2019-04-09 23:33:12 -04:00