fints4k/ui
dankito 18cd571573 Sorting now transactions only when necessary and not on each view update 2022-02-07 00:18:07 +01:00
..
BankingAndroidApp Removed alert after adding account to ask user if now all account transactions should get fetched 2022-02-07 00:18:07 +01:00
BankingJavaFxApp 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
BankingJavaFxControls Renamed isSuccessful to successful 2022-02-07 00:18:07 +01:00
BankingUiCommon Fixed setting displayIndex only if adding account was successful 2022-02-07 00:18:07 +01:00
BankingUiNativeIntegration 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
BankingiOSApp Sorting now transactions only when necessary and not on each view update 2022-02-07 00:18:07 +01:00
fints4kBankingClient Fixed that response.errorsToShowToUser got mapped to an empty string instead of null if response.errorsToShowToUser is empty 2022-02-07 00:18:07 +01:00
hbci4jBankingClient Added account to GetTransactionsParameter 2022-02-07 00:18:07 +01:00