Skip to content

Releases: OutSystems/cordova-outsystems-barcode

2.0.1

03 Oct 09:03
feccd3f

Choose a tag to compare

Fixes

  • Android: Crash due to kotlin.UninitializedPropertyAccessException.

2.0.0

09 Sep 11:27
9d5bde3

Choose a tag to compare

BREAKING CHANGES

  • The scanBarcode now returns an object instead of a string.

Features

  • Android/iOS: Provide hint and return format.

1.2.0

06 Dec 17:13
1d98902

Choose a tag to compare

Android

Features

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

Chores

  • Bump Kotlin and Gradle versions

1.1.7

14 Nov 09:43
0d0cc4b

Choose a tag to compare

Android:

  • Chore: Remove unneeded kotlin-kapt plugin.

  • Fix: Update libraries for supporting 16KB page size

  • Fix: Edge-to-edge support on Android 15

1.1.6

22 Oct 14:59
9a8fb23

Choose a tag to compare

  • Fix: iOS - Make scanner view wider when orientation is landscape or device is a tablet.
  • Fix: Android - Make scanner view wider is landscape or device is a tablet.

1.1.5

27 Aug 14:52
f2f60b6

Choose a tag to compare

  • iOS: Adds check to scan result confidence value
  • Android: Fixes bug on the scanning UI where if no scanInstructions were used, the background was missing on some spots on the screen.

1.1.4

14 Aug 11:31
1.1.4
e2e4bf4

Choose a tag to compare

Chores

iOS

  • Replace xcframework by pod.
  • Remove add-swift-support dependency and use the SwiftVersion preference.

1.1.3

06 Aug 16:39
5c51534

Choose a tag to compare

Android

  • Update dependency to oscordova, to fix incompatibility with other plugins.

1.1.2

05 Jun 16:30
787551c

Choose a tag to compare

  • Fix: Updates to version 1.1.2 of OSBarcodeLib-Android, which adds serializable annotation to avoid problems deserializing JSON when there's code obfuscation.

1.1.1

30 Apr 16:23
cfb044d

Choose a tag to compare

  • Improve code readability by updating the dependency to OSBarcodeLib-Android version 1.1.1, which uses higher resolution for the image frames passed to the scanning libraries.