index
:
ZXing/zxing.git
dependabot/github_actions/actions/setup-java-6
dependabot/maven/biz.aQute.bnd-bnd-maven-plugin-7.2.1
dependabot/maven/biz.aQute.bnd-bnd-maven-plugin-7.2.3
dependabot/maven/com.google.guava-guava-33.6.0-android
dependabot/maven/com.puppycrawl.tools-checkstyle-12.1.2
dependabot/maven/com.puppycrawl.tools-checkstyle-12.2.0
dependabot/maven/com.puppycrawl.tools-checkstyle-13.10.0
dependabot/maven/com.puppycrawl.tools-checkstyle-13.4.0
dependabot/maven/com.puppycrawl.tools-checkstyle-13.4.2
dependabot/maven/com.puppycrawl.tools-checkstyle-13.5.0
dependabot/maven/com.puppycrawl.tools-checkstyle-13.7.0
dependabot/maven/com.puppycrawl.tools-checkstyle-13.8.0
dependabot/maven/com.puppycrawl.tools-checkstyle-13.9.0
dependabot/maven/com.puppycrawl.tools-checkstyle-14.1.0
dependabot/maven/org.apache.maven.plugins-maven-assembly-plugin-3.8.0
dependabot/maven/org.apache.maven.plugins-maven-compiler-plugin-3.15.0
dependabot/maven/org.apache.maven.plugins-maven-compiler-plugin-3.16.0
dependabot/maven/org.apache.maven.plugins-maven-dependency-plugin-3.10.0
dependabot/maven/org.apache.maven.plugins-maven-dependency-plugin-3.11.0
dependabot/maven/org.apache.maven.plugins-maven-enforcer-plugin-3.6.3
dependabot/maven/org.apache.maven.plugins-maven-jar-plugin-3.5.0
dependabot/maven/org.apache.maven.plugins-maven-jar-plugin-3.5.1
dependabot/maven/org.apache.maven.plugins-maven-release-plugin-3.2.0
dependabot/maven/org.apache.maven.plugins-maven-release-plugin-3.3.1
dependabot/maven/org.apache.maven.plugins-maven-resources-plugin-3.4.0
dependabot/maven/org.apache.maven.plugins-maven-resources-plugin-3.5.0
dependabot/maven/org.apache.maven.plugins-maven-source-plugin-3.4.0
dependabot/maven/org.apache.maven.plugins-maven-surefire-plugin-3.5.5
dependabot/maven/org.apache.maven.plugins-maven-surefire-plugin-3.5.6
dependabot/maven/org.apache.maven.plugins-maven-surefire-plugin-3.6.0
dependabot/maven/org.apache.maven.plugins-maven-war-plugin-3.5.1
dependabot/maven/org.apache.rat-apache-rat-plugin-0.18
dependabot/maven/org.jacoco-jacoco-maven-plugin-0.8.15
dependabot/maven/spring.version-7.0.0
dependabot/maven/spring.version-7.0.6
dependabot/maven/spring.version-7.0.7
dependabot/maven/zxingorg/maven-9524d1971a
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
/
javase
/
src
Age
Commit message (
Expand
)
Author
Files
Lines
2026-06-26
reject negative and overflowing crop in BufferedImageLuminanceSource (#2111)
jmestwa-coder
2
-1
/
+30
2026-06-22
Validate crop rectangle for TYPE_BYTE_GRAY images in BufferedImageLuminanceSo...
Vasiliy Mikhailov
2
-5
/
+75
2026-06-22
wrap invalid base64 as IOException in readDataURIImage (#2105)
jmestwa-coder
2
-2
/
+13
2026-04-08
Fix QR decode failure for small/native-size images (#2061)
Andrew Szeto
1
-0
/
+54
2023-09-07
Prevent --raw CLR option from failing if result.getRawBytes() is null (#1683)
Dan Lenski
1
-6
/
+9
2023-07-21
javase/test/matrix: check format support (#1668)
Valérian Rousset
1
-5
/
+10
2022-10-24
Use SwingUtilities to avoid deadlock in GUI mini app
Sean Owen
1
-5
/
+16
2022-01-14
Set FEATURE_SECURE_PROCESSING when reading XML in HtmlAssetTranslator, just i...
Sean Owen
1
-1
/
+3
2021-10-13
Minor code style updates to MinimalEncoder and a few other files ; minor dep ...
Sean Owen
1
-1
/
+1
2021-10-05
Enforce line length and indent in checkstyle (#1448)
Sean Owen
1
-2
/
+3
2021-09-28
Add option to output raw bitstream from CommandLineRunner. (#1442)
Anders Hammarquist
2
-0
/
+17
2020-12-09
Improve test coverage
Sean Owen
4
-7
/
+31
2019-12-12
Plugin updates; misc code simplifications and optimizations
Sean Owen
1
-10
/
+11
2019-05-14
Bump to 3.4.0. Require Java 8. Various code simplifications and plugin / dep ...
Sean Owen
7
-177
/
+12
2019-05-13
Move 'Translator' classes to .client.j2se subpackage in order to allow a Java...
Sean Owen
2
-2
/
+2
2018-09-03
Many more changes from recent IJ inspections
Sean Owen
1
-3
/
+3
2018-07-25
A few more tests and fix handling of data: URIs in command line decoder
Sean Owen
2
-0
/
+6
2018-07-25
A few more tests and fix handling of data: URIs in command line decoder
Sean Owen
4
-3
/
+90
2018-07-24
Fix bug in decoding data URIs; Add tests in javase/, zxingorg/
Sean Owen
3
-4
/
+52
2018-05-18
Apply checkstyle to test code too, and fix violations; minor updates from cod...
Sean Owen
4
-2
/
+10
2018-01-31
Trivial dep update; code tweak
Sean Owen
1
-1
/
+1
2017-10-08
Minor update to last change
Sean Owen
1
-9
/
+10
2017-10-08
Fix null pointer exception (#885)
Michal Hernas
1
-0
/
+3
2017-07-17
Minor changes from inspection
Sean Owen
2
-2
/
+4
2017-06-14
Fix Codacy warnings
Sean Owen
2
-2
/
+2
2017-04-23
Add more tests for non-core modules
Sean Owen
2
-0
/
+70
2017-04-23
Optimize generating BufferedImage by allocating memory per row. Add tests. Re...
Sean Owen
2
-4
/
+89
2017-04-15
Catch a few corner case errors in web app
Sean Owen
1
-2
/
+3
2017-04-06
Update plugins/deps, fix bug in base64 decoding
Sean Owen
1
-1
/
+1
2016-12-12
Minor updates / optimization from inspection; minor plugin / dependency updates
Sean Owen
1
-5
/
+2
2016-07-24
A bunch of inspection changes, including some dead code removal and tightenin...
Sean Owen
1
-1
/
+1
2016-06-24
Implement more style checks around whitespace
Sean Owen
1
-2
/
+2
2016-05-23
Use java.util.Base64 in Java 8+ only, to remove javax.xml.bind dependency in ...
Sean Owen
4
-2
/
+121
2016-02-16
Use StringWriter to prevent race condition in println
Lucas Wiman
1
-7
/
+17
2016-02-08
Closes issue #540 : handle file paths with space
Sean Owen
2
-3
/
+17
2016-01-21
Update plugins, dependencies, and clean up small code inspection issues
Sean Owen
1
-2
/
+2
2016-01-14
Closes issue #539 : handle relative files again
Sean Owen
1
-3
/
+2
2015-10-13
Add possibility to choose the error correction level for the encoding
openerp
2
-6
/
+19
2015-10-01
Update BufferedImageLuminanceSource.java
wood
1
-4
/
+6
2015-10-01
fix a little error
wood
1
-3
/
+3
2015-09-23
Closes #467 : more efficient construction of BufferedImage from bit matrix
Sean Owen
1
-3
/
+6
2015-05-03
Use JCommander for CommandLineEncoder args
Sean Owen
2
-65
/
+71
2015-05-03
Use JCommander for CommandLineRunner args
Sean Owen
4
-278
/
+199
2015-05-03
CommandLineRunner can now handle URIs again; refactored some duplicated code
Sean Owen
3
-163
/
+114
2015-01-30
Fix unescaped quote in new translation and make translator escape quotes goin...
Sean Owen
1
-5
/
+7
2015-01-24
Follow up with translations for #296
Sean Owen
1
-1
/
+1
2014-06-25
Use ARGB when on/off colors are not opaque
Sean Owen
1
-2
/
+14
2014-06-24
Use ARGB color model in MatrixToImageConfig
Mikhail Surin
1
-2
/
+2
2014-04-13
Fix some Java 8 javadoc warnings
Sean Owen
1
-3
/
+39
2014-03-13
Output HTML DOCTYPE correctly from HtmlAssetTranslator
Sean Owen
1
-1
/
+6
[next]