Skip to content

Releases: OutSystems/cordova-plugin-secure-storage

2.6.8-OS19

08 May 09:07
f3b03e0
Compare
Choose a tag to compare
  • 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

11 Jan 18:07
82d6f3f
Compare
Choose a tag to compare
  • Fix: [Android] Update OSKeystoreLib version to fix incompatibility issue with AppFeedback.

2.6.8-OS17

20 Jan 14:45
Compare
Choose a tag to compare
  • Adds alternative authentication for Android below 11
  • Deals with possible errors coming from EncrytpedSharedPreferences

2.6.8-OS16

19 Dec 11:47
Compare
Choose a tag to compare
  • Android: Use fix versions in for Gradle dependencies
  • Android: Remove dependency to jcenter in Gradle

2.6.8-OS15

23 Nov 12:07
Compare
Choose a tag to compare
  • On iOS, on the keys method, when there are no keys associated with a store, return empty string instead of nil value.

2.6.8-OS14

09 Nov 15:09
Compare
Choose a tag to compare
  • Remove the older OSCore framework and replace it by the new OSCommonPluginLib pod.

2.6.8-OS13

21 Oct 09:00
Compare
Choose a tag to compare
  • New implementation for creating, reading and removing key-value paris. For example, we now use EncryptedSharedPreferences for Android.

2.6.8-OS12

28 Jun 09:11
8353b6b
Compare
Choose a tag to compare

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

12 Apr 16:29
Compare
Choose a tag to compare

Fix for the error messages: Keystore operation failed, User not authenticated, Key not yet valid. (RMET-1182)

2.6.8-OS9

02 Feb 16:01
eb3d32b
Compare
Choose a tag to compare

Fix: Key permanently invalidated in Android 7 and back button skipping the authentication flow.