dankito
|
f3552248dc
|
Moved ProductData to JobContext and implemented that startNewDialog() create DialogContext
|
2022-02-07 00:18:14 +01:00 |
dankito
|
0a9b31b393
|
Created JobContext to have a cross dialog context per job and to be able to set FinTsClientCallback (and later on other objects) on a job basis
|
2022-02-07 00:18:14 +01:00 |
dankito
|
ed784f1827
|
Renamed errorMessage to internalError, errorsToShowToUser to errorMessagesFromBank, added didBankReturnError and created a method to determine which error message to show to user
|
2022-02-07 00:18:14 +01:00 |
dankito
|
6b2434fe3b
|
Fixed messages (message size; CustomerId and Language; RetrieveAccountTransactionsParameters and PinInfo is now required for HKKAZ)
|
2022-02-07 00:18:14 +01:00 |
dankito
|
d43d91b6cc
|
Implemented setting time on Date; fixed formatting time tests
|
2022-02-07 00:18:14 +01:00 |
dankito
|
095d9c467a
|
Fixed that now '2:13' instead of '16:14' is used
|
2022-02-07 00:18:14 +01:00 |
dankito
|
9ef1458edb
|
Fixed that BIC is now written to HKSAL
|
2022-02-07 00:18:14 +01:00 |
dankito
|
4948d2ce7e
|
Fixed that otherPartyName is now named transactionDescriptionBase
|
2022-02-07 00:18:14 +01:00 |
dankito
|
e08076de17
|
Implemented parsing HITANS version 7
|
2022-02-07 00:18:14 +01:00 |
dankito
|
b16390d0eb
|
Fixed that ?, got treated as field code leading to that parsing whole information to account owner failed
|
2022-02-07 00:18:13 +01:00 |
dankito
|
d73e359c27
|
Adjusted to new constructor signature
|
2022-02-07 00:18:08 +01:00 |
dankito
|
787b91f7a8
|
Fixed that credit card transactions list may is empty
|
2022-02-07 00:18:08 +01:00 |
dankito
|
6d41b89f1d
|
Implemented parsing credit card transactions parameters
|
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
|
d0910b7180
|
Parsing now also isCleared
|
2022-02-07 00:18:07 +01:00 |
dankito
|
e0dbd00634
|
Implemented retrieving credit card transactions
|
2022-02-07 00:18:07 +01:00 |
dankito
|
f5f3f34d3b
|
Renamed TanProcedure to TanMethod in fints4k
|
2022-02-07 00:18:07 +01:00 |
dankito
|
7a64177d47
|
Renamed Response to BankResponse
|
2022-02-07 00:18:07 +01:00 |
dankito
|
129b4f64fa
|
Added account to GetTransactionsParameter
|
2022-02-07 00:18:07 +01:00 |
dankito
|
4ed3d44b9e
|
Implemented parsing retrieve account transactions in MT940 format job parameters
|
2022-02-07 00:18:07 +01:00 |
dankito
|
f2bbff804d
|
Implemented convenience constructors
|
2022-02-07 00:18:06 +01:00 |
dankito
|
63259ff404
|
Merged CustomerData and BankData
|
2022-02-07 00:18:06 +01:00 |
dankito
|
dbc30abe2b
|
Moved FinTsClientTestBase back to JVM tests and adjusted to new method signatures
|
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
|
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
|
7424688b33
|
Added callbacks to FinTsClientCallback methods so that they can be responded asynchronously
|
2022-02-07 00:17:53 +01:00 |
dankito
|
8e221f17ce
|
Made IWebClient and FinTsClient async so that on iOS everything but the web request can run on the main thread -> we don't need to freeze objects to pass them between threads
|
2022-02-07 00:17:53 +01:00 |
dankito
|
19c8e4ea8e
|
Using now Date and UUID from common in fints4k. Could therefore remove klock
|
2022-02-07 00:17:53 +01:00 |
dankito
|
46783b6118
|
Fixed that Ionspin BigDecimal hasn't been removed
|
2022-02-07 00:17:53 +01:00 |
dankito
|
03bdb19668
|
Introduced Amount to be able to remove Ionspin BigDecimal dependency
|
2022-02-07 00:17:53 +01:00 |
dankito
|
9a5e0a1098
|
Made FinTsClient methods suspendable; could remove ThreadPool for that
|
2022-02-07 00:17:53 +01:00 |
dankito
|
75e77eb84a
|
Fixed that balance of pre booked transactions may be empty
|
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 |