Commit graph

175 commits

Author SHA1 Message Date
d1cc7b0eb0 Simplified publishing artifacts to codinux repo 2024-10-16 20:03:32 +02:00
5d127828cb Added preferredTanMethods to constructor overload 2024-10-16 15:34:54 +02:00
803e44118c Extracted TanMethodsPreferredByMostApplications 2024-10-16 15:33:26 +02:00
12304684fc Ranking non-ChipTan methods before ChipTan methods (but should make no difference as there shouldn't be any bank supporting both) 2024-10-16 15:19:06 +02:00
7448b7e94c Added NonVisualOrImageBasedOrFlickerCode for applications supporting FlickerCode 2024-10-16 15:10:53 +02:00
0e26a19d13 Renamed Manuell (German) to Manual (English) 2024-10-16 15:06:01 +02:00
647f848d5f Renamed Flickercode (German) to FlickerCode (English) 2024-10-16 15:04:55 +02:00
ce39c1cf7d Extracted NonVisualWithoutChipTanManuell 2024-10-16 14:48:46 +02:00
f1981dc5f0 Bumped version to 0.7.1-SNAPSHOT 2024-10-16 01:54:01 +02:00
dbccc93981 Bumped verion to 0.7.0 2024-10-16 01:46:08 +02:00
2245806d12 Updated fints4k version to 1.0.0-Alpha-15 2024-10-16 01:40:10 +02:00
7d90910ffd Converted clientData to Any so that don't have to deserialize client data each time and added serializedClientData 2024-10-15 19:57:27 +02:00
a5e809ff68 Updated to new fints4k model that now contains serializedFinTsModel 2024-10-15 13:50:13 +02:00
ef1177c76f Added BankAccess, BankAccount, messageNumber, messageType and messageWithoutSensitiveData to MessageLogEntry 2024-10-15 12:58:28 +02:00
a33f31df02 Updated to that quantity now is of type Double 2024-10-15 11:01:25 +02:00
3940b1e77f Moved messageLog to Response 2024-10-15 10:56:56 +02:00
67ea188182 Added bank and account to MessageLogEntry 2024-10-15 03:43:35 +02:00
c443656c03 Passing clientData to fints4k client 2024-10-15 03:22:37 +02:00
ee21f684eb Added constructor for Bank and BankAccount 2024-10-15 03:14:21 +02:00
933c761a0d Added messageLog to GetAccountDataResponse and TransferMoneyResponse 2024-10-15 03:06:59 +02:00
0b6490f501 Added clientData 2024-10-15 01:31:46 +02:00
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
bbd40d7017 Fixed typo 2024-10-04 09:08:56 +02:00
3f3c480e1c Fixed that for RetrieveTransactions hasn't been checked 2024-10-04 09:08:48 +02:00
c0e9db7234 Updating balance 2024-10-04 06:33:13 +02:00
786b849c8f Fixed checking if retrievedTransactionsFrom has been updated 2024-10-04 06:33:03 +02:00
7d715cc3b8 Added convenience properties for displayed reference and otherPartyName 2024-09-26 14:24:39 +02:00
2164bc5a94 Fixed getting fints TanMethod in existing TanMethods 2024-09-26 14:23:42 +02:00
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
0bf5b19f4a Updated fints4k version to 1.0.0-Alpha-15-SNAPSHOT 2024-09-26 10:38:28 +02:00
cf06bffd1b Bumped version to 0.6.2-SNAPSHOT 2024-09-19 21:44:24 +02:00
43031b24ad Bumped version to 0.6.1 2024-09-19 21:43:24 +02:00
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
86866bad32 Downgraded Kotlin to version 1.9.x so that more applications can use this library 2024-09-19 21:27:25 +02:00
a21861178b Updated fints4k version to 1.0.0-Alpha-14 2024-09-19 21:26:47 +02:00
234738465c Added Maven Central badge 2024-09-18 17:51:32 +02:00
f160c50d18 Added fints4k option appendFinTsMessagesToLog to easily configure if FinTS messages should get added to log 2024-09-18 17:40:34 +02:00
9aeca393dc Updated fints4k to version 1.0.0-Alpha-14-SNAPSHOT 2024-09-18 17:34:08 +02:00
5964fc611c Added properties to sort accounts, tanMethods and tanMedia 2024-09-18 02:13:35 +02:00
ac3bc57875 Changed order 2024-09-18 02:13:00 +02:00
40ad61ebab Fixed mapping 2024-09-18 02:12:44 +02:00
27e191cba6 Bumped version to 0.6.1-SNAPSHOT 2024-09-17 18:02:18 +02:00
cc1a60cb61 Bumped version to 0.6.0 2024-09-17 17:52:52 +02:00
145686b453 Updated to new fints4k version 2024-09-17 17:52:52 +02:00
44a875eeec Added errorType to error output 2024-09-17 17:26:35 +02:00
62fe93e88e Added example for reading TAN from command line 2024-09-17 17:23:30 +02:00
2853087836 Applied renaming selectedTanMethodId to selectedTanMethodIdentifier and selectedTanMediumName to selectedTanMediumIdentifier also to TanChallenge 2024-09-17 17:18:27 +02:00
4fbb0425e6 Added add() methods for list properties 2024-09-17 15:29:33 +02:00
9af8d0eb1d Split AccountTransaction.userSetDisplayName into userSetReference and userSetOtherPartyName, and added userSetDisplayName to TanMedium, TanMethod and Holding 2024-09-17 15:29:03 +02:00
045774ff3f Made collections val MutableList to be overridable with a derived collection class 2024-09-17 00:28:43 +02:00