Releases: BlinkID/blinkid-ui-android
Releases · BlinkID/blinkid-ui-android
v4.11.1.3
v4.11.1.2
v4.11.1.1
v4.11.1.0
- now supports BlinkID 4.11.1
v4.11.0.0
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
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
v4.9.0.0
Improvements
PassportRecognizer
is now used instead ofMrtdRecognizer
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
v4.8.0.0
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 usingResultKey.stringResId
Other
- Italy now has both standard and old ID document types