Commit Graph

844 Commits

Author SHA1 Message Date
smiley d98b56b55e :octocat: +QRCode::setOptions() 2023-03-02 23:27:00 +01:00
smiley c474cc704e :octocat: rework output interface invocation 2023-03-02 23:04:23 +01:00
smiley ca56fe5ca9 :octocat: remove non-empty content restriction 2023-03-02 23:01:54 +01:00
smiley 2b86a24ccc :octocat: extract QRCode::renderMatrix() 2023-03-02 19:41:27 +01:00
smiley e2c1ab0ad2 :octocat: update multimode reader test to include hanzi mode 2023-03-02 19:11:00 +01:00
smiley cc58c403f8 :octocat: do not throw in QRDataModeInterface::validateString() (#182) 2023-03-01 20:11:45 +01:00
smiley d650fe7306 :octocat: updated round quietzone SVG example, added logo and fancy 2023-02-01 21:40:30 +01:00
smiley 9b5f6ed0e6 :octocat: custom shapes example from #150 2023-02-01 21:04:58 +01:00
smiley a9a3f69e50 :octocat: multi mode example 2023-02-01 20:35:06 +01:00
smiley 72878502b6 :octocat: Kanji second byte validation causes too many issues 2023-02-01 18:22:49 +01:00
smiley 9c0f6ac065 🚿 some docblocks and typos 2023-01-31 23:49:33 +01:00
smiley a02012a283 :octocat: ReedSolomonEncoder: add constructor 2023-01-31 19:05:23 +01:00
smiley 8eb54d4eef :octocat: move deinterleaving to ReedSolomonDecoder 2023-01-31 19:02:24 +01:00
smiley 118d9ed591 :octocat: return BitBuffer instance to DecoderResult 2023-01-31 18:57:10 +01:00
smiley 3ded3d45a6 :octocat: added BitBuffer::rewind() 2023-01-31 18:54:33 +01:00
smiley 3a2d7eda2c :octocat: decoder cleanup 2023-01-31 17:56:41 +01:00
smiley 232c1857f0 :octocat: add subset indicator for Hanzi mode 2023-01-31 15:40:52 +01:00
smiley 989c816197 :octocat: 2023-01-31 02:54:23 +01:00
smiley ad6a46ada7 :octocat: 2023-01-31 02:53:52 +01:00
smiley 06a3ca7438 :octocat: 2023-01-31 02:22:45 +01:00
smiley d48fbd78da :octocat: QRCode::addEciSegment(): encode from mb_internal_encoding() instead of mb_detect_encoding() 2023-01-31 02:22:28 +01:00
smiley 5282b46474 :octocat: no reason to leave QRCode::addSegment() protected 2023-01-31 02:20:19 +01:00
smiley 99e84efaa3 :octocat: added Hanzi (GB2312/GB18030) mode according to GBT18284-2000 2023-01-31 02:19:20 +01:00
smiley 8ab224ecc4 :octocat: 2023-01-31 01:58:38 +01:00
smiley 9e0cb10121 :octocat: test decoding a data segment 2023-01-31 01:57:35 +01:00
smiley fb79fe43db :octocat: added QRData::getBitBuffer() 2023-01-31 00:59:05 +01:00
smiley 8a1171b1a7 :octocat: rename public constant "sjisEncoding" => "ENCODING" 2023-01-30 23:57:20 +01:00
smiley 9e04d27401 :octocat: 2023-01-30 18:23:21 +01:00
smiley 4da90c5c3b :octocat: improved Kanji validation (fingers crossed) 2023-01-30 18:22:47 +01:00
smiley 97f16b017d :octocat: skip failing test under PHP-WIN < 8.1 2023-01-30 18:14:02 +01:00
smiley 426c16a89b :octocat: QRMarkupSVG: extract path() method to allow modification of the individual <path> elements 2023-01-28 18:59:13 +01:00
smiley de77beb877 :octocat: output debug matrix before assertions 2023-01-28 16:59:32 +01:00
smiley eeb7169d68 :octocat: require only either $logoSpaceWidth or $logoSpaceHeight 2023-01-28 16:47:34 +01:00
smiley 571d3ea1d9 :octocat: mute debug output 2023-01-28 16:32:55 +01:00
smiley 1f6ae389fe :octocat: matrix debug color "fix" 2023-01-28 16:25:36 +01:00
smiley 021893e882 :octocat: GH Actions console emoji test 2023-01-28 15:59:35 +01:00
smiley fbb4811094 🚿 fix build badge (https://github.com/badges/shields/issues/8671) 2022-12-16 16:20:18 +01:00
smiley a27d133457 🚿 php habits... 2022-12-05 14:54:57 +01:00
smiley f866c258a7 Merge remote-tracking branch 'origin/main' 2022-12-05 14:47:09 +01:00
smiley df2c823eb8 🚿 2022-12-05 14:21:07 +01:00
smiley 8d24db5b9f :octocat: don't run doc build on PR 2022-12-05 14:20:48 +01:00
smiley b9183b7c38 Merge pull request #172 from Trismegiste/bugfix-html-output
The 'html' tag is missing in HTML output
2022-12-05 14:14:03 +01:00
Trismegiste 6bca964b6d The 'html' tag is missing in HTML output 2022-12-05 09:43:19 +01:00
smiley 7fd54b78d8 🚿 2022-11-10 19:47:49 +01:00
smiley 00f47b40f0 :octocat: QRFpdf: support bgColor and drawLightModules 2022-11-10 19:32:13 +01:00
smiley 7213a8419f 🚿 2022-11-09 22:25:16 +01:00
smiley 5f1836064a 🚿 2022-11-09 22:07:19 +01:00
smiley 54fc7009a3 :octocat: 2022-11-09 20:59:31 +01:00
smiley 92fb9728c8 :octocat: 2022-11-09 20:58:41 +01:00
smiley e2707049cd :octocat: 2022-11-09 20:57:48 +01:00