Release v8.2.0 – 18 Dec 2018 and older – GBG IDscan Documentation

Release v8.2.0 – 18 Dec 2018 and older

Release Notes v8.2.0 (18/12/2018)

Overall

  • New Hot-Swapping functionality added
    • Profile Manager – for managing installation, listing and removal of profiles.
    • Profile – for accessing extra information about profiles and allowing:
      • SMART_CAPTURE – extraction
      • SMART_SCAN – beta of extraction, OCR and Basic Authentication
    • New image quality check Low-resolution
  • Improvements to Profiles
  • Document Scanner
    • Fixed issue not opening camera if clicking back from Manual extraction
  • Customer Journey
    • Will return additional onJourneyFailed instances:
      • CustomerJourneyError.WEB_INITIALIZING
      • CustomerJourneyError.WEB_INITIALIZING_BAD_URL // Creating Retrofit instance failed with IllegalArgumentException
      • CustomerJourneyError.GENERAL if unexpected null pointer exception happened on constructing request for Document upload.
      • CustomerJourneyError.CAMERA if IllegalStateException was called while starting commit of camera fragment.
    • Popup for processing and upload should stay consistent visually.
  • Library build target is Android 28 API.

Sample App

  • Added Hot-Swapping logic.
  • Liveness improvements in 0.4.4.0
  • Webservice updated to 8.1.5
  • Added in Response Journey for AdditionalData properties getters.
  • Added in Response Journey getAdditionalDataEntryByKey(@NonNull String key) for easy additional data object retrieval.
  • Correction for getResultDetailsMap() in ResponseUpload and ResponseJourney will skip empty values and not throw OutOfBoundException
  • Gson version upgraded from 2.8.2 to 2.8.5

Release Notes v8.1.1 (28/06/2018)

Customer Journeys

  • Added Liveness step
  • SELFIE step using the front camera should show a higher resolution preview for some affected devices.

Document Scanner

  • SCANNER_TYPE_SELFIE: fixes issues with low resolution of front camera for affected devices.

Liveness

  • Added Liveness fragment interface for component builds:
    • Added calibration step
    • Added configurations
      • Action Count
      • Time out for performing actions
      • Face match ready image count
      • Maximum action failure count for aggregated result behavior
  • Added Liveness Actions
    • Left
    • Right
    • Up
    • Down
    • Frown
    • Smile
  • To use Liveness, you need to add this maven dependencies.
    • implementation ‘com.idscan.idfb:liveness-core:0.3.4.1’
    • implementation ‘com.idscan.idfb:liveness-models:0.1.1’
  • Added new Strings to Technical Guide for overriding.

Web Services

  • Added call submitLiveness()
    • As json request
    • As multipart request
    • Uses new endpoint “idscanenterprisesvc/journey/liveness/” (This needs to be added to proxies, reverse proxies and gateway solutions if using Liveness)

Annotations

  • Beta – seen in JavaDocs, is used for incubating features to warn about possible changes to API or function removals and replacements for upcoming releases.
  • Internal – all functions not documented in Technical Guide are considered private functions. From this release onwards, we’ve started indicating new feature functions, classes with annotation additionally.

Sample App

  • Added component sample of Liveness fragment.
  • Fixed issue with home/up navigation in settings.

v8.1.0 (10/05/2018)

  • Only supported integration method is maven
    • MJCS “com.idscan.ieos:mjcs:8.1.0”
    • Profile/Models “com.idscan.ides:default-gbr-profile:1.8.0“
  • Removed support for lower versions than API 19 or Android 4.4.0
  • Refactored all references from IDSmart to MJCS
  • Replaced Document extraction engine to IDESv2.
    • Improved Accuracy
    • Faster cropping
    • Glare Detector
    • Blur Detector
  • Added Customer Journeys
    • Call Intent for full journey with extra credentials. (We will use IEOS configuration)
    • Response as aggregated Journey response, error or cancelation by user.
  • Webservice endpoints changed:
    • submitDocument points now to more secure and updated endpoint, check Technical guide for changes.
    • getDetails replaced with getJourney for security reasons.
  • Manual Extraction
    • Removed saving file to file system (GPDR)
    • Added providing file as Bitmap
    • For other changes check Javadoc and Technical Guide.
  • Document Scanner Updates
    • Added Scanner type proof of address
      • Supports Max device resolutions.
    • Added Scanner type selfie
    • Deprecated Classification Scanner / Does nothing controlled from profile.
    • Deprecated MRZ Scanner / Does nothing controlled from profile.
    • Updated Document Extraction engine
  • Updated Camera
    • Fixes Tap to Focus
    • Fixes Stretched preview
    • Fixes Squashed preview
    • Fixes resolution selection
    • Adds 4k still capture option.
  • Sample app
    • Added Customer Journey
    • Added Manual Extraction
    • Added settings screen
    • Updated Document Scanner with new types.
  • Version jump is to be consistent with IEOS version and showcasing compatibility.

v1.6.14 (10/04/2018)

  • Added on camera screen frame/guide overlay.
  • Added minimum resolution logic and warning message for auto capture.
  • Updated Target/Build API from 25 to 27
  • Updated dependencies to newest stable versions.
  • Updated Web Services with latest fixes.

v1.6.13 (19/12/2017)

  • Improved French document scanning in Smart Capture (French SDK package)
  • Improved Document Detection and Extraction.
  • Corrections:
    • Corrected behaviour if Expiry Date in the MRZ zone contained “<”

v1.6.12 (11/8/2017)

  • Added support for Triple Scan Journeys
  • Added support for Proof of Address Journeys
  • Added token authentication

v1.6.11 (25/5/2017)

  • Updated Sample App to Web Driven Journey
  • Correction’s for “SmartCapture” Image Resolution
  • Compatibility with 7.3.3 IEOS
  • Face Detector Deprecated – Contact technical manager to get more details.

v1.6.10 (7/4/2017)

  • Added Web Driven Journey Support.
  • Compatibility with 7.0.5 IEOS
  • Updated Sample App to Initial Web Driven Journey
Was this page helpful?