cdab483cd7adding support lib to plugin.xml
Dominik Schöni
2016-03-02 10:48:33 +0100
6b651aae65Wrapping some code in try catches, so they don't fail on older devices. Samsung Tab 4 was crashing because it didn't have a flash or autofocus.
Jacob Hargrave
2016-03-22 11:48:35 -0400
38721b19b2Increasing the autoFocusInterval, so that it allows slower devices such as the Galaxy S3, to finish focusing before it tries to refocus. Before this change it was appearing as if the autofocus wasn't working at all, because it kept resetting the focus before it got a chance to focus.
Jacob Hargrave
2016-03-01 17:33:15 -0500
57dcc5f9dc- fixing orientation of camera viewport for Android Nexus 5x devices
Jacob Hargrave
2016-03-01 17:29:55 -0500
c79a87e441Added thanks to @nickgerman for Pull Request #16
TJ Woon
2015-04-20 00:00:12 +0800
1e1eff966fUpdated README - with continuous autofocus added in d4d062c, I don't expect the quirky flash behaviour with interval autofocus to remain
TJ Woon
2015-04-19 23:59:53 +0800
a70a9bcb03Pull Request cleanup (#16): Reinstated old interval autofocus bahaviour on Android API Level < 14 (plus minor blank line formatting)
TJ Woon
2015-04-19 23:58:45 +0800
bc944fea99Restore/update the hack for hiding ZBar scanner Info button on iOS
TJ Woon
2015-02-27 18:41:44 +0800
2a8a237a97Reverted Android layout and Activity changes back to original with addition of simple sight line
TJ Woon
2015-02-27 18:28:16 +0800
cc404e0314Changed drawSight option to a boolean and fixed inconsistent formatting in README
TJ Woon
2015-02-27 18:27:19 +0800
07d7329040Version bump to 1.2.2
TJ Woon
2015-02-16 19:02:16 +0800
e258629c7bFix incorrect upperlower-casing of zbar.js file (pt2 of 2)
TJ Woon
2015-02-16 19:01:57 +0800
4b37aaeec9Fix incorrect upperlower-casing of zbar.js file (pt1 of 2)
TJ Woon
2015-02-16 19:01:24 +0800
1137f45248Version bump to 1.2.1
TJ Woon
2015-02-16 18:50:11 +0800
d6ecab472eFixed: Incorrect upper/lower-casing for ZBar .jar filename caused the plugin to fail to install on really case-sensitive systems
TJ Woon
2015-02-16 16:30:19 +0800
76246b80ediOS & Android fix and upgrade
PaoloMessina
2014-12-22 14:59:52 +0100
0f8fe5b1f7Fixed: plugin.xml still says v1.1.0...
TJ Woon
2014-12-13 18:10:05 +0800
5ca1e07d9eDocumented Android flash:"on" quirk after finding out that setting focus mode to CONTINUOUS_PICTURE or CONTINUOUS_VIDEO actually gave poorer results (flash only turned on during the first autofocus attempt, if at all - may be device dependent)
Woon Tien Jing
2014-12-06 17:32:54 +0800
0b0699f7b4Added an option for camera flash to be on/off/auto during QR code scanning
Woon Tien Jing
2014-12-06 16:58:46 +0800
889be2cc3aRemoved all whitespace-only lines from the source code to stop myself from going crazy...
Woon Tien Jing
2014-12-06 16:40:14 +0800
4ef4dfb51fAdded front/back camera option
Woon Tien Jing
2014-12-06 16:38:00 +0800
40e48e6c7cUpdated plugin version to v1.1.0
Woon Tien Jing
2014-12-06 15:45:09 +0800
1d22b1d6f8Clarified the Android-only and OPTIONAL status of the optional text_title and text_instructions parameters (see 8d0261b6)
Woon Tien Jing
2014-12-06 15:44:44 +0800
8d0261b650Added text_title and text_instructions parameters for customising the scanner view's title and instructions texts (Android only in this commit)
Woon Tien Jing
2014-12-06 15:40:17 +0800
9fb4a6a23cAdded installation instructions and brief license info to README
TJ Woon
2014-09-12 10:08:18 +0800