Commit Graph

96 Commits

Author SHA1 Message Date
codemasher 6d8705b19b 🛀 extract Version 2020-11-22 00:47:13 +01:00
codemasher 37a40571e6 🛀 extract Mode 2020-11-21 21:52:19 +01:00
codemasher 5a1777f391 +ECI mode 2020-11-21 19:01:24 +01:00
codemasher 9f5d0bc060 🛀 data mode rework 2020-11-21 02:43:14 +01:00
codemasher 1cf3738ed8 :octocat: nah, stop tampering with mb_internal_encoding as it doesn't have any effect here anyway. 2020-10-25 02:49:32 +02:00
codemasher d85c5ddb5d :octocat: change mb_internal_encoding() on execution, not invocation 2020-10-24 22:58:03 +02:00
codemasher f264423f58 🚿 2020-06-03 21:03:24 +02:00
Maximilian Kresse 091ea635bd Added fpdf output 2020-06-03 09:34:52 +02:00
codemasher af201763b6 🚿 clean up QRCode::checkString() 2020-04-05 03:24:35 +02:00
codemasher f6a11fc620 🚿 QRCode::isByte() can be public 2020-04-05 03:22:56 +02:00
codemasher 0d66c5a2f3 🚿 QROptions::$dataMode -> $dataModeOverride 2020-04-05 02:21:14 +02:00
codemasher 6c293a0b49 🚿 @noinspection PhpUnused 2020-04-04 21:17:51 +02:00
codemasher 743ed22fa2 docblocks galore! 2020-04-04 03:46:34 +02:00
codemasher 21e12f181f 🚿 imports 2020-04-03 23:53:41 +02:00
codemasher 00cdb74065 🚿 clean up data interface invocation 2020-04-03 23:45:44 +02:00
codemasher 7f77772075 🚿 imports (why can't u do this yet PHPStorm???) 2020-04-03 21:24:50 +02:00
codemasher c01660f4a5 🚿 move mask pattern testing 2020-04-03 20:08:07 +02:00
codemasher 2f337fe43d 🚿 fewer function calls for numeric and alphanum table checks 2020-04-01 00:51:46 +02:00
codemasher 96cfff1e9e 🚿 consistency: renamed constants QRDataInterface::*_CHAR_MAP -> CHAR_MAP_* 2020-03-31 01:29:08 +02:00
codemasher b11c7dd69d Merge branch 'master' into php-7.4
# Conflicts:
#	.github/workflows/tests.yml
#	src/Data/Kanji.php
#	src/Data/QRDataAbstract.php
#	src/Data/QRDataInterface.php
#	src/Output/QRImage.php
#	src/Output/QRImagick.php
#	src/Output/QRMarkup.php
#	src/Output/QROutputAbstract.php
#	src/Output/QROutputInterface.php
#	src/Output/QRString.php
#	src/QRCode.php
#	src/QROptionsTrait.php
2020-02-19 18:21:34 +01:00
codemasher 66466432db 🚿 some docblocks/fixes 2020-02-19 15:53:29 +01:00
codemasher d041202a2a Merge branch 'master' into php-7.4
# Conflicts:
#	src/QROptionsTrait.php
2020-02-18 16:51:37 +01:00
codemasher df33b38b63 :octocat: allow overriding data mode detection 2019-12-04 22:31:05 +01:00
codemasher 76afbbb70d Merge branch 'master' into php-7.4
# Conflicts:
#	composer.json
#	src/Output/QROutputAbstract.php
#	src/QROptionsTrait.php
2019-08-09 21:47:27 +02:00
codemasher 42244afdda :octocat: use function (could've done that before...) 2019-08-09 20:18:46 +02:00
codemasher 988102c9f2 🔥 removed superfluous "param" and "return" from docblocks 2019-07-31 13:59:34 +02:00
codemasher 8c6b3f64a7 🔥 removed superfluous "param" and "return" from docblocks 2019-07-31 02:11:29 +02:00
codemasher edf885823d typed properties! 2019-07-31 01:31:33 +02:00
codemasher eff04f3f9b :octocat: +backslashes for built-in functions 2019-03-15 12:25:05 +01:00
codemasher 9dafd4f2af 🚿 2018-12-20 16:16:08 +01:00
codemasher 3221044238 💄 2018-11-06 14:11:34 +01:00
codemasher 736d05dd5b :octocat: moved mask pattern clamp to options 2018-11-06 13:48:51 +01:00
codemasher 8b94aa6426 :octocat: save/restore current mb_internal_encoding 2018-11-06 13:39:56 +01:00
codemasher cdde12f89c :octocat: forgot about these... 💄 2018-10-01 13:36:56 +02:00
codemasher 2aee933b1e 💄 2018-09-19 20:35:16 +02:00
codemasher 0cfd4fb3a6 +imagick output 2018-09-19 18:13:58 +02:00
codemasher a5486e5482 optional file saving through QROutputInterface::dump() 2018-09-19 11:04:23 +02:00
codemasher c13e006947 :octocat: moved options init 2018-09-19 02:11:03 +02:00
codemasher 1adba30c24 :octocat: removed chillerlan/traits dependency 2018-09-19 00:31:33 +02:00
codemasher dfc6eca707 :octocat: -ClassLoader 2018-09-19 00:13:17 +02:00
codemasher dce0149576 dropped PHP < 7.2, dependency update 2018-08-23 20:18:37 +02:00
codemasher 0044e686ff :octocat: accept the ContainerInterface instead of QROptions 2018-03-13 18:34:39 +01:00
codemasher aac41883d0 :octocat: simplified mask pattern tester call 2018-03-13 18:24:12 +01:00
codemasher c70413232b :octocat: added Number::CHAR_MAP and simplified QRCode::isNumber (...) 2018-03-13 18:20:17 +01:00
codemasher 23a7e851eb :octocat: added link to https://github.com/chillerlan/php-qrcode/issues/15 2018-03-13 18:16:02 +01:00
Bostjan Rihter a08d080d96 Tabs. 2018-03-11 00:29:05 +01:00
Bostjan Rihter ab2ad321fd Indentation. 2018-03-11 00:26:46 +01:00
Bostjan Rihter 788fc0780e Removed trim() from QRCode->getMatrix(). Data sanitization should be done outside. 2018-03-11 00:19:08 +01:00
codemasher e01d862b9b 🔧 fixed https://github.com/chillerlan/php-qrcode/issues/12 2018-03-10 16:31:30 +01:00
Km.Van 1bfc632996 Update QRCode.php
micro change
2018-03-10 14:18:14 +08:00