Skip to content

1.1.0

Latest
Compare
Choose a tag to compare
@tfonteyn tfonteyn released this 29 Nov 16:51
· 3 commits to dev since this release

Library version 1.1.0:
bugfix: adding DecodeHintType.POSSIBLE_FORMATS to limit the formats to scan for to the Android intent was being ignored due to a mix of enum versus enum-names. This commit ensures proper encoding/decoding of the enums when passed via the Intent; also fixes using the BarcodeScanner API directly by using enums.

Example code
Enabled insets handling hence now runs nice on Android 15.
Some more buttons to test/demo the above bugfix