fints4k/fints4javaLib/src/main/kotlin/net/dankito/fints
2020-04-22 13:09:50 +02:00
..
banks Moved check for null or empty to findBankByNameBankCodeOrCity() 2020-04-22 13:09:50 +02:00
extensions Extracted StringExtensions 2019-10-20 19:00:20 +02:00
messages Implemented restoring fints4java BankingClient's data 2020-01-25 20:29:44 +01:00
model Implemented restoring fints4java BankingClient's data 2020-01-25 20:29:44 +01:00
response Implemented restoring fints4java BankingClient's data 2020-01-25 20:29:44 +01:00
tan Implemented BankingClientCallback to abstract away FinTsClientCallback 2020-01-03 00:35:36 +01:00
transactions Fixed that bookedTransactions just got associated with first available bank account, which is just not true; Fixed grouping balances by BankAccount 2020-01-25 18:05:14 +01:00
util Implemented masking data elements' values (required for SEPA descriptor URNs) 2019-10-20 19:29:28 +02:00
FinTsClient.kt Fixed that bookedTransactions just got associated with first available bank account, which is just not true; Fixed grouping balances by BankAccount 2020-01-25 18:05:14 +01:00
FinTsClientCallback.kt Re-added askUserForTanProcedure() so user (also that one of the library) really has a change to select a TAN procedure. As default selection otherwise gets hidden deep inside fints4java lib and if library user's enter tan dialog does not support selecting TAN procedure user would never have the choice to select her preferred procedure. 2020-01-19 16:50:26 +01:00
FinTsClientForCustomer.kt Implemented that for retrieving account transactions and for bank transfer the concrete AccountData is required (as for CustomerData with multiple accounts using CustomerData will not work) 2020-01-21 00:54:06 +01:00