Commit Graph

154 Commits

Author SHA1 Message Date
dankito e915b4479f Updated to new fints4k data model, that TanGeneratorTanMedium and MobilePhoneTanMedium are now derived anymore from TanMedium 2024-10-10 18:54:54 +02:00
dankito bbd40d7017 Fixed typo 2024-10-04 09:08:56 +02:00
dankito 3f3c480e1c Fixed that for RetrieveTransactions hasn't been checked 2024-10-04 09:08:48 +02:00
dankito c0e9db7234 Updating balance 2024-10-04 06:33:13 +02:00
dankito 786b849c8f Fixed checking if retrievedTransactionsFrom has been updated 2024-10-04 06:33:03 +02:00
dankito 7d715cc3b8 Added convenience properties for displayed reference and otherPartyName 2024-09-26 14:24:39 +02:00
dankito 2164bc5a94 Fixed getting fints TanMethod in existing TanMethods 2024-09-26 14:23:42 +02:00
dankito 00b26e3bd0 Made parsedDataSet, mimeType and imageBytesBase64 nullable, as in case of decoding error they are not set 2024-09-26 14:23:04 +02:00
dankito 0bf5b19f4a Updated fints4k version to 1.0.0-Alpha-15-SNAPSHOT 2024-09-26 10:38:28 +02:00
dankito cf06bffd1b Bumped version to 0.6.2-SNAPSHOT 2024-09-19 21:44:24 +02:00
dankito 43031b24ad Bumped version to 0.6.1 2024-09-19 21:43:24 +02:00
dankito 6e5c28f47c Configured parallel Gradle build, but disabled by default as releasing with this option won't work 2024-09-19 21:30:06 +02:00
dankito 86866bad32 Downgraded Kotlin to version 1.9.x so that more applications can use this library 2024-09-19 21:27:25 +02:00
dankito a21861178b Updated fints4k version to 1.0.0-Alpha-14 2024-09-19 21:26:47 +02:00
dankito 234738465c Added Maven Central badge 2024-09-18 17:51:32 +02:00
dankito f160c50d18 Added fints4k option appendFinTsMessagesToLog to easily configure if FinTS messages should get added to log 2024-09-18 17:40:34 +02:00
dankito 9aeca393dc Updated fints4k to version 1.0.0-Alpha-14-SNAPSHOT 2024-09-18 17:34:08 +02:00
dankito 5964fc611c Added properties to sort accounts, tanMethods and tanMedia 2024-09-18 02:13:35 +02:00
dankito ac3bc57875 Changed order 2024-09-18 02:13:00 +02:00
dankito 40ad61ebab Fixed mapping 2024-09-18 02:12:44 +02:00
dankito 27e191cba6 Bumped version to 0.6.1-SNAPSHOT 2024-09-17 18:02:18 +02:00
dankito cc1a60cb61 Bumped version to 0.6.0 2024-09-17 17:52:52 +02:00
dankito 145686b453 Updated to new fints4k version 2024-09-17 17:52:52 +02:00
dankito 44a875eeec Added errorType to error output 2024-09-17 17:26:35 +02:00
dankito 62fe93e88e Added example for reading TAN from command line 2024-09-17 17:23:30 +02:00
dankito 2853087836 Applied renaming selectedTanMethodId to selectedTanMethodIdentifier and selectedTanMediumName to selectedTanMediumIdentifier also to TanChallenge 2024-09-17 17:18:27 +02:00
dankito 4fbb0425e6 Added add() methods for list properties 2024-09-17 15:29:33 +02:00
dankito 9af8d0eb1d Split AccountTransaction.userSetDisplayName into userSetReference and userSetOtherPartyName, and added userSetDisplayName to TanMedium, TanMethod and Holding 2024-09-17 15:29:03 +02:00
dankito 045774ff3f Made collections val MutableList to be overridable with a derived collection class 2024-09-17 00:28:43 +02:00
dankito 400c13d6a2 Added countryCode 2024-09-16 17:30:49 +02:00
dankito 62482fb5a3 Renamed bankCode to domesticBankCode 2024-09-16 17:22:46 +02:00
dankito 68317f3b1c Made changeable properties var and using List instead of MutableList for transactions 2024-09-16 17:16:41 +02:00
dankito 72608a444d Renamed User to BankAccess 2024-09-16 16:33:08 +02:00
dankito 89e21dc38a Made BIC nullable 2024-09-16 16:14:52 +02:00
dankito 8f822e9469 Made properties overridable and variable 2024-09-12 13:57:07 +02:00
dankito a6b2ed8729 Added identifier 2024-09-12 13:17:01 +02:00
dankito 83dfd41784 Added Amount.isNegative and Collection<Amount>.sum() extension methods 2024-09-12 03:58:22 +02:00
dankito 52af60077a Fixed Amount for wasmJs 2024-09-12 03:56:34 +02:00
dankito bf211e238f Fixed Amount for Apple platforms 2024-09-12 03:47:05 +02:00
dankito fd7a3bc747 Added arithmetic operations to Amount 2024-09-12 03:30:00 +02:00
dankito 825dc7c8b9 Copied referenced methods over from fints4k so i could make fints4k dependency an implementation detail 2024-09-11 23:59:20 +02:00
dankito 54940742f7 Renamed lastTransactionsRetrievalTime to lastAccountUpdateTime 2024-09-11 23:21:06 +02:00
dankito 5187e34797 Implemented mapping Holdings 2024-09-11 22:47:13 +02:00
dankito c5b7967ce1 Added tanMethodsNotSupportedByApplication to filter out TanMethods not supported by application (by default: ChipTanUsb) 2024-09-10 03:26:39 +02:00
dankito 99c864bcf1 Belongs to set default bank values, IntelliJ didn't show me these files in commit dialog 2024-09-10 01:24:13 +02:00
dankito 97604d59c9 Implemented changing TAN method (but better find instance in FinTsData instead of creating a new instance) 2024-09-10 01:21:33 +02:00
dankito 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 2024-09-09 23:01:57 +02:00
dankito 73b760ae68 Updated tanExpirationTime's new data type 2024-09-09 03:40:49 +02:00
dankito 1f8fecca7c Passing fints4k's new addTanExpiredCallback on to BankingClient 2024-09-09 03:40:25 +02:00
dankito 384ab2fd9e Renamed finTsServerAddress to serverAddress and made it nullable 2024-09-09 00:37:54 +02:00