This website requires JavaScript.
Explore
Help
Sign In
status-im
/
QR-Code-generator
mirror of
https://github.com/status-im/QR-Code-generator.git
Watch
2
Star
0
Fork
You've already forked QR-Code-generator
0
Code
Issues
Projects
Releases
Wiki
Activity
671237fff2
QR-Code-generator
/
java
/
io
/
nayuki
/
qrcodegen
History
Nayuki Minase
0f71a9f818
Added an experimental advanced QR segment encoder class in Java for kanji mode encoding and optimal segment mode switching, changed a statistics helper function in QrCode.java to package-private to support the new class.
2016-04-21 21:42:35 +00:00
..
BitBuffer.java
Moved Java code into appropriate directory structure for packages.
2016-04-15 23:59:53 +00:00
QrCode.java
Added an experimental advanced QR segment encoder class in Java for kanji mode encoding and optimal segment mode switching, changed a statistics helper function in QrCode.java to package-private to support the new class.
2016-04-21 21:42:35 +00:00
QrCodeGeneratorDemo.java
Tweaked line breaking, whitespace, and declaration ordering without changing behavior.
2016-04-20 20:50:42 +00:00
QrSegment.java
Fixed subtle logic bug in QrSegment.java to match the API promise of a fully mutable list being returned.
2016-04-21 18:39:47 +00:00
QrSegmentAdvanced.java
Added an experimental advanced QR segment encoder class in Java for kanji mode encoding and optimal segment mode switching, changed a statistics helper function in QrCode.java to package-private to support the new class.
2016-04-21 21:42:35 +00:00