BankingClient/fints4k/src/commonMain/kotlin/net/dankito/banking/fints
dankito 69375602e3 Filtering out 'Dialogabbruch' feedbacks 2022-02-07 00:18:07 +01:00
..
callback Renamed TanProcedure to TanMethod in fints4k 2022-02-07 00:18:07 +01:00
messages Implemented parsing credit card transactions parameters 2022-02-07 00:18:07 +01:00
model Setting countDaysForWhichTransactionsAreKept now on account and not on bank anymore as the count may differs from account type to account type (e.g. 540 days for checking accounts and 9999 days for credit card accounts) 2022-02-07 00:18:07 +01:00
response Filtering out 'Dialogabbruch' feedbacks 2022-02-07 00:18:07 +01:00
tan MOved FlickerCodeStepsCalculator and Bit to BankingUiCommon 2022-02-07 00:18:06 +01:00
transactions Renamed usage to reference, remittee to recipient and instant payment to real-time transfer 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 Setting countDaysForWhichTransactionsAreKept now on account and not on bank anymore as the count may differs from account type to account type (e.g. 540 days for checking accounts and 9999 days for credit card accounts) 2022-02-07 00:18:07 +01:00
FinTsClientForCustomer.kt Added account to GetTransactionsParameter 2022-02-07 00:18:07 +01:00