Commit Graph

78 Commits

Author SHA1 Message Date
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
codemasher b3f1609102 :octocat: not yet 2018-01-21 17:31:31 +01:00
codemasher 017be665b0 :octocat: these were never supposed to be here 2018-01-21 17:26:47 +01:00
smiley d7bacdc942 load custom output module via options 2017-12-28 17:50:29 +01:00
smiley 59cc602100 🔧 wow what 2017-12-24 22:15:19 +01:00
smiley e4ed56e0e7 :octocat: self -> $this 2017-12-24 18:12:18 +01:00
smiley 019d932d35 more tests & cleanup 2017-12-24 07:54:47 +01:00
smiley 9e151efd90 🍝 copy-pasta 2017-12-20 22:33:39 +01:00
smiley 5334bf4683 2017-11-25 03:28:43 +01:00
smiley 88f800c50b 2017-11-24 03:02:00 +01:00
smiley 7ea7b3c85a 2017-11-23 02:28:42 +01:00
smiley 6c00acfc84 :octocat: refactor QRCode::class 2017-10-24 22:08:06 +02:00
smiley 3279980006 :octocat: de-static Util::class 2017-10-24 17:56:50 +02:00
smiley c5283fb1fa :octocat: refactor/remove QRConst::class 2017-10-24 16:32:28 +02:00
smiley 04bd4a86c5 improved (fixed) type detection 2017-02-26 16:09:58 +01:00
smiley f66213f24e added PHP7 scalar type hints, cleanup 2017-02-10 22:23:29 +01:00
smiley 03d5d92fbe added QRMarkup & cleaned up the output 2016-12-17 22:22:20 +01:00
Josh 0f0db8d102 Add SVG output support 2016-12-16 21:36:07 -08:00
smiley 3cb15c94fb fixed https://github.com/codemasher/php-qrcode/issues/3 2016-03-17 20:08:32 +01:00