index
:
ZXing/zxing.git
dependabot/maven/com.puppycrawl.tools-checkstyle-12.1.2
dependabot/maven/com.puppycrawl.tools-checkstyle-12.2.0
dependabot/maven/org.apache.maven.plugins-maven-assembly-plugin-3.8.0
dependabot/maven/org.apache.maven.plugins-maven-jar-plugin-3.5.0
dependabot/maven/org.apache.maven.plugins-maven-release-plugin-3.2.0
dependabot/maven/org.apache.maven.plugins-maven-resources-plugin-3.4.0
dependabot/maven/org.apache.maven.plugins-maven-source-plugin-3.4.0
dependabot/maven/org.apache.maven.plugins-maven-war-plugin-3.5.1
dependabot/maven/spring.version-7.0.0
master
version-3.5.4
ZXing ("Zebra Crossing") barcode scanning library for Java, Android (mirror)
Andrey V.Kosteltsev
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
core
Age
Commit message (
Expand
)
Author
Files
Lines
2009-01-07
Added 18 real world DataMatrix blackbox images, plus turned on rotation for t...
dswitkin
38
-0
/
+60
2009-01-05
On a tip from Sandy found an error in the QR code detector that would miss a ...
srowen
5
-7
/
+7
2008-12-30
Add more unit tests for client.result, and more small code tweaks.
srowen
21
-38
/
+500
2008-12-23
Moved one file back to the ITF directory because it should be readable.
dswitkin
2
-0
/
+1
2008-12-23
ISSUE: http://code.google.com/p/zxing/issues/detail?id=110
kev.sully
8
-4
/
+0
2008-12-23
ISSUE: http://code.google.com/p/zxing/issues/detail?id=110
kev.sully
4
-0
/
+0
2008-12-23
Turned on ITF as a format you can request via hint. Also rejiggered the unit ...
dswitkin
3
-8
/
+43
2008-12-22
ISSUE: http://code.google.com/p/zxing/issues/detail?id=110
kev.sully
1
-1
/
+1
2008-12-22
ISSUE: http://code.google.com/p/zxing/issues/detail?id=110
kev.sully
18
-0
/
+9
2008-12-21
More small changes from code inspection
srowen
9
-15
/
+17
2008-12-21
Correct exception handling in certain situations so that routine decoding fai...
srowen
2
-12
/
+13
2008-12-19
Added golden results to all of our result parsing unit tests, uncovering and ...
dswitkin
3
-102
/
+187
2008-12-19
Fixed crash and bad parsing of an SMS with a question mark in the subject or ...
dswitkin
3
-12
/
+22
2008-12-12
More reckless refactoring and code style tweaks -- mostly adding braces aroun...
srowen
8
-21
/
+18
2008-12-10
Another attack on integrating encoder and decoder: Version is done. Attempted...
srowen
13
-519
/
+272
2008-12-09
Made our parsing code handle uppercase prefixes for a variety of loosely-defi...
dswitkin
6
-6
/
+13
2008-12-05
Fix apparently-inconsequential typo in QR code encoder test case
srowen
1
-1
/
+1
2008-12-03
Fixed a bug in geo coordinate display, where we were always tacking on "deg N...
dswitkin
1
-2
/
+1
2008-12-02
Unify handling of Mode too
srowen
11
-236
/
+125
2008-12-02
Unify handling of EC level between encoder and decoder
srowen
10
-166
/
+132
2008-12-02
Big rename of variables and method to have more standard Java names
srowen
10
-795
/
+796
2008-12-02
Some formatting changes, and a few tiny optimizations
srowen
1
-1
/
+1
2008-12-02
Some formatting changes, and a few tiny optimizations
srowen
1
-327
/
+299
2008-11-26
Added a new QR Code unit test of real world photos of t-shirts. These are not...
dswitkin
97
-0
/
+88
2008-11-21
Made Java naming changes to BitVector.
dswitkin
6
-84
/
+84
2008-11-21
ISSUE: http://code.google.com/p/zxing/issues/detail?id=110
kev.sully
1
-20
/
+7
2008-11-21
ISSUE: http://code.google.com/p/zxing/issues/detail?id=110
kev.sully
1
-15
/
+55
2008-11-21
ISSUE: http://code.google.com/p/zxing/issues/detail?id=110
kev.sully
2
-6
/
+7
2008-11-21
Removed some logging from the QR encoder. Nothing in core should be printf'in...
dswitkin
3
-10
/
+0
2008-11-21
Ported and rewrote the Renderer unit test to test QRCodeWriter. We encode sev...
dswitkin
6
-2
/
+182
2008-11-20
ISSUE: http://code.google.com/p/zxing/issues/detail?id=110
kev.sully
14
-0
/
+7
2008-11-20
ISSUE: http://code.google.com/p/zxing/issues/detail?id=110
kev.sully
14
-7
/
+0
2008-11-20
ISSUE: http://code.google.com/p/zxing/issues/detail?id=110
kev.sully
9
-0
/
+5
2008-11-20
ISSUE: http://code.google.com/p/zxing/issues/detail?id=110
kev.sully
1
-0
/
+0
2008-11-20
ISSUE: http://code.google.com/p/zxing/issues/detail?id=110
kev.sully
1
-35
/
+34
2008-11-20
ISSUE: http://code.google.com/p/zxing/issues/detail?id=110
kev.sully
4
-282
/
+343
2008-11-20
git-svn-id: https://zxing.googlecode.com/svn/trunk@743 59b500cc-1b3d-0410-983...
srowen
1
-4
/
+4
2008-11-20
Ported over the BitVector bug fix and new unit test from Satoru.
dswitkin
3
-4
/
+44
2008-11-20
Added ITF-14 decoder from Kevin. Not enabled yet as we need to think a bit ab...
srowen
8
-1
/
+329
2008-11-20
Remove Debug and switch to eceptions in Encoder / Writer API
srowen
12
-443
/
+306
2008-11-19
Changed the Writer interface to provide contents as a String instead of a byt...
dswitkin
3
-9
/
+9
2008-11-19
Fixed more unit tests.
dswitkin
3
-25
/
+9
2008-11-19
Fixed testIsValidKanjiSequence(). Looks like the data arrays got copied over ...
dswitkin
1
-3
/
+10
2008-11-19
Deleted a big honking polynomial table that was unused, and a related class.
dswitkin
1
-182
/
+0
2008-11-19
Did some optimization and cleanup.
dswitkin
2
-55
/
+57
2008-11-19
Added the quiet zone to the QRCodeWriter.
dswitkin
1
-4
/
+12
2008-11-19
Fixed testInterleaveWithECBytes().
dswitkin
1
-4
/
+11
2008-11-19
Fixed two more tests.
dswitkin
3
-18
/
+24
2008-11-19
Corrected logic to handle case where remainder polynomial has leading 0 coeff...
srowen
3
-8
/
+11
2008-11-19
Changes to the matrix and debug classes to make some tests pass.
ccmysen
2
-2
/
+6
[prev]
[next]