You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
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.
7 years ago
..
BitBuffer.java
Converted Java BitBuffer comments to Javadoc, updated related comments in most other language versions.
7 years ago
QrCode.java
- Deleted constructors/functions/code for remasking existing QrCode object (due to doubtful real-world usefulness): C++, Java, JavaScript, Python, Rust.
7 years ago
QrCodeGeneratorDemo.java
- Deleted constructors/functions/code for remasking existing QrCode object (due to doubtful real-world usefulness): C++, Java, JavaScript, Python, Rust.
7 years ago
QrCodeGeneratorWorker.java
Changed QrCode.getModule() in {Java, JavaScript, Python, C++} language versions to return Boolean instead of 0/1 - to match {C, Rust} language versions - and updated comments and usages.
7 years ago
QrSegment.java
Split a long line in a comment in {Java, JavaScript, C++} language versions, without changing wording.
7 years ago
QrSegmentAdvanced.java
Added BitBuffer-based constructor to Java QrSegment class, updated existing library and demo code to use it.
7 years ago