Migration from 8.2.1 to 8.3.0 – GBG IDscan Documentation

Migration from 8.2.1 to 8.3.0

New profile update deprecated all Profiles of 1.14.0 version, new profiles are supported 1.16.0.

Liveness Maven links unified for core and models and only liveness-core should be left

DocumentScannerService now offer callback: onProcessingCancelled() as optional callback.

Removed Deprecations mostly from 8.0:

  • Removed from ManaulExtractionArguments: Deprecated values in 8.0.0
    • EXTRA_FEATURE_BOUNDS // Was no longer used, ignored
    • EXTRA_EXTRACTED_IMAGE_PATH // Was no longer used, ignored
    • EXTRA_JPEG_QUALITY // Was no longer used, ignored
  • Removed from Document ScannerActivity: Deprecated values in 8.0.0
    • SCANNER_TYPE_CLASSIFICATION // Was no longer used, ignored
    • SCANNER_TYPE_MACHINE_READABLE_ZONE // Was no longer used, ignored
    • EXTRA_ALERT_DIALOG_TITLE // Was no longer used, ignored
  • FilesManager removed: Deprecated in 8.0
  • StringUtils removed: Deprecated in 8.0
  • UiUtils removed: Deprecated in 8.0
  • Removed from: LogWriter
    • writeLog removed: Deprecated in 8.0

Updated Dependency’s:

  • Breaking compatibly migrations
    • AndroidX
    • Kotlin 1.3.11
    • Coroutines 1.1.1
  • MJCS now supports Armv8 (64bit) and x86_32 Architectures.

GitHub Sample app based on Kotlin and AndroidX:

Was this page helpful?