dankito
|
700e3e6da9
|
Implemented mapping and displaying if an account type is supported or not
|
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
|
07446568ed
|
Fixed that super.typeFromId() didn't resolve Lists and Sets (but still don't know why Jackson writes their classes as id to output)
|
2022-02-07 00:18:07 +01:00 |
dankito
|
a382904015
|
Implemented displaying state if no transactions are displayed (e.g. if no transactions have been fetch, account doesn't support fetching transactions of retrieved period didn't contain any transactions)
|
2022-02-07 00:18:07 +01:00 |
dankito
|
094d669148
|
Implemented evaluating count days for which bank stores transactions -> don't show fetch all transactions overlay if bank server doesn't store additional transactions
|
2022-02-07 00:18:07 +01:00 |
dankito
|
63caf84894
|
Fixed setting displayIndex only if adding account was successful
|
2022-02-07 00:18:07 +01:00 |
dankito
|
129b4f64fa
|
Added account to GetTransactionsParameter
|
2022-02-07 00:18:07 +01:00 |
dankito
|
d8739cf193
|
Renamed isSuccessful to successful
|
2022-02-07 00:18:07 +01:00 |
dankito
|
6ed4acd8f2
|
Changed constructor parameter order
|
2022-02-07 00:18:07 +01:00 |
dankito
|
79ebb35bc7
|
Added convenience constructors for when retrieving data was successful
|
2022-02-07 00:18:07 +01:00 |
dankito
|
ec3cdb1c39
|
Added convenience constructor for when an error occurred
|
2022-02-07 00:18:07 +01:00 |
dankito
|
2d4499514a
|
Implemented calculating isSuccessful in AddAccountResponse and GetTransactionsResponse
|
2022-02-07 00:18:07 +01:00 |
dankito
|
f444a45730
|
Derived AddAccountResponse from GetTransactionsResponse
|
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
|
50a5938046
|
Made all properties overridable
|
2022-02-07 00:18:07 +01:00 |
dankito
|
7cb19d6f7d
|
Extracted RetrievedAccountData, makes code way better readable
|
2022-02-07 00:18:07 +01:00 |
dankito
|
b403557f2d
|
Implemented checking if bank supports setting count max entries. Had to adjust Jackson serialization so that and not just JobParameters gets saved and restored and to implement a lot of default constructors for this
|
2022-02-07 00:18:07 +01:00 |
dankito
|
28537668ff
|
Implemented passing only new transactions to persister.saveOrUpdateAccountTransactions(). Had to call saveOrUpdateAccountTransactions() therefore also in receivedAccountsTransactionChunk listener
|
2022-02-07 00:18:06 +01:00 |
dankito
|
a935517b10
|
Removed useless constructor keyword
|
2022-02-07 00:18:06 +01:00 |
dankito
|
0d9eff266f
|
Again filtering out duplicates after setting bank name as now some remittees contain the same information
|
2022-02-07 00:18:06 +01:00 |
dankito
|
d01074e070
|
Added to fallbacks to find bank name from BIC or IBAN
|
2022-02-07 00:18:06 +01:00 |
dankito
|
12e84109f3
|
Implemented persisting data with Room
|
2022-02-07 00:18:06 +01:00 |
dankito
|
29dbe70983
|
Ensured that persisting methods get called off UI thread
|
2022-02-07 00:18:06 +01:00 |
dankito
|
4d50b12fa9
|
Fixed that in some cases accountsChangedListeners got called with only one bank as parameter instead of all banks
|
2022-02-07 00:18:06 +01:00 |
dankito
|
725e0ef881
|
Fixed that for AccountTransactionEntity comparing didn't work
|
2022-02-07 00:18:06 +01:00 |
dankito
|
6f354724be
|
Fixed that when an account gets deleting its BankingClient data didn't get deleted
|
2022-02-07 00:18:06 +01:00 |
dankito
|
49db711296
|
Made GetTransactionsResponse callback optional
|
2022-02-07 00:18:06 +01:00 |
dankito
|
e7d665f588
|
Added bottom bar to ask user if she likes to fetch all transactions
|
2022-02-07 00:18:06 +01:00 |
dankito
|
6467964305
|
Fixed calling accountsChangedListeners on changes, e.g. when bank displayName or bank displayIndex changed
|
2022-02-07 00:18:06 +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
|
f7f6e7703b
|
Implemented showing select TAN media view only if there is more than one TAN medium for this TAN procedure
|
2022-02-07 00:18:06 +01:00 |
dankito
|
744af2880c
|
Fixed that changes make in UI settings haven't been reflected in clients
|
2022-02-07 00:18:06 +01:00 |
dankito
|
b7d94e8a17
|
Implemented specifying detaily if a bank, an account or only display index got updated
|
2022-02-07 00:18:06 +01:00 |
dankito
|
0ea9fad7a0
|
Implemented restoring data directly when creating fints4kBankingClient. This also fixes that restored BankData has data that mapped BankData didn't have (like allowedJobs, pinInfo, ...)
|
2022-02-07 00:18:06 +01:00 |
dankito
|
397acebf79
|
Extracted iOSIsRealDevice so that it's easier to switch between iOS Simulator and real device
|
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
|
13b7697364
|
Implemented persisting tan media
|
2022-02-07 00:18:06 +01:00 |
dankito
|
9dc6c0c5c0
|
Checking now equality of whole bank account instead of only its technical id
|
2022-02-07 00:18:06 +01:00 |
dankito
|
b4e712f6b8
|
Fixed that caching Core Data entities in Dictionaries didn't really work. Setting now Core Data Ids on BankingUi model classes and retrieving Core Data entities by that ID
|
2022-02-07 00:18:06 +01:00 |
dankito
|
2b8c9316d0
|
Implemented passing Customer to fints4kBankingClient, so that fints4kBankingClient doesn't have a different Customer instance as BankingPresenter
|
2022-02-07 00:18:06 +01:00 |
dankito
|
842ff7f0b2
|
Added transactionIdentifier as technicalId may gets set by persistence layer and transaction id therefore gets lost
|
2022-02-07 00:18:06 +01:00 |
dankito
|
88df169f92
|
Fixed adjusting displayIndex when a bank gets deleted
|
2022-02-07 00:18:06 +01:00 |
dankito
|
8914d83ec6
|
Implemented sorting bank accounts; extracted SectionWithRightAlignedEditButton
|
2022-02-07 00:18:06 +01:00 |
dankito
|
34cb8617f8
|
Implemented setting banks' display order
|
2022-02-07 00:18:06 +01:00 |
dankito
|
5a06305171
|
Removed unnecessary animateFlickerCode() overload. It just set currentFrequency to DefaultFrequency, therefore overwriting a previously set frequency
|
2022-02-07 00:18:06 +01:00 |
dankito
|
b28f6ae68f
|
Implemented SwiftUI FlickerCodeTanView; extracted ScaleImageView from ImageTanView
|
2022-02-07 00:18:06 +01:00 |
dankito
|
f3d7afc376
|
Implemented displaying auto retrieved BIC and bank name in an info label; extracted InfoLabel from ValidationLabel
|
2022-02-07 00:18:06 +01:00 |
dankito
|
137d35ac02
|
Implemented validating and auto correcting user input in TransferMoneyDialog
|
2022-02-07 00:18:06 +01:00 |