Project Nayuki
|
719caf4d99
|
Added private helper method to Java QrSegmentAdvanced.
|
6 years ago |
Project Nayuki
|
cf0dbd4d0f
|
Refactored control flow to reduce nesting.
|
6 years ago |
Project Nayuki
|
78e234fb0d
|
Simplified Java QrSegmentAdvanced.splitIntoSegments() to reduce redundancy.
|
6 years ago |
Project Nayuki
|
432f3e0fed
|
Added helper function to Java QrSegmentAdvanced to clarify code.
|
6 years ago |
Project Nayuki
|
bf62065700
|
Simplified and clarified small pieces of Java code, without changing behavior.
|
6 years ago |
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.
|
6 years ago |
Project Nayuki
|
49d9301b77
|
Updated Javadoc text for QrSegmentAdvanced related to kanji encoding.
|
7 years ago |
Project Nayuki
|
67ebd5215d
|
Renamed function in QrSegmentAdvanced to makeKanji(), for consistency with other static factories.
|
7 years ago |
Project Nayuki
|
05d470fcca
|
Added BitBuffer-based constructor to Java QrSegment class, updated existing library and demo code to use it.
|
7 years ago |
Project Nayuki
|
b0123fee3d
|
Reduced lines in copyright notice of each source file (related to commit 4bba4c03ed ).
|
8 years ago |
Project Nayuki
|
12360bec33
|
Added and updated a few comments in QrSegmentAdvanced.
|
8 years ago |
Project Nayuki
|
e062a386d0
|
Deleted copyright year in all source files, updated year in readme document.
|
8 years ago |
Project Nayuki
|
8033f9cec0
|
Fixed a constant value in QrSegmentAdvanced, which affects how the optimal segment switching is selected.
|
8 years ago |
Project Nayuki
|
bd470926ca
|
Tweaked all Java code to replace explicit null checks with calls to Objects.requireNonNull() (requires Java SE 7+).
|
8 years ago |
Project Nayuki
|
18834e548b
|
Deleted a trailing whitespace.
|
8 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.
|
9 years ago |