Skip to content

Releases: onfido/onfido-android-sdk

4.7.0

06 Mar 17:30
Compare
Choose a tag to compare

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.

4.6.0

15 Feb 16:32
Compare
Choose a tag to compare

Added:

  • Public: Added support for preselection of Visa documents, through the DocumentType.VISA enum value
  • UI: Redesigned the liveness introduction screen to show an example video of the actions to perform

Changed:

  • UI: Redesigned the secondary action button to make it customisable
  • UI: Added improvements to font size display when device accessibility features are enabled

4.5.1

28 Jan 15:59
Compare
Choose a tag to compare

Changed:

  • UI: Removed all the hardcoded colour codes and now referencing the resource for every UI element with our primary UI colour
  • UI: Redesign according to the Onfido rebranding
  • Internal: Improved the face detection algorithm during liveness pre-recording to better match the oval on the screen

Fixed:

  • Public: Fixed crash when requesting camera focus after the host app was killed by the system
  • Public: Fixed crash when trying to fetch the dimensions of a view on the capture screen before it was measured for the first time
  • Public: Fixed crash when initialising our face detector
  • Internal: Fixed bug when launching two consecutive flows with two distinct tokens

4.5.0

12 Dec 12:50
Compare
Choose a tag to compare

Added:

  • Public: Added the ability to preselect just a document type, without specifying any info about the country of origin nor ask the user to select it
  • UI: Added video review feature after live video recording
  • UI: Added face detection and automatic recording on liveness capture
  • UI: Added live face tracking during liveness challenges recording

Changed:

  • UI: Revamped liveness control buttons to provide a more explicit and easy to follow flow
  • Internal: Simplified analytics by removing lifecycle-aware events
  • Internal: Improved the repackaging method for our 3rd party dependencies
  • Internal: Updated the map for the supported countries for each document

Fixed:

  • Public: Fixed crash spotted when displaying the liveness challenges
  • Public: Fixed a crash when the search view on the country selection screen could not be properly loaded
  • Public: Fixed conflict between Kotlin enums and the jetify process required to work with AndroidX