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
2016-05-12
Simplified some code (#596)
Taneli Huuskonen
2
-46
/
+23
2016-05-08
Fix for bug #593
Taneli Huuskonen
2
-18
/
+92
2016-05-08
Revert inadvertent change to non-private API
Sean Owen
1
-1
/
+1
2016-05-08
Minor changes from inspection
Sean Owen
10
-77
/
+47
2016-05-05
Cleaned up previous commit
Taneli Huuskonen
2
-26
/
+19
2016-05-05
Aztec decoder returns raw bytes
Taneli Huuskonen
2
-2
/
+57
2016-04-20
Fix spelling mistake in error message
Alex Hatzenbuhler
1
-1
/
+1
2016-01-21
Update plugins, dependencies, and clean up small code inspection issues
Sean Owen
16
-41
/
+45
2015-12-03
Update ITFWriter.java
Kbhredsox
1
-2
/
+2
2015-12-02
QRCode Encoder: Support NUMERIC/ALPHANUMERIC Mode in Shift_JIS
sato yoshiyuki
2
-2
/
+77
2015-11-11
Closes issue #496 : correct checksum for certain Code 39 inputs
Sean Owen
2
-7
/
+8
2015-10-19
Added a Code 93 encoder
mmagician
3
-2
/
+121
2015-10-05
Alter many encode hints to accept String equivalents
Sean Owen
7
-42
/
+43
2015-10-01
change the comment
wood
1
-1
/
+3
2015-09-23
Fix two rare crashes from bad input / state
Sean Owen
1
-1
/
+5
2015-09-04
Add support encoding UPC-E format
RX1226
4
-2
/
+111
2015-09-01
Ignore additional PDF417 barcode rows
Guenther Grau
5
-4
/
+7
2015-08-19
[maven-release-plugin] prepare for next development iteration
Sean Owen
1
-2
/
+2
2015-08-19
[maven-release-plugin] prepare release zxing-3.2.1
zxing-3.2.1
Sean Owen
1
-2
/
+2
2015-08-14
Merge pull request #441 from gredler/pdf417-error-correction-level
Sean Owen
2
-3
/
+13
2015-08-14
PDF417Writer shouldn't ignore ERROR_CORRECTION hint
Daniel Gredler
2
-3
/
+13
2015-07-21
Issue #428 Fix Code 93 escapes above %F
Sean Owen
1
-2
/
+12
2015-07-15
Set PDF_417 lineThickness to 1
Andreas Wenger
1
-3
/
+2
2015-07-02
Merge pull request #412 from strguntbr/multibyteFix
Sean Owen
2
-1
/
+7
2015-07-02
Added unittest for PDF417 encoder using ISO-8859-1 with special chars
Marcus Winkler
1
-0
/
+6
2015-07-02
Fixed substring call
Marcus Winkler
1
-1
/
+1
2015-06-06
Remove spurious stack trace from singleton exception, and various minor edits
Sean Owen
7
-7
/
+15
2015-05-26
Fix javadoc 8 error; actually enable enforcer; update plugins
Sean Owen
1
-0
/
+1
2015-05-20
Fixed multibyte charset problem when encoding PDF417 with Compaction AUTO
Marcus Winkler
1
-15
/
+11
2015-05-20
Added unit test for multibyte problem
Marcus Winkler
1
-0
/
+7
2015-05-15
Revert another change that causes a whirr failure, fix rat warnings, and one ...
Sean Owen
7
-27
/
+20
2015-05-15
Enable RAT check in build; enable checkstyle; fix some violations; update Jet...
Sean Owen
13
-67
/
+48
2015-05-13
Fixes from coverity
Sean Owen
3
-6
/
+1
2015-05-03
Update plugins (now requires Maven 3.2); fix javadoc warning
Sean Owen
1
-0
/
+11
2015-05-03
Revert "minSize from provided sizes"
Sean Owen
1
-1
/
+1
2015-02-23
Remove system-dependent line separator logic in BitMatrix
Sean Owen
2
-3
/
+7
2015-02-15
[maven-release-plugin] prepare for next development iteration
BS-4.7.3
Sean Owen
1
-2
/
+2
2015-02-15
[maven-release-plugin] prepare release zxing-3.2.0
zxing-3.2.0
Sean Owen
1
-2
/
+2
2015-02-07
Additional fix for issue #300 (HT micjahn)
Sean Owen
2
-2
/
+9
2015-02-04
Issue #300 : simplify X12 encodation at end of input stream to fix unlatch is...
Sean Owen
2
-13
/
+15
2015-01-15
Fix PDF417 numeric encoding grouping index check
Bo Xu
1
-1
/
+1
2015-01-11
Tiny fixes from coverity; fix SuppressWarnings for deprecation; just one Java...
Sean Owen
2
-7
/
+9
2014-12-18
Supplement for #271 to deprecate alternative min/max size hint
Sean Owen
2
-0
/
+9
2014-12-17
minSize from provided sizes
Zavael
1
-1
/
+1
2014-12-13
Cleanups while looking at issue #268
Sean Owen
1
-5
/
+8
2014-12-05
Closes #262 : fix parsing of Data Matrix with dimension >= 144
Sean Owen
1
-2
/
+3
2014-10-31
Follow up on commit for issue #242
Sean Owen
8
-44
/
+32
2014-10-27
squash changes
Mark
11
-52
/
+376
2014-10-07
Add simple test for PDF417 high level encoder
Sean Owen
1
-0
/
+54
2014-10-02
Add simple test to try codecov.io
Sean Owen
1
-0
/
+66
[prev]
[next]