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/java/io/nayuki/qrcodegen
Project Nayuki 52b885fae1
Updated Java code - changed QrSegmentAdvanced.makeSegmentsOptimally() to throw DataTooLongException and synchronize logic and Javadoc with QrCode class, changed Javadoc of DataTooLongException.
6 years ago
..
BitBuffer.java Inlined BitBuffer.getBytes() into its single usage (with simplification because the bit length is a multiple of 8) in most language versions, synchronized comment and variable name in Rust version. 6 years ago
DataTooLongException.java Updated Java code - changed QrSegmentAdvanced.makeSegmentsOptimally() to throw DataTooLongException and synchronize logic and Javadoc with QrCode class, changed Javadoc of DataTooLongException. 6 years ago
QrCode.java Completely rewrote the algorithm for detecting finder-like patterns, making it more accurate and compliant with the QR Code specification, in all languages. 6 years ago
QrCodeGeneratorDemo.java Slightly tweaked demo programs for clarity. 6 years ago
QrCodeGeneratorWorker.java Updated Java, C++, Python, Rust worker programs to catch the new exception; removed error message string comparisons. 6 years ago
QrSegment.java Converted Javadoc comments of non-public members of Java QrSegment class to informal comments. 6 years ago
QrSegmentAdvanced.java Updated Java code - changed QrSegmentAdvanced.makeSegmentsOptimally() to throw DataTooLongException and synchronize logic and Javadoc with QrCode class, changed Javadoc of DataTooLongException. 6 years ago
package-info.java Added Java package summary Javadoc comment. 6 years ago