Commit Graph

  • 5d9c22ddc5 Bumped version to 0.5.1-SNAPSHOT develop dankito 2024-10-16 01:45:12 +0200
  • 48a5b68d61 Bumped version to 0.5.0 v0.5.0 dankito 2024-10-16 01:43:46 +0200
  • 811c2cacef Deactivated targets tvOS and watchOS as korim 3.4.0 does not support them dankito 2024-10-16 01:42:45 +0200
  • c6ac784e1f Added README dankito 2024-10-16 01:21:14 +0200
  • 423887cf53 Fixed that receiverName and iban are mandatory values dankito 2024-10-16 00:45:13 +0200
  • 2845900731 Added documentation dankito 2024-10-16 00:43:53 +0200
  • a0540c005d Configured publishing dankito 2024-10-16 00:41:05 +0200
  • cee0ca6f17 Set rootProject name to 'EpcQrCodeProject' so that it doesn't conflict with 'EpcQrCode' project dankito 2024-10-16 00:40:02 +0200
  • ba264e74dd Implemented that if QR Code text has more than 12 lines, ignoring them if they are empty dankito 2024-10-04 07:24:09 +0200
  • 86e59cc0cc Fixed that informationForUser is nullable dankito 2024-10-04 07:23:32 +0200
  • ac7b11e2f6 Added charset name dankito 2024-10-04 07:11:46 +0200
  • fbca7ad51f Added TODO for encoding dankito 2024-10-04 03:14:31 +0200
  • 13d01a6be3 Fixed generating EPC QR Codes with UTF-8 values dankito 2024-10-04 03:14:18 +0200
  • a928f04fa6 Using .entries instead of .values() dankito 2024-10-04 03:13:45 +0200
  • 686777b34f Renamed noteToUser to informationForUser dankito 2024-10-03 19:15:15 +0200
  • 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) dankito 2024-10-03 19:02:18 +0200
  • 0d32afda75 Fixed that purposeCode is not in each case "CHAR" and made it configurable dankito 2024-10-03 18:35:46 +0200
  • c420ca22e2 Added specification dankito 2024-10-03 18:24:32 +0200
  • 91ca36ce00 Updated Kotlin version 1.9.x dankito 2024-10-01 20:42:24 +0200
  • 96e8f4f986 Updated Quarkus version dankito 2024-10-01 18:29:28 +0200
  • 306f3cccda Updated Gradle and Kotlin version dankito 2024-10-01 18:16:24 +0200
  • 1979356fdc Fixed metrics and health path so that they are reachable in Kubernetes dankito 2024-03-19 22:48:51 +0100
  • a0b1b10749 Fixed that Android 12+ now requires "exported" to be set to true dankito 2023-04-11 02:28:19 +0200
  • c3eec2e8bc Fixed using lambda dankito 2023-04-11 02:20:32 +0200
  • 2a12b7bdcd Updated to latest SDK version dankito 2023-04-11 02:19:17 +0200
  • 391bad8ade Updated MainActivity to new generateEpcQrCode() signature dankito 2023-04-11 02:18:44 +0200
  • 44f0bf7d34 Implemented desugaring to be able to compile KorIM for Android dankito 2023-04-11 02:16:59 +0200
  • 3041c5aec3 Added script to create and push docker image dankito 2023-04-11 01:45:44 +0200
  • f3c1945289 Added yarn.lock to Git as recommended by JetBrains dankito 2023-04-11 01:09:35 +0200
  • cb9c60b0e4 Fixed setting height and width in native app dankito 2023-04-11 01:08:26 +0200
  • 69fb044dd1 Removed MppTest dankito 2023-04-11 01:05:08 +0200
  • d94fb9e88b Updated KorIM to version 2.7.0 (version 3.x didn't work, cannot resolve all dependencies then) dankito 2023-04-11 01:04:46 +0200
  • 6cc449a003 Raised Gradle heap size to 3GB dankito 2023-04-11 01:03:02 +0200
  • 55f53e0dd5 Enabled GZip support (but don't use it as class annotation, otherwise constructor injection will fail) dankito 2023-04-11 00:50:31 +0200
  • 2bd8fb6e06 Fixed EpcQrCodeResourceTest dankito 2023-04-11 00:46:06 +0200
  • c92dc50f3f Converted GenerateEpcQrCodeRequest to data class and all it's properties to val dankito 2023-04-11 00:45:37 +0200
  • a167e8eeac Implemented HTML endpoint that shows generated EPC QR Code in a simple web site dankito 2023-04-10 23:53:22 +0200
  • b0f118cfad Implemented converting QR code to resulting image format dankito 2023-04-10 23:51:56 +0200
  • 14edcc6aae Added QR code width and height to EpcQrCodeConfig dankito 2023-04-10 23:32:20 +0200
  • 6ed52967a1 Implemented parsing EPC QR codes (but not all checks have been implemented yet) dankito 2023-04-10 23:24:19 +0200
  • c47c1709c7 Simplified nodejs setup dankito 2023-04-10 23:21:09 +0200
  • 46fce04a44 Added a first, simple KMP test for EpcQrCodeGenerator dankito 2023-04-10 23:20:36 +0200
  • 2c7240f375 Fixed test setup dankito 2023-04-10 23:17:02 +0200
  • be296eaad9 Extracted EpcQrCodeService dankito 2023-04-10 20:27:13 +0200
  • 7d69fc9d2d Implemented encoding response bytes with Base64 dankito 2023-04-10 20:13:30 +0200
  • 7a6d6055f1 Removed -Dto suffix from DTOs dankito 2023-04-10 20:10:23 +0200
  • f8d526f923 Added health endpoints dankito 2023-04-10 20:07:00 +0200
  • 4c3ffa8f5f Added OpenAPI / Swagger documentation dankito 2023-04-10 20:06:05 +0200
  • 6a8ba4cadd Set path to /epcqrcode/v1 dankito 2023-04-10 19:21:05 +0200
  • 64427fe27e Added GET endpoint dankito 2023-04-10 19:20:44 +0200
  • ae6ae7071a Disabled unwanted console output of Quarkus 2.x dankito 2023-04-10 18:49:56 +0200
  • e75d761b78 Using port 6543 now only for local development dankito 2023-04-10 18:47:22 +0200
  • 19374563ec Removed outdated jcenter() repository dankito 2023-04-10 18:45:45 +0200
  • 40f53a5301 Updated Quarkus to version dankito 2023-04-10 18:45:17 +0200
  • 583477354e Implemented drawing a border around QR code so that scanner apps can better detect QR code dankito 2022-03-14 03:02:11 +0100
  • ab64fbdd2d Implemented inverting colors dankito 2022-03-14 02:30:07 +0100
  • 66690c4ec3 Extracted EpcQrCodeStringFormatter dankito 2022-03-14 02:21:37 +0100
  • 510e6bf1ce Implemented native app dankito 2022-03-14 02:14:02 +0100
  • c47dacae12 Extracted variable javaVersion dankito 2022-03-13 23:45:48 +0100
  • 688a156f52 Removed unused QrCodeGenerator dankito 2022-03-13 23:45:13 +0100
  • d2dd5389ea Implemented scaling QR code dankito 2022-03-13 23:43:57 +0100
  • f3292e38ae Fixed running on Android dankito 2022-03-13 23:25:49 +0100
  • 4061206e34 Implemented generating QR code dankito 2022-03-13 23:23:24 +0100
  • 01b5d33dfb Renamed EpcQrCode to EpcQrCodeValues dankito 2022-03-13 22:30:02 +0100
  • 5d818dfeec Renamed EpcQrCodeCreator to EpcQrCodeGenerator dankito 2022-03-13 22:23:22 +0100
  • db548eb9cd Added convenience constructors dankito 2022-03-13 22:20:37 +0100
  • 385acdfaf9 Made all properties open val dankito 2022-03-13 22:18:23 +0100
  • d668c61c3d Using now String as data type for amount dankito 2022-03-13 22:17:47 +0100
  • 93c3b915bf Renamed CreatorParam to EpcQrCodeConfig dankito 2022-03-13 21:52:09 +0100
  • 06a1ac0b95 Updated to Kotlin version 1.6.10 dankito 2022-03-13 21:40:26 +0100
  • 8d9de1a4cd Set EpcQrCode dependency to api as due to IntelliJ (Gradle?) bug implementation cannot find project dankito 2020-11-16 20:36:14 +0100
  • 3943c301e7 Fixed saving 'settings.json' in application startup directory dankito 2020-11-16 20:33:54 +0100
  • 7a327d5a8f Migrated from Kotlin script to Groovy as couldn't figure out how to create fat jar with Kotlin script dankito 2020-11-16 02:19:12 +0100
  • 9d8c8f7c5b Fixed that only one decimal place has been displayed dankito 2020-11-16 02:06:27 +0100
  • c2f7dbc3ac Implemented generating QR code automatically if Enter or Tab is pressed and required data is entered dankito 2020-11-16 02:06:04 +0100
  • bec5ca8f14 Implemented saving and restoring app settings dankito 2020-11-16 01:59:15 +0100
  • 6c21222051 Implemented saving generated QR code dankito 2020-11-16 01:41:40 +0100
  • 0f8f09e669 Implemented generating EPC QR code for JavaFX dankito 2020-11-16 00:15:16 +0100
  • c8d1a1a98c Implemented generating EPC QR code on Android dankito 2020-11-15 21:08:03 +0100
  • e421cdb176 Implemented generating EPC QR code on iOS dankito 2020-11-15 02:29:10 +0100
  • 0ed6c52ead Added some other options to ensure Java 8 is used dankito 2020-11-13 03:05:45 +0100
  • 302d6027c8 Implemented REST service for generating EPC QR code dankito 2020-11-13 03:03:12 +0100
  • 249fe588ed Implemented EpcQrCodeCreator dankito 2020-11-13 02:54:54 +0100
  • 1b6e5c363b Implemented catching and logging exceptions dankito 2020-11-12 23:50:05 +0100
  • f88070181d Implemented JavaFx app, but could not test if it works dankito 2020-11-12 22:59:33 +0100
  • 807228f869 Implemented QrCodeGenerator for Android dankito 2020-11-12 21:51:28 +0100
  • d51ad29b3a Setup iOS platform correctly dankito 2020-11-10 01:56:18 +0100
  • 40ca00e470 Initial commit dankito 2020-11-10 01:42:41 +0100