Skip to content

Releases: OutSystems/OSBarcodeLib-Android

1.2.0

06 Dec 16:09
ada56b5
Compare
Choose a tag to compare

Features

  • Support Edge-to-Edge on all Android versions.

Chores

  • Bump Kotlin and Gradle versions

1.1.5

14 Nov 09:41
14292b8
Compare
Choose a tag to compare
  • Fix: Update libraries for supporting 16KB page size
  • Fix: Edge-to-edge support on Android 15

1.1.4

14 Nov 09:09
f675e17
Compare
Choose a tag to compare
  • Fix: Make Scanner view wider on landscape and on tablets

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.