fints4k/common/src/commonMain/kotlin/net/dankito/utils/multiplatform
dankito 8b2a210269 Keeping passwords now only as CharArray in memory as it may takes a long time till a String gets garbage collected 2022-02-07 00:18:08 +01:00
..
log Added thread name to default log output 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
CommonExtensions.kt Keeping passwords now only as CharArray in memory as it may takes a long time till a String gets garbage collected 2022-02-07 00:18:08 +01:00
Date.kt Implemented Stopwatch 2022-02-07 00:18:07 +01:00
DateFormatStyle.kt Implemented platform specific wrapper classes for BigDecimal, Date, File and UUID 2022-02-07 00:17:53 +01:00
DateFormatter.kt Added parse() 2022-02-07 00:17:53 +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
Month.kt 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
ObjectHolder.kt Made FlickerCodeStepsCalculator state free 2022-02-07 00:18:06 +01:00
Stopwatch.kt Added logElapsedTime(String) 2022-02-07 00:18:08 +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