bitwarden-android/src/iOS.Core/Services
Federico Maccaroni e72932cbaa
[EC-835] Add kSecAttrAccessibleWhenPasscodeSetThisDeviceOnly on Watch Keychain (#2250)
* EC-835 Added in the Watch app keychain accessible when passcode set this device only and when the passcode is set to signal the iPhone to trigger a sync on opening the watch app

* EC-835 Embed LocalAuthentication framework into the watch app to fix no such module when importing it

* EC-835 Changed approach to check if Watch has passcode enabled by using Keychain accessible kSecAttrAccessibleWhenPasscodeSetThisDeviceOnly instead of LAContext

* EC-835 Fix weird error saying unassigned local variable on the CI compiler. It seems it doesn't realize of the full condition
2022-12-22 17:59:12 +00:00
..
AutofillHandler.cs [EC-519] Refactor Split DeviceActionService (#2081) 2022-10-11 18:19:32 -03:00
BiometricService.cs Fix for missing biometric integrity check in iOS extensions under certain conditions (#1162) 2020-12-01 15:30:23 -05:00
ClipboardService.cs Clipboard handling adjustments for Android 13 (#1947) 2022-06-10 12:02:17 -04:00
CryptoPrimitiveService.cs Changed all C# control flow block statements to include space between keyword and open paren (#800) 2020-03-28 09:16:28 -04:00
DeviceActionService.cs [SG 547] Mobile username generator iOS.Extension UI changes (#2140) 2022-10-25 21:05:15 +01:00
FileService.cs [EC-519] Refactor Split DeviceActionService (#2081) 2022-10-11 18:19:32 -03:00
KeyChainStorageService.cs Changed all C# control flow block statements to include space between keyword and open paren (#800) 2020-03-28 09:16:28 -04:00
LocalizeService.cs add date and time formatting methods to localize service (#1616) 2021-10-28 12:52:41 -04:00
WatchDeviceService.cs [EC-835] Add kSecAttrAccessibleWhenPasscodeSetThisDeviceOnly on Watch Keychain (#2250) 2022-12-22 17:59:12 +00:00