Releases: OutSystems/cordova-outsystems-secure-sqlite-bundle
Releases · OutSystems/cordova-outsystems-secure-sqlite-bundle
2.1.6
2.1.5
2.1.4
Android: Updates dependency to Key Store (secure-storage) to add alternative authentication method for older Android versions
2.1.3
- Android: Updates dependency to
Key Store
(secure-storage)
( to removejcenter
fromGradle
2.1.2
- On iOS, on the
keys
method, when there are no keys associated with a store, return empty string instead ofnil
value.
2.1.1
- Remove the older
OSCore
framework and replace it by the newOSCommonPluginLib
pod.
2.1.0
- Updates dependency to KeyStore plugin (secure-storage) to use its new implementation.
2.0.16
- Fixes the way we verify the case where we have a migration error. Avoids uncaught exception when doing
error.indexOf()
2.0.15
Fix: For iOS 15, add an observer for the UIApplicationProtectedDataDidBecomeAvailable
event so that Keychain is only accessible when ProtectedData
is available for it.
2.0.14
Fix for the error messages: Keystore operation failed, User not authenticated, Key not yet valid. (RMET-1182)