phonegap-plugin-barcodescanner
Advanced tools
Comparing version 6.0.4 to 6.0.5
# Change Log | ||
[6.0.4](https://github.com/phonegap/phonegap-plugin-barcodescanner/tree/6.0.4) (2016-12-04) | ||
[Full Changelog](https://github.com/phonegap/phonegap-plugin-barcodescanner/compare/6.0.3..6.0.4) | ||
[6.0.5](https://github.com/phonegap/phonegap-plugin-barcodescanner/tree/6.0.5) (2016-12-22) | ||
[Full Changelog](https://github.com/phonegap/phonegap-plugin-barcodescanner/compare/6.0.4..6.0.5) | ||
- Flashlight default value #385, Turning off found plain text #259, Remove Result Prompt #234, Custom Result Messages #219 [view commit](https://github.com/phonegap/phonegap-plugin-barcodescanner/commit/fee66a7d1b4c3bca845beb3fa8c99365b4c15ce2) | ||
- Flipping orientation on Android crashes app [view commit](https://github.com/phonegap/phonegap-plugin-barcodescanner/commit/72ae2c75d3d66df24c124a6da9c26e48f7ad36a0) | ||
- Focus improvements [view commit](https://github.com/phonegap/phonegap-plugin-barcodescanner/commit/52a23b0f42d454d6a9f2e29a693b5e984c0bb13f) | ||
@@ -7,0 +9,0 @@ - Crash on iOS on low memory devices [view commit](https://github.com/phonegap/phonegap-plugin-barcodescanner/commit/6e3718c2db03fda3d8ea439a9471b3a08e121f21) |
{ | ||
"name": "phonegap-plugin-barcodescanner", | ||
"version": "6.0.4", | ||
"version": "6.0.5", | ||
"description": "You can use the BarcodeScanner plugin to scan different types of barcodes (using the device's camera) and get the metadata encoded in them for processing within your application.", | ||
@@ -5,0 +5,0 @@ "cordova": { |
@@ -157,9 +157,11 @@ # PhoneGap Plugin BarcodeScanner | ||
{ | ||
"preferFrontCamera" : true, // iOS and Android | ||
"showFlipCameraButton" : true, // iOS and Android | ||
"showTorchButton" : true, // iOS and Android | ||
"disableAnimations" : true, // iOS | ||
"prompt" : "Place a barcode inside the scan area", // supported on Android only | ||
"formats" : "QR_CODE,PDF_417", // default: all but PDF_417 and RSS_EXPANDED | ||
"orientation" : "landscape" // Android only (portrait|landscape), default unset so it rotates with the device | ||
preferFrontCamera : true, // iOS and Android | ||
showFlipCameraButton : true, // iOS and Android | ||
showTorchButton : true, // iOS and Android | ||
torchOn: true, // Android, launch with the torch switched on (if available) | ||
prompt : "Place a barcode inside the scan area", // Android | ||
resultDisplayDuration: 500, // Android, display scanned text for X ms. 0 suppresses it entirely, default 1500 | ||
formats : "QR_CODE,PDF_417", // default: all but PDF_417 and RSS_EXPANDED | ||
orientation : "landscape", // Android only (portrait|landscape), default unset so it rotates with the device | ||
disableAnimations : true // iOS | ||
} | ||
@@ -166,0 +168,0 @@ ); |
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
6603677
233