Commit Graph

64 Commits

Author SHA1 Message Date
dankito 42f9e5f018 Fixed framework name 2022-02-07 00:17:53 +01:00
dankito 19c8e4ea8e Using now Date and UUID from common in fints4k. Could therefore remove klock 2022-02-07 00:17:53 +01:00
dankito 194c996ec0 Implemented accessing year, month and day components and added constructor to create a Date from year, month and day 2022-02-07 00:17:53 +01:00
dankito e59fd7b107 Added parse() 2022-02-07 00:17:53 +01:00
dankito cc72d9792e Fixed instantiating Date with current time 2022-02-07 00:17:53 +01:00
dankito 83880c7b24 Fixed that deriving from NSDate is not (that easily) possible as NSDate is a class cluster 2022-02-07 00:17:53 +01:00
dankito 956116bd9f Extracted createLogOutput() 2022-02-07 00:17:53 +01:00
dankito da36fafde0 Added overloads for directly passing message 2022-02-07 00:17:53 +01:00
dankito 4ef5243bbe Added Freezer to be able to freeze objects from Swift 2022-02-07 00:17:53 +01:00
dankito 57ced4a88b Implemented deserializing BankList.json on iOS (but packaging BankList.json doesn't work yet, manually linked it to iOSApp project) 2022-02-07 00:17:53 +01:00
dankito 1bef1904f9 Implemented platform specific wrapper classes for BigDecimal, Date, File and UUID 2022-02-07 00:17:53 +01:00
dankito 2281d1758d Implemented DefaultLoggerFactory to create platform specific logger 2022-02-07 00:17:53 +01:00
dankito 5083acc032 Implemented NSLogLogger and NSLogLoggerFactory 2022-02-07 00:17:53 +01:00
dankito d50f458ef4 Extracted Logger to new module common 2022-02-07 00:17:53 +01:00