Blinkid Ui Android Versions Save

Customizable UI library that includes camera management, scanning screen, and document selection module.

v4.11.1.3

4 years ago

Fixes

  • UAE id - removing new line characters from full name field

v4.11.1.2

4 years ago

Fixes

  • UAE id - prefer data from back side MRZ instead of data from front side

v4.11.1.1

4 years ago

Fixes

  • disabled glare detection for UAE id recognition as it is know to be causing scanning performance issues

v4.11.1.0

4 years ago

v4.11.0.0

4 years ago

Improvements

  • now supports BlinkID 4.11.0
  • Belgium ID is now scanned using new Belgium ID recognizers
  • visa documents are now scanned using new VisaRecognizer
  • US under 21 ID now uses document face recognizer instead of detector recognizer

v4.10.0.0

4 years ago

Improvements

  • now supports BlinkID 4.10.0
  • added Under 21 ID for US, selecting it will change scan box to vertical orientation

Api Changes

  • DocumentChooser api changed to allow for custom ordering of document types per country

Fixes

  • fixed AndroidX compatibility issues (thanks @dxpelou)

v4.9.1.0

5 years ago
  • now available through Jitpack
  • updated to BlinkID 4.9.1

v4.9.0.0

5 years ago

Improvements

  • PassportRecognizer is now used instead of MrtdRecognizer for scanning generic passports, which means that face image is now available
  • Australia now has a new document type - Victoria Driver's licence

Api Changes

  • changed the way UI customisation works, you now provide theme attributes instead of directly overriding library resources, see sample app for usage example
  • removed a lot of USDL specific result fields
  • result entries are now consistently sorted by their order in ResultKey enum

v4.8.0.1

5 years ago

Improvements

  • you can now configure recognition timeout and/or allow partial results by overriding BaseDocumentScanActivity.createRecognitionConfig(), see sample app for usage example

v4.8.0.0

5 years ago

Improvements

  • default strings are now translated to German, Spanish and French, if you want to disable translations see FAQ
  • added helper function that converts result entry list to key, value map - RecognitionResult.getResultEntriesAsMap()
  • now supports BlinkID 4.8.0

Api Changes

  • result keys are now ResultKey enum values, you can still get display string by using ResultKey.stringResId

Other

  • Italy now has both standard and old ID document types