srowen
|
5415b12050
|
Count misreads in the test framework and track. Retune slightly on this basis to pick up a few more images
git-svn-id: https://zxing.googlecode.com/svn/trunk@2116 59b500cc-1b3d-0410-9834-0bbf25fbcc57
|
2012-01-13 14:38:38 +00:00 |
|
srowen
|
01c274cfd1
|
Fix slight problem in heuristic for detecting URIs: accept a.singleletterdomainelement.com
git-svn-id: https://zxing.googlecode.com/svn/trunk@2108 59b500cc-1b3d-0410-9834-0bbf25fbcc57
|
2012-01-11 14:52:53 +00:00 |
|
srowen
|
4af95ab471
|
Use better regex-based test for URI
git-svn-id: https://zxing.googlecode.com/svn/trunk@2098 59b500cc-1b3d-0410-9834-0bbf25fbcc57
|
2011-12-23 15:20:18 +00:00 |
|
srowen
|
8f005274c0
|
Faster getNextSet; more gains from getNextUnset
git-svn-id: https://zxing.googlecode.com/svn/trunk@2051 59b500cc-1b3d-0410-9834-0bbf25fbcc57
|
2011-11-25 12:37:39 +00:00 |
|
srowen
|
b93f68f0db
|
Another half-percent from specializing some operations on bit arrays
git-svn-id: https://zxing.googlecode.com/svn/trunk@2050 59b500cc-1b3d-0410-9834-0bbf25fbcc57
|
2011-11-25 01:17:28 +00:00 |
|
srowen
|
293f565db9
|
Issue 1067 and more. Add "VALUE=DATE" to encoding of all-day dates. Don't pretend end was specified in original barcode if not present. However for benefit of Android Calendar apps, use +1 hour/day end time for missing end. Fix some error messages in appspot generator too.
git-svn-id: https://zxing.googlecode.com/svn/trunk@2040 59b500cc-1b3d-0410-9834-0bbf25fbcc57
|
2011-11-17 09:35:48 +00:00 |
|
srowen
|
5311b1ce27
|
Issue 1054 unescape vCard / VEVENT correctly and don't strip semicolon in vCard
git-svn-id: https://zxing.googlecode.com/svn/trunk@2021 59b500cc-1b3d-0410-9834-0bbf25fbcc57
|
2011-11-10 15:01:33 +00:00 |
|
srowen
|
db60385d7d
|
Update all Java code to use Java 6
git-svn-id: https://zxing.googlecode.com/svn/trunk@2002 59b500cc-1b3d-0410-9834-0bbf25fbcc57
|
2011-11-02 11:16:30 +00:00 |
|
srowen
|
8743bb6de2
|
Update RSS14 test; remove IDE formatting comment (?)
git-svn-id: https://zxing.googlecode.com/svn/trunk@1975 59b500cc-1b3d-0410-9834-0bbf25fbcc57
|
2011-10-15 07:24:19 +00:00 |
|
smparkes@smparkes.net
|
70190f7805
|
Tweak blackpoints estimates for internal black blocks. Closes Issue 1012.
git-svn-id: https://zxing.googlecode.com/svn/trunk@1973 59b500cc-1b3d-0410-9834-0bbf25fbcc57
|
2011-10-15 00:31:07 +00:00 |
|
srowen
|
303ed2e6a0
|
A pile of changes from proper static analysis for nullability issues, with full annotations.
git-svn-id: https://zxing.googlecode.com/svn/trunk@1937 59b500cc-1b3d-0410-9834-0bbf25fbcc57
|
2011-09-26 19:09:45 +00:00 |
|
srowen
|
a035285f2f
|
Some style and related stuff I found in code inspection
git-svn-id: https://zxing.googlecode.com/svn/trunk@1921 59b500cc-1b3d-0410-9834-0bbf25fbcc57
|
2011-09-19 14:04:25 +00:00 |
|
srowen
|
015e2a5915
|
Style changes to CodaBar writer
git-svn-id: https://zxing.googlecode.com/svn/trunk@1908 59b500cc-1b3d-0410-9834-0bbf25fbcc57
|
2011-09-15 09:22:48 +00:00 |
|
dsbnatut
|
02b0816126
|
add CodaBarWriter, and make separation from UPCEANWriter to OneDimensionalCodeWriter and UPCEANWriter which inherits OneDimensionalCodeWriter.
git-svn-id: https://zxing.googlecode.com/svn/trunk@1907 59b500cc-1b3d-0410-9834-0bbf25fbcc57
|
2011-09-15 00:45:54 +00:00 |
|
srowen
|
fa5c84a0cf
|
Let RSS tests succeed even when run from project root
git-svn-id: https://zxing.googlecode.com/svn/trunk@1883 59b500cc-1b3d-0410-9834-0bbf25fbcc57
|
2011-08-13 16:58:32 +00:00 |
|
srowen
|
869ddc1dbf
|
Improvement to finder/alignment pattern detection in low-res situations: use averages. It makes it much better on images of this sort, decreasing failure rate by about 60%. (It makes one old image fail, but looks like a fluke)
git-svn-id: https://zxing.googlecode.com/svn/trunk@1875 59b500cc-1b3d-0410-9834-0bbf25fbcc57
|
2011-08-02 16:20:59 +00:00 |
|
srowen
|
05455c7b68
|
Issue 897 tighten URI definition
git-svn-id: https://zxing.googlecode.com/svn/trunk@1851 59b500cc-1b3d-0410-9834-0bbf25fbcc57
|
2011-07-09 09:23:23 +00:00 |
|
dswitkin@google.com
|
dbc98a7a22
|
Made sure otpauth: is recognized as a valid URI.
git-svn-id: https://zxing.googlecode.com/svn/trunk@1811 59b500cc-1b3d-0410-9834-0bbf25fbcc57
|
2011-06-07 15:24:31 +00:00 |
|
srowen
|
df65c5b83e
|
A bunch of code style related changes
git-svn-id: https://zxing.googlecode.com/svn/trunk@1795 59b500cc-1b3d-0410-9834-0bbf25fbcc57
|
2011-05-21 03:36:39 +00:00 |
|
srowen
|
2d7ef9faf4
|
Issue 742 at least parse iCal GEO in core library
git-svn-id: https://zxing.googlecode.com/svn/trunk@1787 59b500cc-1b3d-0410-9834-0bbf25fbcc57
|
2011-05-20 07:12:49 +00:00 |
|
dswitkin@google.com
|
8ff9e7f4fa
|
Standardized the naming of our barcode formats and alphabetized them.
git-svn-id: https://zxing.googlecode.com/svn/trunk@1775 59b500cc-1b3d-0410-9834-0bbf25fbcc57
|
2011-05-17 15:46:09 +00:00 |
|
dswitkin@google.com
|
8f924716f0
|
Created a new blackbox test of real world Aztec images taken with a mobile phone. We're only decoding 9% at the moment.
git-svn-id: https://zxing.googlecode.com/svn/trunk@1771 59b500cc-1b3d-0410-9834-0bbf25fbcc57
|
2011-05-13 21:42:52 +00:00 |
|
srowen
|
0e28aa0e4c
|
Fix previous update to PDF417 regarding AS vs AL
git-svn-id: https://zxing.googlecode.com/svn/trunk@1764 59b500cc-1b3d-0410-9834-0bbf25fbcc57
|
2011-05-10 20:10:11 +00:00 |
|
srowen
|
e1fda03246
|
Another user-suggested fix - misdetecting rectangular matrices in corner cases
git-svn-id: https://zxing.googlecode.com/svn/trunk@1761 59b500cc-1b3d-0410-9834-0bbf25fbcc57
|
2011-05-08 14:57:15 +00:00 |
|
srowen
|
2e4e0d0c77
|
Issue 820 second format info was read incorrectly
git-svn-id: https://zxing.googlecode.com/svn/trunk@1751 59b500cc-1b3d-0410-9834-0bbf25fbcc57
|
2011-04-29 08:35:13 +00:00 |
|
dswitkin@google.com
|
ff5a939fbf
|
Added two new blackbox tests of blurry barcodes taken with a fixed-focus mobile phone. Also fixed several other 1D blackbox tests that were off by an image here and there.
git-svn-id: https://zxing.googlecode.com/svn/trunk@1721 59b500cc-1b3d-0410-9834-0bbf25fbcc57
|
2011-02-23 23:47:01 +00:00 |
|
srowen
|
7a6cc4c3d0
|
Various user-contributed fixes (Issue 701, Issue 710, Issue 714, Issue 718)
git-svn-id: https://zxing.googlecode.com/svn/trunk@1717 59b500cc-1b3d-0410-9834-0bbf25fbcc57
|
2011-02-15 13:23:14 +00:00 |
|
srowen
|
e6d969b6f4
|
Issue 675 commit Lachezars great fix for large DM decoding
git-svn-id: https://zxing.googlecode.com/svn/trunk@1699 59b500cc-1b3d-0410-9834-0bbf25fbcc57
|
2011-01-11 15:40:47 +00:00 |
|
srowen
|
99d09e0a44
|
Style stuff mostly but fix a problem between Aztec and J2ME too
git-svn-id: https://zxing.googlecode.com/svn/trunk@1681 59b500cc-1b3d-0410-9834-0bbf25fbcc57
|
2010-12-15 14:42:17 +00:00 |
|
srowen
|
8c172f4891
|
Issue 658
git-svn-id: https://zxing.googlecode.com/svn/trunk@1678 59b500cc-1b3d-0410-9834-0bbf25fbcc57
|
2010-12-12 22:31:51 +00:00 |
|
dav.olivier@gmail.com
|
e1c047c54b
|
Support for aztec codes
git-svn-id: https://zxing.googlecode.com/svn/trunk@1668 59b500cc-1b3d-0410-9834-0bbf25fbcc57
|
2010-11-20 21:21:34 +00:00 |
|
dav.olivier@gmail.com
|
5ec9b84660
|
Generator polynomial for reed-Solomon algorithm can now have coefficients in any Gallois fields rather than GF(256) only
git-svn-id: https://zxing.googlecode.com/svn/trunk@1666 59b500cc-1b3d-0410-9834-0bbf25fbcc57
|
2010-11-20 21:18:04 +00:00 |
|
srowen
|
e9ae6dd4d3
|
Issue 582
git-svn-id: https://zxing.googlecode.com/svn/trunk@1625 59b500cc-1b3d-0410-9834-0bbf25fbcc57
|
2010-10-13 14:13:55 +00:00 |
|
srowen
|
c3f4602678
|
Issue 581, Hanzi mode support from Shiyuan Guo
git-svn-id: https://zxing.googlecode.com/svn/trunk@1623 59b500cc-1b3d-0410-9834-0bbf25fbcc57
|
2010-10-12 16:01:31 +00:00 |
|
dav.olivier@gmail.com
|
94679de34d
|
Issue 563: Support non-rectangular Data Matrix
git-svn-id: https://zxing.googlecode.com/svn/trunk@1616 59b500cc-1b3d-0410-9834-0bbf25fbcc57
|
2010-10-05 20:19:53 +00:00 |
|
srowen
|
8f2ddd96e7
|
At last update to JUnit 4.x
git-svn-id: https://zxing.googlecode.com/svn/trunk@1611 59b500cc-1b3d-0410-9834-0bbf25fbcc57
|
2010-09-30 22:26:48 +00:00 |
|
srowen
|
c01ee70804
|
Support SMTP URLs
git-svn-id: https://zxing.googlecode.com/svn/trunk@1609 59b500cc-1b3d-0410-9834-0bbf25fbcc57
|
2010-09-30 15:44:39 +00:00 |
|
dav.olivier@gmail.com
|
a573e789d2
|
Improved datamatrix reader with new algorithm
git-svn-id: https://zxing.googlecode.com/svn/trunk@1574 59b500cc-1b3d-0410-9834-0bbf25fbcc57
|
2010-09-03 20:49:22 +00:00 |
|
srowen
|
47d2f3c798
|
David Olivier's Data Matrix improvements
git-svn-id: https://zxing.googlecode.com/svn/trunk@1573 59b500cc-1b3d-0410-9834-0bbf25fbcc57
|
2010-09-03 07:50:47 +00:00 |
|
srowen
|
14a03f40b1
|
Issue 537, don't return UPC-A for EAN-13 starting with 0 when UPC-A isn't allowed
git-svn-id: https://zxing.googlecode.com/svn/trunk@1572 59b500cc-1b3d-0410-9834-0bbf25fbcc57
|
2010-09-01 10:26:37 +00:00 |
|
dswitkin@google.com
|
b14a77502d
|
One more change to accommodate differences in jpeg libraries. Some machines will report this test as too lax by one image.
git-svn-id: https://zxing.googlecode.com/svn/trunk@1568 59b500cc-1b3d-0410-9834-0bbf25fbcc57
|
2010-08-26 14:58:03 +00:00 |
|
dswitkin@google.com
|
1ba5eceeb2
|
Updated the negative blackbox test values.
git-svn-id: https://zxing.googlecode.com/svn/trunk@1567 59b500cc-1b3d-0410-9834-0bbf25fbcc57
|
2010-08-26 14:55:17 +00:00 |
|
dswitkin@google.com
|
226bf1a1a6
|
Added rounding code to getRow() as well and updated the tests accordingly.
git-svn-id: https://zxing.googlecode.com/svn/trunk@1564 59b500cc-1b3d-0410-9834-0bbf25fbcc57
|
2010-08-26 14:06:44 +00:00 |
|
dswitkin@google.com
|
7db3546ea6
|
Created new false positives blackbox test. We definitely have a problem with EAN_8 firing too often.
git-svn-id: https://zxing.googlecode.com/svn/trunk@1560 59b500cc-1b3d-0410-9834-0bbf25fbcc57
|
2010-08-25 18:23:00 +00:00 |
|
smparkes@smparkes.net
|
4836a3e28c
|
Issue 494 round luminance values rather than truncate
git-svn-id: https://zxing.googlecode.com/svn/trunk@1558 59b500cc-1b3d-0410-9834-0bbf25fbcc57
|
2010-08-25 15:54:19 +00:00 |
|
dswitkin@google.com
|
a080a85cdd
|
Created new UPC-A blackbox test.
git-svn-id: https://zxing.googlecode.com/svn/trunk@1554 59b500cc-1b3d-0410-9834-0bbf25fbcc57
|
2010-08-23 15:47:13 +00:00 |
|
smparkes@smparkes.net
|
6e3b219023
|
cleaned up versions of new tests; hopefully no EOL issues
git-svn-id: https://zxing.googlecode.com/svn/trunk@1542 59b500cc-1b3d-0410-9834-0bbf25fbcc57
|
2010-08-17 00:10:33 +00:00 |
|
smparkes@smparkes.net
|
6220f46c94
|
remove CRLF files before readding them (in an attempt to not confuse SVN with EOL stuff)
git-svn-id: https://zxing.googlecode.com/svn/trunk@1541 59b500cc-1b3d-0410-9834-0bbf25fbcc57
|
2010-08-17 00:09:09 +00:00 |
|
srowen
|
346d163125
|
Issue 520
git-svn-id: https://zxing.googlecode.com/svn/trunk@1540 59b500cc-1b3d-0410-9834-0bbf25fbcc57
|
2010-08-16 21:55:33 +00:00 |
|
smparkes@smparkes.net
|
b2cf605bc9
|
a set of synthetic version 40 tests at each ECC level
git-svn-id: https://zxing.googlecode.com/svn/trunk@1539 59b500cc-1b3d-0410-9834-0bbf25fbcc57
|
2010-08-16 21:02:27 +00:00 |
|