欢迎来到马士兵代码仓库
Sign In
msb-public
/
QR-Code-generator
mirror of https://github.com/nayuki/QR-Code-generator
4
3
Code Issues Projects Releases Wiki Activity
217 Commits
1 Branch
12 Tags
11 MiB
master
v1.8.0
v1.7.0
v1.6.0
v1.5.0
v1.4.0
v1.3.1
v1.3.0
v1.0.0
v1.2.1
v1.2.0
v1.1.0
v1.0.1
Branches Tags
${ item.name }
Create tag ${ searchTerm }
Create branch ${ searchTerm }
from '5b060413b6'
${ noResults }
Commit Graph

8 Commits (5b060413b64f194844a14c9e44129ccd99b70315)

Author SHA1 Message Date
Project Nayuki 05d470fcca Added BitBuffer-based constructor to Java QrSegment class, updated existing library and demo code to use it.
9 years ago
Project Nayuki b0123fee3d Reduced lines in copyright notice of each source file (related to commit 4bba4c03ed).
9 years ago
Project Nayuki 12360bec33 Added and updated a few comments in QrSegmentAdvanced.
10 years ago
Project Nayuki e062a386d0 Deleted copyright year in all source files, updated year in readme document.
10 years ago
Project Nayuki 8033f9cec0 Fixed a constant value in QrSegmentAdvanced, which affects how the optimal segment switching is selected.
10 years ago
Project Nayuki bd470926ca Tweaked all Java code to replace explicit null checks with calls to Objects.requireNonNull() (requires Java SE 7+).
10 years ago
Project Nayuki 18834e548b Deleted a trailing whitespace.
10 years ago
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.
10 years ago