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
Age
Commit message (
Expand
)
Author
Files
Lines
2016-08-22
I've seen some codes with the type set to WPA2 (#650)
steelman
1
-1
/
+2
2016-08-22
Optimize QR data mask recognition (#652)
Sebastian Buchwald
1
-4
/
+3
2016-08-22
Fix some typos (#651)
Sebastian Buchwald
2
-3
/
+3
2016-08-08
Minor follow on to last QR code version hint commit
Sean Owen
3
-29
/
+19
2016-08-08
Add ability to specify a QR code version hint. (#637)
germinator
3
-21
/
+84
2016-08-08
Fix one code warning; update plugins
Sean Owen
3
-5
/
+5
2016-08-08
Increase online decoder size limits
Sean Owen
1
-8
/
+8
2016-08-08
Aztec decoder fix: return to Upper mode after U/S B/S sequence. (#643)
fgrieu
4
-5
/
+10
2016-07-24
Rename/rearrange old locale names to standard ones
Sean Owen
5
-2
/
+0
2016-07-24
A bunch of inspection changes, including some dead code removal and tightenin...
Sean Owen
62
-423
/
+180
2016-07-16
Update plugins; use https:// URLs consistently for good practice
Sean Owen
31
-37
/
+37
2016-07-08
Don't interpret very long strings.with.dots.like.this to be interpreted as URIs
Sean Owen
3
-4
/
+5
2016-07-02
Crush some PNGs that could benefit from it
Sean Owen
31
-0
/
+0
2016-06-24
Oops, fix fat finger typo from last change
Sean Owen
1
-1
/
+1
2016-06-24
Implement more style checks around whitespace
Sean Owen
46
-163
/
+186
2016-06-24
Allow building of Android apps on Travis
Sean Owen
1
-1
/
+3
2016-06-22
Preload bookmarks instead of holding open cursor to avoid concurrent modifica...
Sean Owen
2
-37
/
+30
2016-06-22
Skip javadoc for Android apps, always
Sean Owen
4
-1
/
+22
2016-06-21
Fix typo (#615)
Sebastian Buchwald
1
-1
/
+1
2016-06-20
Render groupings of packages in javadoc
Sean Owen
1
-0
/
+58
2016-06-20
Use HTTPS for all zxing.org / zxing.appspot.com links
Sean Owen
15
-19
/
+18
2016-06-20
No need for coverity config in main branch
Sean Owen
1
-14
/
+1
2016-06-20
Closes #610 : avoid AIOOBE in pure-barcode mode for obviously wrong case
Sean Owen
1
-0
/
+4
2016-06-20
Redirect to https://zxing.org directly, and touch up a build warning
Sean Owen
4
-4
/
+5
2016-06-13
Experiment with parallel Maven build in Travis
Sean Owen
1
-1
/
+2
2016-06-13
Put optimization behind a profile as it won't currently work with JDK9
Sean Owen
1
-14
/
+22
2016-06-12
Update plugins; fix logging of uploaded file name
Sean Owen
2
-18
/
+5
2016-06-10
Move zxing.org web resources to standard src/main/webapp
Sean Owen
10
-4
/
+0
2016-06-10
Update proguard plugin to 2.0.13
Sean Owen
2
-2
/
+6
2016-06-10
Closes Issue #607 : guard against very narrow images which would otherwise ca...
Sean Owen
1
-12
/
+19
2016-06-08
Try local-only Proguard optimization for core library
Sean Owen
2
-1
/
+48
2016-06-08
Make redundant proguard.cfg files symlinks
Sean Owen
2
-136
/
+2
2016-06-08
Remove unneeded .gitignore, and unneeded libs copy step for Android targets. ...
Sean Owen
14
-121
/
+9
2016-06-05
Enable some additional checkstyle rules
Sean Owen
6
-6
/
+21
2016-06-04
Add minimal javadoc to all classes (and enforce with checkstyle); minor refac...
Sean Owen
46
-30
/
+207
2016-05-25
Simplified pieces of code (#601)
Nayuki
9
-116
/
+66
2016-05-23
Compute locale-specific expected date strings in test for JDK 9 compatibility
Sean Owen
1
-7
/
+27
2016-05-23
Don't build source, javadoc in Travis
Sean Owen
1
-1
/
+15
2016-05-23
Use java.util.Base64 in Java 8+ only, to remove javax.xml.bind dependency in ...
Sean Owen
4
-2
/
+121
2016-05-18
Better info logging in web app, and better clearing of buffers
Sean Owen
1
-6
/
+5
2016-05-12
Set up for app 4.7.6
Sean Owen
2
-3
/
+3
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
Update plugins
Sean Owen
2
-2
/
+2
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-08
Fix missing closing </body> tags
Sean Owen
7
-0
/
+7
2016-05-05
Merge pull request #591 from tanelihuuskonen/master
Sean Owen
2
-2
/
+50
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
[prev]
[next]