Skip to content

Releases: onfido/onfido-android-sdk

7.1.0

25 Jun 13:02
Compare
Choose a tag to compare

Added:

  • UI: Added co-branding feature - [enterprise]

Removed:

  • Internal: Removed RxJavaPlugins.setErrorHandler usage that was causing IllegalStateException when RxJavaPlugins.setErrorHandler used on host app

Fixed:

  • UI: Fixed infinite loader issue that was happening during video upload operation

7.0.0

15 Jun 12:41
Compare
Choose a tag to compare

Changed:

  • UI: Changed Onfido watermark design
  • UI: Realtime glare detection is disabled for the backside of Romanian national identity card
  • UI: Updated auto-capture manual fallback alert
  • Internal: Migrated to AndroidX. For more information, please visit our MIGRATION.md
  • Internal: Bump OkHttp version to 3.12.12 to avoid potential Android 11 issues

Fixed:

  • UI: Fixed Xiaomi specific zoom issue on the video preview

6.0.0-LTS

30 Apr 10:33
Compare
Choose a tag to compare

Added:

  • UI: Added play and pause to the liveness intro auto-play view in order to improve accessibility
  • UI: Added German language support
  • UI: Added dynamic enterprise feature configuration (e.g. hiding Onfido logo) - [enterprise]
  • Public: Added information on api/token regions to documentation

Changed:

  • Public: Now using API v3 for communication with the backend
  • Internal: Extended basic device information logging to all relevant API requests

Removed:

  • Public: Removed out-of-the-box Portuguese (pt) translation

Fixed:

  • UI: Fixed document template overlay and edge detection message overlapping issue
  • UI: Fixed a bug that caused the no face found warning to not display on the selfie capture screen
  • Public: Fixed localization problems on liveness instructions
  • Public: Fixed supported folded document types explanation on README
  • Public: Fixed a bug that threw InvalidDocumentFormatAndCountryCombinationException on NationalIdentityCaptureStepBuilder and DrivingLicenceCaptureStepBuilder when configured with country code and document format except CountryCode.FR and CountryCode.IT
  • Public: Fixed a bug that was causing sending not supported document type property to the Onfido backend.

5.6.0

16 Mar 12:16
Compare
Choose a tag to compare

Added:

  • Public: Added Fragment support to be able to start the SDK using a Fragment instance
  • Public: Added integrator defined event hook to allow integrators to collect user analytics
  • Public: Added DocumentCaptureStepBuilder and FaceCaptureStepBuilder to create FlowStep in order to customise SDK flow. For more information, please visit our README.md
  • UI: Now showing error message when passport MRZ is cut off in captured image

Changed:

  • Public: Updated code snippets and descriptions related to API V3 in README
  • Public: Changed 'mobile sdk token' expression with 'mobile token' in README to prevent confusion
  • Public: Updated full and core SDK implementation code snippets in README
  • Internal: Updated the following network libraries on onfido-api-client:
    • com.squareup.retrofit2:retrofit:2.1.0 -> com.squareup.retrofit2:retrofit:2.6.4
    • com.squareup.okhttp3:okhttp:3.3.0 -> com.squareup.okhttp3:okhttp:3.12.8
    • com.jakewharton.retrofit:retrofit2-rxjava2-adapter-> io.reactivex.rxjava2:rxandroid:2.1.1
  • UI: Now using grey Onfido logo with higher contrast for accessibility
  • UI: Screen reader order has been changed for better accessibility
  • UI: Document guide overlay will be kept on the screen for longer

Deprecated:

  • Public: The CaptureScreenStep class deprecated. For more information, please visit our MIGRATION.md
  • Public: The FaceCaptureStep class deprecated. For more information, please visit our MIGRATION.md

Fixed:

  • Public: Fixed wrong document type in Captures class for preselected DocumentType.RESIDENCE_PERMIT
  • Public: Fixed the TokenExpirationHandler class's java compatibility

5.5.0

17 Feb 17:12
Compare
Choose a tag to compare

Changed:

  • UI: Improved UX on liveness digit challenge

5.4.0

23 Jan 15:31
Compare
Choose a tag to compare

Added:

  • Public: Face property added into Captures class
  • Public: Added sample-app directory, in order to show sample usage of the sdk
  • UI: Added folded document template for French driving license and Italian identity document
  • UI: Updated README.md to clarify mobile token usage

Changed:

  • Internal: Updated Kotlin version to 1.3.50
  • UI: Changed camera overlay background color's opacity to enhance accessibility support

5.3.3

08 Jan 14:11
Compare
Choose a tag to compare

Fixed:

  • Public: Fixed a crash when using sdkToken with proguard enabled

5.3.1

16 Dec 12:50
Compare
Choose a tag to compare

Fixed:

  • UI: Fixed a crash when inflating the onfido_ic_watermark
  • UI: Fixed a bug that was preventing the Onfido logo to be visible

5.3.0

28 Nov 14:15
Compare
Choose a tag to compare

Added:

  • Public: DocumentType.GENERIC type added. For more information, please visit our README.md

Changed:

  • UI: Liveness intro video accessibility string improved

5.2.0

12 Nov 18:08
Compare
Choose a tag to compare

Added:

  • UI: java.lang.Deprecated annotation added additionally for the deprecated functions

Changed:

  • UI: Updated README to clarify APPLICATION_ID term and how to obtain sandbox token
  • UI: Manual capture button showed after the user click retake or back button for passport and US DL
  • UI: For passports and US Driving Licenses (DL) the manual capture button is shown after the user clicks on retake or on the back button.
  • UI: The manual fallback countdown changed
  • Internal: Changed token expiration identifier for the onfido-api-client