This website requires JavaScript.
Explore
Help
Sign in
codinux
/
BankingClient
Watch
1
Star
0
Fork
You've already forked BankingClient
0
Code
Issues
Pull requests
Projects
Releases
Packages
2
Wiki
Activity
d16450d46b
BankingClient
/
fints4k
/
src
/
commonMain
/
kotlin
/
net
/
dankito
/
banking
/
fints
History
dankito
d16450d46b
Stopping execution now only if a severe error occurred during balance retrieval that closed dialog
2022-02-07 00:18:07 +01:00
..
callback
Renamed TanProcedure to TanMethod in fints4k
2022-02-07 00:18:07 +01:00
messages
Renamed nameOfTanMediaRequired to nameOfTanMediumRequired
2022-02-07 00:18:07 +01:00
model
Renamed property accountData to account
2022-02-07 00:18:07 +01:00
response
Fixed that as now retrievedData contains an entry for each account only if account supports retrieving transactions retrieval must be successful
2022-02-07 00:18:07 +01:00
tan
MOved FlickerCodeStepsCalculator and Bit to BankingUiCommon
2022-02-07 00:18:06 +01:00
transactions
Started to implement to remove unnecessary spaces in usage, but now having to few
2022-02-07 00:18:07 +01:00
util
Using now Date and UUID from common in fints4k. Could therefore remove klock
2022-02-07 00:17:53 +01:00
webclient
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
FinTsClient.kt
Stopping execution now only if a severe error occurred during balance retrieval that closed dialog
2022-02-07 00:18:07 +01:00
FinTsClientForCustomer.kt
Added account to GetTransactionsParameter
2022-02-07 00:18:07 +01:00