dankito
|
c5bddd94b0
|
Implemented that errors when retrieving account transactions get displayed in UI
|
2022-02-07 00:18:14 +01:00 |
dankito
|
17110a794c
|
Renamed transactionsSegment to creditCardTransactionsSegment
|
2022-02-07 00:18:14 +01:00 |
dankito
|
ef1c927d27
|
Implemented mapping DecoupledTanMethodParameters
|
2022-02-07 00:18:14 +01:00 |
dankito
|
5af1557642
|
Fixed getTanMediaList()
|
2022-02-07 00:18:14 +01:00 |
dankito
|
6b2434fe3b
|
Fixed messages (message size; CustomerId and Language; RetrieveAccountTransactionsParameters and PinInfo is now required for HKKAZ)
|
2022-02-07 00:18:14 +01:00 |
dankito
|
187b1805e6
|
Extracted calculateMessageSize(); fixed MessageHeaderMinLength
|
2022-02-07 00:18:14 +01:00 |
dankito
|
361a4062cb
|
Fixed calculating message size
|
2022-02-07 00:18:14 +01:00 |
dankito
|
d43d91b6cc
|
Implemented setting time on Date; fixed formatting time tests
|
2022-02-07 00:18:14 +01:00 |
dankito
|
095d9c467a
|
Fixed that now '2:13' instead of '16:14' is used
|
2022-02-07 00:18:14 +01:00 |
dankito
|
9ef1458edb
|
Fixed that BIC is now written to HKSAL
|
2022-02-07 00:18:14 +01:00 |
dankito
|
4948d2ce7e
|
Fixed that otherPartyName is now named transactionDescriptionBase
|
2022-02-07 00:18:14 +01:00 |
dankito
|
e08076de17
|
Implemented parsing HITANS version 7
|
2022-02-07 00:18:14 +01:00 |
dankito
|
87662d776a
|
Implemented adding stack trace to MessageLog
|
2022-02-07 00:18:14 +01:00 |
dankito
|
66f4eeb6ad
|
Implemented catching exceptions in removeSensitiveDataFromMessage()
|
2022-02-07 00:18:14 +01:00 |
dankito
|
06ef511892
|
Implemented adding errors of ResponseParser, Mt940Parser and Mt940AccountTransactionsParser to MessageLog
|
2022-02-07 00:18:14 +01:00 |
dankito
|
55f5603cb9
|
Implemented adding errors to MessageLog
|
2022-02-07 00:18:14 +01:00 |
dankito
|
ae7f6328e3
|
Implemented passing MessageLogEntryType on to UI so that it has the possibility to translate the message prefix
|
2022-02-07 00:18:14 +01:00 |
dankito
|
87e272565f
|
Extracted
|
2022-02-07 00:18:14 +01:00 |
dankito
|
ae37442d86
|
Added parsing transactionDescriptionSupplement
|
2022-02-07 00:18:13 +01:00 |
dankito
|
26cc2088ad
|
Catching errors while parsing credit card transactions
|
2022-02-07 00:18:13 +01:00 |
dankito
|
e5c1fa2b50
|
Fixed retrieving medium name (had to take remainingDataElements not dataElements)
|
2022-02-07 00:18:13 +01:00 |
dankito
|
b16390d0eb
|
Fixed that ?, got treated as field code leading to that parsing whole information to account owner failed
|
2022-02-07 00:18:13 +01:00 |
dankito
|
45f926055f
|
Removed setting bank name to value in bank parameters as this value contains a lot of confusing and irrelevant names (like DB24 for Deutsche Bank and Rechenzentrum Bayer. Gen. for Bavarian Raiffeisen banks)
|
2022-02-07 00:18:13 +01:00 |
dankito
|
bc49b4ee20
|
Implemented setting medium name also for unknown medium classes (e.g. Sparkasse sends for pushTan now 'AlleMedien' -> set medium name and everything just works fine)
|
2022-02-07 00:18:13 +01:00 |
dankito
|
e43be8f0aa
|
Implemented creating bitcode for exported iOS frameworks as bitcode is needed to create an archive for app
|
2022-02-07 00:18:08 +01:00 |
dankito
|
d73e359c27
|
Adjusted to new constructor signature
|
2022-02-07 00:18:08 +01:00 |
dankito
|
787b91f7a8
|
Fixed that credit card transactions list may is empty
|
2022-02-07 00:18:08 +01:00 |
dankito
|
5a32ef4958
|
Added comments
|
2022-02-07 00:18:08 +01:00 |
dankito
|
fcde0dcf5b
|
Made order a little bit more logical
|
2022-02-07 00:18:08 +01:00 |
dankito
|
293e8aa849
|
Also filtering out "9010::Initialisierung fehlgeschlagen, Auftrag nicht bearbeitet." feedbacks, are of now use for user
|
2022-02-07 00:18:08 +01:00 |
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 |
dankito
|
df4c8c4a1a
|
Implemented that () returns if a TAN method got selected
|
2022-02-07 00:18:08 +01:00 |
dankito
|
eee073fe3b
|
Fixed that if wrong credentials have been entered but bank returned user's TAN methods anyway, GetUserTanMethodsResponse returned success
|
2022-02-07 00:18:08 +01:00 |
dankito
|
269ad0bb33
|
Mapping accounts named 'Tagesgeld' to Sparkonto as according to Wikipedia some direct banks offer 'Tagesgeldkonten' as a modern version of Sparkonto
|
2022-02-07 00:18:08 +01:00 |
dankito
|
3d3d143023
|
Added code "0". Even though it's not stated in the docs, but Sparkasse gives some Girokonten the type '0'.
|
2022-02-07 00:18:08 +01:00 |
dankito
|
f76603a6ac
|
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 |
dankito
|
270f1c6c34
|
Added upper case diacritics
|
2022-02-07 00:18:08 +01:00 |
dankito
|
318266db0f
|
Fixed that reserved XML characters aren't replaced visibly to user - XML entities would just confuse most users. But XML entities are taking into calculation for max length
|
2022-02-07 00:18:08 +01:00 |
dankito
|
97e7d44a47
|
Extracted convertReservedXmlCharacters() and convertDiacritics()
|
2022-02-07 00:18:08 +01:00 |
dankito
|
bc180f68ab
|
Forgot to commit that closeDialog has been added
|
2022-02-07 00:18:08 +01:00 |
dankito
|
229da4efc8
|
Calling askUserForTanMethod() instead of selecting user's TAN method automatically
|
2022-02-07 00:18:08 +01:00 |
dankito
|
24dfe34c1f
|
Implemented calling getTanMediaList() only if retrieving TAN media is supported
|
2022-02-07 00:18:08 +01:00 |
dankito
|
63ec9e074a
|
Fixed that getUsersTanMethod() is async but caller had no chance to wait for response
|
2022-02-07 00:18:08 +01:00 |
dankito
|
ee38799cad
|
Replaced areWeThatGentleToCloseDialogs by DialogContext.closeDialog
|
2022-02-07 00:18:08 +01:00 |
dankito
|
95736a8150
|
Removed unused messageMayRequiresTan
|
2022-02-07 00:18:07 +01:00 |
dankito
|
f4d8b09260
|
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 |
dankito
|
9e5b18a522
|
Renamed initDialog() to initDialogWithStrongCustomerAuthentication()
|
2022-02-07 00:18:07 +01:00 |
dankito
|
dd01c7416a
|
Replaced newUserInfoResponse by getAccountsResponse
|
2022-02-07 00:18:07 +01:00 |
dankito
|
75525d704a
|
Also taking now message feedbacks into account to evaluate if wrong credentials have been entered
|
2022-02-07 00:18:07 +01:00 |
dankito
|
38bb0c90ff
|
Implemented detecting if wrong credentials have been entered (not 100 % reliable though)
|
2022-02-07 00:18:07 +01:00 |