BankingClient/fints4k/src/commonMain/kotlin/net/dankito/banking/fints
2022-02-07 00:18:06 +01:00
..
callback Added callbacks to FinTsClientCallback methods so that they can be responded asynchronously 2022-02-07 00:17:53 +01:00
messages Renamed FinTsMockValue to PinTanDefaultValue 2022-02-07 00:18:06 +01:00
model Implemented that if a TAN procedure requires specifying TAN media name, that any tan media name gets supplied (in my tests it made absolutely no difference if the TAN media matches the TAN procedure) 2022-02-07 00:18:06 +01:00
response Fixed that GetUserTanProceduresResponse isn't required anymore 2022-02-07 00:18:06 +01:00
tan Extracted Logger to new module common 2022-02-07 00:17:53 +01:00
transactions Fixed that all years of dates were too small by 100 years 2022-02-07 00:17:54 +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 Fixed that GetUserTanProceduresResponse isn't required anymore 2022-02-07 00:18:06 +01:00
FinTsClientForCustomer.kt Removed -Async() methods with coroutines as methods now become (except on iOS) async through IWebClient 2022-02-07 00:17:53 +01:00