Skip to content

Releases: OutSystems/OSBarcodeLib-Android

1.1.3

27 Aug 14:22
d19b4c0
Compare
Choose a tag to compare
  • 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

05 Jun 16:28
7379b57
Compare
Choose a tag to compare
  • Fix: Adds serializable annotation to avoid problems deserializing JSON when there's code obfuscation.

1.1.1

30 Apr 16:21
bf46532
Compare
Choose a tag to compare
  • Improve code readability by using higher resolution for the image frames passed to the scanning libraries.

1.1.0

15 Apr 14:30
0c61088
Compare
Choose a tag to compare
  • Add zoom features to scanning view.
  • Add acknowledgment to 3rd party library (ZXing).

1.0.0

10 Jan 10:23
1424fac
Compare
Choose a tag to compare

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.