Project Nayuki
ecfa0a83c1
Simplified miscellaneous Java and Python application code.
2018-08-22 21:25:46 +00:00
Project Nayuki
31ba90d0db
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
Project Nayuki
c0b684bc18
Tweaked comment for kanji demo in multiple languages, so that it corresponds to the order in the sample text string.
2018-06-24 03:33:22 +00:00
Project Nayuki
5a5626edb2
Added integer constants for QR Code min/max version numbers, made use of new constants in library and example applications, in all language versions except C.
2017-10-23 04:42:53 +00:00
Project Nayuki
6a71e09f72
Added/tweaked comments and blank lines in demo programs of all language versions except JavaScript.
2017-10-23 03:51:13 +00:00
Project Nayuki
b86466ecd5
- Deleted constructors/functions/code for remasking existing QrCode object (due to doubtful real-world usefulness): C++, Java, JavaScript, Python, Rust.
...
- Tweaked code and comments due to feature removal: JavaScript, Python.
- Updated demo programs to reflect new API usage and add new example: C, C++, Java, Python, Rust.
2017-10-23 03:45:24 +00:00
Project Nayuki
3db1e2d9b1
Renamed 'packedKanjiData' constant in demo programs.
2017-08-17 21:52:08 +00:00
Project Nayuki
ff0eed8700
Tweaked C++ and Java demo code for clarity.
2017-08-17 21:37:04 +00:00
Project Nayuki
05d470fcca
Added BitBuffer-based constructor to Java QrSegment class, updated existing library and demo code to use it.
2017-08-17 20:28:28 +00:00
Project Nayuki
7727d371e1
Simplified Java and Python demo code slightly.
2017-05-11 20:31:42 +00:00
Project Nayuki
b0123fee3d
Reduced lines in copyright notice of each source file (related to commit 4bba4c03ed
).
2017-04-24 20:41:54 +00:00
Project Nayuki
88ad854fd3
Added hand-crafted example of kanji mode text encoding to C++, Java, Python demo programs.
2017-04-21 16:59:13 +00:00
Project Nayuki
e062a386d0
Deleted copyright year in all source files, updated year in readme document.
2017-02-10 03:19:39 +00:00
Nayuki Minase
fc5f11b3b2
Tweaked line breaking, whitespace, and declaration ordering without changing behavior.
2016-04-20 20:50:42 +00:00
Nayuki Minase
bd52bc3252
Moved Java code into appropriate directory structure for packages.
2016-04-15 23:59:53 +00:00