Skip to content

4.7.0

Compare
Choose a tag to compare
@sergiomarqmoura sergiomarqmoura released this 06 Mar 17:30
· 208 commits to master since this release

Changed:

  • Public: Improved the documentation about adding custom translations and the onfido_locale string
  • UI: Linked text views to the Onfido design system

Fixed:

  • Public: Fixed crash when the SDK was wrongly doing operations with unknown request codes when transitioning from the capture screen to the flow screen
  • Public: Fixed crash when the SDK tries to access a view after the app was sent to background
  • Public: Fixed a crash when uploading the liveness video when the filename contains characters not supported by OkHttp
  • Public: Fixed a crash happening when face detection or tracking started on a device/emulator without Play Services
  • Public: Fixed a crash when reporting an error during the video recording back to the user while the error callback is null
  • Public: Fixed crash when checking for front camera support for selfie/video purposes throws a RuntimeException
  • UI: Fixed the issue of text getting cropped when going over 2 lines in bullet views.
    The text can now go up to 3 lines and shows an ellipsis if the content is longer than that.