Android Releases

Note

This release supports Standalone Capture and Headless SDK implementations only.

Release 2023.1.5

Platform Updates

Improvements

  • For the Gallery feature, SDK now uses Android Photo Picker . The Photo Picker is available on Android 11+. For Android versions 8 - 10, the Document Provider (ACTION_OPEN_DOCUMENT intent) will be automatically invoked instead. Optionally, application can enable the automatic installation of the backported Photo Picker module through Google Play services. See Photo Picker’s Device Availability section for more information.

Bug Fixes

  • Resolved an issue where on some devices capturing a photo with a camera produced a corrupted unusable image.
  • On Capture module with Android 15, resolved an issue where some buttons were overlapping the system bars due to the default edge-to-edge enforcement, and hence were inaccessible. Now the Capture screens are preserving the space required for system bars.

Release 2023.1.4

  • Resolved a potential crash (Exception: Fatal signal 11 (SIGSEGV), code 1 (SEGV_MAPERR), fault addr <...> (DefaultDispatch)) when trying to load an image from Gallery. The issue affects live and regular images taken by latest Android devices.

Release 2023.1.3

  • Resolved a potential crash (Exception: java.lang.RuntimeException: Canvas: trying to draw too large([NNN]bytes) bitmap.) when trying to display a preview for an image with the very large dimensions (e.g. image with dimensions 10k x 10k pixels).

Release 2023.1.2

Patch was retracted.

Release 2023.1.1

  • Upgrade to compile with latest Android version (Android 15 / API 35)
  • Various dependency updates

Release 2023.1.0

Provides an improvement of the Capture Crop feature, as well as updates the supported platforms.

Improvements

  • Enhanced Clarity for Image Cropping.

    Now, it’s easier to see and adjust the corners of the cropping box when editing images. This helps users make more accurate adjustments to fit receipt images into the specific dimension.

  • Certificate Pinning feature was removed from SDK, as it’s no longer supported by Sensibill API.

  • Various dependency updates