c158097d3a
Added tanMethodsNotSupportedByApplication to filter out TAN methods that client application does not support (e.g. chipTanUsb)
6908f52e48
Using now NonVisualOrImageBased as default to determine user's (suggested) TAN method as it provides a good default for most users
61d8f2c342
Added preferredTanMethods and preferredTanMedium to JobContext
6bf7fdcb44
Implemented passing default bank data to FinTsClient as e.g. bank names returned from bank server are often quite bad, e.g. DB24 for Deutsche Bank
fbafbb62e3
Added option closeDialogs
c5b7967ce1
Added tanMethodsNotSupportedByApplication to filter out TanMethods not supported by application (by default: ChipTanUsb)
99c864bcf1
Belongs to set default bank values, IntelliJ didn't show me these files in commit dialog
97604d59c9
Implemented changing TAN method (but better find instance in FinTsData instead of creating a new instance)
aa7b7afaf0
Passing known bank data on to FinTsClient as e.g. bank names returned from bank server are often quite bad, e.g. DB24 for Deutsche Bank
73b760ae68
Updated tanExpirationTime's new data type
bd052587c5
Added example how to update account transactions
36391c8f20
Also updating retrievedTransactionsFrom on BankAccount
7f60e02340
Implemented BankingModelService to filter out duplicates in retrieved AccountTransactions
85b66aa040
Also implemented an identifier for AccountTransaction
a9ebad0793
Fixed identifying TAN media as e.g. Sparkasse named all their TanGenerator media "SparkassenCard (Debitkarte)" - so it was not possible to differentiate between them
9600e2f11b
Converted lastTransactionsRetrievalTime to Instant
b2fb04372f
Updating BankAccount.bookedTransactions only if we retrieved transactions and adding it to existing list instead of replacing existing bookedTransactions list
3b05a8b9c8
Renamed lastTransactionRetrievalTime to lastTransactionsRetrievalTime
d689c7663f
Fixed updating BankAccount.balance and .retrievedTransactionsFrom
6238b5abb2
Renamed europeBerlin to EuropeBerlin
62276e2a02
Bumped version to 0.5.2-SNAPSHOT
7f407dd8b9
Bumped version to 0.5.1
cf50d04ba0
Updated fints4k version to 1.0.0-Alpha-12
afade80bcb
Renamed Customer to User which is the correct term ((many) users can access a customer account at a bank; the one, that accesses a customer account over FinTS is not necessary the customer that owns the account)
a983df42b1
Mapping BankingGroup (TODO: but is duplicated code from BankListCreator); added BankingGroup to CustomerAccountViewInfo
62276e2a02
Bumped version to 0.5.2-SNAPSHOT
7f407dd8b9
Bumped version to 0.5.1
cf50d04ba0
Updated fints4k version to 1.0.0-Alpha-12
afade80bcb
Renamed Customer to User which is the correct term ((many) users can access a customer account at a bank; the one, that accesses a customer account over FinTS is not necessary the customer that owns the account)
a983df42b1
Mapping BankingGroup (TODO: but is duplicated code from BankListCreator); added BankingGroup to CustomerAccountViewInfo
952fa9c13a
Bumped version to 1.0.0-Alpha-13-SNAPSHOT
b47fcabc1c
Bumped version to 1.0.0-Alpha-12
878d32ea16
Set jvmToolchain to 11 as new klf version requires JDK 11
5f7b07a601
Added from Spec that countMaxJobsPerMessage is almost useless
7e8d005fcb
Made also remaining properties and methods open
c564750832
Added targetiosX64
d16289d824
Fixed BIC comments
a2ac04f424
Added clarification about Dialogsprache
8247584a61
Added clarification about KundensystemStatus
34e40aeee1
Replaced deprecated methods
dcfd3ffc87
Added target iosX64
89846a62f2
Mapped remaining properties
ea6c4000f9
Made fields and methods open
1a484e78b8
Added optional method messageLogAdded() to BankingClientCallback and enabled passing FinTsClientConfiguration on to FinTsClient
1abf4bc389
Updated fints4k version to 1.0.0-Alpha-12-SNAPSHOT
345f84c0b2
Added README
c5abc20506
Added SampleApp to show usage
9a292a0e6c
Bumped version to 0.5.1-SNAPSHOT
eb80537be4
Bumped version to 0.5.0
02eb0f5804
Configured publishing fints4k-banking-client to codinux Maven repo