Commit Graph

304 Commits

Author SHA1 Message Date
codemasher 21b414cab0 🚿 replaced generic exceptions 2021-12-02 00:18:51 +01:00
codemasher 05917f7286 🚿 removed html tags and javadoc remnants from docblocks 2021-12-01 22:49:32 +01:00
codemasher 5c2c92667a 🛀 fix/cleanup/move mask pattern evaluation, don't alter matrix for evaluation 2021-12-01 16:52:18 +01:00
codemasher b7a757d296 🚿 move luminance source FQCN determination to options 2021-11-30 21:34:54 +01:00
codemasher a856d2aa25 🚿 use SettingsContainerInterface for DecoderResult 2021-11-29 20:47:08 +01:00
codemasher 217063184b 🚿 2021-11-29 19:08:55 +01:00
codemasher eb33b62a51 🚿 2021-11-29 19:08:00 +01:00
codemasher e57f24c5d0 🚿 include BitMatrixParser in BitMatrix, cleanup 2021-11-29 12:59:32 +01:00
codemasher 48b6c21090 🛀 QRDataModeInterface: validate data on init, test cleanup 2021-11-28 18:25:06 +01:00
codemasher 3d563bfcc0 🚿 refeactored away some superfluous constants 2021-11-27 14:01:14 +01:00
codemasher 9fde82f9c2 🚿 remove DATA_* prefix from Mode::* constants 2021-11-26 23:09:56 +01:00
codemasher 738294e344 🚿 mask pattern cleanup 2021-11-26 20:36:27 +01:00
codemasher 9037a69626 🚿 re-add ECC mode constants for backwards compatibility 2021-11-26 20:32:10 +01:00
codemasher b23a6fe1a4 🚿 2021-11-21 14:39:00 +01:00
codemasher 153603a5dc 🛀 more docblock cleanup & micro optimizations 2021-11-21 11:41:40 +01:00
codemasher b0f0186466 :octocat: +readFromSource() 2021-11-20 16:53:02 +01:00
codemasher 92df74ea46 :octocat: shouldn't have touched it... 2021-11-19 16:00:58 +01:00
codemasher 5e9cf0047e :octocat: integrate reader into QRCode, extract LuminanceSourceInterface 2021-11-19 15:49:53 +01:00
codemasher c79042f271 :octocat: use settings container in QRCodeReader 2021-11-18 14:00:30 +01:00
codemasher 6a5be44ea4 🚿 docblocks (WIP) 2021-11-18 13:32:46 +01:00
codemasher 17d0bc0dd9 :octocat: change classnames to "self" on several returns 2021-11-18 13:01:46 +01:00
codemasher 51cb15c0d6 :octocat: phan happy 2021-11-18 12:59:32 +01:00
codemasher c3d299153a Merge branch 'v5'
# Conflicts:
#	.github/workflows/tests.yml
#	.travis.yml
#	README.md
#	composer.json
#	examples/imageWithLogo.php
#	examples/svg.php
#	src/QRCode.php
2021-11-18 12:00:10 +01:00
codemasher f6aaeea3ee 🚿 phan happy 2021-11-18 08:19:04 +01:00
codemasher f294c3a6d6 :octocat: +Version::__toString() 2021-06-06 01:12:08 +02:00
codemasher 72a8fd6adc :octocat: extract custom output module init to spearate method 2021-06-05 20:48:47 +02:00
codemasher 3969de33bb 🚿 2021-06-05 18:38:58 +02:00
codemasher 9710a30448 :octocat: moved MaskPatternTester to Common 2021-06-05 18:25:44 +02:00
codemasher d1936de3ba :octocat: change visibility in final classes to private 2021-06-05 18:19:55 +02:00
codemasher f6e68e097c 🚿 remove extra includes 2021-06-05 01:17:04 +02:00
codemasher f4401a4b2b 🛀 cleanup 2021-06-05 01:16:21 +02:00
codemasher d60a4e0f55 :octocat: de-static PerspectiveTransform 2021-06-04 14:27:00 +02:00
codemasher b3dfd0f5a2 :octocat: ECI::parseValue(): return ECICharset object 2021-06-04 06:57:47 +02:00
codemasher 002ea1a64b :octocat: i hate this less 2021-01-25 01:25:40 +01:00
codemasher 6b9eea75e6 🚒 AHHHHHHH 2021-01-25 01:15:59 +01:00
codemasher 95cac35fdd 🚒 phan happy 2021-01-25 01:09:32 +01:00
codemasher 84eb31696c init from https://github.com/codemasher/php-qrcode-decoder/commit/5798a53268f14eb1d7d70098d23db0a81b25f98b 2021-01-25 00:42:26 +01:00
codemasher 93618e83ff :octocat: removed filesource and package phpdoc tags 2021-01-24 22:52:33 +01:00
codemasher 22f1672fac :octocat: +data mode decodeSegment() (WIP) 2021-01-23 04:10:37 +01:00
codemasher c06e3f1cd6 :octocat: make datamode field static 2021-01-23 01:26:11 +01:00
codemasher 700af4b53e :octocat: BitBuffer: +read functionality (from ZXing) 2021-01-22 15:46:43 +01:00
codemasher 81dcab5b66 :octocat: detect source encoding 2021-01-21 22:55:42 +01:00
codemasher 67ce00b25d :octocat: ECI encoding (1st draft) 2021-01-21 22:50:44 +01:00
codemasher e06c4a38f7 :octocat: simplify base64 URI creation 2021-01-20 16:19:48 +01:00
codemasher abf6c2fd94 :octocat: inject QRDataModeInterface 2021-01-19 20:10:12 +01:00
codemasher 0a1ceecdd8 🚿 2021-01-19 17:34:45 +01:00
codemasher 182ebf4e70 :octocat: extract MaskPattern 2021-01-19 01:15:34 +01:00
codemasher 307b6462f6 :octocat: QRMatrix::M_*TYPE rework, separate masking 2021-01-19 00:24:16 +01:00
codemasher 902486edc3 🚒 phan happy 2021-01-16 20:38:39 +01:00
codemasher 387beea892 🚿 final 2021-01-16 20:10:21 +01:00