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