This website requires JavaScript.
Explore
Help
Sign In
status-im
/
QR-Code-generator
Watch
2
Star
0
Fork
0
You've already forked QR-Code-generator
mirror of
https://github.com/status-im/QR-Code-generator.git
synced
2025-02-25 02:45:13 +00:00
Code
Issues
Projects
Releases
Wiki
Activity
QR-Code-generator
/
java
/
io
/
nayuki
/
qrcodegen
History
Project Nayuki
0e2ecff58e
Tweaked Java code to convert most explicit assertion checks to native assert statements, for compactness and because the code quality ensures that the checks shouldn't fail in normal usage.
2018-08-22 18:15:15 +00:00
..
BitBuffer.java
Tweaked Java BitBuffer code to add size overflow checks.
2018-08-22 18:03:17 +00:00
QrCode.java
Tweaked Java code to convert most explicit assertion checks to native assert statements, for compactness and because the code quality ensures that the checks shouldn't fail in normal usage.
2018-08-22 18:15:15 +00:00
QrCodeGeneratorDemo.java
Tweaked QrCodeGeneratorDemo Java code to use QrSegmentAdvanced.makeKanji() instead of hard-coding the data words, while maintaining identical output image.
2018-06-24 20:53:28 +00:00
QrCodeGeneratorWorker.java
Updated Java worker program to close input stream and reduce indentation.
2017-11-23 06:27:20 +00:00
QrSegment.java
Tweaked Javadoc to use the word "constructs" instead of "creates" for constructors.
2018-08-22 18:05:43 +00:00
QrSegmentAdvanced.java
Tweaked Java code to convert most explicit assertion checks to native assert statements, for compactness and because the code quality ensures that the checks shouldn't fail in normal usage.
2018-08-22 18:15:15 +00:00