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
2e71b2e53a
BankingClient
/
fints4k
/
src
/
commonMain
/
kotlin
/
net
/
dankito
/
banking
/
fints
History
dankito
2e71b2e53a
Added mediumName to TanMedium
2022-02-07 00:18:06 +01:00
..
callback
Added callbacks to FinTsClientCallback methods so that they can be responded asynchronously
2022-02-07 00:17:53 +01:00
messages
Added mediumName to TanMedium
2022-02-07 00:18:06 +01:00
model
Made customerId and userId settable
2022-02-07 00:17:53 +01:00
response
Fixed that last two data elements got removed from list - even though that 'Letzte Benutzung' and 'Freigeschaltet am' are optional and may not set resulting in an exception in parseTanGeneratorTanMedium()
2022-02-07 00:18:05 +01:00
tan
Extracted Logger to new module common
2022-02-07 00:17:53 +01:00
transactions
Fixed that all years of dates were too small by 100 years
2022-02-07 00:17:54 +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
Fixed that if there are no accounts supporting retrieving account transactions addAccountAsync() never returns
2022-02-07 00:17:54 +01:00
FinTsClientForCustomer.kt
Removed -Async() methods with coroutines as methods now become (except on iOS) async through IWebClient
2022-02-07 00:17:53 +01:00