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 |
dankito
|
69375602e3
|
Filtering out 'Dialogabbruch' feedbacks
|
2022-02-07 00:18:07 +01:00 |
dankito
|
e4aa38e11f
|
Displaying now also response code to user. May she then can help us better (or she may even knows what to do with this information)
|
2022-02-07 00:18:07 +01:00 |
dankito
|
5580313eeb
|
Setting countDaysForWhichTransactionsAreKept now on account and not on bank anymore as the count may differs from account type to account type (e.g. 540 days for checking accounts and 9999 days for credit card accounts)
|
2022-02-07 00:18:07 +01:00 |
dankito
|
6d41b89f1d
|
Implemented parsing credit card transactions parameters
|
2022-02-07 00:18:07 +01:00 |
dankito
|
d209bc46fc
|
Renamed haveAllTransactionsBeenFetched to haveAllTransactionsBeenRetrieved and isAccountTypeSupported to isAccountTypeSupportedByApplication
|
2022-02-07 00:18:07 +01:00 |
dankito
|
9854ac000e
|
Little refactoring
|
2022-02-07 00:18:07 +01:00 |
dankito
|
b94c5d5cf5
|
Added toString()
|
2022-02-07 00:18:07 +01:00 |
dankito
|
c66f27d88b
|
Fixed parsing the correct amount
|
2022-02-07 00:18:07 +01:00 |
dankito
|
bf9d406053
|
Renamed usage to reference, remittee to recipient and instant payment to real-time transfer
|
2022-02-07 00:18:07 +01:00 |
dankito
|
d0910b7180
|
Parsing now also isCleared
|
2022-02-07 00:18:07 +01:00 |
dankito
|
e0dbd00634
|
Implemented retrieving credit card transactions
|
2022-02-07 00:18:07 +01:00 |
dankito
|
d16450d46b
|
Stopping execution now only if a severe error occurred during balance retrieval that closed dialog
|
2022-02-07 00:18:07 +01:00 |
dankito
|
c7d6718cce
|
Fixed that if alsoRetrieveBalance is set to false or account doesn't support retrieving balance execution stops here forever and never returns
|
2022-02-07 00:18:07 +01:00 |
dankito
|
dee6f4aebe
|
Making use of supportXyz convenience properties
|
2022-02-07 00:18:07 +01:00 |
dankito
|
395ef5445c
|
Fixed that as now retrievedData contains an entry for each account only if account supports retrieving transactions retrieval must be successful
|
2022-02-07 00:18:07 +01:00 |
dankito
|
09d90c6c9d
|
Renamed property accountData to account
|
2022-02-07 00:18:07 +01:00 |
dankito
|
7d8d1eb6d0
|
Implemented returning default / unsuccessful RetrievedAccountData also for accounts that do not support retrieving transactions or balance
|
2022-02-07 00:18:07 +01:00 |
dankito
|
d420cfcfb2
|
Added convenience properties to determine account features
|
2022-02-07 00:18:07 +01:00 |
dankito
|
e973ce256b
|
Added conversion to BigDecimal directly to Amount
|
2022-02-07 00:18:07 +01:00 |
dankito
|
b99522fda9
|
Renamed nameOfTanMediaRequired to nameOfTanMediumRequired
|
2022-02-07 00:18:07 +01:00 |
dankito
|
0efb4ba708
|
Made supportedFeatures accessible
|
2022-02-07 00:18:07 +01:00 |
dankito
|
1ff2c0ecf3
|
Renamed messageLogField to messageLog
|
2022-02-07 00:18:07 +01:00 |
dankito
|
50505831ea
|
Removed outdated 'Customer' from method name
|
2022-02-07 00:18:07 +01:00 |
dankito
|
f96e7a4b30
|
Fixed setting ninety days ago to from midnight on so that retrievedTransactionsFromOn gets set correctly -> check in BankingPresenter if all transactions have been fetched also works for this day
|
2022-02-07 00:18:07 +01:00 |
dankito
|
13d95f4bda
|
Implemented storing and displaying for which period account transactions have been fetched
|
2022-02-07 00:18:07 +01:00 |
dankito
|
700e3e6da9
|
Implemented mapping and displaying if an account type is supported or not
|
2022-02-07 00:18:07 +01:00 |
dankito
|
a59b335316
|
If account type field is not set (as it e.g. comdirect does), trying to extract account type from account name
|
2022-02-07 00:18:07 +01:00 |
dankito
|
f5f3f34d3b
|
Renamed TanProcedure to TanMethod in fints4k
|
2022-02-07 00:18:07 +01:00 |
dankito
|
094d669148
|
Implemented evaluating count days for which bank stores transactions -> don't show fetch all transactions overlay if bank server doesn't store additional transactions
|
2022-02-07 00:18:07 +01:00 |
dankito
|
7a64177d47
|
Renamed Response to BankResponse
|
2022-02-07 00:18:07 +01:00 |
dankito
|
c576673efb
|
Refactored that all internal methods return Response and only public methods return FinTsClientResponse. Fixes bug that when internal methods returned AddAccountResponse successful was false as at this point no account have been added yet
|
2022-02-07 00:18:07 +01:00 |
dankito
|
ae56bab18a
|
Fixed updating to new signatures
|
2022-02-07 00:18:07 +01:00 |
dankito
|
129b4f64fa
|
Added account to GetTransactionsParameter
|
2022-02-07 00:18:07 +01:00 |
dankito
|
d8739cf193
|
Renamed isSuccessful to successful
|
2022-02-07 00:18:07 +01:00 |
dankito
|
ec3cdb1c39
|
Added convenience constructor for when an error occurred
|
2022-02-07 00:18:07 +01:00 |
dankito
|
2d4499514a
|
Implemented calculating isSuccessful in AddAccountResponse and GetTransactionsResponse
|
2022-02-07 00:18:07 +01:00 |
dankito
|
044648f569
|
Calculating supportsRetrievingTransactionsOfLast90DaysWithoutTan now from retrieved data (but try to get rid of it anyway)
|
2022-02-07 00:18:07 +01:00 |
dankito
|
99205b53c9
|
Removed bankAccount property from GetTransactionsResponse
|
2022-02-07 00:18:07 +01:00 |
dankito
|
da5e285d61
|
Fixed that no Set hasn't been used
|
2022-02-07 00:18:07 +01:00 |
dankito
|
50a5938046
|
Made all properties overridable
|
2022-02-07 00:18:07 +01:00 |
dankito
|
7cb19d6f7d
|
Extracted RetrievedAccountData, makes code way better readable
|
2022-02-07 00:18:07 +01:00 |
dankito
|
4ae4609ffb
|
Not persisting segmentNumber, referenceSegmentNumber and segmentString. We don't need them after restoring and make resulting JSON file much smaller
|
2022-02-07 00:18:07 +01:00 |
dankito
|
f4128a2875
|
Implemented checking if bank supports setting count max entries. Had to adjust Jackson serialization so that and not just JobParameters gets saved and restored and to implement a lot of default constructors for this
|
2022-02-07 00:18:07 +01:00 |
dankito
|
b403557f2d
|
Implemented checking if bank supports setting count max entries. Had to adjust Jackson serialization so that and not just JobParameters gets saved and restored and to implement a lot of default constructors for this
|
2022-02-07 00:18:07 +01:00 |
dankito
|
4ed3d44b9e
|
Implemented parsing retrieve account transactions in MT940 format job parameters
|
2022-02-07 00:18:07 +01:00 |
dankito
|
a64e0b9427
|
Fixed that last allowed job was discarded when extension isn't set
|
2022-02-07 00:18:07 +01:00 |
dankito
|
75399e0664
|
Implemented logging only if it's really an exception and not a known wrong implementation of FinTS standard
|
2022-02-07 00:18:07 +01:00 |
dankito
|
497b82ce09
|
Started to implement to remove unnecessary spaces in usage, but now having to few
|
2022-02-07 00:18:07 +01:00 |
dankito
|
0e0a7b5207
|
Implemented filtering out duplicate transactions as some banks return some transactions multiple times in MT940 response
|
2022-02-07 00:18:06 +01:00 |
dankito
|
0f672f414b
|
Fixed that when entering TAN is required chunkedResponseHandler got called for same handledResponse multiple time, therefore adding e.g. same transactions multiple times to bookedTransactions
|
2022-02-07 00:18:06 +01:00 |
dankito
|
68742cc6a3
|
Fixed that comparing TanProcedures failed
|
2022-02-07 00:18:06 +01:00 |
dankito
|
50c6a72dff
|
Fixed checking if usage is formatted
|
2022-02-07 00:18:06 +01:00 |
dankito
|
f2bbff804d
|
Implemented convenience constructors
|
2022-02-07 00:18:06 +01:00 |
dankito
|
e36576e4c6
|
Added bankCodeForOnlineBanking to make clear that bank code for online banking may differs from bank's bank code
|
2022-02-07 00:18:06 +01:00 |
dankito
|
63259ff404
|
Merged CustomerData and BankData
|
2022-02-07 00:18:06 +01:00 |
dankito
|
49d34f1733
|
Removed unused supportsRetrievingTransactionsOfLast90DaysWithoutTan and triedToRetrieveTransactionsOfLast90DaysWithoutTan
|
2022-02-07 00:18:06 +01:00 |
dankito
|
397acebf79
|
Extracted iOSIsRealDevice so that it's easier to switch between iOS Simulator and real device
|
2022-02-07 00:18:06 +01:00 |
dankito
|
8b1051092a
|
Updated to new method signatures
|
2022-02-07 00:18:06 +01:00 |
dankito
|
2c1c690302
|
Extracted settings to top of class
|
2022-02-07 00:18:06 +01:00 |
dankito
|
dbc30abe2b
|
Moved FinTsClientTestBase back to JVM tests and adjusted to new method signatures
|
2022-02-07 00:18:06 +01:00 |
dankito
|
e2199c8494
|
Generified checking if retrieving user's TAN procedures was successful
|
2022-02-07 00:18:06 +01:00 |
dankito
|
61d9923230
|
Implemented resetting selected TAN procedures if user's TAN procedures doesn't contain selected one anymore (should almost never be the case)
|
2022-02-07 00:18:06 +01:00 |
dankito
|
73ba48b030
|
Removed unused BankDataMapper
|
2022-02-07 00:18:06 +01:00 |
dankito
|
458da2a542
|
Fixed (once again) that Comdirect returns an error when fetching user's TAN procedure with TAN procedure code '999' but returns user's TAN procedures anyway
|
2022-02-07 00:18:06 +01:00 |
dankito
|
2b8c9316d0
|
Implemented passing Customer to fints4kBankingClient, so that fints4kBankingClient doesn't have a different Customer instance as BankingPresenter
|
2022-02-07 00:18:06 +01:00 |
dankito
|
137d35ac02
|
Implemented validating and auto correcting user input in TransferMoneyDialog
|
2022-02-07 00:18:06 +01:00 |
dankito
|
321814a0ca
|
Removed exception from Response as this only crashed iOS app. Choosing now on mapper level which message to show in UI
|
2022-02-07 00:18:06 +01:00 |
dankito
|
e0c5a72524
|
MOved FlickerCodeStepsCalculator and Bit to BankingUiCommon
|
2022-02-07 00:18:06 +01:00 |
dankito
|
469e9c9dab
|
Made FlickerCodeStepsCalculator state free
|
2022-02-07 00:18:06 +01:00 |
dankito
|
8b6b12a755
|
Renamed FlickerCanvas to FlickerCodeStepsCalculator
|
2022-02-07 00:18:06 +01:00 |
dankito
|
c8f29e2390
|
Implemented passing allowed TAN format and max TAN input length to UI so that controls can be set accordingly
|
2022-02-07 00:18:06 +01:00 |
dankito
|
392c473056
|
Implemented that if retrieving account transactions is not supported but retrieving balances, at least balances get retrieved
|
2022-02-07 00:18:06 +01:00 |
dankito
|
c442d02e97
|
Renamed FinTsMockValue to PinTanDefaultValue
|
2022-02-07 00:18:06 +01:00 |
dankito
|
3160ebaa2c
|
Fixed that GetUserTanProceduresResponse isn't required anymore
|
2022-02-07 00:18:06 +01:00 |
dankito
|
7649df6a6b
|
Fixed that if getting user's TAN procedures fails method didn't stop / still continued
|
2022-02-07 00:18:06 +01:00 |
dankito
|
989bbd65aa
|
Implemented that if a TAN procedure requires specifying TAN media name, that any tan media name gets supplied (in my tests it made absolutely no difference if the TAN media matches the TAN procedure)
|
2022-02-07 00:18:06 +01:00 |
dankito
|
4cbbbfbe48
|
Implemented initializing dialog without strong customer authentication (but HKTAN is sent anyway) which is required that is essential for authenticated dialogs, e.g. TAN media which require some banks to be able to initialize an authenticated dialog
|
2022-02-07 00:18:06 +01:00 |
dankito
|
7146ec3a3c
|
Fixed that some jobs don't depend that a specific account supports it but the bank itself, e.g. retrieving TAN media
|
2022-02-07 00:18:06 +01:00 |
dankito
|
529467623c
|
As getUsersTanProcedures() doesn't fetch user's bank accounts anymore I added getAccounts()
|
2022-02-07 00:18:06 +01:00 |
dankito
|
c7a814b0bb
|
Fixed commit 'Added mediumName to TanMedium' which should be amended but not reformat code
|
2022-02-07 00:18:06 +01:00 |
dankito
|
b07e84b31c
|
Implemented retrieving user's TAN procedures with a non-strong authenticated dialog init with one step TAN procedure (the only process where one step TAN procedure is still allowed) as some banks like Postbank require this
|
2022-02-07 00:18:06 +01:00 |
dankito
|
639653f430
|
Added mediumName to TanMedium
|
2022-02-07 00:18:06 +01:00 |
dankito
|
2e71b2e53a
|
Added mediumName to TanMedium
|
2022-02-07 00:18:06 +01:00 |
dankito
|
384523e854
|
Using now CBC and TripleDES as PinTan default values for Operation mode and Encryption algorithm in encryption header
|
2022-02-07 00:18:05 +01:00 |
dankito
|
dd74a613f2
|
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 |
dankito
|
d444baeda8
|
Fixed that if there are no accounts supporting retrieving account transactions addAccountAsync() never returns
|
2022-02-07 00:17:54 +01:00 |
dankito
|
1e987e63ea
|
Adjusting bank name for Deutsche Bank
|
2022-02-07 00:17:54 +01:00 |
dankito
|
c50a64f2ee
|
Fixed that all years of dates were too small by 100 years
|
2022-02-07 00:17:54 +01:00 |
dankito
|
45d4f4ae46
|
Fixed that if continuationId is set and followUpResponse != null, then callback hasn't been called
|
2022-02-07 00:17:53 +01:00 |
dankito
|
61d0ee0cfc
|
Added task packAllForXcode and renamed packForXCode to packForXcode
|
2022-02-07 00:17:53 +01:00 |
dankito
|
388f725c32
|
Moved fints4k iOS extension methods to common
|
2022-02-07 00:17:53 +01:00 |
dankito
|
85572d7fb2
|
Added toByteArray()
|
2022-02-07 00:17:53 +01:00 |
dankito
|
7424688b33
|
Added callbacks to FinTsClientCallback methods so that they can be responded asynchronously
|
2022-02-07 00:17:53 +01:00 |
dankito
|
2889d1b0ce
|
Refactored handling TAN required methods
|
2022-02-07 00:17:53 +01:00 |
dankito
|
d18e939818
|
Fixed that erroneously an error got returned even though lastCreatedMessage was set
|
2022-02-07 00:17:53 +01:00 |
dankito
|
5e2e06b183
|
Fixed logging exception
|
2022-02-07 00:17:53 +01:00 |
dankito
|
a06af50336
|
Made customerId and userId settable
|
2022-02-07 00:17:53 +01:00 |
dankito
|
b5622a5d90
|
Fixed that user hasn't been asked for his/her TAN procedure
|
2022-02-07 00:17:53 +01:00 |
dankito
|
5734fd38f0
|
Removed unused FinTsClientForCustomerSwift
|
2022-02-07 00:17:53 +01:00 |
dankito
|
23469c74ce
|
Fixed variables setup
|
2022-02-07 00:17:53 +01:00 |
dankito
|
3b3ada38ca
|
Removed -Async() methods with coroutines as methods now become (except on iOS) async through IWebClient
|
2022-02-07 00:17:53 +01:00 |
dankito
|
8e221f17ce
|
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 |
dankito
|
a101a37db2
|
Little refactorings
|
2022-02-07 00:17:53 +01:00 |
dankito
|
051fc9a3e9
|
Removed platform specific GetTransactionsParameter
|
2022-02-07 00:17:53 +01:00 |
dankito
|
1eecb07296
|
Renamed FinTsClientSwift to FinTsClientForCustomerSwift
|
2022-02-07 00:17:53 +01:00 |
dankito
|
19c8e4ea8e
|
Using now Date and UUID from common in fints4k. Could therefore remove klock
|
2022-02-07 00:17:53 +01:00 |
dankito
|
d50f458ef4
|
Extracted Logger to new module common
|
2022-02-07 00:17:53 +01:00 |
dankito
|
fa6fdd0800
|
Started FinTsClientSwift but which results due Kotlin/Native's shared XOR mutable in very ugly code
|
2022-02-07 00:17:53 +01:00 |
dankito
|
7e19930742
|
Forgot to commit removed suspend
|
2022-02-07 00:17:53 +01:00 |
dankito
|
3dc8e64127
|
Moved EncryptionDataSegmentHeaderRegex from ResponseParser to MessageUtils
|
2022-02-07 00:17:53 +01:00 |
dankito
|
d97375d949
|
Removed serialization dependencies
|
2022-02-07 00:17:53 +01:00 |
dankito
|
46783b6118
|
Fixed that Ionspin BigDecimal hasn't been removed
|
2022-02-07 00:17:53 +01:00 |
dankito
|
52ee0a0f73
|
Removed suspend from methods as coroutines don't really work in Kotlin/Native
|
2022-02-07 00:17:53 +01:00 |
dankito
|
4999404113
|
Added iOS target
|
2022-02-07 00:17:53 +01:00 |
dankito
|
47790b0486
|
Fixed Atrium JVM dependency
|
2022-02-07 00:17:53 +01:00 |
dankito
|
03bdb19668
|
Introduced Amount to be able to remove Ionspin BigDecimal dependency
|
2022-02-07 00:17:53 +01:00 |
dankito
|
9a5e0a1098
|
Made FinTsClient methods suspendable; could remove ThreadPool for that
|
2022-02-07 00:17:53 +01:00 |
dankito
|
e1d08d3304
|
Added maven-publish plugin
|
2022-02-07 00:17:53 +01:00 |
dankito
|
1c049b4bf3
|
Added example code to get it at least working in browser
|
2022-02-07 00:17:53 +01:00 |
dankito
|
2dff398baa
|
Implemented catching exceptions
|
2022-02-07 00:17:53 +01:00 |
dankito
|
fbaa9fa941
|
Added JavaScript target. - Had to remove @JvmOverloads for that. - Had to replace Math.pow() and String.format().
|
2022-02-07 00:17:53 +01:00 |
dankito
|
16707aa70a
|
Added a quick fix for logging in to e.g. Deutsche Bank. TODO: find a general solution
|
2022-02-07 00:17:53 +01:00 |
dankito
|
134b6e4f5e
|
Fixed that may SmsTAN gets chosen
|
2022-02-07 00:17:53 +01:00 |
dankito
|
75e77eb84a
|
Fixed that balance of pre booked transactions may be empty
|
2022-02-07 00:17:53 +01:00 |
dankito
|
16284e5782
|
Removed useStrongAuthentication from createInitDialogMessage() as this value can be determined by if user's TAN procedure is selected or not
|
2022-02-07 00:17:53 +01:00 |
dankito
|
2f4bac9fbf
|
Fixed selectSuggestedTanProcedure() so that SmsTan(costs money) or ChipTanUSB (not supported) don't get selected by default
|
2022-02-07 00:17:53 +01:00 |
dankito
|
e44a68addc
|
Converted fints4k to a Kotlin multi platform project
|
2022-02-07 00:17:53 +01:00 |
dankito
|
b2374d2ac2
|
Removed unused getTransactionsFromResponse()
|
2022-02-07 00:17:53 +01:00 |
dankito
|
92231a72a1
|
Sorting now by value date instead of booking date
|
2022-02-07 00:17:53 +01:00 |
dankito
|
9ebc23016c
|
Forgot to commit adding tanRequiredButWeWereToldToAbortIfSo
|
2022-02-07 00:17:53 +01:00 |
dankito
|
614074b9b9
|
Implemented abortIfTanIsRequired so that at app start we can try to get all accounts' transaction without that user is being asked to enter a TAN if retrieving transaction without TAN isn't supported
|
2022-02-07 00:17:53 +01:00 |
dankito
|
3072517eef
|
Fixed that for ChipTan manuell and USB there's no flicker code to decode
|
2022-02-07 00:17:53 +01:00 |
dankito
|
3c683d57a8
|
Fixed that usage types only consist of upper case letters
|
2022-02-07 00:17:53 +01:00 |
dankito
|
160262cdff
|
Fixed that Thh:mm:ss(:SSS) is considered as field code
|
2022-02-07 00:17:53 +01:00 |
dankito
|
a16cf630b4
|
Implemented mapping all account transaction fields; Renamed usage to unparsedUsage, isCancellation to isReversal, customerReference to referenceForTheAccountOwner, bankReference to referenceOfTheAccountServicingInstitution and referenceReferenceNumber to relatedReferenceNumber
|
2022-02-07 00:17:53 +01:00 |
dankito
|
ac78758262
|
Forgot to commit that Turnover and TransactionDetails have been renamed
|
2022-02-07 00:17:53 +01:00 |
dankito
|
8589a4efaa
|
Fixed that non formatted usage parts got joined without spaces making them a bit unreadable
|
2022-02-07 00:17:52 +01:00 |
dankito
|
676eb721e7
|
Renamed Turnover to StatementLine and TransactionDetails to InformationToAccountOwner
|
2022-02-07 00:17:52 +01:00 |
dankito
|
d33de9a009
|
Added parsing Statement Line's fund code and supplementaryDetails
|
2022-02-07 00:17:52 +01:00 |
dankito
|
55fc0ca266
|
Renamed ReferenceReferenceNumberCode to RelatedReferenceNumberCode and simplified splitting statementAndMaySequenceNumber and accountIdentification
|
2022-02-07 00:17:52 +01:00 |
dankito
|
4cf2fc0973
|
Renamed parseMt940Chunk() to parseTransactionsChunk(), parseMt940String() calls now parseMt940Chunk(), added comments
|
2022-02-07 00:17:52 +01:00 |
dankito
|
012f164414
|
Implemented if a message contains large binary parts, e.g. when retrieving account transactions, these binary parts get extracted directly. For small binary parts iterating over string is faster then creating substring
|
2022-02-07 00:17:52 +01:00 |
dankito
|
4a890a0ba7
|
Fixed getting remainder without that an exception gets thrown
|
2022-02-07 00:17:52 +01:00 |
dankito
|
e749a88c83
|
Implemented parsing each received MT940 part immediately and passing it on to UI
|
2022-02-07 00:17:52 +01:00 |
dankito
|
b89414b1f1
|
Fixed detecting when dash at start of line is not a statement separator
|
2022-02-07 00:17:52 +01:00 |
dankito
|
08b21980f9
|
Simplified removing new line characters
|
2022-02-07 00:17:52 +01:00 |
dankito
|
419e97d138
|
Improved performance for splitting into statements by factor 10
|
2022-02-07 00:17:52 +01:00 |
dankito
|
bee07743d9
|
Fixed detecting and correcting annual jump from booking date to value date
|
2022-02-07 00:17:52 +01:00 |
dankito
|
b93ce1ca0d
|
Collecting now all chars that should be added to part in a StringBuilder which seems to be the fastest solution
|
2022-02-07 00:17:52 +01:00 |
dankito
|
40c5d64103
|
Removed unused allAccounts and continuationId
|
2022-02-07 00:17:52 +01:00 |
dankito
|
3d73289649
|
Added splitIntoPartsAndUnmaskCharByChar(). It's uglier but more efficient on strings with many separators
|
2022-02-07 00:17:52 +01:00 |
dankito
|
fd1343d8b9
|
Could half the mapping time by checking first if the string contains the masking character before calling replace() (why does this make any difference?)
|
2022-02-07 00:17:52 +01:00 |
dankito
|
face00e2a7
|
Sped up parsing job TAN configurations a bit
|
2022-02-07 00:17:52 +01:00 |
dankito
|
bd77a8b6f4
|
Sped up parsing allowed job names
|
2022-02-07 00:17:52 +01:00 |
dankito
|
2401b0e85c
|
Renamed BankingAndroidApp package from net.dankito.fints4java.android to net.dankito.banking.ui.android
|
2022-02-07 00:17:52 +01:00 |
dankito
|
53ebba0c9f
|
Moved fints4k library package from net.dankito.fints to net.dankito.banking.fints
|
2022-02-07 00:17:52 +01:00 |
dankito
|
247e77586a
|
Getting customer system ID now when opening a dialog -> no extra dialog just to get customer system id is needed anymore. Hope that works for all banks
|
2022-02-07 00:17:52 +01:00 |
dankito
|
d4b900b770
|
Forgot to commit the prettyPrintHbciMessage() got removed from old place
|
2022-02-07 00:17:52 +01:00 |
dankito
|
685e4209c3
|
Implemented sending message log
|
2022-02-07 00:17:52 +01:00 |
dankito
|
9e31180e52
|
Renamed remaining classed from 'fints4java' to 'fints4j'
|
2022-02-07 00:17:52 +01:00 |
dankito
|
de8b2d5bd9
|
Implemented removing account transactions from response for message log
|
2022-02-07 00:17:52 +01:00 |