Commit Graph

28 Commits

Author SHA1 Message Date
dankito 69fb044dd1 Removed MppTest 2023-04-11 01:05:08 +02:00
dankito d94fb9e88b Updated KorIM to version 2.7.0 (version 3.x didn't work, cannot resolve all dependencies then) 2023-04-11 01:04:46 +02:00
dankito b0f118cfad Implemented converting QR code to resulting image format 2023-04-10 23:51:56 +02:00
dankito 14edcc6aae Added QR code width and height to EpcQrCodeConfig 2023-04-10 23:49:11 +02:00
dankito 6ed52967a1 Implemented parsing EPC QR codes (but not all checks have been implemented yet) 2023-04-10 23:24:19 +02:00
dankito c47c1709c7 Simplified nodejs setup 2023-04-10 23:21:09 +02:00
dankito 46fce04a44 Added a first, simple KMP test for EpcQrCodeGenerator 2023-04-10 23:20:36 +02:00
dankito 2c7240f375 Fixed test setup 2023-04-10 23:19:56 +02:00
dankito 583477354e Implemented drawing a border around QR code so that scanner apps can better detect QR code 2022-03-14 03:02:11 +01:00
dankito ab64fbdd2d Implemented inverting colors 2022-03-14 02:30:07 +01:00
dankito 66690c4ec3 Extracted EpcQrCodeStringFormatter 2022-03-14 02:21:37 +01:00
dankito 510e6bf1ce Implemented native app 2022-03-14 02:14:02 +01:00
dankito 688a156f52 Removed unused QrCodeGenerator 2022-03-13 23:45:13 +01:00
dankito d2dd5389ea Implemented scaling QR code 2022-03-13 23:43:57 +01:00
dankito 4061206e34 Implemented generating QR code 2022-03-13 23:23:24 +01:00
dankito 01b5d33dfb Renamed EpcQrCode to EpcQrCodeValues 2022-03-13 22:30:02 +01:00
dankito 5d818dfeec Renamed EpcQrCodeCreator to EpcQrCodeGenerator 2022-03-13 22:23:22 +01:00
dankito db548eb9cd Added convenience constructors 2022-03-13 22:20:37 +01:00
dankito 385acdfaf9 Made all properties open val 2022-03-13 22:18:23 +01:00
dankito d668c61c3d Using now String as data type for amount 2022-03-13 22:17:47 +01:00
dankito 93c3b915bf Renamed CreatorParam to EpcQrCodeConfig 2022-03-13 21:52:09 +01:00
dankito 06a1ac0b95 Updated to Kotlin version 1.6.10 2022-03-13 21:40:59 +01:00
dankito c8d1a1a98c Implemented generating EPC QR code on Android 2020-11-15 21:08:03 +01:00
dankito 249fe588ed Implemented EpcQrCodeCreator 2020-11-13 02:54:54 +01:00
dankito f88070181d Implemented JavaFx app, but could not test if it works 2020-11-12 23:00:19 +01:00
dankito 807228f869 Implemented QrCodeGenerator for Android 2020-11-12 22:08:06 +01:00
dankito d51ad29b3a Setup iOS platform correctly 2020-11-10 01:56:18 +01:00
dankito 40ca00e470 Initial commit 2020-11-10 01:45:08 +01:00