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
/
test
/
java
Age
Commit message (
Expand
)
Author
Files
Lines
2025-11-11
Loosen ITF max variance for 3x module widths (#2014)
Daniel Gredler
1
-2
/
+2
2025-11-11
Add GrayscaleLuminanceSource (#2013)
Daniel Gredler
1
-0
/
+126
2025-11-10
Add 90-degree rotation support to RGBLuminanceSource (#2012)
Daniel Gredler
1
-0
/
+47
2025-07-23
Add input validation for pixel array length in RGBLuminanceSource and add tes...
Leo Fernandes
1
-0
/
+15
2024-11-17
Fixing issue #1831 (#1879)
François Tiercelin
1
-0
/
+43
2024-10-22
PDF417: Check that input is made of 0...127 chars when using Compaction.TEXT,...
François Tiercelin
1
-6
/
+94
2024-10-19
Be more stringent on email validation rules (#1870)
François Tiercelin
2
-1
/
+27
2024-05-02
Promote renderResult method to public (#1801)
cdcarloschacon
1
-0
/
+54
2023-09-16
Avoid decoding stacked row 1 of N independently (#1693)
Daniel Gredler
1
-4
/
+3
2023-09-15
Avoid 2 more RSS Expanded finder pattern false positive scenarios (#1692)
Daniel Gredler
1
-2
/
+2
2023-09-04
Detect RSS Expanded finder pattern false positives by checking sequences (#1680)
Daniel Gredler
1
-2
/
+2
2023-07-30
Fix MaxiCode handling of vertical quiet zone (#1671)
Daniel Gredler
2
-39
/
+1
2023-06-26
Add ResultMetadataType.ERRORS_CORRECTED and ERASURES_CORRECTED (#1657)
Daniel Gredler
8
-23
/
+34
2023-05-29
Use barcode-specific min height when searching for stop pattern (fixes #1641)...
Daniel Gredler
1
-4
/
+4
2023-05-23
Reduce PDF417 variance leniency (fixes #1624) (#1628)
Daniel Gredler
1
-5
/
+5
2023-05-23
Enable supported ECI charsets dynamically (#1625)
Daniel Gredler
1
-1
/
+1
2022-11-01
Filter unconfirmed QR code finder patterns before testing triangles to avoid ...
Sean Owen
3
-3
/
+3
2022-10-20
Various code tweaks, action updates, dep updates
Sean Owen
1
-1
/
+0
2022-07-20
Fix Maxicode decoding of CR (carriage return); fixes #1543 (#1544)
Daniel Gredler
1
-0
/
+38
2022-05-06
Prevent encoding of the empty string for PDF417 (#1523)
AlexGeller1
1
-0
/
+6
2022-03-09
Add multi-eci decoding for PDF417 (#1507)
AlexGeller1
1
-15
/
+29
2022-03-05
Add support for multi-eci encoding for PDF417 (#1506)
AlexGeller1
2
-15
/
+128
2022-03-02
Adding more PDF417 decoding tests (#1504)
AlexGeller1
1
-0
/
+163
2022-02-17
Minor code changes to previous PR merges
Sean Owen
2
-9
/
+8
2022-01-26
Fixed IllegalArgumentException in ErrorCorrection.encodeECC200 cause by the m...
AlexGeller1
1
-17
/
+29
2022-01-20
Minimal encoding for Code-128 (2nd, less intrusive version) (#1484)
AlexGeller1
1
-21
/
+129
2022-01-12
Minimal encoding for Data Matrix with multi ECI and GS1-FNC1 support (2nd) (#...
AlexGeller1
1
-3
/
+148
2021-11-16
Fix of error in specification ISO/IEC 16022 Second edition Annex P as suggest...
AlexGeller1
1
-0
/
+27
2021-11-11
Fix bug624: Illegal Character Exception (#1454)
AlexGeller1
1
-9
/
+9
2021-10-21
Compact QR-Code: Support more character sets (in particular cp1256 (Arabic) a...
AlexGeller1
1
-0
/
+23
2021-10-19
Compacted QR-code: remove needless adding of Mode.TERMINATOR (is taken care o...
AlexGeller1
1
-44
/
+41
2021-10-17
Add support for EncodeTypeHint.CHARACTER_SET for compacted QR-Codes (#1450)
AlexGeller1
1
-52
/
+56
2021-10-12
Fix qr compaction (#1449)
AlexGeller1
1
-82
/
+116
2021-10-09
fix(core): do not evaluate out of index as white on qrcode mask evaluation (#...
Choi Su Beom
2
-147
/
+166
2021-10-09
Added experimental version of QR-Code compaction (#1445)
AlexGeller1
1
-0
/
+187
2021-10-05
Enforce line length and indent in checkstyle (#1448)
Sean Owen
23
-713
/
+768
2021-09-28
Fix decoding of FNC1 in AztecCode. (#1441)
Anders Hammarquist
1
-0
/
+5
2021-07-29
Introduce hint to force specific code set for Code-128 encoding (#1411)
gschwaer
1
-0
/
+82
2021-07-27
Minor changes from code inspection
Sean Owen
2
-41
/
+26
2021-04-12
PDF417 Macro: fileId numeric decode; allow Macro only symbol (#1379)
gitlost
1
-4
/
+81
2021-04-04
MaxiCode decoding: add missing NS to Set C (#1375)
gitlost
1
-1
/
+1
2021-04-02
Update dependencies and add one new test
Sean Owen
1
-0
/
+1
2021-04-02
Add support for guessing UTF-16 encoding based on BOM
Sean Owen
1
-1
/
+21
2021-04-02
inverted barcode support (#1371)
dehnhard
3
-1
/
+78
2021-03-18
Aztec Detector::getDimension() fix for layers 27 (131x131) (#1370)
gitlost
1
-4
/
+4
2021-03-18
Update DMRE versions to ISO/IEC 21471:2020 (#1369)
gitlost
1
-0
/
+36
2020-12-09
Improve test coverage
Sean Owen
3
-1
/
+70
2020-12-08
Misc dead code cleanup, plugin updates
Sean Owen
6
-111
/
+27
2020-11-09
PDF417 detector: try 90 and 270 rotations also (#1333)
Dan Lenski
2
-0
/
+18
2020-11-08
Aztec encode with ECI for non-default character sets (#1330)
Dan Lenski
4
-46
/
+58
[next]