Skip to content

Releases: veryfi/veryfi-lens-credit-cards-android-demo

2.1.0.33

11 Sep 21:51
4c4cf49

Choose a tag to compare

What's Changed

  • Fixed an issue where converting PDFs to images resulted in quality loss, which affected data extraction

2.1.0.31

05 Sep 15:27
94c2cde

Choose a tag to compare

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

29 Aug 20:09
26c1c58

Choose a tag to compare

What's Changed

  • Fixed an issue where the camera was sending incorrect dimensions after cropping the image when cropLayoutIsOn=true
  • Fixed some reported crashes

2.1.0.28

23 Aug 01:09
14a6f9f

Choose a tag to compare

What's Changed

  • Fixed an issue where the camera was sending incorrect dimensions after cropping the image when cropLayoutIsOn=true
  • Fixed some reported crashes

2.1.0.25

11 Aug 21:36
f8e84b4

Choose a tag to compare

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

31 Jul 17:53
f13a4c8

Choose a tag to compare

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

29 Jul 16:10
7120e16

Choose a tag to compare

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

25 Jul 19:53
83d9eee

Choose a tag to compare

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

18 Jul 17:36
8022690

Choose a tag to compare

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

2.1.0.19

10 Jul 18:53
c411e52

Choose a tag to compare

What's Changed

  • Replaced Instant App processing animation
  • Support Android 15 edge-to-edge display
  • Integrated Crashlytics with Lens Lite
  • Fixed a crash when submitting a document on Android 13