Skip to content

1.4.15

Latest

Choose a tag to compare

@Aniket-indulkar Aniket-indulkar released this 02 Sep 13:04
· 2 commits to main since this release

Highlights

  • Android platform compliance for 16KB page size
    Updated toolchain and ABIs to align with current Android device expectations.

  • UI/UX polish for address and country-code inputs
    Consistent dimensions, aligned dropdowns, and clearer placeholders for faster, friendlier data entry.

Added

  • UI/UX improvements

    • Address capture: unified field sizing (search/country selector), aligned autocomplete dropdown, and meaningful placeholders on manual entry.
    • Country code selection: simplified selection (confirm on tap), consistent theming, and updated tests for stability.

Fixed / Improved

  • Safer WebView interactions: all UI callbacks are dispatched on the main thread; JSON handling hardened.
  • More reliable selection UX in bottom sheets; fewer steps to confirm selections.

Breaking / Behavioral Notes

  • ABI Change: arm64-v8a and x86_64 are included.
    If you rely on legacy x86 or armeabi-v7a, update emulators/devices accordingly.

Upgrade Guide

  1. Update your dependency to this SDK version.

  2. Emulators/CI:

    • Use x86_64 system images for instrumentation tests to avoid ABI install errors.