Changelog
All notable changes to this project will be documented in this file.
The format is based on Keep a Changelog and this project adheres to Semantic Versioning.
[44.1.1] - 2023-04-11
All platforms
Added
-
func setupAnylineSDK(licenseKey) async
to initialise SDK - accepts the license key string and either returns '{ "success": true }' or throws an exception (e.g. for invalid license strings) -
func licenseExpiryDate() async
to get license expiry date - returns license expiry date as a 'YYYY-MM-DD' string, or null when SDK not yet initialized
[44.1.0] - 2023-03-29
Fixed
-
When
cancelOnResult
was set totrue
for a plugin of typeID
, the ScanViewPlugin.resultReceived could be called more than once due to FaceDetection process. (Android only) -
cancelOnResult
values in child plugins in composites are now ignored (iOS only) -
Fixed crashes while initializing
ALViewPluginComposite
fromALNFCDetector
(iOS only) -
Fixed empty date result on ID / MRZ scans when device settings is using 12 hour clock
-
Fixed a random crash related to
AVCaptureSession
when initializingALScanView
(iOS only) -
Fixed issue using custom flash button images (iOS only)
-
[ID] Fixed a bug where the MRZ scanner would not recognize 'H' on mexican ID’s
-
Fixed a bug where
startScanDelay
would not be applied correctly
Added
-
Add brightness, distance and format UI feedback (Android only)
-
New:
parallelFirstScan
processing mode inALViewPluginComposite
-
[Barcode] Added
base64value
to barcode object in the barcode result -
[Tire] Added
productionDate
,tireAgeInYearsRoundedDown
,resultPrettified
to TIN result -
[Tire] Added option to disable production date validation for TIN
-
[ID] Added the following layouts for American ID cards
-
US-CO_DVL_0_R421_F
-
US-NV_DVL_O_R421_F
-
US-NV_IDC_O_R421_F
-
US-OK_DVL_O_R421_F
-
Changed
-
[Tire] Validation regex is now configurable from
pluginConfig
-
Use SDK version 44.1.0 (iOS and Android)
-
Barcode results no longer only shown as base-64-encoded
-
[Barcode] The coordinates in the barcode result are now relative to the full image instead of the scanned region
-
[Tire] Improved accuracy for TIN/DOT recognition & detection
-
[ID] Improved performance for ID scanning
-
[ID] Improved accuracy scanning Turkish IDs
Build Information
-
Anyline
-
Android SDK: 44.1.1
-
iOS SDK: 44.1.0
-
Breaking Changes
This release introduces fundamental changes & improvements to how the Anyline SDK works. To upgrade from a prior SDK version to version 44.1.1, check out the migration guide. |
Document Scanner Support Dropped
As of Anyline v43, the Document Scanner plugin has been removed and the feature will no longer be supported. |
All platforms
Added
-
Added a type of plugin result for each scanning capability
-
[Tire] Added tire size specification fields to the result
-
[Barcode] Added AAMVA parsing for PDF417 codes on driving licenses
-
[ID] Restructured ID results in a way that every field can contain date- & multi-language information