Commit Graph

73 Commits

Author SHA1 Message Date
dankito 3c129a9e46 Fixed generating the correct amount of lines according to specification (that is no empty lines after 10th line and no line separator after 12th line) 2024-10-03 19:02:18 +02:00
dankito 0d32afda75 Fixed that purposeCode is not in each case "CHAR" and made it configurable 2024-10-03 18:48:07 +02:00
dankito c420ca22e2 Added specification 2024-10-03 18:24:32 +02:00
dankito 91ca36ce00 Updated Kotlin version 1.9.x 2024-10-01 20:49:16 +02:00
dankito 96e8f4f986 Updated Quarkus version 2024-10-01 18:29:28 +02:00
dankito 306f3cccda Updated Gradle and Kotlin version 2024-10-01 18:16:24 +02:00
dankito 1979356fdc Fixed metrics and health path so that they are reachable in Kubernetes 2024-03-19 22:48:51 +01:00
dankito a0b1b10749 Fixed that Android 12+ now requires "exported" to be set to true 2023-04-11 02:28:19 +02:00
dankito c3eec2e8bc Fixed using lambda 2023-04-11 02:20:32 +02:00
dankito 2a12b7bdcd Updated to latest SDK version 2023-04-11 02:19:17 +02:00
dankito 391bad8ade Updated MainActivity to new generateEpcQrCode() signature 2023-04-11 02:18:44 +02:00
dankito 44f0bf7d34 Implemented desugaring to be able to compile KorIM for Android 2023-04-11 02:16:59 +02:00
dankito 3041c5aec3 Added script to create and push docker image 2023-04-11 01:45:44 +02:00
dankito f3c1945289 Added yarn.lock to Git as recommended by JetBrains 2023-04-11 01:09:35 +02:00
dankito cb9c60b0e4 Fixed setting height and width in native app 2023-04-11 01:08:26 +02:00
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 6cc449a003 Raised Gradle heap size to 3GB 2023-04-11 01:03:02 +02:00
dankito 55f53e0dd5 Enabled GZip support (but don't use it as class annotation, otherwise constructor injection will fail) 2023-04-11 01:02:48 +02:00
dankito 2bd8fb6e06 Fixed EpcQrCodeResourceTest 2023-04-11 00:46:06 +02:00
dankito c92dc50f3f Converted GenerateEpcQrCodeRequest to data class and all it's properties to val 2023-04-11 00:45:37 +02:00
dankito a167e8eeac Implemented HTML endpoint that shows generated EPC QR Code in a simple web site 2023-04-11 00:13:04 +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 be296eaad9 Extracted EpcQrCodeService 2023-04-10 20:27:13 +02:00
dankito 7d69fc9d2d Implemented encoding response bytes with Base64 2023-04-10 20:13:30 +02:00
dankito 7a6d6055f1 Removed -Dto suffix from DTOs 2023-04-10 20:10:23 +02:00
dankito f8d526f923 Added health endpoints 2023-04-10 20:07:00 +02:00
dankito 4c3ffa8f5f Added OpenAPI / Swagger documentation 2023-04-10 20:06:05 +02:00
dankito 6a8ba4cadd Set path to /epcqrcode/v1 2023-04-10 19:21:05 +02:00
dankito 64427fe27e Added GET endpoint 2023-04-10 19:20:44 +02:00
dankito ae6ae7071a Disabled unwanted console output of Quarkus 2.x 2023-04-10 18:49:56 +02:00
dankito e75d761b78 Using port 6543 now only for local development 2023-04-10 18:47:22 +02:00
dankito 19374563ec Removed outdated jcenter() repository 2023-04-10 18:46:11 +02:00
dankito 40f53a5301 Updated Quarkus to version 2023-04-10 18:45:17 +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 c47dacae12 Extracted variable javaVersion 2022-03-13 23:45:48 +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 f3292e38ae Fixed running on Android 2022-03-13 23:25:49 +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