Commit Graph

88 Commits

Author SHA1 Message Date
dankito 5d9c22ddc5 Bumped version to 0.5.1-SNAPSHOT 2024-10-16 01:45:12 +02:00
dankito 48a5b68d61 Bumped version to 0.5.0 2024-10-16 01:43:46 +02:00
dankito 811c2cacef Deactivated targets tvOS and watchOS as korim 3.4.0 does not support them 2024-10-16 01:42:45 +02:00
dankito c6ac784e1f Added README 2024-10-16 01:21:14 +02:00
dankito 423887cf53 Fixed that receiverName and iban are mandatory values 2024-10-16 00:45:13 +02:00
dankito 2845900731 Added documentation 2024-10-16 00:43:53 +02:00
dankito a0540c005d Configured publishing 2024-10-16 00:41:05 +02:00
dankito cee0ca6f17 Set rootProject name to 'EpcQrCodeProject' so that it doesn't conflict with 'EpcQrCode' project 2024-10-16 00:40:02 +02:00
dankito ba264e74dd Implemented that if QR Code text has more than 12 lines, ignoring them if they are empty 2024-10-04 07:24:09 +02:00
dankito 86e59cc0cc Fixed that informationForUser is nullable 2024-10-04 07:23:32 +02:00
dankito ac7b11e2f6 Added charset name 2024-10-04 07:11:46 +02:00
dankito fbca7ad51f Added TODO for encoding 2024-10-04 03:14:31 +02:00
dankito 13d01a6be3 Fixed generating EPC QR Codes with UTF-8 values 2024-10-04 03:14:18 +02:00
dankito a928f04fa6 Using .entries instead of .values() 2024-10-04 03:13:45 +02:00
dankito 686777b34f Renamed noteToUser to informationForUser 2024-10-03 19:18:15 +02:00
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