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
/
src
/
main
/
java
Age
Commit message (
Expand
)
Author
Files
Lines
2025-11-16
kxLab: Add QR code version support to DecoderResult
version-3.5.4
kx
4
-5
/
+45
2025-11-11
Loosen ITF max variance for 3x module widths (#2014)
Daniel Gredler
1
-4
/
+6
2025-11-11
Add GrayscaleLuminanceSource (#2013)
Daniel Gredler
2
-120
/
+150
2025-11-10
Add 90-degree rotation support to RGBLuminanceSource (#2012)
Daniel Gredler
1
-1
/
+24
2025-07-23
Add input validation for pixel array length in RGBLuminanceSource and add tes...
Leo Fernandes
1
-0
/
+3
2025-02-10
Comment on distortion calculation for isosceles right triangles (#1908)
magethle
1
-0
/
+2
2025-02-04
Add hint to correct wrong dimension (#1901)
magethle
1
-1
/
+2
2024-11-17
Fixing issue #1831 (#1879)
François Tiercelin
1
-4
/
+14
2024-10-22
PDF417: Check that input is made of 0...127 chars when using Compaction.TEXT,...
François Tiercelin
1
-7
/
+22
2024-10-19
Be more stringent on email validation rules (#1870)
François Tiercelin
1
-3
/
+5
2024-08-02
Fix SYMBOLOGY_IDENTIFIER loss in QRCodeMultiReader (#1839)
xiebaiyuan
1
-0
/
+3
2024-05-02
Promote renderResult method to public (#1801)
cdcarloschacon
1
-4
/
+21
2024-04-02
fix container inefficiency in RSSExpandedReader.java (#1782)
cinsttool
1
-8
/
+7
2024-01-17
Support for platforms where SJIS is unavailable (#1747)
Blake
3
-15
/
+50
2023-09-16
Avoid decoding stacked row 1 of N independently (#1693)
Daniel Gredler
1
-5
/
+5
2023-09-15
Avoid 2 more RSS Expanded finder pattern false positive scenarios (#1692)
Daniel Gredler
1
-8
/
+29
2023-09-04
Update GS1 AIs according to 2023 specification (#1681)
Daniel Gredler
1
-9
/
+77
2023-09-04
Detect RSS Expanded finder pattern false positives by checking sequences (#1680)
Daniel Gredler
2
-4
/
+53
2023-08-17
Possible fix for obscure corner case in https://bugs.chromium.org/p/oss-fuzz/...
Sean Owen
1
-0
/
+3
2023-08-17
Removing the forced content limit check for Code128Writer.java (#1675)
Himanshu Shukla
1
-7
/
+1
2023-07-30
Fix MaxiCode handling of vertical quiet zone (#1671)
Daniel Gredler
1
-1
/
+1
2023-06-26
Add ResultMetadataType.ERRORS_CORRECTED and ERASURES_CORRECTED (#1657)
Daniel Gredler
13
-30
/
+128
2023-06-24
Make OneDimensionalCodeWriter.encode(content, hints) public (#1659)
primo-ppcg
2
-2
/
+2
2023-06-24
Allow space in Code128 CodeSet B (#1658)
primo-ppcg
1
-1
/
+1
2023-05-29
Use barcode-specific min height when searching for stop pattern (fixes #1641)...
Daniel Gredler
1
-4
/
+12
2023-05-23
Reduce PDF417 variance leniency (fixes #1624) (#1628)
Daniel Gredler
1
-1
/
+1
2023-05-23
Enable supported ECI charsets dynamically (#1625)
Daniel Gredler
1
-11
/
+14
2023-04-05
Clarify that the size of the GF is a power of two (#1612)
Frederik van der Els
1
-9
/
+10
2023-03-23
fix: 1358 - rolled back to old-fashioned Collections.sort for android 23 (#1595)
monsieurtanuki
1
-1
/
+5
2022-11-01
Filter unconfirmed QR code finder patterns before testing triangles to avoid ...
Sean Owen
1
-0
/
+7
2022-10-20
Various code tweaks, action updates, dep updates
Sean Owen
6
-49
/
+50
2022-09-24
Possible fix for https://bugs.chromium.org/p/oss-fuzz/issues/detail?id=38486#c10
Sean Owen
1
-4
/
+20
2022-09-20
Handle case where GB2312 isn't supported; don't support Hanzi mode QR codes i...
Sean Owen
2
-1
/
+16
2022-08-18
Possible fix for https://bugs.chromium.org/p/oss-fuzz/issues/detail?id=50397
Sean Owen
1
-0
/
+3
2022-08-18
Possible fix for https://bugs.chromium.org/p/oss-fuzz/issues/detail?id=50388
Sean Owen
1
-5
/
+7
2022-07-20
Add basic support for thread interruption, and add protection for long runnin...
Sean Owen
1
-0
/
+6
2022-07-20
Fix Maxicode decoding of CR (carriage return); fixes #1543 (#1544)
Daniel Gredler
1
-1
/
+1
2022-07-06
Misc dependency updates
Sean Owen
2
-1
/
+4
2022-07-06
In multi QR code finder, only consider multiply-confirmed centers as intended...
Sean Owen
2
-2
/
+7
2022-05-16
Micro optimization to maybe help https://bugs.chromium.org/p/oss-fuzz/issues/...
Sean Owen
1
-21
/
+21
2022-05-06
Prevent encoding of the empty string for PDF417 (#1523)
AlexGeller1
1
-0
/
+4
2022-05-05
Adds orientation of pdf417 barcode to Result metadata (#1522)
Jordan Wild
4
-13
/
+57
2022-05-01
Fix last javadoc fix
Sean Owen
1
-1
/
+1
2022-05-01
Fix javadoc warnings from last release
Sean Owen
1
-1
/
+21
2022-04-27
Replacing non ISO-8859-1 characters in PDF417 input with '?' (#1514)
AlexGeller1
1
-0
/
+9
2022-03-13
Share the ECI string builder of the data matrix decoder with the PDF417 decod...
AlexGeller1
3
-147
/
+139
2022-03-09
Add multi-eci decoding for PDF417 (#1507)
AlexGeller1
3
-134
/
+166
2022-03-05
Add support for multi-eci encoding for PDF417 (#1506)
AlexGeller1
9
-313
/
+730
2022-03-03
BitArray perf improvement, possibly addressing https://bugs.chromium.org/p/os...
Sean Owen
1
-4
/
+7
2022-03-02
Adding more PDF417 decoding tests (#1504)
AlexGeller1
1
-0
/
+35
[next]