BankingClient/fints4k/src/commonMain/kotlin/net/dankito/banking/fints
2022-02-07 00:18:07 +01:00
..
callback Merged CustomerData and BankData 2022-02-07 00:18:06 +01:00
messages Made all properties overridable 2022-02-07 00:18:07 +01:00
model Removed bankAccount property from GetTransactionsResponse 2022-02-07 00:18:07 +01:00
response Calculating supportsRetrievingTransactionsOfLast90DaysWithoutTan now from retrieved data (but try to get rid of it anyway) 2022-02-07 00:18:07 +01:00
tan MOved FlickerCodeStepsCalculator and Bit to BankingUiCommon 2022-02-07 00:18:06 +01:00
transactions Started to implement to remove unnecessary spaces in usage, but now having to few 2022-02-07 00:18:07 +01:00
util Using now Date and UUID from common in fints4k. Could therefore remove klock 2022-02-07 00:17:53 +01:00
webclient Made IWebClient and FinTsClient async so that on iOS everything but the web request can run on the main thread -> we don't need to freeze objects to pass them between threads 2022-02-07 00:17:53 +01:00
FinTsClient.kt Calculating supportsRetrievingTransactionsOfLast90DaysWithoutTan now from retrieved data (but try to get rid of it anyway) 2022-02-07 00:18:07 +01:00
FinTsClientForCustomer.kt Merged CustomerData and BankData 2022-02-07 00:18:06 +01:00