Commit graph

15 commits

Author SHA1 Message Date
563efc0ad8 Added parent property 2022-02-07 00:17:53 +01:00
42f9e5f018 Fixed framework name 2022-02-07 00:17:53 +01:00
19c8e4ea8e Using now Date and UUID from common in fints4k. Could therefore remove klock 2022-02-07 00:17:53 +01:00
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
e59fd7b107 Added parse() 2022-02-07 00:17:53 +01:00
cc72d9792e Fixed instantiating Date with current time 2022-02-07 00:17:53 +01:00
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
956116bd9f Extracted createLogOutput() 2022-02-07 00:17:53 +01:00
da36fafde0 Added overloads for directly passing message 2022-02-07 00:17:53 +01:00
4ef5243bbe Added Freezer to be able to freeze objects from Swift 2022-02-07 00:17:53 +01:00
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
1bef1904f9 Implemented platform specific wrapper classes for BigDecimal, Date, File and UUID 2022-02-07 00:17:53 +01:00
2281d1758d Implemented DefaultLoggerFactory to create platform specific logger 2022-02-07 00:17:53 +01:00
5083acc032 Implemented NSLogLogger and NSLogLoggerFactory 2022-02-07 00:17:53 +01:00
d50f458ef4 Extracted Logger to new module common 2022-02-07 00:17:53 +01:00