Releases: OutSystems/cordova-plugin-secure-storage
Releases · OutSystems/cordova-plugin-secure-storage
2.6.8-OS20
- Updates dependency to
OSKeystoreLib-Android
to1.1.1
, updating the Android error codes
2.6.8-OS19
- Updates dependency to OSKeystoreLib-Android to
1.1.0
, bringing the feature of adding parameters for title, subtitle, and negative button text of authentication prompt (when authentication is required to access key-value pairs).
2.6.8-OS18
- Fix: [Android] Update OSKeystoreLib version to fix incompatibility issue with AppFeedback.
2.6.8-OS17
- Adds alternative authentication for Android below 11
- Deals with possible errors coming from
EncrytpedSharedPreferences
2.6.8-OS16
- Android: Use fix versions in for
Gradle
dependencies - Android: Remove dependency to
jcenter
inGradle
2.6.8-OS15
- On iOS, on the
keys
method, when there are no keys associated with a store, return empty string instead ofnil
value.
2.6.8-OS14
- Remove the older
OSCore
framework and replace it by the newOSCommonPluginLib
pod.
2.6.8-OS13
- New implementation for creating, reading and removing key-value paris. For example, we now use EncryptedSharedPreferences for Android.
2.6.8-OS12
Fix: For iOS 15, add an observer for the UIApplicationProtectedDataDidBecomeAvailable
event so that Keychain is only accessible when ProtectedData
is available for it.
2.6.8-OS11
Fix for the error messages: Keystore operation failed, User not authenticated, Key not yet valid. (RMET-1182)