Commit graph

402 commits

Author SHA1 Message Date
dankl
01dcd502c5 Updated version and added example code 2020-04-22 11:50:51 +02:00
dankl
e0ffec4127 Forgot to add hbci4jBankingClient to settings.gradle 2020-04-22 11:49:42 +02:00
dankl
c47740ed12 Added commonScripts.gradle / publishToMaven.gradle to have a publish task for all sub projects 2020-04-22 11:48:42 +02:00
dankl
4d524f50c1 Set Maven group name to 'net.dankito.banking' 2020-04-22 11:46:32 +02:00
dankl
7bb53e5e57 Removed duplicate net.dankito.utils:java-utils dependency 2020-01-26 14:13:18 +01: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
beb2dca2a9 Fixed that least a bit creating passport.dat file to make it multi account capable, but still doesn't work if same account gets added twice 2020-01-26 12:57:20 +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
4cd023c5f4 Renamed name to accountHolderName 2020-01-26 12:25:52 +01:00
dankl
cfcad3f5e0 Implemented hbci4jBankingClient 2020-01-26 12:23:02 +01:00
dankl
5b5173132f Updated Java showcase code 2020-01-26 12:17:04 +01:00
dankl
8b2e200583 Fixed that Sicherheitsfunktion hasn't been imported 2020-01-26 12:02:09 +01:00
dankl
ae895d98e9 Fixed traversing response's booked transactions 2020-01-26 11:10:21 +01:00
dankl
7a114b7e0a Set dataFolder to data/accounts/ 2020-01-25 21:51:22 +01:00
dankl
8bb2a31a38 Fixed accidentally commented out presenter.preloadBanksAsync() 2020-01-25 20:43:57 +01:00
dankl
08f603a9a0 Implemented restoring fints4java BankingClient's data 2020-01-25 20:29:44 +01:00
dankl
19fcbf2823 Fixed updating mnitmSearchTransactions and mnitmUpdateTransactions visibility state 2020-01-25 20:25:01 +01:00
dankl
90ce8be25d Implemented toString() 2020-01-25 19:53:44 +01:00
dankl
900b6624e0 Simplified AddAccountDialog texts 2020-01-25 19:19:21 +01:00
dankl
b7de25c4c6 Fixed that AddAccountDialog's AutoCompleteTextView's ListView covers keyboard so that banks get accidently selected; Also made Dialogs scrollable so that parts out of screen can be scrolled into view when keyboard is displayed 2020-01-25 19:18:08 +01:00
dankl
1c885a852e Fixed that preselected bank account didn't get selected in spnBankAccounts 2020-01-25 18:21:22 +01:00
dankl
2a626a8b7c Fixed that balance of selected accounts got calculated wrong (balances of accounts with multiple bank accounts got added multiple times) 2020-01-25 18:08:40 +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
d7c8d19da7 Fixed that decreaseFrequency() got lost during refactoring 2020-01-25 11:31:30 +01:00
dankito
3507bcd0ab Fixed check if no ATC has been entered 2020-01-25 11:30:56 +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
0c92a25d92 Added German translation 2020-01-19 17:36:25 +01:00
dankl
8349db4e2d Forgot to check in BankingPersistenceJson 2020-01-19 17:12:51 +01:00
dankl
89b1b60214 Updated Kotlin version to 1.3.61 2020-01-19 17:12:21 +01:00
dankl
709066c816 Fixed that mnitmSearchTransactions may is not initialized yet when AccountChangedListener gets called 2020-01-19 17:08:37 +01:00
dankl
69f058b753 Implemented that all accounts from message get added to CustomerData 2020-01-19 17:02:09 +01:00
dankl
f55b84032e Implemented CustomerData.addAccount() 2020-01-19 17:01:26 +01:00
dankl
8b7456bb29 Fixed that DialogData's message number gets increased even though getBalance() message could not get created (e. g. if retrieving balance is not supported by account) 2020-01-19 16:54:32 +01:00
dankl
a62e3e4c16 Implemented pretty printing HBCI messages 2020-01-19 16:51:59 +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
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