This website requires JavaScript.
Explore
Help
Sign In
openharmony
/
third_party_qrcodegen
Watch
1
Star
0
Fork
0
You've already forked third_party_qrcodegen
mirror of
https://github.com/openharmony/third_party_qrcodegen.git
synced
2026-07-19 12:13:36 -04:00
Code
Issues
Packages
Projects
Releases
Wiki
Activity
Files
6c8ca2defee5e632a7f032d13b998fbefc8b4bc8
third_party_qrcodegen
/
java
T
History
Project Nayuki
6c8ca2defe
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
..
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