Releases: OutSystems/OSBarcodeLib-Android
Releases · OutSystems/OSBarcodeLib-Android
2.0.2
What's Changed
- fix: prevent Expanded Dark Theme inversion on scanner activity by @OS-pedrogustavobilro in #56
Full Changelog: 2.0.0...2.0.2 (missing 2.0.1 tag so may include additional commits)
2.0.0
BREAKING CHANGE: The signature of handleActivityResult has changed - the onSuccess now returns OSBARCScanResult instead of just a string with the scanned code.
- Add hint parameter to scan for specific barcode formats
- Return the format of the scanned code inside the scan result.
1.2.1
Fixes
- Make MLKit scanner initialization lazy to prevent memory consumption overload
1.2.0
Features
- Support Edge-to-Edge on all Android versions.
Chores
- Bump Kotlin and Gradle versions
1.1.5
- Fix: Update libraries for supporting 16KB page size
- Fix: Edge-to-edge support on Android 15
1.1.4
- Fix: Make Scanner view wider on landscape and on tablets
1.1.3
- Fixes bug on the scanning UI where if no
scanInstructionswere used, the background was missing on some spots on the screen.
1.1.2
- Fix: Adds serializable annotation to avoid problems deserializing JSON when there's code obfuscation.
1.1.1
- Improve code readability by using higher resolution for the image frames passed to the scanning libraries.
1.1.0
- Add zoom features to scanning view.
- Add acknowledgment to 3rd party library (ZXing).