Releases: veryfi/veryfi-lens-checks-android-demo
Releases · veryfi/veryfi-lens-checks-android-demo
2.1.0.58
What's Changed
- Added browserMultipleSelectionIsOn and galleryMultipleSelectionIsOn support to the showDocumentBrowser and showGallery flows respectively
- Added dialogBackgroundColor and dialogBackgroundColorDark settings to allow customization of the dialog background color
- Added currency code, formatted amount, and MICR to the Checks preview in the Lens Demo.
2.1.0.57
2.1.0.56
2.1.0.54
2.1.0.51
2.1.0.50
What's Changed
- Added captureMarginRatio to set an independent capture margin (i.e., on-screen spacing) for manual check captur
- Added validateCheckCorners to require detection of all four corners before capturing, forcing a retake when necessary
- Added validateCheckSize setting to prevent sending images that don’t meet the minimum check size defined by X9 rules
2.1.0.49
2.1.0.48
What's Changed
- Updated the checks crop model to v6
- Added allowSubmitBlurredDocsIsOn to independently control whether blurred scans are allowed
- Added validateCheckSides, which uses the new model to detect whether a bank check is the front or back and ensures the correct side is captured during the flow
- Added a set of settings to improve the checks capture experience: cropLayoutBorderColor, cropLayoutStroke, cropLayoutCornerRadius, cropLayoutOverlayAlpha, cropLayoutWidth, cropLayoutTipMessage, forceCropLayoutOnRetake, cropLayoutShowDelay, cropLayoutAspectRatio, checksMinAspectRatio, checksMaxAspectRatio
2.1.0.47
2.1.0.46
What's Changed
- Added img_thumbnail_paths to VeryfiLensDelegate.veryfiLensUpdate(), providing thumbnails for all scans within a package
- Fixed an issue where WRITE_EXTERNAL_STORAGE could not be granted on API level 29 or higher
- Fixed a compatibility issue where one C++ shared library was not aligned to 16KB page size requirements
- Added allowSubmittingScreenshots setting (default: true) to enable or prevent the submission of screenshots
- Fixed a UI issue causing screens to render behind system bars on API level 29 or lower