Skip to content

Releases: oblador/react-native-keychain

v4.0.5

28 Dec 22:10
Compare
Choose a tag to compare

bugfixes

#208 (Cannot decrypt password when length is too long on some Android devices) was fixed through #288

v4.0.2

05 Dec 08:34
Compare
Choose a tag to compare

Fixes

  • TS typings fixes: #269, #268, #258
  • remove key if failed to generate with sufficient security level #218
  • support mac os catalyst #261

v4.0.0

16 Sep 08:26
5893519
Compare
Choose a tag to compare

This release includes a number of improvements:

  • replace android.support. with androidx. (#226)

  • fix gradle setup (#227)

  • Add TS typings for Android Security Levels (#238)

  • Refine flow type for getGenericPassword response (#223)

  • Add a docs section for how to unbreak Jest test compile (#224)

3.1.3

11 May 15:22
Compare
Choose a tag to compare
  • Fix SecurityLevel constants on Android.

3.1.2

01 May 12:03
a6f269a
Compare
Choose a tag to compare
  • Fix a crash on Android 4.x devices

3.1.1

13 Feb 19:13
8621f66
Compare
Choose a tag to compare
  • Fix crash due to conflicting merges.

3.1.0

13 Feb 16:10
c73c872
Compare
Choose a tag to compare
  • Implement security level guarantees on Android.
  • Add hasInternetCredentialsForServer method to Android.
  • Fix UnrecoverableKeyException crash in android 8.
  • Fix memory leak on iOS.

3.0.0

20 Jul 08:12
554701f
Compare
Choose a tag to compare
  • Support for React Native 0.56
  • Catch uncaught exceptions to prevent crash on some Huawei android devices
  • Biometric authentication for iOS.
  • Probe for biometric hardware support via getSupportedBiometryType()

3.0.0 Release Candidate 3

28 Feb 13:16
3c54d65
Compare
Choose a tag to compare
  • Biometric authentication for iOS.
  • Probe for biometric hardware support via getSupportedBiometryType()
    More release notes soon...

3.0.0 Release Candidate 2

27 Feb 15:26
Compare
Choose a tag to compare
  • Biometric authentication for iOS.

More release notes soon...