Commit graph

2755 commits

Author SHA1 Message Date
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
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
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