Commit Graph

26 Commits

Author SHA1 Message Date
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 8d9de1a4cd Set EpcQrCode dependency to api as due to IntelliJ (Gradle?) bug implementation cannot find project 2020-11-16 20:36:14 +01:00
dankito 3943c301e7 Fixed saving 'settings.json' in application startup directory 2020-11-16 20:33:54 +01:00
dankito 7a327d5a8f Migrated from Kotlin script to Groovy as couldn't figure out how to create fat jar with Kotlin script 2020-11-16 02:19:29 +01:00
dankito 9d8c8f7c5b Fixed that only one decimal place has been displayed 2020-11-16 02:06:27 +01:00
dankito c2f7dbc3ac Implemented generating QR code automatically if Enter or Tab is pressed and required data is entered 2020-11-16 02:06:04 +01:00
dankito bec5ca8f14 Implemented saving and restoring app settings 2020-11-16 01:59:15 +01:00
dankito 6c21222051 Implemented saving generated QR code 2020-11-16 01:41:40 +01:00
dankito 0f8f09e669 Implemented generating EPC QR code for JavaFX 2020-11-16 00:15:16 +01:00
dankito c8d1a1a98c Implemented generating EPC QR code on Android 2020-11-15 21:08:03 +01:00
dankito e421cdb176 Implemented generating EPC QR code on iOS 2020-11-15 02:29:10 +01:00
dankito 0ed6c52ead Added some other options to ensure Java 8 is used 2020-11-13 03:05:45 +01:00
dankito 302d6027c8 Implemented REST service for generating EPC QR code 2020-11-13 03:03:12 +01:00
dankito 249fe588ed Implemented EpcQrCodeCreator 2020-11-13 02:54:54 +01:00
dankito 1b6e5c363b Implemented catching and logging exceptions 2020-11-12 23:50:05 +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