Skip to content

Releases: evervault/evervault-android

v2.3.2

06 Feb 11:55
5ce1135

Choose a tag to compare

Patch Changes

  • 7e20108: Update junit dependency to 4.13.2

v2.3.1

06 Feb 09:49
bb7883c

Choose a tag to compare

Patch Changes

  • 27c568f: Update dependenciesa to fix security vulnerabilities and restore kotlin serialization plugin

v2.3.0

13 Jan 14:29
8496d2a

Choose a tag to compare

Minor Changes

  • 58586d8: Upgrade bouncycastle dependency

v2.2.1

07 Jan 08:00
18c1689

Choose a tag to compare

Patch Changes

  • 4f358bb: consolidate libraries into evervault-android

v2.2.0

11 Dec 11:10
bcbe9c0

Choose a tag to compare

Minor Changes

  • 90232f8: release new evervault-pay features

v2.1.1

25 Sep 14:09
8661952

Choose a tag to compare

Patch Changes

v2.1.0

25 Sep 11:37
af4c5d4

Choose a tag to compare

Minor Changes

  • 6c91091: Add support for 16KB pages and update evervault-pay dependencies
  • 723375c: * Update evervault-pay dependency
    • Automatically set Google Pay sandbox config based on Evervault App
    • Update proguard rules for evervault-pay symbols
    • Expose underlying Google Pay API for more customization

v2.0.0

14 Jul 15:18
7d75e2b

Choose a tag to compare

Major Changes

  • 3540747: Add Evervault Google Pay to Inputs module

v1.13.1

10 Dec 16:29
7fad6ca

Choose a tag to compare

Patch Changes

  • 9575d9c: A deadlock can occur when AttestationTrustManagerGA is initialized and a request to get the
    attestation doc from the enclave are made simultaneously. This is dues to the modification of the
    SSLContext when a request is made which would lead to a read timeout in OkHTTP Client.

    • 3a93fedf814c37ed698fa46432e758ac4f3bd885:
      enclavesTrustManager will block to initialize the cache before modifying the
      AttestationTrustManagerGA and subsequently the SSLContext
    • The polling logic has been changed to delay before populating the cache to prevent duplicate requests
    • get() calls to the cache are now always synchronous as it is not called from a coroutine.

v1.13.0

14 Nov 13:54
2ac2d8c

Choose a tag to compare

Minor Changes

  • cb51dea: fix: A bug exists with slower network connectivity that can cause an encryption to fail. This will result
    in a card being marked as valid as the card number is valid. Explit empty checks are not performed before
    the card is returned from the card component.
    feat: implement new CardNumberField for control over onNext capability. When using a CardNumberField without
    CVC or expiry expose the onNext function to control the focus behaviour of the compose component.