12304684fcRanking non-ChipTan methods before ChipTan methods (but should make no difference as there shouldn't be any bank supporting both)dankito2024-10-16 15:19:06 +0200
7448b7e94cAdded NonVisualOrImageBasedOrFlickerCode for applications supporting FlickerCodedankito2024-10-16 15:10:53 +0200
0e26a19d13Renamed Manuell (German) to Manual (English)dankito2024-10-16 15:06:01 +0200
647f848d5fRenamed Flickercode (German) to FlickerCode (English)dankito2024-10-16 15:04:55 +0200
2245806d12Updated fints4k version to 1.0.0-Alpha-15dankito2024-10-16 01:40:10 +0200
7d90910ffdConverted clientData to Any so that don't have to deserialize client data each time and added serializedClientDatadankito2024-10-15 19:51:12 +0200
a5e809ff68Updated to new fints4k model that now contains serializedFinTsModeldankito2024-10-15 13:50:13 +0200
ef1177c76fAdded BankAccess, BankAccount, messageNumber, messageType and messageWithoutSensitiveData to MessageLogEntrydankito2024-10-15 12:58:28 +0200
a33f31df02Updated to that quantity now is of type Doubledankito2024-10-15 11:01:25 +0200
3940b1e77fMoved messageLog to Responsedankito2024-10-15 10:56:56 +0200
67ea188182Added bank and account to MessageLogEntrydankito2024-10-15 03:34:48 +0200
c443656c03Passing clientData to fints4k clientdankito2024-10-15 03:22:37 +0200
ee21f684ebAdded constructor for Bank and BankAccountdankito2024-10-15 03:14:21 +0200
933c761a0dAdded messageLog to GetAccountDataResponse and TransferMoneyResponsedankito2024-10-15 03:06:59 +0200
e915b4479fUpdated to new fints4k data model, that TanGeneratorTanMedium and MobilePhoneTanMedium are now derived anymore from TanMediumdankito2024-10-10 18:54:54 +0200
145686b453Updated to new fints4k versiondankito2024-09-17 17:36:47 +0200
44a875eeecAdded errorType to error outputdankito2024-09-17 17:26:35 +0200
62fe93e88eAdded example for reading TAN from command linedankito2024-09-17 17:23:30 +0200
2853087836Applied renaming selectedTanMethodId to selectedTanMethodIdentifier and selectedTanMediumName to selectedTanMediumIdentifier also to TanChallengedankito2024-09-17 17:18:27 +0200
4fbb0425e6Added add() methods for list propertiesdankito2024-09-17 15:29:33 +0200
9af8d0eb1dSplit AccountTransaction.userSetDisplayName into userSetReference and userSetOtherPartyName, and added userSetDisplayName to TanMedium, TanMethod and Holdingdankito2024-09-17 15:29:03 +0200
045774ff3fMade collections val MutableList to be overridable with a derived collection classdankito2024-09-16 17:45:30 +0200
c5b7967ce1Added tanMethodsNotSupportedByApplication to filter out TanMethods not supported by application (by default: ChipTanUsb)dankito2024-09-10 03:26:39 +0200
99c864bcf1Belongs to set default bank values, IntelliJ didn't show me these files in commit dialogdankito2024-09-10 01:24:13 +0200
97604d59c9Implemented changing TAN method (but better find instance in FinTsData instead of creating a new instance)dankito2024-09-10 01:21:33 +0200
aa7b7afaf0Passing known bank data on to FinTsClient as e.g. bank names returned from bank server are often quite bad, e.g. DB24 for Deutsche Bankdankito2024-09-09 23:01:57 +0200
73b760ae68Updated tanExpirationTime's new data typedankito2024-09-09 03:40:49 +0200
1f8fecca7cPassing fints4k's new addTanExpiredCallback on to BankingClientdankito2024-09-09 03:40:25 +0200
384ab2fd9eRenamed finTsServerAddress to serverAddress and made it nullabledankito2024-09-09 00:37:54 +0200
2c2db147b4Renamed otherPartyBankCode to otherPartyBankId and made reference nullabledankito2024-09-08 22:09:59 +0200
e6aec071a2Using the default values from GetAccountDataOptions. Fixes that otherwise fints4k uses other preferred TAN methods than BankingClientdankito2024-09-08 21:56:51 +0200
376cb08a9fRenamed transactionsRetentionDays to serverTransactionsRetentionDaysdankito2024-09-08 21:55:31 +0200
288af22ac6Added AccountTransaction documentation from fints4kdankito2024-09-05 23:37:25 +0200
713bfa4b50Matched AccountTransaction property names that ones from fints4kdankito2024-09-05 23:24:06 +0200
adf8cfa750Added convenience methods for featuresdankito2024-09-05 23:11:52 +0200