Commit Graph

24 Commits

Author SHA1 Message Date
dankito f13eb168a5 Implemented stating that displayed text comes from bank and not from us (there are many really curious descriptions banks show so we tell user that this doesn't come from our side) 2022-02-07 00:17:52 +01:00
dankito 071c0a1b8d Fixed that AccountsChangedListener may gets called off UI thread 2022-02-07 00:17:52 +01:00
dankito d91bffdd0a Implemented displaying icon for bank 2020-04-27 01:28:33 +02:00
dankito c8d0e7861c Fixed package name 2020-04-24 17:38:24 +02:00
dankito d766573cda Updating to new method signature and using fints4java again 2020-04-24 17:37:56 +02:00
dankl f1494d485a Renamed MainWindowPresenter to BankingPresenter 2020-01-26 13:03:32 +01:00
dankl 37570da2ac Implemented that calling retrieve account transactions and transfer money is only possible if the (selected) bank account supports this 2020-01-26 12:43:14 +01:00
dankl cfcad3f5e0 Implemented hbci4jBankingClient 2020-01-26 12:23:02 +01:00
dankl 7a114b7e0a Set dataFolder to data/accounts/ 2020-01-25 21:51:22 +01:00
dankl 08f603a9a0 Implemented restoring fints4java BankingClient's data 2020-01-25 20:29:44 +01:00
dankl 0c8870446e Added IBankingPersistence to be able to store and deserialize added accounts and retrieved account transactions. Implemented BankingPersistenceJson not meant to be a real IBankingPersistence implementation but to get one up and running fast. 2020-01-15 23:55:16 +01:00
dankl 0e2406c9b7 Replaced minHeight / maxHeight combo by fixedHeight 2020-01-12 00:44:52 +01:00
dankl fde728b72e Changed addAccountAddedListener() to addAccountsChangedListener() 2020-01-12 00:42:52 +01:00
dankl c8d1f89964 Configured jar task to create a fat jar 2020-01-12 00:29:29 +01:00
dankl 7fb9ff1496 Implemented TransferMoneyDialog 2020-01-12 00:28:16 +01:00
dankl c894d8d44a Added 2020-01-12 00:01:15 +01:00
dankl 10916d4fba Added AccountsTreeView 2020-01-11 23:47:58 +01:00
dankl 5bc19b9e18 Renamed main.window.title to application.title 2020-01-11 17:00:17 +01:00
dankl 23bb4c1b41 Added Add account menu item 2020-01-11 14:36:52 +01:00
dankl b0ee9bb0d5 Implemented changing TAN procedure and TAN medium 2020-01-08 23:22:49 +01:00
dankl 9496836b76 Added EnterTanDialog 2020-01-08 22:32:29 +01:00
dankl d7bdd1ae51 Added ddAccountDialog and started AccountsView 2020-01-08 20:36:56 +01:00
dankl fb70a4176d Started MainWindow 2020-01-08 20:33:44 +01:00
dankl a8f2fceb9a Added modules BankingJavaFxControls and BankingJavaFxApp 2020-01-08 20:31:16 +01:00