Commit Graph

1761 Commits

Author SHA1 Message Date
dankl 906557b480 Fixed that for customer id no letters could be entered 2020-01-19 16:20:30 +01:00
dankl d6a5c3f09a Made labels for AddAccountDialog more precise 2020-01-19 16:18:22 +01:00
dankl 00e2a7fa92 Implemented multi part query so that search terms can be separated by white space, e. g. 'Berliner Sparkasse' 2020-01-19 15:00:41 +01:00
dankl 2df51c37ae Changed color of list_item_bank_info_bank_supported to colorAccent (looks more consistent) and list_item_bank_info_bank_not_supported to negativeAmount 2020-01-16 00:20:19 +01:00
dankl 59d4c1df86 Set Material design primary colors 2020-01-16 00:13:40 +01:00
dankl e022616045 Changed property order 2020-01-16 00:12:56 +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 ab61064d35 Changed property order 2020-01-13 00:41:49 +01:00
dankl 6ea4692e26 Added iconUrl to constructor 2020-01-13 00:16:01 +01:00
dankl 108774e7de Renamed pin to password 2020-01-13 00:11:20 +01:00
dankl cdc720a511 Adjusted property order and added balance 2020-01-13 00:06:57 +01:00
dankl 3b628fea86 Set positiveAmount and negativeAmount to a darker green / red 2020-01-12 16:52:49 +01:00
dankl 80e6694ec9 Implemented Navigation side bar to show and select bank accounts 2020-01-12 16:18:22 +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 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 5d6a067601 Checking right on start if BIC can be found by IBAN (from preselectedValues) 2020-01-11 23:24:52 +01:00
dankl 84a4770f96 Now also showing bank name in TransferMoneyDialog 2020-01-11 23:23:44 +01:00
dankl c6f821d162 Extracted BankAccount.displayNameIncludingBankName 2020-01-11 23:22:52 +01:00
dankl b4fc9d837f Added AccountTransaction.showOtherPartyName() 2020-01-11 23:21:42 +01:00
dankl 4012c6105f Added convenience function TransferMoneyData.fromAccountTransaction() 2020-01-11 23:20:54 +01:00
dankl c6e6acf13c Added convenience property bankAccounts 2020-01-11 23:18:46 +01:00
dankl 1857590834 Extracted findUniqueBankForIbanAsync() 2020-01-11 23:16:44 +01:00
dankl 5bc19b9e18 Renamed main.window.title to application.title 2020-01-11 17:00:17 +01:00
dankl 6b68f1a1f5 Replaced + Button by AddButton 2020-01-11 14:38:36 +01:00
dankl 23bb4c1b41 Added Add account menu item 2020-01-11 14:36:52 +01:00
dankl 825a61e061 Added TanImageView for QR code and PhotTan images 2020-01-09 00:23:15 +01:00
dankl 8268a8f2dd Placed decrease buttons before increase buttons 2020-01-08 23:56:36 +01:00
dankl b0ee9bb0d5 Implemented changing TAN procedure and TAN medium 2020-01-08 23:22:49 +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 9496836b76 Added EnterTanDialog 2020-01-08 22:32:29 +01:00
dankl fb6fc8688e Moved FlickerCodeAnimator to BankingUiCommon 2020-01-08 22:21:53 +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
dankl 00c7084d42 Added showAddAccountDialog() to IRouter 2020-01-08 20:22:31 +01:00
dankl fe6a2f17d5 Renamed OffUiThread to FromNonUiThread 2020-01-08 18:23:24 +01:00
dankl 342c8b78e8 Moved MainWindowPresenter to BankingUiCommon 2020-01-08 18:22:01 +01:00
dankl 2f2a34fedf Moved BankingClientCallback creation now to MainWindowPresenter 2020-01-08 18:16:45 +01:00
dankl 3f4553281d Added IRouter to move navigation out of UI code 2020-01-08 18:13:32 +01:00
dankl eed03d348e Moved Base64ServiceAndroid to subpackage util 2020-01-08 18:05:27 +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