Commit graph

25 commits

Author SHA1 Message Date
a3bb940d46 Implemented creating money transfer with same data as original account transaction (not only remittee name and IBAN) 2022-02-07 00:18:06 +01:00
b6561debb0 Implemented printing stack trace 2022-02-07 00:18:06 +01:00
fba3c68ef2 Added hashCode() implementation to equal equals() 2022-02-07 00:18:06 +01:00
4638de1714 Fixed comparing Dates for equality on iOS 2022-02-07 00:18:06 +01:00
137d35ac02 Implemented validating and auto correcting user input in TransferMoneyDialog 2022-02-07 00:18:06 +01:00
82485a29b1 Added some toString() implementations 2022-02-07 00:17:54 +01:00
c476483f87 Fixed creating NSURL from folder and filename 2022-02-07 00:17:54 +01:00
388f725c32 Moved fints4k iOS extension methods to common 2022-02-07 00:17:53 +01:00
27dd8c98cc Added parameter countDecimalPlaces to format() as is not generic on all platforms (e.g. doesn't work on iOS) 2022-02-07 00:17:53 +01:00
42262babfa Added Freezer to be able to freeze objects from common code (non-Native implementations just do nothing) 2022-02-07 00:17:53 +01:00
98056a520a Added Thread to retrieve information about the current thread 2022-02-07 00:17:53 +01:00
79a3080bbd Using now LogToConsoleLogger on iOS due to many bugs of NSLog under Kotlin 2022-02-07 00:17:53 +01:00
8602dabf30 Fixed initializing date with millisSinceEpoch 2022-02-07 00:17:53 +01:00
2027092ff9 Keeping NSDecimalNumber now as a class property instead of deriving from it as it's almost impossible to correctly derive from it (NSCoder seams to be the only allowed construction but crashes then at run time) 2022-02-07 00:17:53 +01:00
563efc0ad8 Added parent property 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
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