Commit graph

19 commits

Author SHA1 Message Date
3e853da70c Moved FinTsClientCallback to sub package callback 2020-04-28 18:34:11 +02:00
20443ad544 Fixed that account either is not instantiated when adding a new account and enterTan() callback method gets called (curious how this could ever happen anyway) or after restoring customer 2020-04-28 18:17:47 +02:00
dankl
cfcad3f5e0 Implemented hbci4jBankingClient 2020-01-26 12:23:02 +01:00
dankl
08f603a9a0 Implemented restoring fints4java BankingClient's data 2020-01-25 20:29:44 +01:00
dankl
69dea311bf Implemented mapping all AccountTypes 2020-01-25 18:06:34 +01:00
dankl
be479edc11 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
dankl
438772a6a2 Added supportsRetrievingAccountTransactions, supportsRetrievingBalance, supportsTransferringMoney to BankAccount and BankData. Enabling features retrieving account transactions and transferring money now only if a bank account supports this. 2020-01-25 16:58:43 +01:00
dankito
57aba0971d 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
dankl
e5d04fc3c8 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
dankl
954db89e2f Implemented that TAN media und procedures get updated and its changes persisted 2020-01-19 16:22:43 +01:00
dankl
e022616045 Changed property order 2020-01-16 00:12:56 +01:00
dankl
ab61064d35 Changed property order 2020-01-13 00:41:49 +01:00
dankl
cdc720a511 Adjusted property order and added balance 2020-01-13 00:06:57 +01:00
dankl
ce58ef60ca Trying to get inner exception for errorToShowToUser 2020-01-08 22:59:33 +01:00
dankl
7fbd6159ac Added error to BankingClientResponse 2020-01-08 22:59:02 +01:00
dankl
a9883ff355 Added IBankingClientCreator to get fints4javaBankingClient off MainWindowPresenter 2020-01-08 18:02:41 +01:00
dankl
6579dcfe3a Added IBase64Service to UiCommon to wrap away fints4java IBase64Service 2020-01-08 17:52:12 +01:00
dankl
6e712316ab Implemented BankingClientCallback to abstract away FinTsClientCallback 2020-01-03 00:35:36 +01:00
dankl
b7e294bcbe Added IBankingClient to abstract away fints4java in UI and implemented fints4javaBankingClient 2020-01-02 22:39:02 +01:00