Commit Graph

29 Commits

Author SHA1 Message Date
dankito f2550d4e9e Implemented that balance and account transaction's amount are formatted the same 2022-02-07 00:17:52 +01:00
dankito 2aad114d55 Fixed that DoubleTextfield overlapped with Label when bank account's currency was set e.g. to "EUR" (= a broader value than '€') 2022-02-07 00:17:52 +01:00
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 ec2c8fc5c9 Implemented not showing an error message if user cancelled action (e.g. entering TAN or selecting a TAN medium) 2022-02-07 00:17:52 +01:00
dankito 4d64bc79bf Not displaying USB TAN procedures anymore (either Android nor JavaFX app supports USB) 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 5ce48322a1 Renamed getAccountTransactions() to fetchAccountTransactions() to make it clear that it contacts bank's server as opposed to getAccountTransactionsForBankAccounts() 2020-04-23 15:10:12 +02:00
dankl 393e892ff8 Implemented that UpdateButton has been renamed to ProcessingIndicatorButton 2020-01-26 13:24:46 +01:00
dankl eafebd6a10 Fixed that updateButton keeps its height 2020-01-26 13:14:49 +01:00
dankl f1494d485a Renamed MainWindowPresenter to BankingPresenter 2020-01-26 13:03:32 +01:00
dankl ea91396ccf Fixed checking if other party's name is set 2020-01-26 12:53:06 +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 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 a720430e71 Implemented selecting Account / BankAccount / All accounts and that only selected BankAccounts' transaction and balance gets displayed 2020-01-12 15:46:17 +01:00
dankl 3a8033750f fixedHeight import hasn't been committed 2020-01-12 15:44:00 +01:00
dankl 4637287617 Set isCancelButton on Cancel button 2020-01-12 00:45:31 +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 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 6b68f1a1f5 Replaced + Button by AddButton 2020-01-11 14:38:36 +01:00
dankl 825a61e061 Added TanImageView for QR code and PhotTan images 2020-01-09 00:23:15 +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