|
0e9097f8cc
|
Implemented to not close dialogs when adding a new account to speed things up a bit
|
2022-02-07 00:17:52 +01:00 |
|
|
124b3ca9f6
|
Implemented if bank already closed dialog no close dialog message gets send anymore to bank
|
2022-02-07 00:17:52 +01:00 |
|
|
26c9ef02a3
|
Implemented decoding control bytes
|
2022-02-07 00:17:52 +01:00 |
|
|
827fd7bc92
|
Implemented detecting a chipTAN's HHD version
|
2022-02-07 00:17:52 +01:00 |
|
|
532515badd
|
Renamed handleMayRequiredTan() to handleMayRequiresTan()
|
2022-02-07 00:17:52 +01:00 |
|
|
bfdb3833a6
|
Checking now all responses if a TAN is required and if if contains a continuation ID (Aufsetzpunkt)
|
2022-02-07 00:17:52 +01:00 |
|
|
a56240a300
|
Added comment that retrieving TAN media (= TAN generator) list is only supported for accounts with chipTAN TAN procedures
|
2022-02-07 00:17:52 +01:00 |
|
|
f2a12a0717
|
Fixed that supported SEPA messages is an info of bank parameter data, not of user data
|
2022-02-07 00:17:52 +01:00 |
|
|
7226b0965d
|
Only creating expensive log message if DEBUG log level is really enabled
|
2022-02-07 00:17:52 +01:00 |
|
|
2df12c4984
|
Started implementing message log (so that it later can be displayed to user)
|
2022-02-07 00:17:52 +01:00 |
|
|
a0e7fe0534
|
Implemented setting selected TAN procedure without asking user if there is only one allowed TAN procedure
|
2022-02-07 00:17:52 +01:00 |
|
|
1859fb2575
|
Implemented parsing PinInfo and setting HKTAN only if required according to PinInfo
|
2022-02-07 00:17:52 +01:00 |
|
|
6b53355b97
|
For public signature removed parameter hasRetrievedTransactionsWithTanJustBefore from tryGetTransactionsOfLast90DaysWithoutTan()
|
2022-02-07 00:17:52 +01:00 |
|
|
394406c785
|
Set version to 1.0.0
|
2022-02-07 00:17:52 +01:00 |
|
|
bea45cb661
|
Implemented instant payment money transfer
|
2022-02-07 00:17:52 +01:00 |
|
|
8c6c65c7b0
|
Added enum AccountFeature to be better extensible of upcoming implemented features
|
2022-02-07 00:17:52 +01:00 |
|
|
a6cc51801e
|
Moved pure test code (getBestAccountForRetrievingTransactions()) to tests
|
2022-02-07 00:17:52 +01:00 |
|
|
57911d835e
|
Moved DialogContext.increaseMessageNumber() to a central place
|
2022-02-07 00:17:52 +01:00 |
|
|
fcda1a0e1a
|
Setting dialogId now in a central place
|
2022-02-07 00:17:52 +01:00 |
|
|
333747a5e4
|
Implemented DialogContext to keep track of dialog's current state and to not have to pass BankData, CustomerData and ProductData to almost all methods
|
2022-02-07 00:17:52 +01:00 |
|
|
737061f606
|
Fixed that photoTAN of comdirect is encoded the same way as photoTAN with chipTAN. So i guess it's the same with QrTan, e.g. from 1822 direct
|
2022-02-07 00:17:52 +01:00 |
|
|
84c0011e13
|
Fixed that if getting user's TAN procedures comdirect says that message is invalid but it isn't
|
2022-02-07 00:17:52 +01:00 |
|
|
496e73dc9f
|
Renamed fints4java to fints4k
|
2022-02-07 00:17:52 +01:00 |
|