Skip to content

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

2.1.0.17

25 Jun 18:58
cf3b798

Choose a tag to compare

What's Changed

  • Updated all the ARM64 and x86_64 libraries with 16KB page size support
  • Enabled checkSequenceMode in Lens Checks Demo by default
  • Added support for new settings from url for Lens Lite
  • Updated cpp checks cropping code
  • Improved Lens Lite performance
  • Added long receipts support to Lens Lite
  • Remove OCR regex for Caps in Lens Demo

2.1.0.14

06 Jun 19:33
860b858

Choose a tag to compare

What's Changed

  • Updated the OpenCV library with 16KB page size support
  • Added clearSessionOnBack setting
  • When checkSequenceMode=true, if the user taps the preview button with one photo taken and then presses “back”, the user will be sent to take the second photo instead of clearing the session.
  • Removed unused string
  • Updated AWS library
  • Revert OpenCV library
  • Use HeaderHelper.isPartner() for client validation

2.1.0.11

29 May 15:26
893bcca

Choose a tag to compare

What's Changed

  • Initial 16KB page size support for Android 16
  • Added autoSelectManualCropIsOn, cropCornersColor, cropCornersDarkColor, cropTipAlertCounter and showCropConfirmationAlert settings
  • Fixed an issue where empty tags were sent to the API if none were set

2.1.0.9

21 May 23:32
d190d7b

Choose a tag to compare

What's Changed

  • Added showStitchPreview setting
  • Added Cropping Tip custom button string
  • When checkSequenceMode=true, if there is a scanned image and the user presses the back button, instead of deleting the scanned images and starting over, it will take you back to take the next photo
  • Fixed an issue where the camera would request to capture the front side of the check instead of the back

2.1.0.8

16 May 17:10
fbb8fdf

Choose a tag to compare

What's Changed

  • Added ocrType, ocrRadius, ocrBorderColor and ocrBorderStroke to the Lens Demo settings
  • Fixed some reported crashes

2.1.0.7

12 May 22:22
e2b9870

Choose a tag to compare

What's Changed

  • Update image counter on capture preview to display 1/2 instead of 1/1 when checkSequenceMode=true
  • Fixed a crash when converting the retry-after header value

2.1.0.5

30 Apr 15:55
388d4b2

Choose a tag to compare

What's Changed

  • Improved settings initalization from a JSON object
  • Execute partner validation in a background thread
  • Fixed status bar appearance in Android 16

2.1.0.3

24 Apr 22:18
bb3e868

Choose a tag to compare

What's Changed

  • Added singleScanPackages setting
  • Update Slack fileUpload API
  • Make POST_NOTIFICATIONS permission optional
  • Updated LiteRT library
  • Replace default alert strings with custom strings

2.1.0.0

10 Apr 19:50
d88a839

Choose a tag to compare

What's Changed

  • Added Instant App module
  • Updated crop algorithm
  • Send img_original_paths as a JSON array to veryfiLensSuccess()
  • Fixed some reported crashes

2.0.0.15

04 Apr 22:28
ff6c3d2

Choose a tag to compare

What's Changed

  • Keep track of which side of the check has been removed or scanned when checkSequenceMode=true
  • Added external_id parameter to process document endpoints
  • Added missing meta information in server.json for Checks
  • Add alertSheetStyleIsOn setting