Skip to content

Releases: veryfi/veryfi-lens-checks-android-demo

2.1.0.58

05 Feb 23:36
d57c257

Choose a tag to compare

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

02 Feb 22:31
d6cf354

Choose a tag to compare

What's Changed

  • Added the AnyDocs flavor (veryfi-lens-any-docs-sdk)
  • Added a spinner to the submit button
  • Added camera session time to the package
  • Triggered veryfiLensClose() for gallery and browser flows

2.1.0.56

27 Jan 19:16
411127e

Choose a tag to compare

What's Changed

  • Added screenshot model to long receipts flavor
  • Added Prescription Label flow
  • Added Prescription Labels flavor ('veryfi-lens-prescription-labels-sdk')

2.1.0.54

19 Jan 20:32
2fefcc6

Choose a tag to compare

What's Changed

  • Added blur detection for checks
  • Added screenshot model to receipts flavor
  • Added showBrowserButton and pdfPreviewIsOn to Instant App

2.1.0.51

16 Dec 19:53
d51a207

Choose a tag to compare

What's Changed

  • Updated the blur model to v4
  • Run blur and screenshot models even when no document is detected
  • Fixed an issue where setting a custom VeryfiLensCredentials.url without a trailing slash would reset the URL

2.1.0.50

06 Dec 02:01
eac56e4

Choose a tag to compare

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

04 Dec 01:35
ab7fa15

Choose a tag to compare

What's Changed

  • Remove unnecessary dependencies from the non-full Lens variants to reduce their overall size

2.1.0.48

01 Dec 17:31
f62d75a

Choose a tag to compare

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

18 Nov 19:59
5d79efc

Choose a tag to compare

What's Changed

  • Update LiteRT to version 1.4.1
  • Changed minSdk to version 23

2.1.0.46

13 Nov 23:21
b0b0d9a

Choose a tag to compare

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