You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Handled an option to skip Motion Intro screen in Studio flow
Added API to skip Motion Intro screen in Classic flow via .withIntro(false)
The country names listed in the document selection screen are now translated according to the device locale
Added a deprecation warning log for usage of manually-generated SDK tokens (in favour of using Studio tokens) alongside workflowRunIDs
Fixed
Fixed minor bugs with the new Capture codebase
Fixed document capture showing document type screen after capturing document and moving to next step
Fixed a publication issue within our SDK modules, which caused our .aars to be missing from Maven central for the onfido-capture-sdk module (none of the other modules were impacted). Consequently, SDK integrations that were only importing this dependency were failing to compile: the dependencies were not correctly pulled and therefore imports were failing. Note: this was only happening when not using Onfido Studio (i.e. the onfido-workflow dependency being added was masking/working around the problem)
Fixed a crash caused by a certain setup including aggressive Proguard rules. Note: only one customer was affected