third_party_qrcodegen/java
2021-08-29 17:30:33 +00:00
..
src/main/java Generalized the Java API to accept CharSequence instead of String, which can be helpful if the input is a temporary StringBuilder. This is possible because almost all functions read characters and convert them to another representation in a new buffer instead of storing the input string immutably. 2021-08-29 17:30:33 +00:00
pom.xml Updated package version numbers. 2021-08-08 17:21:08 +00:00
QrCodeGeneratorDemo.java Moved QrCodeGeneratorDemo.java out of the package because it's an informal demo and not a core library feature; this also simplifies the Maven build process. 2021-08-08 16:21:49 +00:00