Sean Owen
4dd053a919
Merge pull request #441 from gredler/pdf417-error-correction-level
...
PDF417Writer shouldn't ignore ERROR_CORRECTION hint
2015-08-14 08:07:49 +01:00
Daniel Gredler
53875e4fd3
PDF417Writer shouldn't ignore ERROR_CORRECTION hint
2015-08-13 21:21:26 -04:00
Sean Owen
c1c2fcfbb0
Issue #428 Fix Code 93 escapes above %F
2015-07-21 11:09:24 +01:00
Andreas Wenger
cc1a7aa86a
Set PDF_417 lineThickness to 1
...
- fine-grained scaling for PDF_417 generation
2015-07-15 15:51:24 +02:00
Sean Owen
3b8ab085d8
Merge pull request #412 from strguntbr/multibyteFix
...
Fixed substring call
2015-07-02 17:15:42 +01:00
Marcus Winkler
18a72279dd
Added unittest for PDF417 encoder using ISO-8859-1 with special chars
2015-07-02 17:55:00 +02:00
Marcus Winkler
e31ac261e3
Fixed substring call
2015-07-02 17:15:11 +02:00
Sean Owen
02d3697a59
Remove spurious stack trace from singleton exception, and various minor edits
2015-06-06 10:46:18 +01:00
Sean Owen
ea9a260f0a
Fix javadoc 8 error; actually enable enforcer; update plugins
2015-05-25 23:54:50 +01:00
Marcus Winkler
849f81354c
Fixed multibyte charset problem when encoding PDF417 with Compaction AUTO
2015-05-20 13:01:26 +02:00
Marcus Winkler
060010253c
Added unit test for multibyte problem
2015-05-20 13:00:38 +02:00
Sean Owen
8bae23a923
Revert another change that causes a whirr failure, fix rat warnings, and one more error on Android generated files
2015-05-15 16:23:18 +01:00
Sean Owen
867d580e66
Enable RAT check in build; enable checkstyle; fix some violations; update Jetty/Android plugin
2015-05-15 15:44:45 +01:00
Sean Owen
ec9487c0b2
Fixes from coverity
2015-05-13 13:04:43 +01:00
Sean Owen
560cba85b0
Update plugins (now requires Maven 3.2); fix javadoc warning
2015-05-03 20:49:10 +01:00
Sean Owen
721723ecee
Revert "minSize from provided sizes"
2015-05-03 20:47:43 +01:00
Sean Owen
8475bf6fd2
Remove system-dependent line separator logic in BitMatrix
2015-02-23 16:08:44 +00:00
Sean Owen
e4bb497942
[maven-release-plugin] prepare for next development iteration
2015-02-15 12:48:15 +00:00
Sean Owen
adfc4097ad
[maven-release-plugin] prepare release zxing-3.2.0
2015-02-15 12:48:10 +00:00
Sean Owen
625d9b77d7
Additional fix for issue #300 (HT micjahn)
2015-02-06 21:39:28 +00:00
Sean Owen
4b02337709
Issue #300 : simplify X12 encodation at end of input stream to fix unlatch issue. HT micjahn
2015-02-04 07:45:35 -06:00
Bo Xu
cfeb6758db
Fix PDF417 numeric encoding grouping index check
2015-01-15 12:01:49 -08:00
Sean Owen
0fc1a267c0
Tiny fixes from coverity; fix SuppressWarnings for deprecation; just one Java 7 build now
2015-01-11 16:15:14 +00:00
Sean Owen
51bee78535
Supplement for #271 to deprecate alternative min/max size hint
2014-12-17 21:59:35 +00:00
Zavael
ea00f5a51c
minSize from provided sizes
...
create minSize Dimension from provided width and height
2014-12-17 15:41:33 +01:00
Sean Owen
ce1fbe1b76
Cleanups while looking at issue #268
2014-12-13 17:13:39 +00:00
Sean Owen
344d55e688
Closes #262 : fix parsing of Data Matrix with dimension >= 144
2014-12-04 16:45:48 -06:00
Sean Owen
d876b3e178
Follow up on commit for issue #242
2014-10-30 21:40:02 +00:00
Mark
b04edfec68
squash changes
2014-10-27 18:35:26 +01:00
Sean Owen
79bd5f585e
Add simple test for PDF417 high level encoder
2014-10-06 23:01:40 +01:00
Sean Owen
9dfeb03611
Add simple test to try codecov.io
2014-10-02 20:43:48 +01:00
Sean Owen
3b0145dbc8
Fix tiny java 8 javadoc warnings
2014-09-02 16:39:33 +01:00
Sean Owen
0111b72eaa
Issue #202 correctly report absolute ResultPoint coordinates
2014-08-18 00:23:49 +01:00
Sean Owen
e4ff7d9bb9
Issue #197 : handle escaped backslash preceding terminator
2014-07-30 12:18:04 +01:00
Sean Owen
281721f2d9
Avoid another NPE on null ResultPoint
2014-07-28 10:13:27 +01:00
Sean Owen
8158984458
Support multiple "to", and CC and BCC, throughout the email result API.
2014-07-25 22:53:17 +01:00
Sean Owen
e715fec42a
Avoid NPE when underlying result point is null, for some reason
2014-07-24 12:05:50 +01:00
Sean Owen
a0c53e0558
Issue #179 : add default start/end guard to Codabar if not specified, for symmetry with decoder
2014-07-03 23:19:28 +01:00
Sean Owen
6c2a9b016c
Touch up whitespace and other small issues from inspection
2014-06-28 22:34:37 +01:00
Sean Owen
787a4497ba
Issue #166 let byte compaction proceed in cases where it 'thought' text compaction would take over, but it had not
2014-06-10 17:58:59 -04:00
Sean Owen
d70ef416ec
Issue #166 handle a shift to byte mode properly outside of a compaction mode handler
2014-06-10 08:41:53 -04:00
Sean Owen
e28b0116e0
Add support for consuming and using ECI in PDF417, closing issue #166
2014-06-08 12:13:17 -04:00
Sean Owen
b2f059b07b
Return to ISO-8859-1 as default PDF417 encoding, as per discussion of spec in issue #166
2014-06-08 12:12:24 -04:00
Sean Owen
1b43233ba7
Issue #166 consume ECI in PDF417; still need to use it
2014-06-05 23:22:21 +01:00
Sean Owen
cdcccab200
Issue #168 : don't emit symbols for empty numeric compaction in PDF417
2014-06-05 21:30:48 +01:00
Sean Owen
f4b7264413
Issue #167 : recognize protocols like opc.tcp as valid URI schemes
2014-06-05 18:26:36 +01:00
Sean Owen
84643199a9
Closes issue #162 : PURE_BARCODE fails on certain dense QR codes
2014-05-31 21:04:54 +01:00
Sean Owen
90cc0b8b13
[maven-release-plugin] prepare for next development iteration
2014-05-22 16:24:03 +01:00
Sean Owen
4af41323ae
[maven-release-plugin] prepare release zxing-3.1.0
2014-05-22 16:19:05 +01:00
Sean Owen
45da6416e6
[maven-release-plugin] rollback the release of zxing-3.1.0
2014-05-22 16:10:10 +01:00
Sean Owen
d20a7ac375
[maven-release-plugin] prepare for next development iteration
2014-05-22 12:34:50 +01:00
Sean Owen
edf35c7cac
[maven-release-plugin] prepare release zxing-3.1.0
2014-05-22 12:33:24 +01:00
Sean Owen
6b9a59a593
Remove home-grown binary search function in PDF417Common
2014-05-22 09:21:55 +01:00
Sean Owen
77aabfc457
Issue #147 : handle corner case as normal failed read rather than AIOOBE
2014-05-15 13:26:04 +01:00
Sean Owen
151ad6818b
Issue #127 : fix typo in table of PDF417 punctuation chars
2014-04-28 21:09:56 +01:00
Sean Owen
98bc57f5d1
Avoid error on malformed Aztec code
2014-04-25 13:36:43 +01:00
Sean Owen
8af98a573f
Replace bit shifts that are really multiplication and division with simple operators now
2014-04-25 13:30:58 +01:00
Sean Owen
408c3848b1
Replace FP math faked in integers with plain floating-point math
2014-04-25 13:02:44 +01:00
Sean Owen
3b8b44856d
For safety, make optimized round method consistent with Math.round for negative input too
2014-04-23 22:18:54 +01:00
Sean Owen
414d1f0412
Handle null erasures correctly
2014-04-23 13:49:05 +01:00
Sean Owen
4050f5c2f3
Fix some issues flagged by Coverity static analysis
2014-04-22 22:20:58 +01:00
Sean Owen
391e85ea51
Remove unnecessary lazy init of QR code GF classes, and avoid accessing null field during construction
2014-04-22 22:18:41 +01:00
Sean Owen
2894c094f5
Issue #118 (supplemental) Fix logic error on a null encoding
2014-04-22 21:24:20 +01:00
Sean Owen
27cff89316
[maven-release-plugin] prepare for next development iteration
2014-04-18 14:30:03 +01:00
Sean Owen
32fcad21c3
[maven-release-plugin] prepare release zxing-3.0.1
2014-04-18 14:27:03 +01:00
Sean Owen
7d878d701e
Issue #116 add range check and simplify some conditions
2014-04-18 11:06:08 +01:00
Sean Owen
252a9e34cf
Fix other Java 8 javadoc warnings
2014-04-13 22:16:08 +01:00
Sean Owen
a4af21a0fe
Issue #108 : avoid accessing system property directly to avoid a potential security exception
2014-03-31 13:57:48 +01:00
Sean Owen
b09290c7dc
Issue #105 avoid accessing Charset Cp437 until absolutely necessary, as it won't work on Android sometimes
2014-03-28 14:14:27 +01:00
Sean Owen
fabd9f6473
Minimal changes to build successfully with Java 8, plus optional profile to enable it
2014-03-25 18:01:01 +00:00
Sean Owen
f0532a2730
Issue #86 : Fix logic error in Code 39 that was requiring too much quiet zone
2014-03-13 14:19:08 +00:00
Sean Owen
6545971a7e
Disable strangely flaky test for now
2014-03-06 13:42:37 +00:00
Sean Owen
f1c385ba93
[maven-release-plugin] prepare for next development iteration
2014-02-28 12:27:11 +00:00
Sean Owen
47b3d63d97
[maven-release-plugin] prepare release zxing-3.0.0
2014-02-28 12:20:21 +00:00
Sean Owen
cef513e790
Correctly configure findbugs, add excludes, fix a few simple warnings
2014-02-26 22:47:32 +00:00
Sean Owen
e9ff0501c7
Disable test that is flaky on OpenJDK 7 only for now
2014-02-25 11:42:23 +00:00
Chris Gulley
a4a9817065
Build barcode from left to right instead of right to left.
2014-02-24 09:37:19 -06:00
Sean Owen
c77b79d690
Handle VEVENT with malformed GEO
2014-02-22 13:06:32 +00:00
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
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
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
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
937d087365
Delete old test gen code
2014-02-08 09:41:38 -05:00
Sean Owen
5d5a8e20fc
Handle invalid VIN-like data in Code 39 barcodes
2014-02-06 00:00:20 -05:00
Sean Owen
dddc1c4e19
Move to use of Java 7 NIO2 APIs
2014-01-31 13:01:18 +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
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
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
9983ccc428
Add VIN result type
2014-01-18 19:42:06 +00:00
Sean Owen
3f6ee7f789
Update project site references to Github
2014-01-18 14:06:46 +00:00
Sean Owen
3bd1c7c5ff
Update .gitignores everywhere for IDEA files, etc
2014-01-17 11:13:30 +00:00
srowen
6463455d26
Issue 1825. PDF417Reader can't modify the image. When it doesn't, it actually reduces the number of images that pass unfortunately.
...
git-svn-id: https://zxing.googlecode.com/svn/trunk@3001 59b500cc-1b3d-0410-9834-0bbf25fbcc57
2013-12-20 16:44:39 +00:00
srowen
10c2f71671
Handle smaller images in WhiteRectangleDetector
...
git-svn-id: https://zxing.googlecode.com/svn/trunk@3000 59b500cc-1b3d-0410-9834-0bbf25fbcc57
2013-12-19 16:16:08 +00:00
srowen
373f4f5c39
Suppress ignorable unchecked cast warning
...
git-svn-id: https://zxing.googlecode.com/svn/trunk@2997 59b500cc-1b3d-0410-9834-0bbf25fbcc57
2013-12-19 14:39:00 +00:00
srowen
17f3ab9c7e
Issue 1823: fix handling of initial alt Codabar char, and improve tests
...
git-svn-id: https://zxing.googlecode.com/svn/trunk@2996 59b500cc-1b3d-0410-9834-0bbf25fbcc57
2013-12-19 14:35:03 +00:00
srowen
9a5391b653
Issue 1821: structured append support in QR code from mike06j
...
git-svn-id: https://zxing.googlecode.com/svn/trunk@2994 59b500cc-1b3d-0410-9834-0bbf25fbcc57
2013-12-13 15:50:26 +00:00
srowen
cce6d80637
Issue 1820 add Code 128 FNC4 support
...
git-svn-id: https://zxing.googlecode.com/svn/trunk@2992 59b500cc-1b3d-0410-9834-0bbf25fbcc57
2013-12-12 13:37:09 +00:00
srowen
da9d32846a
Whitespace cleanup and other inspections from IDEA 13
...
git-svn-id: https://zxing.googlecode.com/svn/trunk@2989 59b500cc-1b3d-0410-9834-0bbf25fbcc57
2013-12-06 11:17:57 +00:00
srowen@gmail.com
8d7eb91faa
Remove explicit luminance conversion option -- always do it in tests
...
git-svn-id: https://zxing.googlecode.com/svn/trunk@2983 59b500cc-1b3d-0410-9834-0bbf25fbcc57
2013-12-02 22:26:59 +00:00
srowen@gmail.com
a53c659b0e
Boldly move to Java 7 for everything, including Android.
...
git-svn-id: https://zxing.googlecode.com/svn/trunk@2981 59b500cc-1b3d-0410-9834-0bbf25fbcc57
2013-12-02 18:18:46 +00:00
srowen@gmail.com
1a2a011cc7
[maven-release-plugin] prepare for next development iteration
...
git-svn-id: https://zxing.googlecode.com/svn/trunk@2971 59b500cc-1b3d-0410-9834-0bbf25fbcc57
2013-11-29 18:39:36 +00:00
srowen@gmail.com
9a0b6cec39
[maven-release-plugin] prepare release zxing-parent-2.3.0
...
git-svn-id: https://zxing.googlecode.com/svn/trunk@2969 59b500cc-1b3d-0410-9834-0bbf25fbcc57
2013-11-29 18:39:24 +00:00
srowen@gmail.com
1ce4516d00
[maven-release-plugin] rollback the release of zxing-parent-2.3.0
...
git-svn-id: https://zxing.googlecode.com/svn/trunk@2966 59b500cc-1b3d-0410-9834-0bbf25fbcc57
2013-11-29 18:31:32 +00:00
srowen@gmail.com
54a3bfabab
[maven-release-plugin] prepare for next development iteration
...
git-svn-id: https://zxing.googlecode.com/svn/trunk@2965 59b500cc-1b3d-0410-9834-0bbf25fbcc57
2013-11-29 18:22:18 +00:00
srowen@gmail.com
ca14065f0d
[maven-release-plugin] prepare release zxing-parent-2.3.0
...
git-svn-id: https://zxing.googlecode.com/svn/trunk@2963 59b500cc-1b3d-0410-9834-0bbf25fbcc57
2013-11-29 18:22:07 +00:00
srowen@gmail.com
0a89cdddf2
[maven-release-plugin] rollback the release of zxing-parent-2.3.0
...
git-svn-id: https://zxing.googlecode.com/svn/trunk@2960 59b500cc-1b3d-0410-9834-0bbf25fbcc57
2013-11-29 18:14:42 +00:00
srowen@gmail.com
b852b82042
[maven-release-plugin] prepare for next development iteration
...
git-svn-id: https://zxing.googlecode.com/svn/trunk@2959 59b500cc-1b3d-0410-9834-0bbf25fbcc57
2013-11-29 17:59:41 +00:00
srowen@gmail.com
5fc526df04
[maven-release-plugin] prepare release zxing-parent-2.3.0
...
git-svn-id: https://zxing.googlecode.com/svn/trunk@2957 59b500cc-1b3d-0410-9834-0bbf25fbcc57
2013-11-29 17:59:31 +00:00
srowen@gmail.com
1b6986abe3
[maven-release-plugin] rollback the release of zxing-parent-2.3.0
...
git-svn-id: https://zxing.googlecode.com/svn/trunk@2954 59b500cc-1b3d-0410-9834-0bbf25fbcc57
2013-11-29 17:52:28 +00:00
srowen@gmail.com
d7f11da90b
[maven-release-plugin] prepare for next development iteration
...
git-svn-id: https://zxing.googlecode.com/svn/trunk@2953 59b500cc-1b3d-0410-9834-0bbf25fbcc57
2013-11-29 17:26:37 +00:00
srowen@gmail.com
e1949f057d
[maven-release-plugin] prepare release zxing-parent-2.3.0
...
git-svn-id: https://zxing.googlecode.com/svn/trunk@2951 59b500cc-1b3d-0410-9834-0bbf25fbcc57
2013-11-29 17:26:27 +00:00
srowen@gmail.com
a7f213f060
[maven-release-plugin] rollback the release of zxing-2.3.0
...
git-svn-id: https://zxing.googlecode.com/svn/trunk@2949 59b500cc-1b3d-0410-9834-0bbf25fbcc57
2013-11-29 17:19:30 +00:00
srowen@gmail.com
39899fd9aa
[maven-release-plugin] prepare release zxing-2.3.0
...
git-svn-id: https://zxing.googlecode.com/svn/trunk@2948 59b500cc-1b3d-0410-9834-0bbf25fbcc57
2013-11-29 17:17:35 +00:00
srowen@gmail.com
7d988572d4
[maven-release-plugin] rollback the release of zxing-parent-2.3.0
...
git-svn-id: https://zxing.googlecode.com/svn/trunk@2947 59b500cc-1b3d-0410-9834-0bbf25fbcc57
2013-11-29 17:11:59 +00:00
srowen@gmail.com
d01ddc6d70
[maven-release-plugin] prepare release zxing-parent-2.3.0
...
git-svn-id: https://zxing.googlecode.com/svn/trunk@2946 59b500cc-1b3d-0410-9834-0bbf25fbcc57
2013-11-29 17:02:40 +00:00
srowen@gmail.com
a741181e8d
Roll back to 2.3.0-SNAPSHOT again
...
git-svn-id: https://zxing.googlecode.com/svn/trunk@2944 59b500cc-1b3d-0410-9834-0bbf25fbcc57
2013-11-29 16:57:21 +00:00
srowen@gmail.com
afe159b22e
[maven-release-plugin] prepare release zxing-parent-2.3.0
...
git-svn-id: https://zxing.googlecode.com/svn/trunk@2943 59b500cc-1b3d-0410-9834-0bbf25fbcc57
2013-11-29 16:49:00 +00:00
srowen@gmail.com
13a092262b
Roll back to 2.3.0-SNAPSHOT for another attempt
...
git-svn-id: https://zxing.googlecode.com/svn/trunk@2941 59b500cc-1b3d-0410-9834-0bbf25fbcc57
2013-11-29 16:41:16 +00:00
srowen@gmail.com
8d846457e0
[maven-release-plugin] prepare release zxing-parent-2.3.0
...
git-svn-id: https://zxing.googlecode.com/svn/trunk@2934 59b500cc-1b3d-0410-9834-0bbf25fbcc57
2013-11-29 14:37:04 +00:00
srowen@gmail.com
1bcc298ad3
Move resources to match Maven standard directory structure
...
git-svn-id: https://zxing.googlecode.com/svn/trunk@2915 59b500cc-1b3d-0410-9834-0bbf25fbcc57
2013-11-21 23:01:31 +00:00
srowen@gmail.com
cc8254bfc3
Reduce test warning about newlines to info
...
git-svn-id: https://zxing.googlecode.com/svn/trunk@2914 59b500cc-1b3d-0410-9834-0bbf25fbcc57
2013-11-21 12:34:36 +00:00
srowen@gmail.com
8e909ddb51
Version should really be in x.y.z form. Simplify dir location config, and actually generate source/javadoc artifacts
...
git-svn-id: https://zxing.googlecode.com/svn/trunk@2913 59b500cc-1b3d-0410-9834-0bbf25fbcc57
2013-11-21 12:00:37 +00:00
srowen@gmail.com
59ea393a08
Try again to introduce one parent pom for all modules
...
git-svn-id: https://zxing.googlecode.com/svn/trunk@2910 59b500cc-1b3d-0410-9834-0bbf25fbcc57
2013-11-17 01:34:42 +00:00
srowen@gmail.com
7cb18ee813
Update plugin versions
...
git-svn-id: https://zxing.googlecode.com/svn/trunk@2905 59b500cc-1b3d-0410-9834-0bbf25fbcc57
2013-11-05 11:58:53 +00:00
srowen@gmail.com
f03b60ef0d
Make start symbol a part of returned raw byte representation of Code 128
...
git-svn-id: https://zxing.googlecode.com/svn/trunk@2904 59b500cc-1b3d-0410-9834-0bbf25fbcc57
2013-11-01 03:28:26 +00:00
srowen@gmail.com
65ce3f0896
Issue 1788 additional fix for vCard delimited name parsing
...
git-svn-id: https://zxing.googlecode.com/svn/trunk@2900 59b500cc-1b3d-0410-9834-0bbf25fbcc57
2013-10-13 23:05:14 +00:00
srowen@gmail.com
ad24a551aa
Simple changes from code inspection
...
git-svn-id: https://zxing.googlecode.com/svn/trunk@2899 59b500cc-1b3d-0410-9834-0bbf25fbcc57
2013-10-13 22:15:01 +00:00
srowen@gmail.com
6d7a77d73f
Handle ; separators in N vCard field
...
git-svn-id: https://zxing.googlecode.com/svn/trunk@2897 59b500cc-1b3d-0410-9834-0bbf25fbcc57
2013-10-03 08:22:40 +00:00
srowen@gmail.com
0b56d79d00
Issue 1789 PDF417 encoding fix for 1-character latch into byte mode
...
git-svn-id: https://zxing.googlecode.com/svn/trunk@2896 59b500cc-1b3d-0410-9834-0bbf25fbcc57
2013-10-02 15:17:22 +00:00
srowen@gmail.com
f84c8470a4
Don't throw IllegalArgumentException in RSS reader; use checked FormatException to fit into BS error checking mechanism correctly
...
git-svn-id: https://zxing.googlecode.com/svn/trunk@2893 59b500cc-1b3d-0410-9834-0bbf25fbcc57
2013-09-13 12:01:50 +00:00
srowen@gmail.com
6c103e7840
Issue 1778 maybe avoid NPE
...
git-svn-id: https://zxing.googlecode.com/svn/trunk@2892 59b500cc-1b3d-0410-9834-0bbf25fbcc57
2013-09-09 20:23:30 +00:00
srowen@gmail.com
c43cf419c2
Fix issues similar to 1776
...
git-svn-id: https://zxing.googlecode.com/svn/trunk@2887 59b500cc-1b3d-0410-9834-0bbf25fbcc57
2013-09-08 20:50:01 +00:00
srowen@gmail.com
7807214bbd
Issue 1776 fix bad location of Code 39 end pattern when followed by lots of white space
...
git-svn-id: https://zxing.googlecode.com/svn/trunk@2886 59b500cc-1b3d-0410-9834-0bbf25fbcc57
2013-09-08 20:42:29 +00:00
srowen@gmail.com
1d086a09af
Type weakening and dead code commenting again
...
git-svn-id: https://zxing.googlecode.com/svn/trunk@2876 59b500cc-1b3d-0410-9834-0bbf25fbcc57
2013-08-26 17:27:54 +00:00
srowen@gmail.com
e23507a825
Issue 1764 bit reverse speedup
...
git-svn-id: https://zxing.googlecode.com/svn/trunk@2875 59b500cc-1b3d-0410-9834-0bbf25fbcc57
2013-08-20 08:13:25 +00:00
srowen@gmail.com
558dad051e
Issue 1758 try again with better rule implementation that counts all exterior regions as white
...
git-svn-id: https://zxing.googlecode.com/svn/trunk@2873 59b500cc-1b3d-0410-9834-0bbf25fbcc57
2013-08-19 12:15:24 +00:00
srowen@gmail.com
a582958cc3
Issue 1736 reject UPC/EAN less than 8 chars
...
git-svn-id: https://zxing.googlecode.com/svn/trunk@2871 59b500cc-1b3d-0410-9834-0bbf25fbcc57
2013-08-19 10:24:59 +00:00
srowen@gmail.com
5fd33bb9d2
Issue 1762 PDF417 speed up and back-port to Java
...
git-svn-id: https://zxing.googlecode.com/svn/trunk@2870 59b500cc-1b3d-0410-9834-0bbf25fbcc57
2013-08-19 08:54:10 +00:00
srowen@gmail.com
23ab47533b
Issue 1758: revert last change, applying penalty at edge is necessary. Try new change from original code to avoid applying in the "2 1 3 1 1" case
...
git-svn-id: https://zxing.googlecode.com/svn/trunk@2867 59b500cc-1b3d-0410-9834-0bbf25fbcc57
2013-08-17 09:08:25 +00:00
srowen@gmail.com
8d18bab224
Issue 1758 correct corner case of mask pattern penalty 3
...
git-svn-id: https://zxing.googlecode.com/svn/trunk@2866 59b500cc-1b3d-0410-9834-0bbf25fbcc57
2013-08-16 13:51:03 +00:00
srowen@gmail.com
4e1a2acf82
More misc inspection stuff
...
git-svn-id: https://zxing.googlecode.com/svn/trunk@2862 59b500cc-1b3d-0410-9834-0bbf25fbcc57
2013-08-08 08:44:02 +00:00
srowen@gmail.com
289cc0f66f
Allow less quiet zone to start an ITF barcode when it is near the edge
...
git-svn-id: https://zxing.googlecode.com/svn/trunk@2852 59b500cc-1b3d-0410-9834-0bbf25fbcc57
2013-07-30 06:39:56 +00:00
srowen@gmail.com
2935184135
Issue 1742 fix back-tick in text encodation set
...
git-svn-id: https://zxing.googlecode.com/svn/trunk@2850 59b500cc-1b3d-0410-9834-0bbf25fbcc57
2013-07-28 09:49:23 +00:00
srowen@gmail.com
20193fda16
Issue 1737: Add hint to not strip Codabar start/end
...
git-svn-id: https://zxing.googlecode.com/svn/trunk@2847 59b500cc-1b3d-0410-9834-0bbf25fbcc57
2013-07-24 08:08:37 +00:00
srowen@gmail.com
ef96893525
Issue 1738 Add support for margin hint in PDF417
...
git-svn-id: https://zxing.googlecode.com/svn/trunk@2846 59b500cc-1b3d-0410-9834-0bbf25fbcc57
2013-07-23 22:06:06 +00:00
srowen@gmail.com
dd79103734
Fix parsing of '12756.501'
...
git-svn-id: https://zxing.googlecode.com/svn/trunk@2841 59b500cc-1b3d-0410-9834-0bbf25fbcc57
2013-07-17 09:58:11 +00:00
srowen@gmail.com
d037febeeb
Update javadoc plugin
...
git-svn-id: https://zxing.googlecode.com/svn/trunk@2838 59b500cc-1b3d-0410-9834-0bbf25fbcc57
2013-07-05 23:27:37 +00:00
srowen@gmail.com
81fe7adbc2
Select specific gpg keyname -- accidentally signing with unrelated Apache key earlier
...
git-svn-id: https://zxing.googlecode.com/svn/trunk@2837 59b500cc-1b3d-0410-9834-0bbf25fbcc57
2013-07-05 17:00:58 +00:00
srowen@gmail.com
2f7fab25cb
Bump plugin version
...
git-svn-id: https://zxing.googlecode.com/svn/trunk@2836 59b500cc-1b3d-0410-9834-0bbf25fbcc57
2013-07-02 22:58:47 +00:00
srowen@gmail.com
e8a23d5085
Aztec updates from fyellin
...
git-svn-id: https://zxing.googlecode.com/svn/trunk@2834 59b500cc-1b3d-0410-9834-0bbf25fbcc57
2013-07-01 08:58:45 +00:00
srowen@gmail.com
3f838eef82
Update plugins
...
git-svn-id: https://zxing.googlecode.com/svn/trunk@2826 59b500cc-1b3d-0410-9834-0bbf25fbcc57
2013-06-22 14:52:56 +00:00
srowen@gmail.com
cec1cf00d6
Oops, missed some SNAPSHOT version updates
...
git-svn-id: https://zxing.googlecode.com/svn/trunk@2823 59b500cc-1b3d-0410-9834-0bbf25fbcc57
2013-06-20 18:40:20 +00:00
srowen@gmail.com
228f3d20ca
AztecWriter improvements from fyellin
...
git-svn-id: https://zxing.googlecode.com/svn/trunk@2822 59b500cc-1b3d-0410-9834-0bbf25fbcc57
2013-06-18 20:40:01 +00:00
srowen@gmail.com
ea1c78af59
Issue 1712 fix test case too
...
git-svn-id: https://zxing.googlecode.com/svn/trunk@2821 59b500cc-1b3d-0410-9834-0bbf25fbcc57
2013-06-18 16:58:29 +00:00
srowen@gmail.com
732d34cc5a
Issue 1712 fix handling of start/stop chars
...
git-svn-id: https://zxing.googlecode.com/svn/trunk@2820 59b500cc-1b3d-0410-9834-0bbf25fbcc57
2013-06-18 16:35:40 +00:00
srowen@gmail.com
f6df6000d5
We can finally use isEmpty(), given Android 2.3.3+ is required
...
git-svn-id: https://zxing.googlecode.com/svn/trunk@2819 59b500cc-1b3d-0410-9834-0bbf25fbcc57
2013-06-17 12:42:56 +00:00
srowen@gmail.com
b0ee984ebe
Support mirrored QR codes
...
git-svn-id: https://zxing.googlecode.com/svn/trunk@2815 59b500cc-1b3d-0410-9834-0bbf25fbcc57
2013-06-06 12:08:08 +00:00
srowen@gmail.com
11dbdde1c5
Issue 1693 Aztec encoder improvements
...
git-svn-id: https://zxing.googlecode.com/svn/trunk@2814 59b500cc-1b3d-0410-9834-0bbf25fbcc57
2013-06-01 13:56:31 +00:00
srowen@gmail.com
f9bf974d1c
More improvements from fyellin
...
git-svn-id: https://zxing.googlecode.com/svn/trunk@2813 59b500cc-1b3d-0410-9834-0bbf25fbcc57
2013-05-31 00:04:50 +00:00
srowen@gmail.com
71d7987c28
Issue 1694 NPE when no hints
...
git-svn-id: https://zxing.googlecode.com/svn/trunk@2812 59b500cc-1b3d-0410-9834-0bbf25fbcc57
2013-05-29 11:46:20 +00:00
srowen@gmail.com
2ecec34f74
Issue 1605 Frank's patch to improve Aztec detection
...
git-svn-id: https://zxing.googlecode.com/svn/trunk@2811 59b500cc-1b3d-0410-9834-0bbf25fbcc57
2013-05-28 21:51:20 +00:00
srowen@gmail.com
c35e8e38ea
Avoid AIOOBE, again, with over large correction for nudge in corner cases
...
git-svn-id: https://zxing.googlecode.com/svn/trunk@2809 59b500cc-1b3d-0410-9834-0bbf25fbcc57
2013-05-23 08:59:39 +00:00
srowen@gmail.com
8968ca75ce
Issue 1676 retune ITF slightly to avoid a misread
...
git-svn-id: https://zxing.googlecode.com/svn/trunk@2808 59b500cc-1b3d-0410-9834-0bbf25fbcc57
2013-05-23 07:49:23 +00:00
srowen@gmail.com
279cf84a13
Issue 1688 reject unexpected macro block code instead of getting into a loop
...
git-svn-id: https://zxing.googlecode.com/svn/trunk@2807 59b500cc-1b3d-0410-9834-0bbf25fbcc57
2013-05-23 07:32:07 +00:00
srowen@gmail.com
c29816a464
Improve error about missing test images
...
git-svn-id: https://zxing.googlecode.com/svn/trunk@2804 59b500cc-1b3d-0410-9834-0bbf25fbcc57
2013-05-20 18:26:39 +00:00
srowen@gmail.com
6fe6504dad
Detect invalid input to Code 39 encoder and reject it more explicitly
...
git-svn-id: https://zxing.googlecode.com/svn/trunk@2803 59b500cc-1b3d-0410-9834-0bbf25fbcc57
2013-05-19 15:56:15 +00:00
srowen@gmail.com
2561cb3ce6
Avoid possible NPE when there is no bounding box?
...
git-svn-id: https://zxing.googlecode.com/svn/trunk@2801 59b500cc-1b3d-0410-9834-0bbf25fbcc57
2013-05-18 12:52:38 +00:00
srowen@gmail.com
5214bf1840
Tighten up some non-private fields in DM encoder
...
git-svn-id: https://zxing.googlecode.com/svn/trunk@2800 59b500cc-1b3d-0410-9834-0bbf25fbcc57
2013-05-17 15:50:51 +00:00
srowen@gmail.com
f525aa7ebb
v4.4 update notes already, plus a javadoc fix
...
git-svn-id: https://zxing.googlecode.com/svn/trunk@2797 59b500cc-1b3d-0410-9834-0bbf25fbcc57
2013-05-15 17:11:11 +00:00
srowen@gmail.com
bd5d27051c
[maven-release-plugin] prepare for next development iteration
...
git-svn-id: https://zxing.googlecode.com/svn/trunk@2771 59b500cc-1b3d-0410-9834-0bbf25fbcc57
2013-05-14 09:55:54 +00:00
srowen@gmail.com
0bdb399201
[maven-release-plugin] prepare release core-2.2
...
git-svn-id: https://zxing.googlecode.com/svn/trunk@2769 59b500cc-1b3d-0410-9834-0bbf25fbcc57
2013-05-14 09:55:42 +00:00
srowen@gmail.com
ac5c3bcf9f
Forgot correct group IDs
...
git-svn-id: https://zxing.googlecode.com/svn/trunk@2768 59b500cc-1b3d-0410-9834-0bbf25fbcc57
2013-05-14 09:49:35 +00:00
srowen@gmail.com
f50b14af60
[maven-release-plugin] prepare for next development iteration
...
git-svn-id: https://zxing.googlecode.com/svn/trunk@2765 59b500cc-1b3d-0410-9834-0bbf25fbcc57
2013-05-14 09:38:03 +00:00
srowen@gmail.com
d5194b86f6
[maven-release-plugin] prepare release core-2.2
...
git-svn-id: https://zxing.googlecode.com/svn/trunk@2763 59b500cc-1b3d-0410-9834-0bbf25fbcc57
2013-05-14 09:37:51 +00:00
srowen@gmail.com
3a6054184c
Drastic -- remove parent pom as it seems to make the release process fail
...
git-svn-id: https://zxing.googlecode.com/svn/trunk@2762 59b500cc-1b3d-0410-9834-0bbf25fbcc57
2013-05-14 09:35:25 +00:00
srowen@gmail.com
83440333cf
[maven-release-plugin] rollback the release of zxing-2.2
...
git-svn-id: https://zxing.googlecode.com/svn/trunk@2760 59b500cc-1b3d-0410-9834-0bbf25fbcc57
2013-05-14 09:17:13 +00:00
srowen@gmail.com
b3226e8e4f
[maven-release-plugin] prepare release zxing-2.2
...
git-svn-id: https://zxing.googlecode.com/svn/trunk@2758 59b500cc-1b3d-0410-9834-0bbf25fbcc57
2013-05-14 09:14:18 +00:00
srowen@gmail.com
75ebbc1400
Or do the child modules need their own scm stanza
...
git-svn-id: https://zxing.googlecode.com/svn/trunk@2757 59b500cc-1b3d-0410-9834-0bbf25fbcc57
2013-05-14 09:10:45 +00:00
srowen@gmail.com
7d1c354a73
[maven-release-plugin] rollback the release of zxing-2.2
...
git-svn-id: https://zxing.googlecode.com/svn/trunk@2755 59b500cc-1b3d-0410-9834-0bbf25fbcc57
2013-05-14 09:07:45 +00:00
srowen@gmail.com
b97900f53d
[maven-release-plugin] prepare release zxing-2.2
...
git-svn-id: https://zxing.googlecode.com/svn/trunk@2752 59b500cc-1b3d-0410-9834-0bbf25fbcc57
2013-05-14 09:00:52 +00:00
srowen@gmail.com
70ec4323a1
[maven-release-plugin] rollback the release of zxing-2.2
...
git-svn-id: https://zxing.googlecode.com/svn/trunk@2744 59b500cc-1b3d-0410-9834-0bbf25fbcc57
2013-05-14 08:40:08 +00:00
srowen@gmail.com
c275486d36
[maven-release-plugin] prepare release zxing-2.2
...
git-svn-id: https://zxing.googlecode.com/svn/trunk@2742 59b500cc-1b3d-0410-9834-0bbf25fbcc57
2013-05-14 08:31:05 +00:00
srowen@gmail.com
87cf1ac803
[maven-release-plugin] rollback the release of zxing-2.2
...
git-svn-id: https://zxing.googlecode.com/svn/trunk@2740 59b500cc-1b3d-0410-9834-0bbf25fbcc57
2013-05-14 07:58:38 +00:00
srowen@gmail.com
a63c6de86b
[maven-release-plugin] prepare release zxing-2.2
...
git-svn-id: https://zxing.googlecode.com/svn/trunk@2738 59b500cc-1b3d-0410-9834-0bbf25fbcc57
2013-05-14 07:53:41 +00:00
srowen@gmail.com
0822399db2
[maven-release-plugin] rollback the release of zxing-2.2
...
git-svn-id: https://zxing.googlecode.com/svn/trunk@2736 59b500cc-1b3d-0410-9834-0bbf25fbcc57
2013-05-14 07:47:06 +00:00
srowen@gmail.com
3a3474aeaf
[maven-release-plugin] prepare release zxing-2.2
...
git-svn-id: https://zxing.googlecode.com/svn/trunk@2731 59b500cc-1b3d-0410-9834-0bbf25fbcc57
2013-05-14 07:07:03 +00:00
srowen@gmail.com
175ed9ad0c
[maven-release-plugin] rollback the release of zxing-2.2
...
git-svn-id: https://zxing.googlecode.com/svn/trunk@2729 59b500cc-1b3d-0410-9834-0bbf25fbcc57
2013-05-14 07:00:46 +00:00
srowen@gmail.com
b847ac99ec
[maven-release-plugin] prepare release zxing-2.2
...
git-svn-id: https://zxing.googlecode.com/svn/trunk@2728 59b500cc-1b3d-0410-9834-0bbf25fbcc57
2013-05-14 06:53:11 +00:00
srowen@gmail.com
939ff355df
[maven-release-plugin] rollback the release of zxing-2.2
...
git-svn-id: https://zxing.googlecode.com/svn/trunk@2727 59b500cc-1b3d-0410-9834-0bbf25fbcc57
2013-05-14 06:45:31 +00:00
srowen@gmail.com
40416935ca
[maven-release-plugin] prepare release zxing-2.2
...
git-svn-id: https://zxing.googlecode.com/svn/trunk@2724 59b500cc-1b3d-0410-9834-0bbf25fbcc57
2013-05-14 06:34:02 +00:00
srowen@gmail.com
881e2cb7da
Comment out unused encoder code (per Frank Yellin)
...
git-svn-id: https://zxing.googlecode.com/svn/trunk@2720 59b500cc-1b3d-0410-9834-0bbf25fbcc57
2013-05-11 18:11:16 +00:00
srowen@gmail.com
8fbcb53126
More PDF417 changes from Guenther
...
git-svn-id: https://zxing.googlecode.com/svn/trunk@2708 59b500cc-1b3d-0410-9834-0bbf25fbcc57
2013-05-03 20:57:14 +00:00
srowen@gmail.com
a47790e2c9
Minor inspection cleanup
...
git-svn-id: https://zxing.googlecode.com/svn/trunk@2705 59b500cc-1b3d-0410-9834-0bbf25fbcc57
2013-05-02 22:43:12 +00:00
srowen@gmail.com
99db7dabec
Suppress some spurious warnings and allow javac lint
...
git-svn-id: https://zxing.googlecode.com/svn/trunk@2701 59b500cc-1b3d-0410-9834-0bbf25fbcc57
2013-04-30 18:47:13 +00:00
srowen@gmail.com
82d0101e42
For consistency, name 'pdf417' image directory as 'pdf417-1'
...
git-svn-id: https://zxing.googlecode.com/svn/trunk@2700 59b500cc-1b3d-0410-9834-0bbf25fbcc57
2013-04-30 12:07:15 +00:00
srowen@gmail.com
5d3a52df9c
Update other tests to reflect better performance
...
git-svn-id: https://zxing.googlecode.com/svn/trunk@2697 59b500cc-1b3d-0410-9834-0bbf25fbcc57
2013-04-27 11:47:24 +00:00
srowen@gmail.com
c2ddf95c8a
Fix two other AIOOBE from pure barcode mode, update javadoc
...
git-svn-id: https://zxing.googlecode.com/svn/trunk@2696 59b500cc-1b3d-0410-9834-0bbf25fbcc57
2013-04-26 17:42:51 +00:00
srowen@gmail.com
99e41ef79d
Fix an NPE that comes up in full testing from last commit
...
git-svn-id: https://zxing.googlecode.com/svn/trunk@2695 59b500cc-1b3d-0410-9834-0bbf25fbcc57
2013-04-26 17:42:22 +00:00
srowen@gmail.com
e320bdadac
Images to accompany last commit
...
git-svn-id: https://zxing.googlecode.com/svn/trunk@2694 59b500cc-1b3d-0410-9834-0bbf25fbcc57
2013-04-26 16:58:10 +00:00
srowen@gmail.com
4d8700bf07
First take on Guenther's updates for PDF417. Still need to investigate test suite #2 failures
...
git-svn-id: https://zxing.googlecode.com/svn/trunk@2693 59b500cc-1b3d-0410-9834-0bbf25fbcc57
2013-04-26 15:31:42 +00:00
srowen@gmail.com
3fe141196c
Add warning about test text files that may have a spurious newline
...
git-svn-id: https://zxing.googlecode.com/svn/trunk@2692 59b500cc-1b3d-0410-9834-0bbf25fbcc57
2013-04-26 13:00:47 +00:00
srowen@gmail.com
9d1497fd27
Issue 1673 assert about division algorithm state to avoid strange infinite loop situation
...
git-svn-id: https://zxing.googlecode.com/svn/trunk@2690 59b500cc-1b3d-0410-9834-0bbf25fbcc57
2013-04-25 18:49:01 +00:00
srowen@gmail.com
a1ed370597
Restore 48 digit ITF
...
git-svn-id: https://zxing.googlecode.com/svn/trunk@2680 59b500cc-1b3d-0410-9834-0bbf25fbcc57
2013-04-22 20:10:27 +00:00
srowen@gmail.com
e6c6c298e5
Issue 1138 reject image with nonsensical right-bottom black pixel in pure barcode mode
...
git-svn-id: https://zxing.googlecode.com/svn/trunk@2679 59b500cc-1b3d-0410-9834-0bbf25fbcc57
2013-04-22 13:44:25 +00:00
srowen@gmail.com
d245a5cca7
Copy .jar files on package, not install
...
git-svn-id: https://zxing.googlecode.com/svn/trunk@2672 59b500cc-1b3d-0410-9834-0bbf25fbcc57
2013-04-21 16:28:37 +00:00
srowen@gmail.com
f4ae6f0631
Issue 1670 remove Ant scripts in favor of Maven where possible
...
git-svn-id: https://zxing.googlecode.com/svn/trunk@2666 59b500cc-1b3d-0410-9834-0bbf25fbcc57
2013-04-21 11:30:54 +00:00
srowen@gmail.com
c0a9cf6b7b
Update and refactor poms under one parent
...
git-svn-id: https://zxing.googlecode.com/svn/trunk@2661 59b500cc-1b3d-0410-9834-0bbf25fbcc57
2013-04-20 19:48:09 +00:00
srowen@gmail.com
96c8b2a8b6
A few inspection cleanups
...
git-svn-id: https://zxing.googlecode.com/svn/trunk@2660 59b500cc-1b3d-0410-9834-0bbf25fbcc57
2013-04-18 11:26:13 +00:00
smparkes@smparkes.net
addd611c25
gif to png in blackbox test data
...
git-svn-id: https://zxing.googlecode.com/svn/trunk@2653 59b500cc-1b3d-0410-9834-0bbf25fbcc57
2013-04-14 22:10:42 +00:00
srowen@gmail.com
58bfbcd212
Update some pom.xml stuff
...
git-svn-id: https://zxing.googlecode.com/svn/trunk@2647 59b500cc-1b3d-0410-9834-0bbf25fbcc57
2013-04-10 16:45:16 +00:00
srowen@gmail.com
ab1c907ad8
Move PDF417, Aztec Writers up a level for consistency
...
git-svn-id: https://zxing.googlecode.com/svn/trunk@2644 59b500cc-1b3d-0410-9834-0bbf25fbcc57
2013-04-10 16:33:21 +00:00
srowen@gmail.com
e13b8546a1
Move PDF417 image to supported
...
git-svn-id: https://zxing.googlecode.com/svn/trunk@2642 59b500cc-1b3d-0410-9834-0bbf25fbcc57
2013-04-09 13:12:08 +00:00
srowen@gmail.com
23cceabba0
Extra test image from Christoph
...
git-svn-id: https://zxing.googlecode.com/svn/trunk@2640 59b500cc-1b3d-0410-9834-0bbf25fbcc57
2013-04-08 19:54:19 +00:00
srowen@gmail.com
ba916ecbe2
More PDF417 test images from Guenther
...
git-svn-id: https://zxing.googlecode.com/svn/trunk@2639 59b500cc-1b3d-0410-9834-0bbf25fbcc57
2013-04-08 14:17:11 +00:00
srowen@gmail.com
a620bcbc45
Issue 1659 carry through metadata on multiple barcodes
...
git-svn-id: https://zxing.googlecode.com/svn/trunk@2619 59b500cc-1b3d-0410-9834-0bbf25fbcc57
2013-04-05 09:48:17 +00:00
srowen@gmail.com
82960ff8c7
Escape double-angle arrow characters
...
git-svn-id: https://zxing.googlecode.com/svn/trunk@2618 59b500cc-1b3d-0410-9834-0bbf25fbcc57
2013-04-01 16:30:33 +00:00
smparkes@smparkes.net
af53906502
1d support for most C++ decoders; n.b. not pdf417 and rss
...
git-svn-id: https://zxing.googlecode.com/svn/trunk@2608 59b500cc-1b3d-0410-9834-0bbf25fbcc57
2013-04-01 06:00:29 +00:00
srowen@gmail.com
b8873b8007
Issue 1653 consistent interpretation of mask penalty i: applied when 5+i=5 (i=0) consecutive modules are the same
...
git-svn-id: https://zxing.googlecode.com/svn/trunk@2600 59b500cc-1b3d-0410-9834-0bbf25fbcc57
2013-03-30 09:27:04 +00:00
srowen@gmail.com
fc42aacc43
First cut at specifying hints by Intent from Lachezar
...
git-svn-id: https://zxing.googlecode.com/svn/trunk@2599 59b500cc-1b3d-0410-9834-0bbf25fbcc57
2013-03-29 14:39:31 +00:00
srowen@gmail.com
921c0178e0
Patch some possible runtime exceptions in new PDF417 code and remove some no-longer-unsupported test images
...
git-svn-id: https://zxing.googlecode.com/svn/trunk@2596 59b500cc-1b3d-0410-9834-0bbf25fbcc57
2013-03-25 22:22:05 +00:00
srowen@gmail.com
cae4e9c19d
Add hint for GS1
...
git-svn-id: https://zxing.googlecode.com/svn/trunk@2595 59b500cc-1b3d-0410-9834-0bbf25fbcc57
2013-03-25 15:51:55 +00:00
srowen@gmail.com
a42d32ca15
PDF417 improvements from Hartmut, Christoph
...
git-svn-id: https://zxing.googlecode.com/svn/trunk@2594 59b500cc-1b3d-0410-9834-0bbf25fbcc57
2013-03-25 15:06:58 +00:00
srowen@gmail.com
4dc5f1abac
Handle Code 128 FNC1 according to GS1-128
...
git-svn-id: https://zxing.googlecode.com/svn/trunk@2592 59b500cc-1b3d-0410-9834-0bbf25fbcc57
2013-03-20 22:00:30 +00:00
srowen@gmail.com
14fb273dcf
More PDF417 test cases
...
git-svn-id: https://zxing.googlecode.com/svn/trunk@2591 59b500cc-1b3d-0410-9834-0bbf25fbcc57
2013-03-13 10:26:16 +00:00
srowen@gmail.com
4787132564
Typo in last commit
...
git-svn-id: https://zxing.googlecode.com/svn/trunk@2588 59b500cc-1b3d-0410-9834-0bbf25fbcc57
2013-03-06 13:18:28 +00:00
srowen@gmail.com
883751b8ba
Add more hints for Aztec encoding
...
git-svn-id: https://zxing.googlecode.com/svn/trunk@2587 59b500cc-1b3d-0410-9834-0bbf25fbcc57
2013-03-06 13:16:23 +00:00
srowen@gmail.com
cd8985336d
Make sure strings with a space aren't considered a URI
...
git-svn-id: https://zxing.googlecode.com/svn/trunk@2586 59b500cc-1b3d-0410-9834-0bbf25fbcc57
2013-03-05 18:11:09 +00:00
srowen@gmail.com
e5d060bfe7
Avoid stack overflow in some odd case in multiple barcode detection, and don't use multiple threads for one image on the command line
...
git-svn-id: https://zxing.googlecode.com/svn/trunk@2585 59b500cc-1b3d-0410-9834-0bbf25fbcc57
2013-03-05 18:07:45 +00:00
srowen@gmail.com
33c5bd074b
Issue 1638 support for several URLs in contact info, and some incidental test cleanup too
...
git-svn-id: https://zxing.googlecode.com/svn/trunk@2583 59b500cc-1b3d-0410-9834-0bbf25fbcc57
2013-03-03 17:06:00 +00:00
srowen@gmail.com
86671ab226
Missed a test improvement
...
git-svn-id: https://zxing.googlecode.com/svn/trunk@2582 59b500cc-1b3d-0410-9834-0bbf25fbcc57
2013-03-01 20:07:55 +00:00
srowen@gmail.com
b01cff36fa
Various changes from IJ12.1 inspections
...
git-svn-id: https://zxing.googlecode.com/svn/trunk@2581 59b500cc-1b3d-0410-9834-0bbf25fbcc57
2013-03-01 20:01:40 +00:00
srowen@gmail.com
7a39922b30
Remove target temp dir creation
...
git-svn-id: https://zxing.googlecode.com/svn/trunk@2578 59b500cc-1b3d-0410-9834-0bbf25fbcc57
2013-02-25 13:52:42 +00:00
srowen@gmail.com
d5342e8e7f
Aztec encoder
...
git-svn-id: https://zxing.googlecode.com/svn/trunk@2577 59b500cc-1b3d-0410-9834-0bbf25fbcc57
2013-02-25 12:34:50 +00:00
srowen@gmail.com
01e43af170
Better take on InvertedLuminanceSource -- allow possibility of rotation and efficient un-inversion
...
git-svn-id: https://zxing.googlecode.com/svn/trunk@2576 59b500cc-1b3d-0410-9834-0bbf25fbcc57
2013-02-19 20:53:30 +00:00
srowen@gmail.com
d863e71a10
Use "1.6" instead of "6" in Maven to workaround m2eclipse?
...
git-svn-id: https://zxing.googlecode.com/svn/trunk@2575 59b500cc-1b3d-0410-9834-0bbf25fbcc57
2013-02-19 16:41:42 +00:00
srowen@gmail.com
fbb5d02dd6
Issue 1604 Add LuminanceSource.invert() method
...
git-svn-id: https://zxing.googlecode.com/svn/trunk@2574 59b500cc-1b3d-0410-9834-0bbf25fbcc57
2013-02-19 11:00:45 +00:00
srowen@gmail.com
3b9b63da18
URL-decode email address in mailto: link
...
git-svn-id: https://zxing.googlecode.com/svn/trunk@2573 59b500cc-1b3d-0410-9834-0bbf25fbcc57
2013-02-13 17:27:55 +00:00
srowen@gmail.com
62bd9719a8
Doc an old ByteMatrix method in response to an SO question
...
git-svn-id: https://zxing.googlecode.com/svn/trunk@2572 59b500cc-1b3d-0410-9834-0bbf25fbcc57
2013-02-12 20:08:33 +00:00
srowen@gmail.com
a642bdd839
Issue 572 port of Data Matrix encoder from barcode4j, adapted for Android, ported by Guillaume Le Biller and stoty47 and adapted a bit more by me
...
git-svn-id: https://zxing.googlecode.com/svn/trunk@2569 59b500cc-1b3d-0410-9834-0bbf25fbcc57
2013-02-07 20:17:08 +00:00
srowen
90e1822928
On scan we pass a grayscale image of the scanned image, which is used as a thumbnail. These days this is getting to be 2MB of data to bundle to copy around in memory. Instead scale by 50% and JPEG-encode. This saves some memory and paves the way for later perhaps saving the image data with history.
...
git-svn-id: https://zxing.googlecode.com/svn/trunk@2561 59b500cc-1b3d-0410-9834-0bbf25fbcc57
2013-01-19 20:48:03 +00:00
srowen
87b7a44c8f
Add some newer plugin versions
...
git-svn-id: https://zxing.googlecode.com/svn/trunk@2554 59b500cc-1b3d-0410-9834-0bbf25fbcc57
2013-01-16 07:26:41 +00:00
srowen
b89f3d5e35
Support GEO, NICKNAME from vCard (add as a 'note' in Android)
...
git-svn-id: https://zxing.googlecode.com/svn/trunk@2551 59b500cc-1b3d-0410-9834-0bbf25fbcc57
2013-01-09 21:32:05 +00:00
srowen
2d135af9c9
Issue 1477 improve multi QR code finder logic
...
git-svn-id: https://zxing.googlecode.com/svn/trunk@2550 59b500cc-1b3d-0410-9834-0bbf25fbcc57
2013-01-09 21:30:40 +00:00
srowen
067321b68a
Change some tests that used .jpg in path to use .png now
...
git-svn-id: https://zxing.googlecode.com/svn/trunk@2549 59b500cc-1b3d-0410-9834-0bbf25fbcc57
2012-12-31 15:23:21 +00:00
smparkes@smparkes.net
51d3596dd9
convert jpg to png
...
git-svn-id: https://zxing.googlecode.com/svn/trunk@2548 59b500cc-1b3d-0410-9834-0bbf25fbcc57
2012-12-31 01:41:30 +00:00
srowen
66b776e0c0
(Committed old pom updates along the way)
...
git-svn-id: https://zxing.googlecode.com/svn/trunk@2545 59b500cc-1b3d-0410-9834-0bbf25fbcc57
2012-12-26 01:40:30 +00:00
srowen
bcd38aee57
Issue 1455 use H: prefix for hidden
...
git-svn-id: https://zxing.googlecode.com/svn/trunk@2543 59b500cc-1b3d-0410-9834-0bbf25fbcc57
2012-12-07 00:31:18 +00:00
srowen
cc9a55d1a2
Catch more weird edge cases where readBits fails on bad QR codes and just return FormatException; remove a deprecated PDF417 method
...
git-svn-id: https://zxing.googlecode.com/svn/trunk@2542 59b500cc-1b3d-0410-9834-0bbf25fbcc57
2012-12-05 20:37:20 +00:00
srowen
d085872bad
Update to JUnit 4.11
...
git-svn-id: https://zxing.googlecode.com/svn/trunk@2534 59b500cc-1b3d-0410-9834-0bbf25fbcc57
2012-11-26 22:51:07 +00:00
srowen
caf7734595
Use logging instead of System.out for finer-grained control
...
git-svn-id: https://zxing.googlecode.com/svn/trunk@2531 59b500cc-1b3d-0410-9834-0bbf25fbcc57
2012-11-25 10:40:44 +00:00
srowen
155bc2eb79
MVN plugin version update
...
git-svn-id: https://zxing.googlecode.com/svn/trunk@2529 59b500cc-1b3d-0410-9834-0bbf25fbcc57
2012-11-24 11:11:11 +00:00
srowen
703ce0d8e4
Add test config to pom.xml
...
git-svn-id: https://zxing.googlecode.com/svn/trunk@2522 59b500cc-1b3d-0410-9834-0bbf25fbcc57
2012-11-18 11:50:25 +00:00
srowen
6f18b47af4
Minor style changes, streamline Aztec detector and CommandLineRunner slightly
...
git-svn-id: https://zxing.googlecode.com/svn/trunk@2521 59b500cc-1b3d-0410-9834-0bbf25fbcc57
2012-11-17 13:20:37 +00:00
srowen
29934305d7
Continue recursion even if finding a duplicate of a prior barcode
...
git-svn-id: https://zxing.googlecode.com/svn/trunk@2519 59b500cc-1b3d-0410-9834-0bbf25fbcc57
2012-11-15 12:07:11 +00:00
srowen
6767168801
More optimizations plus some improved RSS expanded misdetection detection
...
git-svn-id: https://zxing.googlecode.com/svn/trunk@2517 59b500cc-1b3d-0410-9834-0bbf25fbcc57
2012-11-13 13:31:50 +00:00
srowen
14b2eeb7ae
A few more small optimizations
...
git-svn-id: https://zxing.googlecode.com/svn/trunk@2516 59b500cc-1b3d-0410-9834-0bbf25fbcc57
2012-11-13 09:10:27 +00:00
srowen
6352a421a3
Codabar optimization
...
git-svn-id: https://zxing.googlecode.com/svn/trunk@2515 59b500cc-1b3d-0410-9834-0bbf25fbcc57
2012-11-12 20:12:04 +00:00
srowen
ef33d45809
Simplified two loops with goto and fixed (?) a logic error in removing rows. Use raw contents as display text for RSS expanded since not all have a product ID.
...
git-svn-id: https://zxing.googlecode.com/svn/trunk@2514 59b500cc-1b3d-0410-9834-0bbf25fbcc57
2012-11-12 19:39:50 +00:00
srowen
f3065f1210
Issue 1434 more sanity checks for RSS expanded
...
git-svn-id: https://zxing.googlecode.com/svn/trunk@2512 59b500cc-1b3d-0410-9834-0bbf25fbcc57
2012-11-12 18:50:25 +00:00
srowen
b3839ec5e0
Issue 583 RSS Expanded support, by Pablo Orduna and the Deusto crew, back-ported by ShumovichY
...
git-svn-id: https://zxing.googlecode.com/svn/trunk@2510 59b500cc-1b3d-0410-9834-0bbf25fbcc57
2012-11-12 15:09:25 +00:00
srowen
0e4ef00d34
Issue 1432 errata from GS1 spec and support for additional var length product field 8200
...
git-svn-id: https://zxing.googlecode.com/svn/trunk@2509 59b500cc-1b3d-0410-9834-0bbf25fbcc57
2012-11-10 15:02:49 +00:00
srowen
84a3b27117
Up RSS character variance tolerance a little and tighten up unit test
...
git-svn-id: https://zxing.googlecode.com/svn/trunk@2501 59b500cc-1b3d-0410-9834-0bbf25fbcc57
2012-11-07 14:59:39 +00:00
srowen
786aae487e
Issue 1427 fix small off by one in RSS expanded decoder
...
git-svn-id: https://zxing.googlecode.com/svn/trunk@2500 59b500cc-1b3d-0410-9834-0bbf25fbcc57
2012-11-07 14:43:35 +00:00
smparkes@smparkes.net
2581409353
add rss tests to the default blackbox test target
...
git-svn-id: https://zxing.googlecode.com/svn/trunk@2498 59b500cc-1b3d-0410-9834-0bbf25fbcc57
2012-11-04 14:49:51 +00:00
smparkes@smparkes.net
033a3fe9f1
Revert "Promote RSS blackbox tests to com.google.zxing.oned"
...
This reverts commit 38e95ce456
.
git-svn-id: https://zxing.googlecode.com/svn/trunk@2497 59b500cc-1b3d-0410-9834-0bbf25fbcc57
2012-11-04 14:49:35 +00:00
smparkes@smparkes.net
38e95ce456
Promote RSS blackbox tests to com.google.zxing.oned
...
Promote RSS blackbox tests to com.google.zxing.oned so they get picked up and run by the blackbox test infrastructure.
git-svn-id: https://zxing.googlecode.com/svn/trunk@2496 59b500cc-1b3d-0410-9834-0bbf25fbcc57
2012-11-04 14:21:03 +00:00
srowen
0636cb7b08
Small tweak to last commit and test count, enable explicit conversion everywhere and patch a strange Java 7-only (JIT?) issue
...
git-svn-id: https://zxing.googlecode.com/svn/trunk@2495 59b500cc-1b3d-0410-9834-0bbf25fbcc57
2012-11-04 13:35:40 +00:00
smparkes@smparkes.net
33cb6a0745
Optionally use explict luminance conversion instead of AWT builtin conversion
...
git-svn-id: https://zxing.googlecode.com/svn/trunk@2494 59b500cc-1b3d-0410-9834-0bbf25fbcc57
2012-11-04 01:21:38 +00:00
srowen
eb2d89301f
Issue 1417 support VEVENT DURATION property
...
git-svn-id: https://zxing.googlecode.com/svn/trunk@2480 59b500cc-1b3d-0410-9834-0bbf25fbcc57
2012-10-24 17:07:52 +00:00
srowen
6950a78274
Update to Junit 4.10
...
git-svn-id: https://zxing.googlecode.com/svn/trunk@2478 59b500cc-1b3d-0410-9834-0bbf25fbcc57
2012-10-22 14:18:46 +00:00
srowen
64bce22867
Update Maven config and advance to v2.2
...
git-svn-id: https://zxing.googlecode.com/svn/trunk@2477 59b500cc-1b3d-0410-9834-0bbf25fbcc57
2012-10-22 14:13:57 +00:00
srowen
6eeb6bdf00
[maven-release-plugin] prepare for next development iteration
...
git-svn-id: https://zxing.googlecode.com/svn/trunk@2469 59b500cc-1b3d-0410-9834-0bbf25fbcc57
2012-10-22 13:24:52 +00:00
srowen
6ef0076d50
[maven-release-plugin] prepare release core-2.1
...
git-svn-id: https://zxing.googlecode.com/svn/trunk@2467 59b500cc-1b3d-0410-9834-0bbf25fbcc57
2012-10-22 13:24:37 +00:00
srowen
91a71dba0b
Issue 1376 Check EAN13 checksum when encoding
...
git-svn-id: https://zxing.googlecode.com/svn/trunk@2454 59b500cc-1b3d-0410-9834-0bbf25fbcc57
2012-10-10 20:32:05 +00:00
srowen
f309b56557
Add cropping for RGBLuminanceSource. And remove some unrelated dead code.
...
git-svn-id: https://zxing.googlecode.com/svn/trunk@2394 59b500cc-1b3d-0410-9834-0bbf25fbcc57
2012-08-23 23:44:47 +00:00
srowen
5a557bac10
Issue 1343 fix border case version selection
...
git-svn-id: https://zxing.googlecode.com/svn/trunk@2393 59b500cc-1b3d-0410-9834-0bbf25fbcc57
2012-08-20 11:10:43 +00:00
srowen
eb0ac26881
Issue 1335 remove dead store
...
git-svn-id: https://zxing.googlecode.com/svn/trunk@2391 59b500cc-1b3d-0410-9834-0bbf25fbcc57
2012-08-14 21:27:23 +00:00
srowen
4aa2358e31
Move RGBLuminanceSource to core/
...
git-svn-id: https://zxing.googlecode.com/svn/trunk@2389 59b500cc-1b3d-0410-9834-0bbf25fbcc57
2012-08-14 09:23:23 +00:00
srowen
9add6f3992
Issue 1332 fix EDIFACT decoding
...
git-svn-id: https://zxing.googlecode.com/svn/trunk@2387 59b500cc-1b3d-0410-9834-0bbf25fbcc57
2012-08-10 10:04:19 +00:00
srowen
5384255cae
Issue 1325 Encoder clarifications
...
git-svn-id: https://zxing.googlecode.com/svn/trunk@2374 59b500cc-1b3d-0410-9834-0bbf25fbcc57
2012-08-06 13:19:13 +00:00
srowen
e4803b8799
Issue 1218 add possible support for hidden SSIDs
...
git-svn-id: https://zxing.googlecode.com/svn/trunk@2371 59b500cc-1b3d-0410-9834-0bbf25fbcc57
2012-08-06 12:07:52 +00:00
srowen
d52fd6879e
Issue 1324 Generate proper FormatException on QR code with bad structured append segment
...
git-svn-id: https://zxing.googlecode.com/svn/trunk@2367 59b500cc-1b3d-0410-9834-0bbf25fbcc57
2012-08-03 22:07:05 +00:00
srowen
1fbad444ee
Fix small corner case errors from crash logs
...
git-svn-id: https://zxing.googlecode.com/svn/trunk@2363 59b500cc-1b3d-0410-9834-0bbf25fbcc57
2012-07-31 17:06:20 +00:00
srowen
53ace36930
Refactor PlanarYUVLuminanceSource into core/
...
git-svn-id: https://zxing.googlecode.com/svn/trunk@2362 59b500cc-1b3d-0410-9834-0bbf25fbcc57
2012-07-31 15:06:23 +00:00
srowen
f653154da3
Issue 1314 add hint to control margin in Writer, and switch to more natural boolean[] representation
...
git-svn-id: https://zxing.googlecode.com/svn/trunk@2353 59b500cc-1b3d-0410-9834-0bbf25fbcc57
2012-07-16 19:17:56 +00:00
srowen
95f42d6340
Issue 1312 fix byte mode compaction with early latch to another compaction
...
git-svn-id: https://zxing.googlecode.com/svn/trunk@2352 59b500cc-1b3d-0410-9834-0bbf25fbcc57
2012-07-16 16:03:05 +00:00
srowen
17a237e88a
Issue 1308 allow PDF417 with row height 2
...
git-svn-id: https://zxing.googlecode.com/svn/trunk@2349 59b500cc-1b3d-0410-9834-0bbf25fbcc57
2012-07-09 13:47:48 +00:00
srowen
d19176ec5f
More inspection stuff, mostly making things final that are not intended for extension
...
git-svn-id: https://zxing.googlecode.com/svn/trunk@2344 59b500cc-1b3d-0410-9834-0bbf25fbcc57
2012-07-07 20:41:00 +00:00
srowen
c73aac2f90
Fix placement of ECI segment, which was wrong. Add test. Try to clean up the legacy C++ port a bit more.
...
git-svn-id: https://zxing.googlecode.com/svn/trunk@2342 59b500cc-1b3d-0410-9834-0bbf25fbcc57
2012-07-06 21:57:21 +00:00
srowen
cd25a521a4
Issue 1306 Add parsing of vEvent attendee/organizer
...
git-svn-id: https://zxing.googlecode.com/svn/trunk@2339 59b500cc-1b3d-0410-9834-0bbf25fbcc57
2012-07-04 14:16:04 +00:00
srowen
07c8b8282e
Consolidate date parsing for calendar events. Use human readable dates in app display. Probably haven't broken anything.
...
git-svn-id: https://zxing.googlecode.com/svn/trunk@2336 59b500cc-1b3d-0410-9834-0bbf25fbcc57
2012-06-29 17:40:55 +00:00
srowen
7bc138ed7a
Avoid check for transparency when there is no alpha channel
...
git-svn-id: https://zxing.googlecode.com/svn/trunk@2327 59b500cc-1b3d-0410-9834-0bbf25fbcc57
2012-06-26 10:23:54 +00:00
srowen
845b3d81e1
Issue 1296 Faster check for transparent pixels
...
git-svn-id: https://zxing.googlecode.com/svn/trunk@2324 59b500cc-1b3d-0410-9834-0bbf25fbcc57
2012-06-25 21:33:18 +00:00
srowen
5e9f84dea2
One final simplification
...
git-svn-id: https://zxing.googlecode.com/svn/trunk@2323 59b500cc-1b3d-0410-9834-0bbf25fbcc57
2012-06-25 21:18:50 +00:00
srowen
f47ca41725
Forgot one more test change
...
git-svn-id: https://zxing.googlecode.com/svn/trunk@2322 59b500cc-1b3d-0410-9834-0bbf25fbcc57
2012-06-25 21:13:12 +00:00
srowen
eacb5bc3ff
Add some necessary test changes. Some strange strings are now recognized as URL-like but it isn't a problem. Don't lowercase URI schemes.
...
git-svn-id: https://zxing.googlecode.com/svn/trunk@2321 59b500cc-1b3d-0410-9834-0bbf25fbcc57
2012-06-25 20:39:12 +00:00
srowen
585318cb22
Issue 1295 allow broader definition of URI
...
git-svn-id: https://zxing.googlecode.com/svn/trunk@2318 59b500cc-1b3d-0410-9834-0bbf25fbcc57
2012-06-24 15:44:36 +00:00
srowen
8d86437747
Add ability to rotate LuminanceSource 45 degrees, for later use
...
git-svn-id: https://zxing.googlecode.com/svn/trunk@2314 59b500cc-1b3d-0410-9834-0bbf25fbcc57
2012-06-20 14:46:00 +00:00
srowen
bc4f114985
Issue 1288 another fix to flip PDF417 over
...
git-svn-id: https://zxing.googlecode.com/svn/trunk@2312 59b500cc-1b3d-0410-9834-0bbf25fbcc57
2012-06-15 11:47:26 +00:00
srowen
14e4aad0fe
Issue 1288 PDF417 barcode flipped
...
git-svn-id: https://zxing.googlecode.com/svn/trunk@2310 59b500cc-1b3d-0410-9834-0bbf25fbcc57
2012-06-13 16:18:31 +00:00
srowen
d2fcfb0606
Update some Maven version stuff
...
git-svn-id: https://zxing.googlecode.com/svn/trunk@2306 59b500cc-1b3d-0410-9834-0bbf25fbcc57
2012-06-08 18:26:20 +00:00
srowen
212e611dc3
Issue 1270 better handle tall codes
...
git-svn-id: https://zxing.googlecode.com/svn/trunk@2295 59b500cc-1b3d-0410-9834-0bbf25fbcc57
2012-05-18 13:03:52 +00:00
srowen
f1358d6c52
Refactor some duplicated math methods
...
git-svn-id: https://zxing.googlecode.com/svn/trunk@2294 59b500cc-1b3d-0410-9834-0bbf25fbcc57
2012-05-15 20:38:03 +00:00
srowen
785197a625
Issue 1263 small fix
...
git-svn-id: https://zxing.googlecode.com/svn/trunk@2290 59b500cc-1b3d-0410-9834-0bbf25fbcc57
2012-05-10 13:14:33 +00:00
srowen
6ea8a2e6b0
Issue 1263 refactor PDF417 Writer interface
...
git-svn-id: https://zxing.googlecode.com/svn/trunk@2289 59b500cc-1b3d-0410-9834-0bbf25fbcc57
2012-05-10 13:00:29 +00:00
srowen
420ec722fb
Now support scanning for 2-digit as well as 5-digit UPC/EAN extension codes
...
git-svn-id: https://zxing.googlecode.com/svn/trunk@2287 59b500cc-1b3d-0410-9834-0bbf25fbcc57
2012-05-10 12:35:00 +00:00
srowen
500872c9ff
Avoid a few more rare exceptions
...
git-svn-id: https://zxing.googlecode.com/svn/trunk@2284 59b500cc-1b3d-0410-9834-0bbf25fbcc57
2012-05-10 09:00:48 +00:00
srowen
b73efdfba1
Handle bad key-value pairs in URL by ignoring
...
git-svn-id: https://zxing.googlecode.com/svn/trunk@2283 59b500cc-1b3d-0410-9834-0bbf25fbcc57
2012-05-06 19:33:38 +00:00
srowen
437c5f177f
Back out PDF417 erasures change; doesn't quite work. But improve test and remove some dead EC code while we're here
...
git-svn-id: https://zxing.googlecode.com/svn/trunk@2281 59b500cc-1b3d-0410-9834-0bbf25fbcc57
2012-05-02 21:52:41 +00:00
srowen
0b005747ff
Update black box tests to reflect much better decoding with EC. Add support for correcting erasures plus tests.
...
git-svn-id: https://zxing.googlecode.com/svn/trunk@2280 59b500cc-1b3d-0410-9834-0bbf25fbcc57
2012-05-01 00:02:23 +00:00
srowen
a107d0c0a4
Fix QR code encoder to correctly account for size of ECI segment
...
git-svn-id: https://zxing.googlecode.com/svn/trunk@2279 59b500cc-1b3d-0410-9834-0bbf25fbcc57
2012-04-30 19:14:46 +00:00
srowen
9a168f5994
Forgot tests for PDF417 EC
...
git-svn-id: https://zxing.googlecode.com/svn/trunk@2278 59b500cc-1b3d-0410-9834-0bbf25fbcc57
2012-04-30 18:43:40 +00:00
srowen
60288ac9e4
Hunting an AIOOBE here -- clarified some code a little bit but still not seeing the issue
...
git-svn-id: https://zxing.googlecode.com/svn/trunk@2277 59b500cc-1b3d-0410-9834-0bbf25fbcc57
2012-04-30 07:22:26 +00:00
srowen
4ee80c2150
Back-port more proper PDF417 R-S error correction
...
git-svn-id: https://zxing.googlecode.com/svn/trunk@2275 59b500cc-1b3d-0410-9834-0bbf25fbcc57
2012-04-27 20:22:11 +00:00
srowen
8768f73604
Check for bad dimension every time to produce more meaningful error
...
git-svn-id: https://zxing.googlecode.com/svn/trunk@2269 59b500cc-1b3d-0410-9834-0bbf25fbcc57
2012-04-26 18:23:25 +00:00
srowen
18c3b38a9a
Maybe avoid a string index out of bounds exception here?
...
git-svn-id: https://zxing.googlecode.com/svn/trunk@2265 59b500cc-1b3d-0410-9834-0bbf25fbcc57
2012-04-26 17:02:45 +00:00
srowen
8c924b470f
Support multiple components in ORG
...
git-svn-id: https://zxing.googlecode.com/svn/trunk@2257 59b500cc-1b3d-0410-9834-0bbf25fbcc57
2012-04-23 00:17:58 +00:00
srowen
346de1b561
Minor inspection stuff
...
git-svn-id: https://zxing.googlecode.com/svn/trunk@2247 59b500cc-1b3d-0410-9834-0bbf25fbcc57
2012-04-05 17:41:28 +00:00
srowen
cc204e1bde
Miscellaneous tweaks from inspection
...
git-svn-id: https://zxing.googlecode.com/svn/trunk@2244 59b500cc-1b3d-0410-9834-0bbf25fbcc57
2012-03-31 12:05:30 +00:00
srowen
94cae7f083
Remove deviation from PDF417 spec and faulty unit test (thanks Anders)
...
git-svn-id: https://zxing.googlecode.com/svn/trunk@2241 59b500cc-1b3d-0410-9834-0bbf25fbcc57
2012-03-30 10:58:24 +00:00
srowen
758c9c38c4
Vladimir's fix for a small typo in rect detection
...
git-svn-id: https://zxing.googlecode.com/svn/trunk@2239 59b500cc-1b3d-0410-9834-0bbf25fbcc57
2012-03-29 18:21:44 +00:00
srowen
674783b8dd
Fix RS encoder test, per hwkns
...
git-svn-id: https://zxing.googlecode.com/svn/trunk@2236 59b500cc-1b3d-0410-9834-0bbf25fbcc57
2012-03-28 18:01:52 +00:00
srowen
75d26706c2
Issue 1225 fix another AIOOBE for bad QR code
...
git-svn-id: https://zxing.googlecode.com/svn/trunk@2235 59b500cc-1b3d-0410-9834-0bbf25fbcc57
2012-03-26 10:50:16 +00:00
srowen
1b0aed9c09
Improve detection especially under rotation
...
git-svn-id: https://zxing.googlecode.com/svn/trunk@2233 59b500cc-1b3d-0410-9834-0bbf25fbcc57
2012-03-23 18:18:38 +00:00
srowen
9f45bab33c
Ignore UTF byte order mark when parsing result
...
git-svn-id: https://zxing.googlecode.com/svn/trunk@2228 59b500cc-1b3d-0410-9834-0bbf25fbcc57
2012-03-14 17:09:47 +00:00
srowen
882fef230c
Issue 1184 handle escaped semicolons and fix test
...
git-svn-id: https://zxing.googlecode.com/svn/trunk@2221 59b500cc-1b3d-0410-9834-0bbf25fbcc57
2012-03-06 22:47:05 +00:00
srowen
596e4a0871
Avoid a false positive on empty PDF 417
...
git-svn-id: https://zxing.googlecode.com/svn/trunk@2218 59b500cc-1b3d-0410-9834-0bbf25fbcc57
2012-03-05 18:41:20 +00:00
srowen
5287b54bb2
Issue 1184 treat semicolon field separator as newline
...
git-svn-id: https://zxing.googlecode.com/svn/trunk@2214 59b500cc-1b3d-0410-9834-0bbf25fbcc57
2012-03-02 23:41:09 +00:00
srowen
240424bec0
Issue 1193 more small PDF417 fixes and a new test
...
git-svn-id: https://zxing.googlecode.com/svn/trunk@2213 59b500cc-1b3d-0410-9834-0bbf25fbcc57
2012-03-02 23:20:02 +00:00
srowen
a88da9d002
Issue 1194 small bug fix in array expanding comparisons
...
git-svn-id: https://zxing.googlecode.com/svn/trunk@2212 59b500cc-1b3d-0410-9834-0bbf25fbcc57
2012-03-02 21:38:34 +00:00
srowen
b9cd318822
Issue 1188 fix nudge, to avoid exception in extreme images
...
git-svn-id: https://zxing.googlecode.com/svn/trunk@2210 59b500cc-1b3d-0410-9834-0bbf25fbcc57
2012-03-02 18:53:19 +00:00
smparkes@smparkes.net
e402d1ca92
rename a couple of test files that have names that confuse some OSes/filesytems
...
git-svn-id: https://zxing.googlecode.com/svn/trunk@2196 59b500cc-1b3d-0410-9834-0bbf25fbcc57
2012-02-17 04:58:22 +00:00
srowen
ead2b171bf
Issue 1170 fix condition for affine-ness
...
git-svn-id: https://zxing.googlecode.com/svn/trunk@2191 59b500cc-1b3d-0410-9834-0bbf25fbcc57
2012-02-16 17:18:56 +00:00
srowen
3dbad7baf6
Issue 1169 PDF417 error correction ground-work. Now actually computes the syndrome to detect errors but doesn't correct. This fixes misreads but takes out 1-2 images that accidentally passed as the erasure was inconsequential.
...
git-svn-id: https://zxing.googlecode.com/svn/trunk@2190 59b500cc-1b3d-0410-9834-0bbf25fbcc57
2012-02-16 13:25:28 +00:00
srowen
7eb6e8437a
Send through EAN extension with metadata
...
git-svn-id: https://zxing.googlecode.com/svn/trunk@2186 59b500cc-1b3d-0410-9834-0bbf25fbcc57
2012-02-15 10:23:06 +00:00
srowen
f1dc6c6dcd
Simplify old multiply logic for GF
...
git-svn-id: https://zxing.googlecode.com/svn/trunk@2185 59b500cc-1b3d-0410-9834-0bbf25fbcc57
2012-02-15 08:35:25 +00:00
srowen
0cf9ec342f
Avoid some rare IllegalArgumentException and ArrayIndexOutOfBoundsException on bad input
...
git-svn-id: https://zxing.googlecode.com/svn/trunk@2184 59b500cc-1b3d-0410-9834-0bbf25fbcc57
2012-02-14 09:51:59 +00:00