dankito
|
b44161a45f
|
Implemented fetching all transactions
|
2022-02-07 00:18:05 +01:00 |
dankito
|
bab012a9eb
|
Implemented equals() and hashCode()
|
2022-02-07 00:18:05 +01:00 |
dankito
|
ba1b0a27f0
|
Added accountUpdated() to persist updated account
|
2022-02-07 00:18:05 +01:00 |
dankito
|
9c269ceb09
|
Made displayName settable
|
2022-02-07 00:18:05 +01:00 |
dankito
|
087e596171
|
Not showing identifier in braces anymore, is in almost all cases a useless information and just wastes space. Using identifier only as fallback now.
|
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
|
003fd047e3
|
Made identifier, customerId, productName and accountLimit settable
|
2022-02-07 00:17:54 +01:00 |
dankito
|
36e7161b2e
|
Fixed that in derived classes bankAccount initially may is not set
|
2022-02-07 00:17:54 +01:00 |
dankito
|
a3696a4716
|
Fixed JSON serialization (as cannot add Jackson annotations to model classes in common project)
|
2022-02-07 00:17:54 +01:00 |
dankito
|
60e4a82fe0
|
Comparing now BankAccount's technicalId
|
2022-02-07 00:17:54 +01:00 |
dankito
|
561114ee26
|
Fixed that amount has been compared with other
|
2022-02-07 00:17:54 +01:00 |
dankito
|
374818f748
|
Made bankCode and customerId settable
|
2022-02-07 00:17:54 +01:00 |
dankito
|
e8a27b1a83
|
Added findIconForBankAsync(() to IBankIconFinder so that iOS can choose how to handle asynchronous retrieval of bank icon
|
2022-02-07 00:17:54 +01:00 |
dankito
|
4512b024f8
|
Removed findBankWebsite() from IBankIconFinder
|
2022-02-07 00:17:54 +01:00 |
dankito
|
04fba18316
|
Implemented updating selected accounts
|
2022-02-07 00:17:54 +01:00 |
dankito
|
4ffb68eba4
|
Implemented filtering account transactions
|
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
|
37d471781f
|
Renamed id to technicalId and extracted createDefaultId() so that technicalId easier overridable in sub classes
|
2022-02-07 00:17:53 +01:00 |
dankito
|
0e194faee7
|
Made all properties overridable
|
2022-02-07 00:17:53 +01:00 |
dankito
|
3ed323cd69
|
Added convenience constructors for languages not supporting default values
|
2022-02-07 00:17:53 +01:00 |
dankito
|
27dd8c98cc
|
Added parameter countDecimalPlaces to format() as is not generic on all platforms (e.g. doesn't work on iOS)
|
2022-02-07 00:17:53 +01:00 |
dankito
|
52d3b49baa
|
Made BankingUiCommon a multi platform project
|
2022-02-07 00:17:53 +01:00 |