Releases: tidev/ti.barcode
Releases · tidev/ti.barcode
v7.0.0-android
- raising library version to 3.5.3
- added property to capture:
resultDurationto set the waiting time after a scan (default is 1500ms) - updated docs for the parameter
- updated example: a "one time" capture button
- disabled
beepby default - disabled
copy to clipboardby default. You can enable it withBarcode.copyToClipboard = true;. Andorid 13 always shows a "copied to clipboard" message when this is enabled - minsdk 13.0.0
- 16kb page size support
v6.0.1-android
- Added Android 12 support.
- Defined "android:exported" to all activities.
v6.0.0-iphone
ci(jenkins): publish to npm now
v5.0.2-android
docs(api): fix up description markdown
v5.0.1-android: Merge pull request #126 from jquick-axway/MOD-2590
refactor(android): now downloads zxing jars via gradle
v5.0.0-iphone: Merge pull request #117 from ypbnv/migrate_to_gradle
Migrate to gradle build system.
v5.0.0-android: Merge pull request #117 from ypbnv/migrate_to_gradle
Migrate to gradle build system.
ios-5.0.0
android-5.0.0
- Migrate build to gradle
- Build for Titanium SDK 9.0.0
Android 4.0.2
- fixed example: callback was called twice on Android because isiOS was true
- updated Android zxing core library to 3.3.3
- added preventRotation (default: true) to allow rotation of the camera
- frameWidth/frameHeight are back