Commit Graph

90 Commits

Author SHA1 Message Date
Micael Teweldemedhin
11e0f541b3 Version updated 2016-04-22 13:33:31 +10:00
Dominik Schöni
cdab483cd7 adding support lib to plugin.xml 2016-04-22 13:33:31 +10:00
Jacob Hargrave
6b651aae65 Wrapping 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. 2016-04-22 13:33:31 +10:00
Jacob Hargrave
38721b19b2 Increasing 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. 2016-04-22 13:32:28 +10:00
Jacob Hargrave
57dcc5f9dc - fixing orientation of camera viewport for Android Nexus 5x devices 2016-04-22 13:32:27 +10:00
Jacob Hargrave
86f2ba77f7 Adding files for Android 6 Marshmallow compatibility and 64 bit devices, such as the Nexus 5x.
Fixes issue # 50 https://github.com/tjwoon/csZBar/issues/50
2016-04-22 13:32:09 +10:00
micaTewe
c51cfec6ff Added button bar for iOS 2016-04-22 13:32:09 +10:00
Micael Teweldemedhin
dfbb5fa400 Camera Flash icon added 2016-04-22 13:32:09 +10:00
micaTewe
28a068253e Icon Updated 2016-04-22 13:32:09 +10:00
micaTewe
35eb284ca2 Android barcode layout changes 2016-04-22 13:32:09 +10:00
micaTewe
2781b599ba Status bar hided in camera view 2016-04-22 13:32:09 +10:00
micaTewe
2568e2168b Fix to main application android manifest file
A change to activity configuration has been made to allow the orientation change.
2016-04-22 13:32:09 +10:00
micaTewe
b1f39076d9 Update README.md 2016-04-22 13:32:09 +10:00
micaTewe
0ac277562f Removed button black background 2016-04-22 13:32:09 +10:00
micaTewe
7d7d03a1cc Change on flash button style, icon and position 2016-04-22 13:32:09 +10:00
micaTewe
d6742f03d9 UI adaptation on orientation
Fix the sigh light size on device orientation change
2016-04-22 13:32:09 +10:00
micaTewe
9a365ce13c Button to activate flash
Adding button to activate/deactivate flash during the capturing the phase.
2016-04-22 13:32:07 +10:00
Daniel Cousens
c80f254496 Merge pull request #62 from tjwoon/noflashingflash
Resolve alternating flash during autofocus
2016-04-21 14:28:15 +10:00
Daniel Cousens
d5b78e1576 Merge pull request #39 from capriza/master
update so files to be compatible with android M (23)
2016-04-21 14:26:36 +10:00
Jacob
92bd015fec Merge pull request #59 from MaicolBen/fix-zbar-never-closing
Fix scanner never closing
2016-04-19 10:04:08 -04:00
MaicolBen
1625c4fe02 Fix scanner never closing 2016-04-18 10:15:06 -03:00
TJ Woon
9769ad9888 Updated plugin installation instructions with new plugin ID 2016-04-13 10:57:20 +08:00
TJ Woon
fbb4a31d39 Renamed plugin to cordova-plugin-cszbar + added NPM package.json 2016-04-13 10:54:40 +08:00
TJ Woon
5c4935ea8e Merge pull request #63 from tjwoon/license
Add LICENSE
2016-04-13 10:46:34 +08:00
TJ Woon
523a2c94d8 Filled in copyright owner info 2016-04-13 10:44:54 +08:00
Daniel Cousens
c8c7bf0f51 LICENSE: remove boilerplate 2016-04-13 12:23:46 +10:00
Daniel Cousens
c97c74372c Update README.md 2016-04-13 12:21:57 +10:00
Daniel Cousens
745bcde42f Update README.md 2016-04-13 12:21:15 +10:00
Daniel Cousens
90160ae27a Add LICENSE 2016-04-13 12:20:31 +10:00
Daniel Cousens
6cad11b77d README: remove quirk, now fixed 2016-04-13 12:19:16 +10:00
Daniel Cousens
507444ffd0 Resolve alternating flash during autofocus 2016-04-13 12:06:23 +10:00
Daniel Cousens
a4a736ce0f Merge pull request #56 from OutSystems/master
linker command failed with exit code 1 (use -v to see invocation)
2016-04-12 15:45:42 +10:00
Daniel Cousens
8d826e0def Merge pull request #48 from dcousens/patch-2
wait until viewController is dismissed before callback, fixes #47
2016-04-12 15:38:29 +10:00
TJ Woon
29a297069b README: Help wanted - looking for a maintainer 2016-04-07 00:54:31 +08:00
Luís Silva
3d8c3a0173 Update plugin.xml
Fixed linker command error
2016-03-10 18:09:00 +00:00
Daniel Cousens
8e17e3184d wait until viewController is dismissed before callback, fixes #47 2016-02-17 11:00:47 +11:00
Bar Tsoury
5c144a7961 update so files to be compatible with android M (23) 2016-01-11 14:50:40 +02:00
TJ Woon
e9e4394250 Fixed incorrect plugin installation command in README... 2015-05-20 10:54:55 +08:00
TJ Woon
32cc5d6f48 Updated plugin version to 1.3.1 2015-05-20 10:45:00 +08:00
TJ Woon
0b114a85db Made Android AUTOFOCUS feature optional to improve device compatibility (#1) 2015-05-20 10:44:50 +08:00
TJ Woon
c79a87e441 Added thanks to @nickgerman for Pull Request #16 2015-04-20 00:00:12 +08:00
TJ Woon
1e1eff966f Updated README - with continuous autofocus added in d4d062c, I don't expect the quirky flash behaviour with interval autofocus to remain 2015-04-19 23:59:53 +08:00
TJ Woon
a70a9bcb03 Pull Request cleanup (#16): Reinstated old interval autofocus bahaviour on Android API Level < 14 (plus minor blank line formatting) 2015-04-19 23:58:45 +08:00
TJ Woon
fc6e2ff07c Pull Request cleanup (#16): Removed redundant BarcodeFormat class 2015-04-19 23:54:40 +08:00
TJ Woon
d4d062cccc Merge pull request #16 from nickgerman/master
Added continuous autofocus on Android if the API Level supports it + added explicit enabling of all ZBar barcode formats
2015-04-19 23:51:24 +08:00
Nick German
2b738063ef renamed BarcodeFormat to ZBarcodeFormat, fixed indentation and added sdk check for continuous focus 2015-04-13 10:27:24 +10:00
Nick German
80a3632a15 Merge branch 'master' of https://github.com/nickgerman/csZBar
Conflicts:
	android/ZBarScannerActivity.java
	android/res/layout/cszbarscanner.xml
	plugin.xml
2015-03-26 07:27:36 +10:00
Nick German
bb3b82aace Android now uses auto focus, assigns and enables all barcode types 2015-03-26 07:22:39 +10:00
TJ Woon
e3d04f0637 Updated plugin version to 1.3.0 2015-02-27 19:04:33 +08:00
TJ Woon
a08b27b683 Added Thanks section to the README 2015-02-27 19:04:06 +08:00