This website requires JavaScript.
Explore
Help
Sign in
codinux
/
fints4k
Watch
1
Star
0
Fork
You've already forked fints4k
0
Code
Issues
Pull requests
Projects
Releases
Packages
Wiki
Activity
79a3080bbd
fints4k
/
common
/
src
/
iosMain
/
kotlin
/
net
/
dankito
/
utils
/
multiplatform
History
dankito
79a3080bbd
Using now LogToConsoleLogger on iOS due to many bugs of NSLog under Kotlin
2022-02-07 00:17:53 +01:00
..
log
Using now LogToConsoleLogger on iOS due to many bugs of NSLog under Kotlin
2022-02-07 00:17:53 +01:00
BigDecimal.kt
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
Date.kt
Fixed initializing date with millisSinceEpoch
2022-02-07 00:17:53 +01:00
DateFormatter.kt
Added parse()
2022-02-07 00:17:53 +01:00
Extensions.kt
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
File.kt
Added parent property
2022-02-07 00:17:53 +01:00
UUID.kt
Implemented platform specific wrapper classes for BigDecimal, Date, File and UUID
2022-02-07 00:17:53 +01:00