Skip to content

Releases: OutSystems/OSBarcodeLib-Android

2.1.0

Choose a tag to compare

@alexgerardojacinto alexgerardojacinto released this 03 Jul 11:56
37c714e

What's Changed

Full Changelog: 2.0.2...2.1.0

2.0.2

Choose a tag to compare

@OS-pedrogustavobilro OS-pedrogustavobilro released this 26 Jun 11:35
c57782e

What's Changed

Full Changelog: 2.0.0...2.0.2 (missing 2.0.1 tag so may include additional commits)

2.0.0

Choose a tag to compare

@OS-pedrogustavobilro OS-pedrogustavobilro released this 01 Sep 14:36
9886f05

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

Choose a tag to compare

@OS-pedrogustavobilro OS-pedrogustavobilro released this 21 Aug 12:03
77310a5

Fixes

  • Make MLKit scanner initialization lazy to prevent memory consumption overload

1.2.0

Choose a tag to compare

@OS-martacarlos OS-martacarlos released this 06 Dec 16:09
ada56b5

Features

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

Chores

  • Bump Kotlin and Gradle versions

1.1.5

Choose a tag to compare

@alexgerardojacinto alexgerardojacinto released this 14 Nov 09:41
14292b8
  • Fix: Update libraries for supporting 16KB page size
  • Fix: Edge-to-edge support on Android 15

1.1.4

Choose a tag to compare

@alexgerardojacinto alexgerardojacinto released this 14 Nov 09:09
f675e17
  • Fix: Make Scanner view wider on landscape and on tablets

1.1.3

Choose a tag to compare

@alexgerardojacinto alexgerardojacinto released this 27 Aug 14:22
d19b4c0
  • 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

Choose a tag to compare

@alexgerardojacinto alexgerardojacinto released this 05 Jun 16:28
7379b57
  • Fix: Adds serializable annotation to avoid problems deserializing JSON when there's code obfuscation.

1.1.1

Choose a tag to compare

@alexgerardojacinto alexgerardojacinto released this 30 Apr 16:21
bf46532
  • Improve code readability by using higher resolution for the image frames passed to the scanning libraries.