Commit Graph

94 Commits

Author SHA1 Message Date
smiley 5152f929f9 :octocat: lifting some logo space restrictions - overwrite function patterns as much as you wish, just don't blame me 2023-10-06 01:04:53 +02:00
smiley 911de7af69 :octocat: removed QRMatrix::M_TEST 2023-10-05 17:57:35 +02:00
smiley 85776d2db9 :octocat: re-introduce QRMatrix::flip() (6c66d56a31) as bitmask rework (#205) won't happen any time soon 2023-09-08 21:13:08 +02:00
smiley 5597812273 🚿 2023-09-05 03:05:49 +02:00
smiley c69531ca20 :octocat: rename QROptionsTrait::$imageBase64 to $outputBase64, deprecate old name and redirect calls 2023-09-03 22:49:32 +02:00
smiley fe602a9ab2 :octocat: move ANSI color escape code function to QRString::ansi8() 2023-09-03 19:27:18 +02:00
smiley 28b6e2c418 :octocat: 2023-06-15 17:15:33 +02:00
smiley 71509a5a94 :octocat: 2023-06-15 16:49:35 +02:00
smiley 6c66d56a31 :octocat: remove QRMatrix::flip() 2023-04-10 15:41:19 +02:00
smiley a2da56402b :octocat: 2023-04-08 23:21:31 +02:00
smiley 6b9f6f8459 :octocat: move format info & masking 2023-04-04 21:57:41 +02:00
smiley b0fc9aeb53 🚿 2023-04-04 20:29:57 +02:00
smiley 50179a97ef :octocat: move mask pattern parameter 2023-04-04 20:21:04 +02:00
smiley 9bc23a2161 :octocat: rename QRCode::getMatrix() and RecoderResult::getMatrix() to getQRMatrix() 2023-04-04 15:45:30 +02:00
smiley 1b2aa52d03 :octocat: proper names for QRMatrix getters 2023-04-04 15:00:55 +02:00
smiley b79bf85570 :octocat: improve minimum version detection and related tests 2023-03-25 19:37:37 +01:00
smiley 5fe305b25d :octocat: separate ECI test from DataInterfaceTestAbstract 2023-03-23 17:51:46 +01:00
smiley 3afa888180 :octocat: added group tag for sloww tests 2023-03-16 17:43:09 +01:00
smiley 3e0a4655aa :octocat: use a proper constant for data mode 2023-03-16 11:20:33 +01:00
smiley de27a999ae 🚿 2023-03-13 16:56:50 +01:00
smiley 05eaf4eca0 :octocat: ECI mode rework 2023-03-13 16:38:10 +01:00
smiley 51d7c2b8a3 :octocat: added QRMatrix::M_*_DARK constants for convenience 2023-03-12 14:32:02 +01:00
smiley 6b2a529160 💄 code style fixes 2023-03-11 02:38:57 +01:00
smiley 43c49727f1 🚿 make data providers static (PHPUnit 10...) 2023-03-09 23:38:20 +01:00
smiley 61128e4aec change QRMatrix::checkTypeNotIn() to checkTypeIn() 2023-03-09 19:08:37 +01:00
smiley 021db2f0c9 :octocat: use Generator to list Kanji/Hanzi characters 2023-03-08 12:27:00 +01:00
smiley 1b6d16c95d 🚿 2023-03-02 23:35:22 +01:00
smiley cc58c403f8 :octocat: do not throw in QRDataModeInterface::validateString() (#182) 2023-03-01 20:11:45 +01:00
smiley 232c1857f0 :octocat: add subset indicator for Hanzi mode 2023-01-31 15:40:52 +01:00
smiley ad6a46ada7 :octocat: 2023-01-31 02:53:52 +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 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 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 1f6ae389fe :octocat: matrix debug color "fix" 2023-01-28 16:25:36 +01:00
smiley 40e8a6ecbc 🚿 2022-10-05 20:15:44 +02:00
smiley 59141a38c9 🚿 fixed test classname 2022-10-05 20:15:15 +02:00
smiley 9b36cfb4a5 :octocat: +QRData::setBitBuffer() (see #143) 2022-08-08 21:59:27 +02:00
smiley 9db842d6ca :octocat: +several coverage tests & cleanup 2022-07-26 17:15:49 +02:00
smiley 1fd3109339 :octocat: mute debug output on CI 2022-07-26 16:38:34 +02:00
smiley 59318bcd7c 🚿 2022-07-25 10:50:21 +02:00
smiley cda00d293a :octocat: Byte: string "0" fails with empty() 2022-07-23 03:30:58 +02:00
smiley ae1c1f56ca 🚿 extract OUTPUT_* constants from QRCode to QROutputInterface and mark QRCode::OUTPUT_* as deprecated 2022-07-15 19:20:58 +02:00
smiley b48a58462c 🚿 extract version and mask pattern constants from QRCode to their respective classes and mark QRCode::VERSION_AUTO and QRCode::MASK_PATTERN_AUTO as deprecated 2022-07-14 19:22:37 +02:00
smiley 605dc4b1aa 🚿 QRMatrix: quiet zone creation rework 2022-07-12 19:53:52 +02:00
smiley a1d04ae38e 🚿 2022-05-27 19:15:36 +02:00