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.
QR-Code-generator/src/io/nayuki/fastqrcodegen
Project Nayuki f05a8f9098
Replaced the finder-like pattern detection algorithm with a more sophisticated and accurate one, synchronizing with the parent project.
5 years ago
..
BitBuffer.java Added and updated many comments, almost all at the member level (rarely within functions), some with original wording, some synchronizing with the main qrcodegen project. 5 years ago
DataTooLongException.java Added "data too long" exception class, changed code to make use of it, updated Javadoc comments. 6 years ago
Memoizer.java Refactored logic in QrTemplate and ReedSolomonGenerator into new Memozier class. 5 years ago
QrCode.java Replaced the finder-like pattern detection algorithm with a more sophisticated and accurate one, synchronizing with the parent project. 5 years ago
QrCodeGeneratorDemo.java Slightly tweaked demo program for clarity. 6 years ago
QrCodeGeneratorWorker.java Synchronized some code with the parent project, without changing behavior. 5 years ago
QrSegment.java Added/updated/deleted some comments. 6 years ago
QrSegmentAdvanced.java Added "data too long" exception class, changed code to make use of it, updated Javadoc comments. 6 years ago
QrTemplate.java Added and updated many comments, almost all at the member level (rarely within functions), some with original wording, some synchronizing with the main qrcodegen project. 5 years ago
ReedSolomonGenerator.java Synchronized some code with the parent project, without changing behavior. 5 years ago
package-info.java Added package summary Javadoc comment. 6 years ago