fints4k/fints4javaLib/src/main/kotlin/net/dankito/fints
2020-04-24 13:37:41 +02:00
..
banks Optimizing index at end of indexing process 2020-04-24 13:37:41 +02:00
messages Added additional allowed characters 2020-04-23 03:04:06 +02: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 SimpleDateFormat is not thread-safe and produced some curious results 2020-04-23 15:03:56 +02:00
util Using now extension methods from JavaUtils 2020-04-22 20:46:03 +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