fints4k/common/src/jvmMain/kotlin/net/dankito/utils/multiplatform
dankito cc99ebdbce Fixed substracting 90 days as previous implementation had an issue when crossing daylight saving changes (wenn die Zeitumstellung innerhalb der letzten 90 Tage lag) 2022-02-07 00:18:14 +01:00
..
log Implemented that on Android whole message gets logged (LogCat at maximum prints 4076 bytes per message) 2022-02-07 00:18:14 +01:00
os Fixed curious error message expected class does not have default constructor 2022-02-07 00:18:14 +01:00
serialization Implemented Jackson deserializers for BigDecimal, Date and File (otherwise Jackson does not know how to deserialize these classes) 2022-02-07 00:17:53 +01:00
BigDecimal.kt 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
Date.kt Fixed substracting 90 days as previous implementation had an issue when crossing daylight saving changes (wenn die Zeitumstellung innerhalb der letzten 90 Tage lag) 2022-02-07 00:18:14 +01:00
DateFormatter.kt Added parse() 2022-02-07 00:17:53 +01:00
Extensions.kt Implemented saving lastSelectedOpenPdfFolder and lastSelectedImportFolder 2022-02-07 00:18:13 +01:00
File.kt Implemented deleting files 2022-02-07 00:18:06 +01:00
Freezer.kt 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
StackTraceHelper.kt Fixed curious error message expected class does not have default constructor 2022-02-07 00:18:14 +01:00
StringHelper.kt Implemented Stopwatch 2022-02-07 00:18:07 +01:00
Thread.kt Implemented printing stack trace 2022-02-07 00:18:06 +01:00
UUID.kt Implemented platform specific wrapper classes for BigDecimal, Date, File and UUID 2022-02-07 00:17:53 +01:00