Commit graph

2917 commits

Author SHA1 Message Date
Sean Owen 1b898320ac Issue #67 : Avoid rare AIOOBE on PDF417 misread 2014-02-21 08:10:42 +00:00
Sean Owen bd4536f077 Issue #63 : minor formatting and doc changes 2014-02-18 12:49:30 +00:00
Sean Owen 347813c971 Merge pull request #63 from embarkmobile/ean-extension
Specify allowed EAN extensions as a hint
2014-02-18 12:35:22 +00:00
Ralf Kistner 1baa8f3311 Specify allowed EAN extensions as a hint. 2014-02-18 12:26:50 +02:00
Sean Owen 9d4b8b9565 Issue #61 : touch up style in test and simplify new logic 2014-02-17 22:56:49 +00:00
Sean Owen 525774a953 Merge pull request #61 from ColinxLLC/master
Support for Code B FNC characters
2014-02-17 22:03:55 +00:00
mkicinski e45d175829 Unit test FNC1 and FNC2 2014-02-17 15:57:13 -05:00
mkicinski c064fe21de Add support for Code B FNC characters 2014-02-17 15:12:08 -05:00
Sean Owen 3faef2804c Issue #52 : add AUTHORS credit and touch up some whitespace 2014-02-12 23:42:55 +00:00
Sean Owen a8cd708508 Merge pull request #52 from tgibson11/master
Reduce possibility of detecting white rectangles within barcodes
2014-02-12 23:32:46 +00:00
Sean Owen 39780fb86f Fix printing of FPS ranges in log messages 2014-02-12 23:31:36 +00:00
Sean Owen e3d6c3e49f Allow all long-ish ITF code lengths, as the result is very unlikely to be a false positive, and there are apparently a number of uses of long-ish ITF codes of various lengths out there. Allowed lengths are now interpreted as allowing those lengths and anything longer than the largest allowd length. 2014-02-12 17:50:57 +00:00
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
Sean Owen fcad828184 Merge pull request #51 from medicalwei/master
zh-TW translation updates and fixes.
2014-02-12 08:53:06 +00:00
Yao Wei (魏銘廷) 78a6dcc336 fix zh_TW translation strings 2014-02-12 14:06:36 +08:00
Sean Owen 09eaf4e143 Issue #50 add Yao Wei in AUTHORS 2014-02-11 11:56:04 +00:00
Sean Owen 29ad526054 Merge pull request #50 from medicalwei/master
zh_TW translation updates, including help documents (without changelog)
2014-02-11 11:14:42 +00:00
Yao Wei 50378d2a7d Update strings.xml 2014-02-11 18:33:42 +08:00
Yao Wei ae6299c013 Update strings.xml 2014-02-11 18:33:28 +08:00
Yao Wei 924af48539 Update index.html 2014-02-11 18:25:53 +08:00
Yao Wei e40852e96d Update strings.xml 2014-02-11 18:24:35 +08:00
Yao Wei 729938a00e Update strings.xml 2014-02-11 18:22:26 +08:00
Yao Wei ba45d475ef Update strings.xml 2014-02-11 18:12:29 +08:00
Yao Wei 6f5fa3df2f Update about1d.html 2014-02-11 17:59:15 +08:00
Yao Wei fbcbb32e99 Update about2d.html 2014-02-11 17:59:01 +08:00
Yao Wei 4484e19e1f Update license.html 2014-02-11 17:58:30 +08:00
Yao Wei 888b5da5f3 Update license.html 2014-02-11 17:58:10 +08:00
Yao Wei f1884a05ba Update scanning.html 2014-02-11 17:57:37 +08:00
Yao Wei 7764a89732 Update sharing.html 2014-02-11 17:57:17 +08:00
Yao Wei 3e3a63715a Update sharing.html 2014-02-11 17:56:48 +08:00
Yao Wei b4421e3abc Update scanning.html 2014-02-11 17:48:40 +08:00
Yao Wei 93740a5e62 Update license.html
Add a disclaimer for translated article.
2014-02-11 17:37:24 +08:00
Yao Wei e5f11aa98c Update license.html 2014-02-11 17:35:02 +08:00
Yao Wei 6aecbffd9b Update index.html 2014-02-11 17:11:20 +08:00
Yao Wei 31193fb061 Update about1d.html 2014-02-11 17:05:08 +08:00
Yao Wei 35a3d52b5e Update about2d.html 2014-02-11 17:04:57 +08:00
Yao Wei 74713aaac7 Update about1d.html 2014-02-11 16:53:12 +08: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