Commit graph

67 commits

Author SHA1 Message Date
e0c5a72524 MOved FlickerCodeStepsCalculator and Bit to BankingUiCommon 2022-02-07 00:18:06 +01:00
c8f29e2390 Implemented passing allowed TAN format and max TAN input length to UI so that controls can be set accordingly 2022-02-07 00:18:06 +01:00
5d6384918e Implemented deleting account 2022-02-07 00:18:05 +01:00
b44161a45f Implemented fetching all transactions 2022-02-07 00:18:05 +01:00
0e3582c851 Made text size larger after removing bank name from list item text 2022-02-07 00:18:05 +01:00
54595abc1e Not showing bank name any more when selecting account for transferring money, icon should be in most cases sufficient to see to which bank this account belongs and doesn't use that much space 2022-02-07 00:18:05 +01:00
04fba18316 Implemented updating selected accounts 2022-02-07 00:17:54 +01:00
117bb2e5e0 Extracted setupFlickerCodeTanView() and setupImageTanView() 2022-02-07 00:17:53 +01:00
7424688b33 Added callbacks to FinTsClientCallback methods so that they can be responded asynchronously 2022-02-07 00:17:53 +01:00
52d3b49baa Made BankingUiCommon a multi platform project 2022-02-07 00:17:53 +01:00
d3a9d3ac2a Removed unused IBase64Service 2022-02-07 00:17:53 +01:00
09a52ac539 Added wrappers for TextExtractorRegistry and InvoiceDataExtractor 2022-02-07 00:17:53 +01:00
b05d927356 Fixed using of IAsyncRunner instead of IThreadPool 2022-02-07 00:17:53 +01:00
f4312c52db Also BankingPersistenceJson uses now Banking's ISerializer 2022-02-07 00:17:53 +01:00
133c73e70f Extracted module LuceneBankFinder from BankFinder 2022-02-07 00:17:53 +01:00
a5145b0da7 Implemented displaying bank name instead of bank code in AddAccountDialog 2022-02-07 00:17:53 +01:00
eb5fa350f2 Implemented focusing edtxtCustomerId when a bank gets selected 2022-02-07 00:17:53 +01:00
f40e1aefed Added hint to enter same customer id and password as in online banking portal 2022-02-07 00:17:53 +01:00
bad47ed623 Removed FinTS server address field 2022-02-07 00:17:53 +01:00
647a385f2a Merged Customer and Bank 2022-02-07 00:17:53 +01:00
b5cb401636 Renamed Account to Customer 2022-02-07 00:17:53 +01:00
9a5e0a1098 Made FinTsClient methods suspendable; could remove ThreadPool for that 2022-02-07 00:17:53 +01:00
26da9448ab Removed database folder from BankingPresenter. Had to implement the logic to ensure folder exists in other places then. 2022-02-07 00:17:53 +01:00
11dd1bfea8 Fixed repository for security issues fixed version to iText 2 2022-02-07 00:17:53 +01:00
996204f54f Implemented extracting cash transfer data from PDF files and setting them as preselected values in TransferMoneyDialog 2022-02-07 00:17:53 +01:00
80680a16b6 Fixed that if creditorIban is empty, then empty search result overrides creditorBic 2022-02-07 00:17:53 +01:00
b571fc2398 Fixed formatting preselected amount 2022-02-07 00:17:53 +01:00
bf41bde90a Implemented displaying remittee's bank name 2022-02-07 00:17:53 +01:00
e44a68addc Converted fints4k to a Kotlin multi platform project 2022-02-07 00:17:53 +01:00
d1bb7d81c3 Implemented autocomplete list for potential remittees in TransferMoneyDialog 2022-02-07 00:17:53 +01:00
a656b0c7e5 Implemented displaying bank icon if all accounts are selected 2022-02-07 00:17:53 +01:00
92231a72a1 Sorting now by value date instead of booking date 2022-02-07 00:17:53 +01:00
2ef8a03e95 Implemented displaying date below amount to spare left column 2022-02-07 00:17:53 +01:00
bf541bfe80 Implemented displaying bank's icon in TransferMoneyDialog 2022-02-07 00:17:53 +01:00
5384cd6b68 Implemented displaying name of account that failed 2022-02-07 00:17:53 +01:00
40af21137c Made bookedTransactions, unbookedTransactions and balance flat as we call getTransactions() bank account by bank account 2022-02-07 00:17:53 +01:00
7713f5b6e5 Forgot to commit MaxHeightScrollView 2022-02-07 00:17:53 +01:00
755e1eb553 Made enter TAN text field broader 2022-02-07 00:17:53 +01:00
fe47108fa0 Showing labels of EnterTanDialog now in bold so that user can easily recognize them 2022-02-07 00:17:53 +01:00
67eb42591f Implemented displaying 'Hinweis Ihrer Bank:' in an extra line 2022-02-07 00:17:53 +01:00
af38d68b48 Implemented showing whole challenge to user 2022-02-07 00:17:53 +01:00
11adc132aa Implemented displaying formatted TAN challenges (that is challenges contains html tags) 2022-02-07 00:17:53 +01:00
e86b17d08b Implemented saving TAN settings like TAN image size and flicker code frequency 2022-02-07 00:17:53 +01:00
2401b0e85c Renamed BankingAndroidApp package from net.dankito.fints4java.android to net.dankito.banking.ui.android 2022-02-07 00:17:52 +01:00
53ebba0c9f Moved fints4k library package from net.dankito.fints to net.dankito.banking.fints 2022-02-07 00:17:52 +01:00
c79ec76374 Set application ID to net.dankito.banking.android 2022-02-07 00:17:52 +01:00
adceb5d4d2 Renamed sendMailAction to sendMailActivity 2022-02-07 00:17:52 +01:00
e9a409f04a Fixed that by default bank's icon url gets set and only if there's no icon for bank available default icon gets used (fixes bug that if bank item is selected default icon got displayed) 2022-02-07 00:17:52 +01:00
14af1148f8 Fixed that 'All accounts' item got removed 2022-02-07 00:17:52 +01:00
50ccc547ad Fixed that toolbar icons' state hasn't been set correctly at app start 2022-02-07 00:17:52 +01:00