Change Log
Version 5.18.0; core-light
2.6.0; kiosk-login
1.3.0; model-face-recognition
3.0.0; model-id-face-detection
2.1.0; model-liveness-detection
3.0.0; nfc
1.2.0 - 2023-Sep-28β
Added (ALL modes)β
- Added
forceInterrupt
API which interrupts any ongoing flow that might have started. It closes all open SDK activities and interrupts all active processes. - Added
mimeType: String
property toDocumentValidationResult
class. - Updated
core-light
module to v2.6.0: Improved lenses and face mask detection. Introduced optional eyes closed detection inSelfie
andVideoSelfie
. To enable it, use module level parametereyesClosedCheckEnabled
. - Updated
kiosk-login
module to v1.3.0: Utilize improved lenses detection fromcore-light
. - Updated
model-face-recognition
to v3.0.0: Security improvements. - Updated
model-id-face-detection
to v2.1.0: Performance and security improvements. - Updated
model-liveness-detection
to v3.0.0: Security improvements.
Fixed (ALL modes)β
- Fixed issues where NFC-related UI can appear incorrectly during NFC scanning.
- Fixed
onError()
callback not called when NFC dependency is missing. - Fixed a crash (ClassNotFoundException) during SDK initialization, when the host app is processed by ProGuard.
- This issue was introduced in 5.17.2.
- As a workaround, add the following rule to
proguard-rules.pro
:-keep class com.a.d.getSelfieAutoCaptureTimeout
Deprecations (ALL modes)β
CommonConfig.getMaskThreshold()
has been deprecated as it's not used anymore. Calling this will log a deprecation warning and return a useless value.CommonConfig.Builder.setMaskThreshold()
has been deprecated as it's not used anymore. Calling this will log a deprecation warning.- The previously deprecated
IncodeWelcome.Builder.enableMaskDetection()
will log a deprecation warning. SelfieScanResult.maskConfidence
has been deprecated as it behaves in an analog way toSelfieScanResult.hasFaceMask
.- Optional dependency
model-mask-detection
has been deprecated as the functionality has been ported tocore-light
v2.6.0.
Added (STANDARD mode only)β
- Added optional Email OTP verification.
- Added optional Phone OTP verification.
- Added support for passive authentication for ICAO 9303 compliant documents supporting NFC.
- Added Tax ID (RFC) validation module
- Added support for API key rotation.
- Added ID Info module (currently known as
OCR on ID(s)
module on the Dashboard) - Added
Antifraud
module, and a non-ui APIprocessAntifraud()
which allows the user to detect anomalies that could be signs of fraud. - Added CURP module callback for unsuccessful attempts of entering and/or generating CURP.
- Added
AES
(Advanced Electronic Signature) module that enables users to sign legal documents. - Added processing of the back side of the ID in
Video Selfie
module. - Added specific exceptions for cases when a feature is being used without the necessary dependency:
MissingNfcDependencyException
,MissingKioskLoginDependencyException
andMissingQrFaceLoginDependencyException
. - Added analytics events to track opening and closing of each module.
- Added missing analytics events to track opening and closing screens in following modules: ID Capture, Selfie, Geolocation, Document capture, Gov Validation, CURP, Custom Watchlist, Conference, Video Selfie.
- Refactored capture events:
- Added
captureType
- 'auto/manual',idType
- 'id/passport', andidCategory
- 'primary/secondary' parameters tocaptureFrontId
event. - Added
captureType
- 'auto/manual' andidCategory
- 'primary/secondary' parameters tocaptureBackId
event. - Added
captureType
- 'auto/manual' tocaptureSelfie
event. - Added
idType
- 'id/passport' andidCategory
- 'primary/secondary' parameters toswitchToManualCaptureFrontId
event. - Added
idCategory
- 'primary/secondary' parameter toswitchToManualCaptureBackId
event. - Removed obsolete
manualCaptureFrontId
,manualCaptureBackId
,switchToManualCaptureFrontSecondId
,manualCaptureFrontSecondId
,switchToManualCaptureBackSecondId
,manualCaptureBackSecondId
,manualCaptureSecondPassport
,manualCaptureSelfie
events.
- Added
- Added support for A/B testing.
- Added eKYB (Electronic "Know Your Business") module, which allows users to validate the existence and legitimacy of business.
- Added support for βOnly Front IDβ option for ID Validation. This option can now be configured directly from the dashboard.
Fixed (STANDARD mode only)β
- Fixed an issue with Retry button in No Internet dialog not working if pressed too quickly.
- Fixed navigation issue in CURP module: Users were previously unable to navigate back after an unsuccessful CURP entry attempt.
- Fixed CURP validation: The CURP module now correctly validates the length of a pre-populated CURP or a CURP entry upon retry.
- Fixed a crash in QR scan module happening on module start.
New mode (DELAYED mode)β
- Added
Delayed Onboarding
mode. - This mode enables the SDK to collect onboarding data (ID, Selfie), temporarily store it locally on the device, and sync with the server later when an Internet connection is available.
- Supported modules:
ID Scan
,Process ID
,Document Scan
,Selfie Scan
,Face Match
.
Version 5.17.2; core-light
2.5.1; video-streaming
1.5.4 - 2023-Aug-29β
Fixed (ALL modes)β
- Refactored library initialization to mitigate exceptions when app process is killed and restored by the system.
- Updated 3rd party library used for protection against reverse engineering and hacking to the latest version. Update contains multiple fixes for issues, crashes and false positives during hook detection.
- Updated 3rd party library used for video streaming. Update contains (among others) fixes for crashes and memory leaks.
- Fix for R8 build issues in release mode when using AGP 8.0 and above.
Version 5.17.1; - 2023-July-12β
Added (STANDARD mode only)β
- The CURP validation module will no longer allow users to enter more characters than the length of a CURP
Fixed (STANDARD mode only)β
- Fixed an issue where the first time a properly formatted, but invalid CURP is entered, the "CURP not verified" text isn't shown
- Fixed an issue where
ID Scan
module skips the scan of the back side of the ID when theIdType
is explicitly set toID
- Fixed an issue where
ID Scan
auto-capture never happens after "Too dark" state when theIdType
is explicitly set toID
Version 5.17.0; nfc
1.1.0; kiosk-login
1.2.0; qr-face-login
1.1.0; video-streaming
1.5.3 - 2023-July-07β
Added (ALL modes)β
- Added screenshots to
External Screen Viewed
analytics events, checkIncodeWelcome.Builder.setExternalScreenshotsEnabled
- UI change: Changed default fragment transition used in
Video Selfie
andCURP
screens, so that new fragment enters chronologically, from right, and old one exits to the left. When going back, old fragment enters from left and new one exits to the right. - [BETA] Added support for IDs to
NFC Scan
module - Read data from NFC chip in IDs and use it for ID verification - ID Scan improvements:
- Added ability to capture IDs in horizontal orientation
- The manual capture timer now starts counting from the first ID detection instead of screen opening, providing users with additional time to locate their ID or make changes. After 60 seconds, the manual capture button appears regardless of the previous condition.
- Added new analytics events for first ID detection:
frontIdDetected
andbackIdDetected
- Updated button design in ID type chooser screen
- Added optional ID template overlay within ID capture frame, check
IdScan.Builder.setShowIdOverlay
- Added
module
andscreen
event properties to existing analytics events - Added analytics events to track opening and closing of each screen:
screenOpened
andscreenClosed
Capture Only
documentation improvements:- Added flow diagram to https://docs.incode.com/docs/android/USER_GUIDE_CAPTURE_SDK
- Explicitly documented which customization and strings are applied in capture only
- Explicitly document which configurations are applied in capture only mode
- General documentation improvements:
- Cleaned
IncodeWelcome
public documentation so it shows only APIs intended for external use
- Cleaned
- Renamed Gradle dependency
com.incode.sdk:conference
tocom.incode.sdk:video-streaming
- Fixed an issue with Retry button in No Internet dialog not working if pressed too quickly
Fixed (ALL modes)β
- Fixes from 5.15.4 hotfix release
- Fixed incompatibility between
nfc
andqr-face-login
dependencies - Javadoc not appearing in Android Studio
- Other Javadoc improvements
- Issue that causes ID model update to re-trigger for the same model version. No functional side-effects - prevents unnecessary work.
Added (STANDARD mode only)β
- Added optional high-quality streaming of camera feed in
ID Scan
andSelfie Scan
. Videos are available in the dashboard, checkIdScan.Builder.setStreamFramesEnabled
andSelfieScan.Builder.setStreamFramesEnabled
- Authentication improvements:
- Authentication method 'local', 'hybrid' or 'server' is sent to the server as part of the authentication attempt log. Authentication method can be seen in authentication dashboard.
- Locally chosen Facial Recognition and Liveness thresholds, applied in local mode, are sent to the server as part of the authentication attempt log. Thresholds can be seen in authentication dashboard. Logging of local attempts can still be completely disabled with
SelfieScan.Builder.setLogAuthenticationEnabled(false)
.
- Added
SSL Pinning
, enabled by default. To disable checkIncodeWelcome.Builder.configureSSLPinning
- Added optional Sardine risk SDK integration
Fixed (STANDARD mode only)β
- Fixed a bug introduced in 5.16.0 which caused incomplete sessions on the Dashboard
- Bug where
onSuccess
callback gets called beforefinishOnboarding
network call finishes. Affects only flows started withstartOnboarding
API (and NOT withstartOnboardingSection
API). - Bug that causes the voice consent step to be skipped if the user enters the
Video Selfie
module without an internet connection - Bug that causes stored user chosen ID type to be used in the next session, if the next session doesn't contain
ID Scan
Version 5.16.0; nfc
1.0.0 - 2023-Apr-06β
Added (ALL modes)β
- Updated Incode SDK
minSdk
API level to21
- [BETA]
NFC Scan
module - Read data from NFC chip in passports and use it for ID verification - Support for PDF upload for
OTHER_DOCUMENT_1/2/3
andPAYMENT_PROOF
inDocument Scan
module - Tap-to-focus in
ID Scan
andVideo Selfie
modules - External
Screen View
andSession Events
tracking
Fixed (ALL modes)β
- Fixed inaccuracies in docs
Added (STANDARD mode only)β
- Showing "ID type unacceptable" upon uploading the ID if that ID type is configured not to be accepted
- Added
IssueName
,IssueYear
andCountryCode
toIdScanResult
- Implemented unified "No Internet Connection" message
Fixed (STANDARD mode only)β
- Fixed issues with SDK in External Token mode
- Reset UI in
kiosk-login
module when app is resumed from the background - Fixed selfie upload when bringing app from background to foreground
Version 5.15.4 - 2023-Apr-13β
Fixed (ALL modes)β
- Crashes caused by releasing the camera too early
- Crash in
Retake Photo
screen - Prevent the possibility to start the onboarding flow more than once when initializing the SDK multiple times
- Issues when mocking certain classes in tests
- Prevent multiple instances of
ValidationActivity
Version 5.15.3 - 2023-Mar-13β
Fixedβ
- Rare race condition that can occur between the SDK and the integrating app, which can cause a crash
Version 5.15.2 - 2023-Feb-28β
Fixedβ
- Wrong liveness feedback in face match screen in case of an error (e.g., photo not meeting constraints)
- Bug that was leading to some devices uploading videos with ONLY Audio during video selfie (confirmed on Xiaomi Poco X3 Pro)
- Issues on SDK init caused by missing
IncodeWelcome.InternalConfig
default values - Crash on ID and Selfie scan startup when using Incode SDK with google play dynamic delivery
- Upgraded following internal dependencies to add support on newer versions of Android that require Java 8 or higher, these updates don't break compatibility:
androidx.databinding:viewbinding:7.3.0
->androidx.databinding:viewbinding:7.4.1
org.jetbrains.kotlin:kotlin-stdlib-jdk7:1.6.20
->org.jetbrains.kotlin:kotlin-stdlib-jdk8:1.6.21
org.jetbrains.kotlin:kotlin-parcelize-runtime:1.6.20
->org.jetbrains.kotlin:kotlin-parcelize-runtime:1.6.21
com.airbnb.android:lottie:3.6.1
->com.airbnb.android:lottie:5.2.0
Version 5.15.1β
Fixed an issue with the Video Selfie module where the ID scan step was skipped if the session was paused and resumed
Improved the handling of null
cases in IncodeWelcome.getThemeConfiguration()
to prevent potential crashes
Version 5.15.0; core-light
2.5.0; kiosk-login
1.1.0; qr-face-login
1.0.0β
Added QR Face Login feature for offline authentication using QR code, including a new qr-face-login
module
Added Support for Blocklist for QR Face Login
Updated core-light
module to v2.5.0 (updated RecogKit libraries and ID Detection model from v2 to v2.0.1)
Added option to choose between two types of Autocapture UX: 1) HoldStill with the possibility to set delay in seconds (if not specified, the default duration is 2 seconds) 2) Countdown animation (3-2-1) Also, it is possible to change the style of the Countdown animation using XML or dynamic styles
Added AutocaptureUXMode
to IdScan.Builder
Added Horizontal ID check in ID Scan
module, to prevent horizontal ID from being scanned (non-configurable, always on)
Updated ResponseOCRData
& DocumentValidationResult
:
- Added
documentType
&poaName
properties toResponseOCRData
- Added
DocumentValidationResult.getAddressStatementData()
method
Updated kiosk-login
version to 1.1.0
Updated error handling when an Incode module dependency (such as model-liveness-detection
) is missing
Video Selfie: Fixed issue that was causing flow to end after the first failed Selfie attempt
Fix for ID frame not showing when animations are disabled on system level
Minor bugfixes and code improvements
Version 5.14.0β
Implemented Local mode for 1:N Login
Implemented an API to configure Lenses Check in Video Selfie module. Check VideoSelfie.Builder.setLensesCheckEnabled
Implemented an API to configure Mask Check in Video Selfie module. Check VideoSelfie.Builder.setMaskCheckEnabled
Updated Google's play-services-location
dependency version to 21.0.1
Fixed outdated results returned from Video Selfie module
Video Selfie now calls onVideoRecorded()
even if there was an error while recording (except for errors that prevent video from being recorded).
You can check the resultCode
field to determine if recording was successful, and error
field for more info about the potential error.
Additionally, onError()
is called, and the flow is interrupted.
Fixed displaying of images in Referred to Executive
Screen
Changed default Liveness Threshold from 0.3 to 0.5
Other improvements and bugfixes
Added remaining Kotlin code snippets to User Guide
Version 5.13.0; core-light
2.4.0; kiosk-login
1.0.0β
Added kiosk-login
module for 1:N login applications on shared devices
New version of Face Detection model with improved face angle detection
New version of ID Capture model with ID side classification
Implemented an API to toggle image downloads in the SDK. Check SessionConfig.setDownloadImagesEnabled
Implemented an API to toggle photo rotation in Retake Photo screen. Check IdScan.setEnableRotationOnRetakeScreen
Implemented a non-ui API to fetch user's OCR data via token. Convenience API to use after successful login. Check IncodeWelcome.getUserOCRData
Fixed a crash when changing camera configuration
Improvements and bugfixes to dynamic customization feature
Other small bugfixes and improvements
Updated docs to point to proper online documentation; Added code snippets for Java/Kotlin
Added missing SDK callbacks: onAddEmailCompleted, onMachineLearningConsentCompleted, onCustomWatchlistProcessed
Version 5.12.0β
Configurable validation modules for Video Selfie
Upload Video Selfie video even if user exits the flow before finishing
Fixed non functional selfie capture in VS after clean install in Android 13
Added a Throwable to verifyClientId onError callback
Fixed a crash in POA
Added new fields to SelfieScanResult: fullFrameSelfieEncryptedBase64 and fullFrameSelfieBase64
Version 5.11.0β
Removed usage of com.google.android.gms.vision.face.* classes. Replaced with internal implementation.
Fixed an intermittent crash in Video Selfie
Added option to hide "User already exists" feedback in FaceMatch screen. Check FaceMatch.Builder.setShowUserExists
Fixed string misspellings
Added documentation for setLocalizationLanguage() API
Fixed double start events when resuming an existing session
Added "Name" module which allows the user to enter a name
VideoSelfie small UI fixes
Version 5.10.0β
Video Selfie improvements:
- Added option to use passports in Video Selfie when using back camera
- Added real time feedback to Video Selfie ID Scan
- Introduced new Video Selfie scoring rules - user is able to finish the flow with failing OCR name check, ID type check or ID photo check.
- Improved UI, specifically display of labels in questions and consent screens
Server flow configuration is used when session is created with an external token
Version 5.9.0β
Added Dynamic Styles. Please refer to the Theme Configuration
Fixed ID Scan capture animation glitch
Fixed camera preview glitch after application is paused
Removed close X button for some screens
Version 5.8.0β
Improvements made to ML consent module:
- Consent text is loaded from the server.
- When using mode
ConsentType.GDPR
consent text is translated to device language
Implemented an API for changing the SDK language. Check CommonConfig.setLocalizationLanguage
Small improvement in auto-capture ID Scan animation
Improved Selfie scan UX; Added a small delay when lenses get detected before restarting the processing, in order to give the user time to remove the lenses
Implemented screen recording in ID scan and Selfie scan. Check FlowConfig.setRecordSession
Replaced Google FD with Incode FD. Please refer to the Migration Guide
Time unit for setting the maximum length for video selfie recording changed from minutes to seconds. Please refer to the Migration Guide
Version 5.7.0β
Added setEnableBackShownAsFrontCheck()
method to IdScan.Builder
to enable realtime check if back of the ID is shown instead of front. Disabled by default.
Added optional showRetakeScreenForAutoCapture
parameter to IdScan.Builder.setShowRetakeScreen()
method (shows Retake screen after auto-capture)
Removed ID capture countdown during ID scan
Added setCameraFacing()
method to SelfieScan.Builder
for controlling camera facing
Added ability to customize Video Selfie Tutorial animation
Changed default camera for ID Scan
and Document Scan
submodules in Video Selfie
to back-facing camera
Disabled Questions
and Voice Consent
in Video Selfie
by default
Added setAssistedOnboardingEnabled()
to SelfieScan.Builder
and VideoSelfie.Builder
to enable assisted onboarding (use back-facing camera for all camera modules)
For Selfie Scan
module, this is equvivalent to using setCameraFacing(CameraFacing.BACK)
.
Similarly for Video Selfie
, it sets camera facing for all submodules to CameraFacing.BACK
.
Added Submit Only SDK mode
Video Selfie now uses H264 codec, if supported by the device. This fixes Video Selfie recording only black screen on some devices.
Fixed issue with camera in Video Selfie on Android 5.0
Version 5.6.0β
Added back camera support for ID and Document scan in VS
Added ML consent module
Implemented addNOM151Archive non-UI API call
Increased b3nediktRestring library version to 5.2.1
Version 5.5.0β
Added configurable maximum length for Video Selfie recording
Fixed Geolocation module to properly show city/state/country
Camera speed improvements
ID auto-capture improvements: Camera now captures two frames instead of one, and uses the one with better quality
Added allowFaceAuthModeFallback parameter to Selfie Scan module (allows Login to obtain face template from server, if not present on the device)
Fixed VideoSelfie not uploading video when an error occurs under VideoSelfie.audioDisabled
true + audio permission not granted
Version 5.4.0β
Fixed crash in Login when using reduced core-light variant
Fixed null interviewId when resuming session with IncodeWelcome.setupOnboardingSession()
Added support for using the SDK in app compiled with Java 8
Added adaptation for selfie scan on tablet device
Added server mask check in login
Added watchlist module
Improved one to one local
Version 5.3.0β
Fixed issue with signature upload error when using white (#FFFFFF
) stroke
Added support for dynamic localisation
Fixed network call attempt with apiKey for External Token init
Added login improvements: mask check, results visible in the dashboard
Added support for huawei location services
Fixed issue with IdScanResult.idImagePath file not found
Added local mask model usage instead of downloading the model from S3 bucket in runtime
Added no-audio configuration in VideoSelfie
Version 5.2.1β
Fixed memory leaks
Added Auto-capture timeout setting for Selfie Scan in Capture Only mode
Fixed: Signature module - Disabled drawing after submitting
Version 5.2.0β
Added 1 to N login
Added Auto-capture timeout setting for Capture Only mode
Exit dialog customizations
Fixed issue with disappearing Need Help button
Version 5.1.0β
Added MinVideoLengthRequired config to allow videos shorter than 30 seconds in VideoSelfie module
All fixes and updates from 4.12.4
Version 5.0.0β
Introduced new way to configure flows and setup onboarding sessions. Please refer to the Migration Guide
Video Selfie module now works in capture only mode
Introduced new way to initialize the SDK without the API URL and API KEY in capture only mode. Please refer to the guide here
Removed automated licence check from capture only mode to avoid network calls
Improved logic for handling location permission requests on Android 12 and above
Refactoring and bug fixes
Version 4.12.4β
Fixed issue with Continue button not appearing in Tutorials on some devices
Fixed issue where the Back ID scan gets skipped in Second ID module
Fixed issues with Video Selfie ID scan
Fixed issue with Conference on Android 12 & 13
Version 4.12.3β
Improved Video Selfie ID scan
Version 4.12.2β
Fixed image distortion problem with back-camera on model SMA135
Updated okhttp3 logging interceptor
Version 4.12.1β
Changed default value of waitForTutorial to false
Added customizable signature ink color
Migrating Geolocation and some base files to Kotlin
Updated third party libraries
Version welcome 4.12.0 & core-light 2.2.0β
Introduced download and install time optimizations
Version 4.11.1β
Added null checks for data repository access at OnLifecycleEvents
Version 4.11.0β
Updated compile sdk version
Removed TensorFlow dependency and related files
Refactored Phone Number Module into Kotlin
Fixed document scan upload error when used local image
Version 4.10.2β
Refactoring
Fixed ID Uploading/Processing screen to use @color/onboard_sdk_BackgroundWindow background color instead of hard-coded white
Version 4.10.0β
Handling of IDProcess result
Changed blur threshold default value to 0.75
Added logic for removing duplicated ProcessId module
Fix for back id tutorial condition
Fix for broken attach-flows logic
Added raw JSON for UserScore into the UserScoreResult
Migrated some modules and UI elements to Kotlin
Updated HBRecorder dependency to latest version (Fixes issues with Android 12)
Version 4.9.0β
Added ability to customize Selfie Scan circle outline color
Added ability to display Need Help screens in vertical mode
Fixed Need Help screens to use proper background color (onboard_sdk_BackgroundWindow
)
Fixed code for parsing getLibraries
API response
Fixed Xamarin bindings
Version 4.8.0β
Added secondary text for Scan ID title
Added customizable thresholds for ID Glare and Blurriness checks (Added setIdGlareThreshold
and setIdBlurThreshold
methods to OnboardingConfigBuilderV2
)
Added ability to customize Selfie Scan screen background color
Version 4.7.2β
Fixed crash when pressing back after denying Camera permission
Fixed NaN when parsing ResponseProcessFace
Fixed unnecessary omni/update
call when omni/addFace
fails
Version 4.7.1β
Added customizable Scan Feedback Text
Added customizable Manual Capture Instructions Text
Version 4.7.0β
Added new individual style for Need help manual capture button
Added OnboardingConfigV2.setShowExitConfirmation()
to enable configurable exit confirmation dialog
Added screen name to event values on BACKGROUND and USER_CANCELLED events
Added customizable help more subtexts
Added customizable id capture feedback background color
Added continue button string resource per screen
Fixed continue button disabled in Document Scan Tutorial
Version 4.6.1β
Fixed bug with running ID scan on emulator which interrupted the flow
Fixed bug in start session which caused new session to be generated even when interviewId is provided.
Version 4.6.0β
Added exit confirmation dialog
Added possibility to initialize SDK with Token (No ApiKey Init)
Added option to hide manual capture review photo screen
Fixed OnErrorNotImplementedException in takeCameraPicture() method
Bug fixes
Version 4.5.0β
Added onEvent()
callback to IOnboardingListenerV2
to track analytic Events locally
Prevent double-clicking buttons
Fixed Video Selfie video not uploaded in some cases
Fixed Video Selfie showing wrong feedback message
Version 4.4.1β
Added option to show Close Button on all screens (Default: off)
Enabled customization for Need help
Replaced ID and SELFIE balloon images in FaceMatch module with TextView (Custom fonts are applied automatically now)
Fixed issue with missing back ID scan in certain use cases
Prevent Continue button from being clicked twice on Tutorial screens
Fixed issue with flow interrupting after ID/Passport scan
Fixed issue with rotation of some Documents on Photo Review screen
Fixed issue with Submit button on Captcha screen
Version 4.4.0β
Added support for OTHER_DOCUMENT_3 in DocumentScan module
Version 4.3.1β
Bug fixes
Version 4.3.0β
SDK Version is now sent to the server and it is visible on the Dashboard
Document Scan module updates (allow file upload for all DocumentTypes)
Fixed compile-time error due to missing interface
Fixed onUserCancelled()
callback not called in some cases
Removed jCenter repository
Bug fixes
Version 4.2.0β
Added non-UI API for processing Labor History
Added non-UI API for processing Payment Proof
Added non-UI API for getting Payment Proof Info
Updated QR Scan module to send raw data to server
Captcha module improvements
Fixed empty values being sent in Captcha module
Fixed issue with feedback messages being too small
Fixed an issue in Signature module where clicking Done multiple times could cause an error
Fixed onOnboardingSessionCreated()
callback called on the wrong thread
Fixed IdResults
class missing
Fixed SDK config not set properly when using sections API
Bug fixes
Version 4.1.1β
Added missing croppedFacePath
to IdScanResult
Version 4.1.0β
Added non-UI API for ID processing
Captcha module UI updates
Bug fixes
Version 4.0.0β
Separated front and back ID scan modules. Check out Migration Guide for details.
Updates to SDK results: nameMatched in FaceMatchResult
VideoSelfie UX updates: White background and increased screen brightness for Selfie step
Refactoring and bug fixes: build process adapted for easier crowd testing distribution, fix for user already exists always shown
Version 3.6.0β
Added geolocation(@NonNull Context context, @Nullable String interviewId, GeolocationListener geolocationListener)
API which allows running the geolocation module without showing Incode's UI
Version 3.5.0β
Added faceMatch(String interviewId, IdCategory idCategory, @NonNull FaceMatchListener faceMatchListener)
API which allows doing a face match without showing Incode's UI
Added a static label to the scan ID screen to show which side of the ID is being scanned
Updates to SDK results: Unencrypted Base64 image in SelfieScanResult, ExistingUser and ExistingInterviewId in FaceMatchResult, GovernmentValidationResults in UserScoreResult
Bug fixes
Version 3.4.0β
Moved liveness and face recognition models into standalone libraries - Make sure to check the Migration Guide
Added possibility to use on-device liveness while enrolling face
Face detection improvements
Bug fixes
Version 3.3.1β
Added support for OTHER_DOCUMENT_1 and OTHER_DOCUMENT_2 in DocumentScan module
Added support for usage of Selfie in VideoSelfie from Dashboard flow
Added sending device fingerprint within setOnboardingSession()
Added getFrontIdBase64()
and getBackIdBase64()
to IdValidationResult
Added ability to disable emulator and root detection for debugging purposes
Added setExternalId(String externalId)
method to OnboardingConfigV2
Updated UserConsent module
Added ID processing to VideoSelfie module
Fixed missing SelfieMode
enum
UI improvements
Bug fixes
Version 3.3.0β
Medical card scanning and validation
Selfie resolution step-up in order to get better liveness results
Doing face recognition between the selfie taken in video selfie and the enrolled face template even if liveness failed for the selfie taken in video selfie
Bug fixes
Version 3.2.1β
Fixed crash in Conference module
Bug fixes
Version 3.2.0β
Increased targetSdkVersion
and compileSdkVersion
from 29 to 30
Added setInterviewId(String interviewId)
method to OnboardingConfigV2.OnboardingConfigBuilderV2
Added ability to start Onboarding SDK for an existing interviewId
(which can be set in OnboardingConfigV2
)
Bug fixes
Version 3.1.0β
Reffered to executive screen redesign
API refactor: Individual API calls are deprecated, please check Migration Guide and User Guide for migrating to sections API
Updated to Gradle plugin 4.2.0 and Gradle Wrapper 6.9.1
Prevent false positive in hook detector when using Realm in a React Native app
Email module added
Implemented an API to disable a check which detected hooking framework on the device
New ID realtime check introduced - Check if front of the ID is shown as back. Disabled by default, can be turned on when initializing ID scan module.
Bug and UI fixes
Version 3.0.0β
New customization options - Make sure to check the Migration Guide and Customization Guide
Fix for not sending finish status
Added IncodeWelcome interface to enable easier testing. Check IIncodeWelcome.java and IncodeWelcomeAPI.java
Added full frame photo in SelfieScan result
Version 2.10.1β
Added detailed event logging for Video Selfie
Fixed /omni/finish-status
called multiple times in certain cases
Fixed Video Selfie module sometimes sending one extra selfie scan attempt
Hotfix: Fixed issue with attachFlow
endpoint
Bug fixes
Version 2.10.0β
Fixed broken Opentok dependency
Modularized VideoSelfie API: Added posibility to turn on/off ID scan, address proof scan, questions and voice consent.
Implemented second ID feature: IDScan and FaceMatch modules can be added to the flow twice and parametrized with second ID category.
Incode styleables and file provider renamed to support internal naming convention and avoid possible duplicate names with other libraries
Version 2.9.0β
Made CTA buttons more uniform
Improved customization of CTA buttons
Added customization of "Need Help" button
Added Customer Token
to Approve
result
Error messages refactor
Face login feature changes: Face recognition in server mode now sends photo to the server (instead of locally generated template) API was adapted accordingly: enableFaceLogin() was replaced with enableLocalFaceRecognition()
Portuguese translations
Rebranding INE to government
Added new validation module: governmentOcrValidation
Bug fixes
Version 2.8.0β
Added new ID detection model with on device classification, glare and sharpness checks
Added model encryption
Removed unused ExcludedValidationModules API
Implemented restart of the selfie scan if app is sent to background/foreground during the selfie step
Fixed UX and liveness problems in selfie scan on phones with narrow horizontal view angle (e.g. Samsung s9+)
Version 2.7.0β
Added CURP validation
Added INE scraping
Bug fixes
Version 2.6.1β
Added extendedOcrJsonData field to OCRData
Bug fixes
Version 2.6.0β
Changes to IncodeWelcome.startFaceMatch()
- Make sure to check the Migration Guide
API update: Possibility to set custom fields in onboarding session
Implemented Face Detection for devices without Google Services support
Bug and crash fixes
Version 2.5.1β
Optimized resources in favour of size
API update: Possibility to set customer token for login feature
API update: Added binary face match and liveness results for clarity, simplicity and alignment with iOS
Small UI improvements
Bug and crash fixes
Version 2.5.0β
Changes to ApproveListener
- Make sure to check the Migration Guide
Replaced Tutorial videos with Lottie animations - Make sure to check the Migration Guide
Updated SDK to allow mocking of Results and Listener classes (for automated testing)
Prevent SDK from running on a real device when Test Mode
is enabled
Bug fixes
Version 2.4.2β
Added new fields to OCRData
Bug fixes
Version 2.4.1β
Moved network security configuration to app level
Bug fixes
Version 2.4.0β
Capture Only mode
Moved 'queueName' parameter from Conference module to OnboardingConfigV2
Bug fixes
Version 2.3.5β
OMNI rebranding
Selfie scan defaults to manual capture if photo is not taken automatically
Help feature in ID scan
Informing the user about the number of ID scan retries
Analytics events updates
Added intro module for educating users about the process and to help with measuring conversion
Added onGeolocationUnavailable() callback
Using server configuration for auto capture timeouts and upload retries
Bug fixes
Version 2.3.4β
Added analytics events
Added PDF/Image upload for Proof of Address documents
Implemented a mechanism to inform the server that the onboarding is complete from the client side
Fix for SDK not returning result after unsuccessful processing ID calls
Implemented new UI state after 3rd unsuccessful ID upload
Model download disabled by default. Customers can enable it through SDK.
Bug fixes
Version 2.3.3β
Emulator support updates: EMULATOR_DETECTED as Face match module result, added missing OCR data fields
Version 2.3.2β
Added setOnboardingSession() API to allow continuing the existing onboarding even after app unnstall
Added dummy OCR data to ID scan and Document scan result in case when emulator is detected
Version 2.3.1β
Enabled emulator support in test SDK mode
Version 2.3.0β
Sending parsed address from Geolocation module to server
Optional dependency for conference
Dynamic delivery mechanism implemenented for big ML resources
Downloading video selfie random questions from the server
ISO country code for specifying regions instead of a type
Bug fixes
Version 2.2.12β
POA capture improvements
ID capture improvements
Selfie capture improvement
Signature API extended to accept tittle and subtitle
Bug fixes
Version 2.2.11β
Fix for Canadian passport
Version 2.2.10β
Introduced Canada region
Version 2.2.9β
Video Selfie 2.0:
-Liveness check
-Proof of Address
-Random questions
-Minimum video length of 30 seconds Bug fixes
Version 2.2.8β
Video recording improvements - size optimization and uninterrupted recording
Optional Proof Of Address Statement step in Video Selfie
Video Selfie design updates
Security updates
Bug fixes
Version 2.2.7β
Geolocation module implemented
Bug fixes
Version 2.2.6β
Video selfie feature implemented
Version 2.2.5β
Upgrade mechanism for library download
Version 2.2.4β
Bug fixes
Version 2.2.3β
Fixed missing classes due to DexGuard config
Version 2.2.2β
Fixed Proof of Address scan
Version 2.2.1β
Separate address fields as part of the OCR result
Fixed broken signature bug
Version 2.2.0β
Added public methods for starting individual SDK modules
Refactoring - moved and renamed SDK interface classes Please refer to MIGRATION_GUIDE.md for details
Version 2.1.6β
Added more user information to OCRData
Version 2.1.5β
Improved ID capture photo quality
ID capture design improvements
ID and selfie tutorials design improvements
Selfie feedback messages changes
Conference chat feature implemented
Added setWaitForTutorials() method for IdScan and SelfieScan modules
Bug fixes
Version 2.1.4β
Optional captcha verification in retake video conference SDK API
Styles updated: reverted to text color white for base button style
Bug fixes
Version 2.1.3β
Retake video-conference with specific token
Captcha module retry/fail mechanism implemented
Bug fixes
Version 2.1.2β
Added UI for Approval module
Added option to perform Face Match inside Approval module
Added Legal screen
Refactoring to allow for some upcoming features
Bug fixes
Version 2.1.1β
Allowing download-set API to be used in on-premise environment
Passport flow improvements
Version 2.1.0β
Capture ID and capture selfie offline APIs. APIs perform capture when local conditions for the capture are met and return photos
Passport scanning and validation flow
Download libraries control exposed through new APIs
Bug fixes
Version 2.0.0
Using new server API
Major SDK refactor to allow more flexibility, easier configuration and support for reorderable components
INE validation feature
QR scan
New tutorials
New bubble animation while processing ID
Result screen updates
App navigation improvement
Report feature
User consent feature
Liveness call encryption
Eyes closed detection
Multiple faces detection
Face angle is 20 by default instead of 15
Fixes for lower end device
Bug fixes
Smartlook screen recording analytics (off by default)
Google forms in the end of the flow
Video recording prototype feature
Contract acceptance feature
Captcha feature
Speech to text prototype feature
Instabug bug reporting
Runtime download of native libraries
Version 1.1.2β
Enable/disable logs through setLoggingEnabled
method of IncodeWelcome.Builder
Displaying valid interviewer name during video conference
Added more info when sending back results after face scan
Added callbacks through OnboardingListener
once signature and proof of address are captured
Version 1.1.1β
Bugfixes
Version 1.1.0β
Introduced core
Module which has to be added as a dependency together with welcome
module - This change allows Incode Welcome SDK to be used together with Incode Hello SDK
Exposed getUserScore
API to fetch results from ID scan, Liveness and Face Recognition checks.
Exposed approve
API to approve users either by using Incode's scoring mechanism or explicitly approving them regardless of the scoring mechanism.
Version 1.0.8β
Improved ID Scan performance
Improved Selfie capture UX
BugfixesOnboardingListener
now has onEstimatedWaitingTime
callback which returns estimated waiting time in seconds
Version 1.0.7β
OnboardingSessionListener
and its onSuccess
callback now returns both token
and interviewId
OnboardingListener
now has onOnboardingSessionCreated
callback that returns token
and interviewId
VideoConferenceListener
now has onEstimatedWaitingTime
callback which returns estimated waiting time in seconds
OnboardingListener
now has onEstimatedWaitingTime
callback which returns estimated waiting time in seconds
Version 1.0.6β
Added OCR data inside IdValidationResult.
OnboardingListener now has 2 more callbacks - onIdValidationCompleted and onQueuePositionChanged
VideoConferenceListener now has onQueuePositionChanged callback
Version 1.0.5β
Fixed Camera crash on Selfie screen
Address Validation step can now be skipped through OnboardingConfig
Version 1.0.4β
Fixed obfuscation issue
Version 1.0.3β
Enabled Theme customization
Enabled custom text messages
'How To' ID tutorials are now optional
Extended IncodeWelcome Builder API to specify custom SSL configuration for on-premise servers
Choose if you wish to enable or disable the call when starting the video conference
Version 1.0.2β
_2019-09-09
Bug fixes
initNewOnboardingSession now expects useConference parameter
startIdValidation now expects idAutoCaptureTimeout parameter
Version 1.0.1β
_2019-05-09
Bug fixes
Optimized ID capture for getting better quality ID photos
Enabled relative paths for URL