Change Log

v1.6    [MOD-304] Added "acceptedFormats" and relevant constants. Check out the documentation and example to find out more.
        [MOD-202] Added "parse" method for finding barcodes in blobs. See documentation and example for more information.
        [MOD-250] Added "useLED" property to the module for lighting the LED during scanning, if available.

v1.5 [MOD-241][MOD-256] Added a "useFrontCamera" property to the module to control which camera is used. [MOD-254][MOD-253] "capture" now accepts the "keepOpen" boolean key. Check out the example and documentation to find out more. [MOD-90] "capture" now accepts several new keys: overlay, which takes a view; and showRectangle, which takes a boolean. [MOD-223] Established parity between iOS and Android Barcode modules. - BREAKING CHANGE: iOS now uses event listeners instead of callbacks! Use Ti.Barcode.addEventListener('success', ...) instead of capture({ success: ...})! - BREAKING CHANGE: Android's contentType property is now an integer, instead of a string! Check out the example and documentation to find out more. - BREAKING CHANGE: All automatically parsed "data" keys will now be lower case. This ensures consistency across the API and ease of access. - BREAKING CHANGE: Android now properly fires the "cancel" event, as documented. It was firing the "canceled" event. - Updated examples to be identical; only difference is iOS's example utilizes the allowRotation property. - Added support for processing "WIFI" QR Codes. - Android now supports the "data" property, offering up a easy to use dictionary of the properties from the scanned barcode. - Android now has a "allowMenu" property on the module. See the documentation to find out more. [MOD-295] Resolved crash after capture when no overlay is specified

v1.3 [MOD-231] Enable barcode menu intents (share, history, etc.) [MOD-233] Added ability to disable animation during activity transition to camera

v1.2 [MOD-217] Automatically select the current application as the scanning source

v1.1 [MOD-149] Fixed to use activity of invocation rather than default activity

v1.0 Initial Release