Releases: veryfi/veryfi-lens-credit-cards-android-demo
Releases · veryfi/veryfi-lens-credit-cards-android-demo
2.1.0.33
2.1.0.31
What's Changed
- Refactored the VeryfiLensSettings class
- Fixed an issue where image cropping returned an empty list of corners when fraudDetectionIsOn=true
- Added the showGuideShortCounter setting to control the counter for the guide animation for short receipts
- Added support for multiplePagesCaptureIsOn for gallery and browse imports
2.1.0.30
2.1.0.28
2.1.0.25
What's Changed
- Added the showHelpButton setting and the optional VeryfiLensDelegate.onHelpButtonClicked() method to allow displaying custom views when the help button is tapped on the camera screen.
- Added the imagePreviewIsOn setting (default: true) to show a preview in the showGallery() or showDocumentBrowser() flows.
- Updated the blur model to version 2.
2.1.0.24
What's Changed
- Added uploadWithoutProcessingIsOn setting. When enabled, the app uploads the package to S3 and returns the data required to perform the API request in the success callback (only when dataExtractionEngine = None).
- Set WhatsApp’s userId parameter to the deviceUserId setting
- Added the following crop layout settings: cropLayoutIsOn, cropLayoutBorderColor, cropLayoutStroke, cropLayoutCornerRadius, cropLayoutWidth, cropLayoutHeight and cropLayoutTipMessage
- Updated the checks models
2.1.0.23
What's Changed
- Send the externalId to the document processing endpoint using the value from the local database instead of the settings
- Fixed an issue where the upload notification would remain visible after completion
- Fixed an issue where the category was not being sent to the Expenses app endpoint
2.1.0.22
What's Changed
- Fixed an issue where the upload notification would remain visible after completion.
- Added the VeryfiLens.uploadImages() method to support uploading image URIs received via the Android Sharesheet.
- Added checksCropMargin setting to define the margin around cropped check images
2.1.0.20
What's Changed
- Disabled Lens for "Any Documents" if the client is not a partner
- Replaced HeaderHelper with PartnerHelper for checking isPartner
- Added more details to the analytics email message
- Added support for multiple indexed log images
- Fixed an issue where externalId was reset during package cleanup
- Prevented rapid, repeated calls to showCamera(), showGallery(), and showDocumentBrowser(), as well as multiple quick taps on buttons in the Capture and Confirm screens
- Updated the LCD model
- Fixed an issue where some settings were not properly initialized from a JSON string
- Fixed an issue where images in landscape orientation were not cropped when autoCropGalleryIsOn=true and loaded from the gallery
- Fixed some reported crashes