tgibson11
670e238cfc
Modified WhiteRectangleDetector
...
Continue expanding the rectangle until at least one black point has been
found on each side, instead of stopping immediately when all sides are
white - which might still be inside the barcode.
2014-02-12 10:18:22 -07:00
tgibson11
78e2ac4522
Update WhiteRectangleDetector.java
...
Changed image-only version of the constructor to calculate an appropriate initSize based on the image dimensions.
2014-02-10 15:03:49 -07:00
Sean Owen
b8fc4ebf16
Rewrite auto-focus loop to be more robust, like continuing even if camera driver errors
2014-02-09 11:10:01 -05:00
Sean Owen
091e614c20
Update text for next BS version
2014-02-09 11:02:15 -05:00
Sean Owen
92c70bd15d
Avoid NPE on networks with no SSID
2014-02-09 09:40:51 -05:00
Sean Owen
7f300ce09a
Untangle try-catch a bit in servlet, to properly catch 404 errors
2014-02-08 15:58:34 -05:00
Sean Owen
937d087365
Delete old test gen code
2014-02-08 09:41:38 -05:00
Sean Owen
6292ec0b6f
Update Guava, SLF4J, Commons FileUpload and GWT versions
2014-02-07 15:14:25 -05:00
Sean Owen
fa6a0af316
Deprecate incomplete Glass Mirror now that a Glass device will be available for development of on-device app
2014-02-06 13:42:25 -05:00
Sean Owen
5d5a8e20fc
Handle invalid VIN-like data in Code 39 barcodes
2014-02-06 00:00:20 -05:00
Sean Owen
4411eb5517
Drastic measures: make *all* optional camera params disabled by default to appease some bad devices. And even make the default disabled in the code, not just XML.
2014-02-03 22:27:00 +01:00
Sean Owen
ac9b79953f
Add new Aztec, PDF417 images for help
2014-02-01 22:48:09 +00:00
Sean Owen
783bba6b48
Fix a few bugs from last NIO2 commit in resource translation
2014-01-31 13:33:21 +00:00
Sean Owen
dddc1c4e19
Move to use of Java 7 NIO2 APIs
2014-01-31 13:01:18 +00:00
Sean Owen
024a353939
Merge pull request #42 from TomTasche/patch-1
...
link to last available versions of retired projects
2014-01-31 04:19:36 -08:00
Thomas Taschauer
1cddeeab54
link to last available versions of retired projects
...
cpp, iphone and objc
2014-01-31 13:13:45 +01:00
Sean Owen
e432d6cc74
Increase size of input that decoder accepts
2014-01-31 11:31:19 +00:00
Sean Owen
e3a3e0bde0
Missed some references to 4.6.0 in help files
2014-01-31 08:51:27 +00:00
Sean Owen
8c6246f12b
Remove BS+ link in prefs
2014-01-31 08:42:46 +00:00
Sean Owen
72d01241f9
Prepare notes for BS 4.6.0
2014-01-29 14:10:23 +00:00
Sean Owen
1fa7fa9d98
Avoid auto translation of langauges that are just symlinks. Use Java 7 file APIs more.
2014-01-29 13:35:22 +00:00
Sean Owen
c42131e866
Issue #41 : Handle null barcode metadata in PDF417 in corner case
2014-01-29 13:22:32 +00:00
Sean Owen
8e2e0bc94d
Use HTTPS to send product queries to Google Shopping
2014-01-28 08:08:04 +00:00
Sean Owen
7199f4ad17
Closes Issue #27 : add basic character set ECI support in PDF417
2014-01-27 09:17:47 +00:00
Sean Owen
7169d1ad18
More FindBugs changes as part of test
2014-01-26 22:54:26 +00:00
Sean Owen
9567698f63
Small commit for issue #27 , and part of a test
2014-01-26 22:47:13 +00:00
Sean Owen
077ae83bc3
FindBugs inspection -- part of a test commit
2014-01-26 22:38:57 +00:00
Sean Owen
a8c9897da3
Issue #38 : extra defensive -- don't even assume the list is sorted in case of buggy phones
2014-01-24 20:23:16 +00:00
Sean Owen
e174140d8d
Back-port ability to control exposure, scene mode and metering. Latter two disabled by default.
2014-01-24 20:15:56 +00:00
Sean Owen
28f2a301c2
Issue #38 : Add minimum FPS to be safe
2014-01-24 09:37:34 +00:00
Sean Owen
de6e9dbc52
Add defensive checks for bad setFPS API behavior
2014-01-24 08:12:57 +00:00
Sean Owen
9e08da655e
Merge pull request #38 from paulpv/glass-gdk
...
Minimum change needed to get the camera working on Glass
2014-01-24 00:08:38 -08:00
Paul Peavyhouse
d1f5627551
Minimum change needed to get the camera working on Glass.
2014-01-23 15:37:19 -08:00
Sean Owen
42cfa9ca3e
Closes Issue #37 : don't respond to (invalid?) UPC-E codes that aren't 8 digits
2014-01-23 22:14:26 +00:00
Sean Owen
d7c78074ec
Refactor a little bit of result parsing (mostly, a test commit)
2014-01-23 21:56:09 +00:00
Sean Owen
be038c7eef
Try a diagonal cross check in PURE_BARCODE mode for QR codes to avoid false positives. HT fics.danmark
2014-01-23 20:27:30 +00:00
Sean Owen
a8772054af
Custom, minimal error page
2014-01-22 21:11:55 +00:00
Sean Owen
62cf0ade90
Deal with case of no block list
2014-01-22 21:11:36 +00:00
Sean Owen
5a6982f301
Remove Google Analytics -- really not using it
2014-01-22 20:42:46 +00:00
Sean Owen
8ae5c0f5bc
Better way to redirect entirely from /w/docs/javadoc to new github.io site
2014-01-22 20:35:08 +00:00
Sean Owen
c1df162b95
Add apache-rat check for copyright headers, and fix a bunch of files without them (mostly actionscript, jruby)
2014-01-22 19:37:33 +00:00
Sean Owen
f56365c059
Fix all actionscript line breaks to \n, not \r\n
2014-01-22 18:53:01 +00:00
Sean Owen
33b6d4b1c2
Point to new docs location at zxing.github.io and stop deploying javadoc to zxing.org
2014-01-22 18:41:04 +00:00
Sean Owen
1ea0b66bff
Add basic site generation for zxing.github.io
2014-01-22 18:11:05 +00:00
Sean Owen
8d858df1da
Update Guava, Glass dependencies
2014-01-21 21:56:03 +00:00
Sean Owen
1fa90e7074
Remove Amazon results, per request
2014-01-21 18:25:06 +00:00
Sean Owen
a17ea97455
Added logo
2014-01-20 20:10:20 +00:00
Sean Owen
ed760e2e6b
Ignore a few more Android files
2014-01-20 17:37:52 +00:00
Sean Owen
59e4708cd7
Fix up .gitignore to ignore generated dirs, and remove generated dirs from git
2014-01-20 17:21:09 +00:00
Sean Owen
542319c18f
Tiny differences to back port from review of diff with BS Plus
2014-01-19 00:54:33 +00:00