This website requires JavaScript.
Explore
Help
Register
Sign In
openharmony
/
third_party_qrcodegen
Watch
1
Star
0
Fork
0
You've already forked third_party_qrcodegen
mirror of
https://gitee.com/openharmony/third_party_qrcodegen
synced
2024-11-23 07:10:22 +00:00
Code
Issues
Actions
Packages
Projects
Releases
Wiki
Activity
4c74eea03e
third_party_qrcodegen
/
java
History
Project Nayuki
4c74eea03e
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