Android Releases
Note
This release supports Standalone Capture and Headless SDK implementations only.
Release 2023.0.1
Improvements
Only applicable if capture tips are being customized
CaptureTipData.iconFill
drawable resource reference changed toCaptureTipData.iconTint
attr (colour) resource reference. Tint will now be applied instead of usingiconFill
as a mask.- A constant
CaptureStandaloneActivity.defaultTipsConfigCreator
is now available in case tips customization is desired to be an operation on the default set.
Bug Fixes
- Fix various obscure crashes in the Capture flow
Release 2023.0.0
New Features
Invoice Capture
- Added invoice document detection to auto-capture to make it easier for users to capture invoices
- Added capture feedback text for invoices
- Added capture tips for invoices
DocumentsAPI
- Receipts and Invoices are processed through our new DocumentsAPI
- Headless SDK endpoints for Documents, Folders and Downloads are supported through DocumentsAPI
Improvements
- Capture Tips Improvements
- Aligned capture tips to branding theme
Bug Fixes
- Upgrade CameraX library version - Fix for odd behaviour on some specific devices
- Fix for crash where extracting exif data from gallery images fails due to permission issues
- Fix for crash where a race-condition caused an image to be cleared from memory too early
- Fix for crash where an image cleared from memory is trying to be displayed on screen
- Fix issue on apps targeting Android API level 33 to use the READ_MEDIA_IMAGES permission for gallery import