dankito
|
a9bc3522fc
|
Adjusted JavaFX messages for AddAccountDialog to that one of iOS and Android
|
2022-02-07 00:18:13 +01:00 |
dankito
|
a7b47665a5
|
Implemented displaying a switch to be able to set if password should be saved or not, but there's not logic behind it yet
|
2022-02-07 00:18:08 +01:00 |
dankito
|
4e0e52bd8b
|
Renamed searchBanksByNameBankCodeOrCity() to findBanksByNameBankCodeOrCity()
|
2022-02-07 00:18:08 +01:00 |
dankito
|
fa1c2a0ddf
|
Keeping now bank icon's bytes directly on BankData so that we can persist is to database -> attackers don't see in filesystem added accounts anymore
|
2022-02-07 00:18:07 +01:00 |
dankito
|
88ba716639
|
Simplified persisting TanMethodSettings and implemented saving TanMethodSettings on AppSettings in iOS
|
2022-02-07 00:18:07 +01:00 |
dankito
|
589e1e673a
|
Implemented hiding account and disabling automatic account update
|
2022-02-07 00:18:07 +01:00 |
dankito
|
a6a5baaeb1
|
Implemented SettingsDialog
|
2022-02-07 00:18:07 +01:00 |
dankito
|
8df816c091
|
Added formatToShortDate() and formatToMediumDate() to BankingPresenter to have a common place for formatting dates
|
2022-02-07 00:18:07 +01:00 |
dankito
|
77a4273179
|
Implemented sorting account that support money transfer by display index
|
2022-02-07 00:18:07 +01:00 |
dankito
|
f03480945e
|
Implemented displaying currency of amount of money
|
2022-02-07 00:18:07 +01:00 |
dankito
|
415a3297bb
|
In UI renamed customerId to userName; removed unused customerId from BankAccount
|
2022-02-07 00:18:07 +01:00 |
dankito
|
bf9d406053
|
Renamed usage to reference, remittee to recipient and instant payment to real-time transfer
|
2022-02-07 00:18:07 +01:00 |
dankito
|
60c93dedfb
|
Renamed Customer to BankData
|
2022-02-07 00:18:07 +01:00 |
dankito
|
be42e3b330
|
Renamed TanProcedure to TanMethod in UI
|
2022-02-07 00:18:07 +01:00 |
dankito
|
d8739cf193
|
Renamed isSuccessful to successful
|
2022-02-07 00:18:07 +01:00 |
dankito
|
044648f569
|
Calculating supportsRetrievingTransactionsOfLast90DaysWithoutTan now from retrieved data (but try to get rid of it anyway)
|
2022-02-07 00:18:07 +01:00 |
dankito
|
99205b53c9
|
Removed bankAccount property from GetTransactionsResponse
|
2022-02-07 00:18:07 +01:00 |
dankito
|
07941380ec
|
Extracted interfaces for UI model classes Customer, BankAccount and AccountTransaction. So entities can implement these interfaces directly, there's no need for mapping anymore
|
2022-02-07 00:18:06 +01:00 |
dankito
|
a3bb940d46
|
Implemented creating money transfer with same data as original account transaction (not only remittee name and IBAN)
|
2022-02-07 00:18:06 +01:00 |
dankito
|
92456604bb
|
Added BankAccount to TransferMoneyData
|
2022-02-07 00:18:06 +01:00 |
dankito
|
321814a0ca
|
Removed exception from Response as this only crashed iOS app. Choosing now on mapper level which message to show in UI
|
2022-02-07 00:18:06 +01:00 |
dankito
|
8adab38d54
|
Extracted Step
|
2022-02-07 00:18:06 +01:00 |
dankito
|
e0c5a72524
|
MOved FlickerCodeStepsCalculator and Bit to BankingUiCommon
|
2022-02-07 00:18:06 +01:00 |
dankito
|
fe5b2276c8
|
Fixed that if retrieving account transactions is not supported but retrieving balances, at least balance gets displayed
|
2022-02-07 00:18:06 +01:00 |
dankito
|
b44161a45f
|
Implemented fetching all transactions
|
2022-02-07 00:18:05 +01:00 |
dankito
|
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 |
dankito
|
04fba18316
|
Implemented updating selected accounts
|
2022-02-07 00:17:54 +01:00 |
dankito
|
7424688b33
|
Added callbacks to FinTsClientCallback methods so that they can be responded asynchronously
|
2022-02-07 00:17:53 +01:00 |
dankito
|
52d3b49baa
|
Made BankingUiCommon a multi platform project
|
2022-02-07 00:17:53 +01:00 |
dankito
|
d3a9d3ac2a
|
Removed unused IBase64Service
|
2022-02-07 00:17:53 +01:00 |
dankito
|
f9f9ad8c06
|
Renamed txtfldBankCode to txtfldBank
|
2022-02-07 00:17:53 +01:00 |
dankito
|
187bf80967
|
Fixed auto complete ListView height so that it doesn't hide / cut items
|
2022-02-07 00:17:53 +01:00 |
dankito
|
a5145b0da7
|
Implemented displaying bank name instead of bank code in AddAccountDialog
|
2022-02-07 00:17:53 +01:00 |
dankito
|
647a385f2a
|
Merged Customer and Bank
|
2022-02-07 00:17:53 +01:00 |
dankito
|
81515d1125
|
Added IDs to controls so that clients know where to insert controls
|
2022-02-07 00:17:53 +01:00 |
dankito
|
b5cb401636
|
Renamed Account to Customer
|
2022-02-07 00:17:53 +01:00 |
dankito
|
b1bb1767af
|
Fixed that banks have been searched in two different places
|
2022-02-07 00:17:53 +01:00 |
dankito
|
bf41bde90a
|
Implemented displaying remittee's bank name
|
2022-02-07 00:17:53 +01:00 |
dankito
|
e44a68addc
|
Converted fints4k to a Kotlin multi platform project
|
2022-02-07 00:17:53 +01:00 |
dankito
|
d1bb7d81c3
|
Implemented autocomplete list for potential remittees in TransferMoneyDialog
|
2022-02-07 00:17:53 +01:00 |
dankito
|
c7845ca779
|
Implemented displaying error message if bank does not support FinTS 3.0
|
2022-02-07 00:17:53 +01:00 |
dankito
|
ce90cc5d08
|
Implemented autocomplete list for banks in AddAccountDialog
|
2022-02-07 00:17:53 +01:00 |
dankito
|
92231a72a1
|
Sorting now by value date instead of booking date
|
2022-02-07 00:17:53 +01:00 |
dankito
|
bf541bfe80
|
Implemented displaying bank's icon in TransferMoneyDialog
|
2022-02-07 00:17:53 +01:00 |
dankito
|
fda744be8a
|
Implemented displaying error message if account transactions couldn't be retrieved
|
2022-02-07 00:17:53 +01:00 |
dankito
|
40af21137c
|
Made bookedTransactions, unbookedTransactions and balance flat as we call getTransactions() bank account by bank account
|
2022-02-07 00:17:53 +01:00 |
dankito
|
126eaafced
|
400 have been too small, but didn't make it that label resizes to full width of text
|
2022-02-07 00:17:53 +01:00 |
dankito
|
755e1eb553
|
Made enter TAN text field broader
|
2022-02-07 00:17:53 +01:00 |
dankito
|
fe47108fa0
|
Showing labels of EnterTanDialog now in bold so that user can easily recognize them
|
2022-02-07 00:17:53 +01:00 |
dankito
|
67eb42591f
|
Implemented displaying 'Hinweis Ihrer Bank:' in an extra line
|
2022-02-07 00:17:53 +01:00 |