Skip to main content
Version: 1.3.1

Changelog

1.3.1 - 22.04.2026

minBackendVersion

Added
  • Brightness / glare detection mechanism was added to the document detection step. It can be enabled or disabled via the setIsGlareDetectionEnable method added to StepBuilder. It is set to true by default.
  • When setIsGlareDetectionEnable(true) is set, the following customizable messages are enabled for the document detection step:

    • setGlareDetectedText: Defines the message to be shown when glare is detected on the document.
    • setTooBrightText: Defines the message to be shown when the environment is too bright.
    • setTooDarkText: Defines the message to be shown when the environment is too dark.
    • setMultipleDocumentsDetectedText: Defines the message to be shown when multiple documents are detected.
  • Brightness / glare detection mechanism was added to the liveness step. It can be enabled or disabled via the setIsGlareDetectionEnable method added to LivenessStepBuilder.
  • When setIsGlareDetectionEnable(true) is set, customizable brightness / glare-related messages are enabled for the liveness step. These messages can be used to customize user guidance in related cases:

    • setGlareDetectedText: Defines the message to be shown when glare is detected on the document.
    • setTooBrightText: Defines the message to be shown when the environment is too bright.
    • setTooDarkText: Defines the message to be shown when the environment is too dark.
    • setMultipleDocumentsDetectedText: Defines the message to be shown when multiple documents are detected.
  • The setVideoCallExternalLogoImage method was added to KYCManagerConfigBuilder. This method allows providing a custom logo for video call steps.
  • The setVideoCallSplashScreenAssetName method was added to KYCManagerConfigBuilder. This method allows customizing the image shown on the video call splash screen.
Changed
  • IdVerificationFramework version was updated. (release/20-04-26)
  • Assistbox version was updated to 18.0.1.
Fixed