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
e4b6a7efd5
BankingClient
/
fints4k
/
src
/
commonMain
/
kotlin
/
net
/
dankito
/
banking
/
fints
History
dankito
e4b6a7efd5
If Pin or chipTan is locked only warning but no error is returned by server -> check also these feedbacks to detect if response was successful
2022-02-07 00:18:08 +01:00
..
callback
Renamed TanProcedure to TanMethod in fints4k
2022-02-07 00:18:07 +01:00
messages
Added upper case diacritics
2022-02-07 00:18:08 +01:00
model
Fixed that accounts for which types we think we don't support them, but which support to retrieve balance or transactions anyway (e.g. Sparkonten also seem to support HKSAL and HKKAZ, but i can't tell for sure) are now also evaluated as supported
2022-02-07 00:18:08 +01:00
response
If Pin or chipTan is locked only warning but no error is returned by server -> check also these feedbacks to detect if response was successful
2022-02-07 00:18:08 +01:00
tan
MOved FlickerCodeStepsCalculator and Bit to BankingUiCommon
2022-02-07 00:18:06 +01:00
transactions
Renamed usage to reference, remittee to recipient and instant payment to real-time transfer
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
Implemented that () returns if a TAN method got selected
2022-02-07 00:18:08 +01:00
FinTsClientForCustomer.kt
Added fetchBalanceAndTransactions to addAccount() to determine if balance and transactions should be retrieved after retrieving bank accounts of a newly added account
2022-02-07 00:18:07 +01:00