Scandit Data Capture SDK 6.3 Release Notes (May 12th 2020)
See also the System Requirements of the Scandit Data Capture SDK across all platforms.
New Features
Added Symbology.IATATwoOfFive.
Code 128 now always uses relaxed quiet zone rules. It is no longer necessary to use the relaxed quiet zone symbology extension.
Introduced an experimental torch state (TorchState.Auto) that turns the torch on or off based on the current illumination.
When the shouldShowScanAreaGuides option is enabled point of interest is always drawn. When the radius for radius location selection is set to 0 then a small circle is drawn.
Added DataCaptureContext.deviceID to get the unique identifier of the device.
Added the ability to show content over the capture view. See DataCaptureView.connectToElement().
Added Feedback.emit().
Added Parser.
Added MatrixScan Bubbles Sample.
Behavioral Changes
scandit-cordova-datacapture-core on Android now depends on com.squareup.okhttp3:okhttp:3.12.10.
Performance Improvements
Improved recognition for 1d barcodes close to 1px per bar.
Performance Improvements on the Samsung XCover Pro.
Bug Fixes
Fixed a very rare infinite loop in the QR code reader.
Fixed an unhandled intersection error in the Data Matrix Decoder.
Fixed an issue that caused barcodes of certain symbologies to be returned as being of unknown symbology.
Fixed an issue that caused recommended CameraSettings to sometimes change between usages.
Deprecations
No deprecations have been made.
Updates
Changes in Scandit Data Capture SDK 6.3.1 (May 22nd 2020)
Added the ability to manually size and position the DataCaptureView using setFrame(), show() and hide().
Fixed potential memory leaks related to listeners on Android.
Changes in Scandit Data Capture SDK 6.3.2 (June 20th 2020)
Fixed an issue where scanning would stop working after disabling and reenabling the capture mode and similar scenarios.
Changes in Scandit Data Capture SDK 6.3.3 (July 7th 2020)
Fixed rare crashes in the Aztec reader.