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
357a8375f845facb18abb5b34d1f2553c85469cc
third_party_qrcodegen
/
java
T
History
Project Nayuki
357a8375f8
Added string length limit and integer value range assertions to QrSegmentAdvanced.computeCharacterModes(). This fixes int32 overflow for ridiculously long input strings (somewhere around 2^23 characters), which are impossible to put in a QR Code anyway.
2021-08-29 17:23:12 +00:00
..
src/main
/java
Added string length limit and integer value range assertions to QrSegmentAdvanced.computeCharacterModes(). This fixes int32 overflow for ridiculously long input strings (somewhere around 2^23 characters), which are impossible to put in a QR Code anyway.
2021-08-29 17:23:12 +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