Releases: OutSystems/OSBarcodeLib-Android
Releases · OutSystems/OSBarcodeLib-Android
1.2.0
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
scanInstructions
were 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).
1.0.0
First version of the OSBarcodeLib-Android library, which provides a barcode scanning experience:
- uses both ML Kit and ZXing.
- uses Jetpack Compose for the UI.
- uses CameraX for the camera work, setting up image analysis.