Releases: onfido/onfido-android-sdk
Releases · onfido/onfido-android-sdk
11.1.1
Fixed
- Internal: Fixed an issue affecting the Onfido's Trial app integration
11.1.0
Changed
- UI: Added helpful feedback when NFC scan fails
Fixed
- Fixed the document overlay size problem for passport document capture
- UI: Fixed a UI glitch in the document confirmation screen related to the activity lifecycle
10.3.3-LTS
Fixed
- Fixed the document overlay size problem for passport document capture
- UI: Fixed a UI glitch in the document confirmation screen related to the activity lifecycle
11.0.0
Added
- Added the Dutch locale
Changed
- Upgraded
compileSdkVersion
andtargetSdkVersion
to version 31 - Added instructions for how to scan a Passport in the NFC scan screen
- Removed support for deprecated Mobile Token
- Updated the instruction text for document video recording
Fixed
- Fixed an NPE when recapturing a document
- Fixed an NPE when starting liveness video recording
- Fixed crash issue when initializing the SDK with
Locale.ROOT
10.3.2-LTS
Fixed
- Fixed a NPE when recapturing a document
- Fixed video preview cut-off
- Fixed a NPE when starting liveness video recording
10.3.1-LTS
Changed
- Public: Improved auto-capture performance
- Public: Added
withNFCReadBetaFeature()
toOnfidoConfig.Builder
for enabling NFC - Public: Removed traces of old support library references
- Public: Marked extension functions as internal to avoid polluting integrators' namespace
- Public: Onfido SDK is now built using Android Gradle Plugin 7.0.3
- Public: Added NFC integration documentation
10.3.0-LTS
Added
- Public: Screen reader users will have document positioning and auto-capture
- Public: Added face detection to document capture
Changed
- UI: Added flip back arrow to the backside of document capture
Fixed
- UI: Fixed issue that liveness digit challenge does not have a delay before button appears
- Public: Fixed crash issue -
NullPointerException: volumeView
must not benull
- UI: Fixed issue that
exitWhenSentToBackground
exits flow when it switches from the front of a document to the back of the document - Public: Excluded META-INF/com.google.dagger_dagger.version from being packaged inside Onfido SDK
- Public: Made microphone feature optional
10.2.0
Changed
- Public: Updated document capture experience for better image quality (multiframe)
- Public: Restart video recording if face out of frame
- Public: Updated welcome screen instructions
Fixed
- Public: Bug fix to prevent SDK to use the sdk token from the previous session
- Public: Fix to track DOCUMENT_CAPTURE_FRONT event twice
10.1.0
Changed
- Public: Added
MissingOnfidoConfigException
error message ifOnfidoConfig
is not specified when
starting the flow - Public: Applied new watermark position at the bottom of all screens
- Public: Upgraded Kotlin version to v1.5.21
- Public: Changed analytic event for passport from DOCUMENT_CAPTURE_FRONT to DOCUMENT_CAPTURE
- UI: Made live and post-capture alerts align to the top of the frame
- Public: Implemented disabling mobile SDK analytics as an enterprise feature
- Public: Migrated from RxJava 2 to RxJava 3
- Public: Upgraded to AppCompat version 1.3.1
- Public: Enabled R8
Fixed
- Public: Fixed some issues causing NPEs in CameraSource
10.0.0
Added
- UI: Added IT and PT locale support
- UI: Added the ability to change fonts by defining font xml resource to
onfidoFontFamily*
theme attributes
Changed
- UI: Split head turn instructions into 2 lines, with the arrow in between
- UI: Integrated image quality service
- UI: Improved designs and copies across the SDK. Please visit our MIGRATION.md for the copy updates
- Public: Removed deprecated methods and constructors of DocumentType class
- UI: Removed timer icon from subtitle in welcome screen
- UI: Properly set titles as accessibility headings
- Public: Live capture warnings like "Glare detected" shouldn't steal focus from the user's current selection during Voice Over or Accessibility mode
- UI: Existing strings have been updated and new ones have been added. For more information, please visit our MIGRATION.md
- UI: Screen reader should read back button with screen title
- UI: Made country selection list items to be treated as buttons
Fixed
- Public: Fixed low image quality issue that was happening on certain Xiaomi devices
- Public: Fixed disappearing passport capture instruction text during on device validations
- Public: Fixed a bug that was not triggering VIDEO_FACIAL_CAPTURE_STEP_0, VIDEO_FACIAL_CAPTURE_STEP_1 events in UserEventHandler during face liveness flow