BankingClient/fints4k/src/commonMain/kotlin/net/dankito/banking/fints
2022-02-07 00:18:14 +01:00
..
callback Renamed TanProcedure to TanMethod in fints4k 2022-02-07 00:18:07 +01:00
log Added bank code and customer ID to log message to be able to track to which account a log message belongs 2022-02-07 00:18:14 +01:00
messages Parsing date and time now manually as Java's DateFormat is not thread safe causing a lot of curious errors when executed in parallel 2022-02-07 00:18:14 +01:00
model Renamed tanMethodSupportedByBank to tanMethodsSupportedByBank 2022-02-07 00:18:14 +01:00
response Implemented getAllExceptionMessages() to list all messages in exception hierarchy 2022-02-07 00:18:14 +01:00
tan MOved FlickerCodeStepsCalculator and Bit to BankingUiCommon 2022-02-07 00:18:06 +01:00
transactions Fixed that otherPartyName may is just an empty string (like at Targobank) 2022-02-07 00:18:14 +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 Implemented logging client close errors 2022-02-07 00:18:14 +01:00
FinTsClient.kt Renamed errorMessage to internalError, errorsToShowToUser to errorMessagesFromBank, added didBankReturnError and created a method to determine which error message to show to user 2022-02-07 00:18:14 +01:00
FinTsClientForCustomer.kt Made callback settable (required for fints4kRest 2022-02-07 00:18:14 +01:00
FinTsJobExecutor.kt Renamed tanMethodSupportedByBank to tanMethodsSupportedByBank 2022-02-07 00:18:14 +01:00
RequestExecutor.kt Implemented getAllExceptionMessages() to list all messages in exception hierarchy 2022-02-07 00:18:14 +01:00