Breadcrumbs

Release Notes for IDV Android SDK 1.8.6

Content of this release:

  • Android 16 - Compatibility and Stability improvements.

  • Updated UI/UX of Facescan Initial screen and Document scan select ID type screen

  • UI Customization

  • Behavioral Control

  • Resource Renaming 

Updated UI/UX of Facescan Initial screen and Document scan select ID type screen

  1. Added new drawables (can be overridden by adding images with the same
    resource name): • ntdr_back_icon – Back Navigation icon. •
    ntdr_facescan_camera_icon – Facescan flow camera permission icon. •
    ntdr_facescan_face_image – Facescan flow initial screen image. •
    ntdr_nfc_chip_icon – Document scan flow Select ID type screen NFC icon.

  2. Removed close/cancel icon from facescan screen flow instead added back
    navigation icon to go back to previous screen
    • ntdr_back_icon

  3. Removed Next button from select ID type screen, instead user can
    directly choose between Passport and ID card using dedicated buttons
    making navigation faster and clearer.

 UI Customization

  1. Added new drawable resources for customizing button backgrounds:
    ntdr_button_primary_background — Allows overriding the primary button
    background.
    ntdr_button_secondary_background — Allows overriding the secondary
    button background.

  2. Added new boolean resource:
    ntdr_button_all_caps — Controls whether button text is displayed in all
    caps.

  3. Progress loading color can now be customized using the ntdr_loading_color
    resource.

  4. Removed unused resources.

  5. Added new resources for FaceScan customization to improve design flexibility:
    facetec_upload_progress_track_color — Changes the progress track color.
    facetec_upload_progress_fill_color — Changes the progress fill color.
    facetec_success_color — Changes the FaceScan success background color.
    facetec_success_tick_color — Changes the FaceScan success tick color.

Behavioral Control

Added new integer resource:

<!-- will Shows a "Skip reading"-button on the NFC reading screen after a specified number of attempts (an NFC timeout counts also as attempt). If enabled a "Skip reading"-button is also shown in certain NFC error dialogs.

  • -1 Never show Skip-button

  • 0 Show Skip-button immediately

  • 0 Show Skip-button after specified attempts
    Default value: 2 (attempts)-->

<integer name="readid_allow_skip_reading_after_attempts">2</integer>

<!-- will change the instruction play count. 0 disables instructions and <0
replays the instruction until the user pressed next. -->
<integer name="readid_instruction_play_count">-1</integer>

Resource Renaming

Resource names have been updated for better clarity and consistency.

Bug Fixes:

Fix provided for Facescan Initial screen and Document scan Select ID type screen visibility issue.
Fix provided for crash while initializing IDV SDK.