Commit graph

39 commits

Author SHA1 Message Date
488905daeb Removed logging unknown values for ZkaTanProcedure. Through requesting all banks i know all possible values. 2022-02-07 00:17:52 +01:00
95ce20b5bb Implemented mapping all tan procedures returned from German banks: Merged photoTAN and PushTan with appTAN, added ChipTanUsb and ChipTanPhotoTanMatrixCode, renamed ChipTanOptisch to ChipTanFlickercode 2022-02-07 00:17:52 +01:00
db129863e6 Added case insensitive detection of appTAN and mobileTAN; added detection for 'mTAN' as mobileTAN; logging if a ZkaTanProcedure couldn't get mapped; not trying to map empty values 2022-02-07 00:17:52 +01:00
e71799fcc3 Also parsing securityClass to null if string is empty 2022-02-07 00:17:52 +01:00
c300bd2b7b Fixed that maxMessageSize may is an empty string 2022-02-07 00:17:52 +01:00
1a0df93e0c Fixed that some banks encode SmsAbbuchungskontoErforderlich and as boolean values 2022-02-07 00:17:52 +01:00
e021011729 Fixed that countSupportedActiveTanMedia is in rare cases blank 2022-02-07 00:17:52 +01:00
f3abeeaa5f Implemented parsing all Security Method versions 2022-02-07 00:17:52 +01:00
dankl
9798b39807 Implemented parsing received transactions string as a whole as sometimes banks breaks MT940 data sets in the middle when sending transactions in multiple messages so that this data set cannot be parsed if received messages get parsed immediately 2019-12-31 17:27:17 +01:00
dankl
cb557812c4 Implemented changing TAN medium (HKTAU) 2019-12-30 22:30:53 +01:00
dankl
9af7c53272 Renamed TanMediumKlasseVersion to TanMediumKlasse 2019-12-29 17:47:41 +01:00
dankl
553b55e090 Implemented reading user's tan media list 2019-12-29 15:07:05 +01:00
dankl
ee3cd937df Implemented continueing at Aufsetzpunkt 2019-10-26 18:22:06 +02:00
dankl
c08dd1379a Implemented parsing SepaAccountInfoParameters (HISPAS) and setting SEPA descriptor URN in SepaEinzelueberweisung 2019-10-20 19:32:47 +02:00
dankl
9b2e4100f3 Extracted MessageUtils 2019-10-20 19:23:19 +02:00
dankl
289a2032b8 Extracted StringExtensions 2019-10-20 19:00:20 +02:00
dankl
fdb8545d6b Renamed SupportedJob to JobParameters 2019-10-20 16:46:53 +02:00
dankl
9672136a77 Implemented parsing SepaAccountInfo 2019-10-17 15:13:02 +02:00
dankl
def4e1f74e Implemented parsing CommunicationInfo (HIKOM) 2019-10-16 16:47:00 +02:00
dankito
c857b874f7 Implemented parsing user's supported tan procedures 2019-10-15 22:47:17 +02:00
dankito
e8a7ef7484 Fixed size check 2019-10-15 20:17:09 +02:00
dankl
742343b139 Added FinTsClientCallback to ask user to select a tan procedure; renamed AllowedJob to SupportedJob 2019-10-15 18:23:03 +02:00
dankl
b086956f95 Renamed error to exception 2019-10-13 17:53:11 +02:00
dankl
031629e0c9 Implemented parsing Message- and SegmentFeedback 2019-10-13 13:17:01 +02:00
dankl
0ee2ed407f Implemented parsing AllowedJobs 2019-10-13 03:54:47 +02:00
dankl
45b2dca90a Implemented parsing allowed job names 2019-10-13 03:34:05 +02:00
dankl
94ccfd2e09 Fixed that most parameters of account info (HIUPD) are optional and therefore may not set 2019-10-13 02:58:30 +02:00
dankl
c20bf13c5c Implemented parsing TAN response (HITAN) 2019-10-13 02:43:28 +02:00
dankl
89d44beab9 Implemented parsing balance 2019-10-13 00:49:49 +02:00
dankl
8cf57d1c35 Implemented parsing TAN info 2019-10-12 23:51:12 +02:00
dankl
e9469e131a Fixed unmasking characters 2019-10-12 23:42:50 +02:00
dankl
975a84cded Implemented parsing 2019-10-12 18:16:35 +02:00
dankl
8d16cab528 Implemented not splitting at masked separator symbols and unmasking masked characters 2019-10-06 16:41:37 +02:00
dankl
5fc3e4cc63 Added UnparsedSegment so that caller gets informed of all received segments even though we didn't parse it 2019-10-06 16:19:09 +02:00
dankl
46a23d17d5 Extracted parseCodeEnum() for a single value 2019-10-06 14:30:00 +02:00
dankl
5fc2c2ef5b Implemented parsing User parameters and most of account info 2019-10-06 00:50:12 +02:00
dankl
b9c5883942 Implemented parsing SecurityMethods 2019-10-05 22:25:35 +02:00
dankl
af35f35ba0 Implemented parsing BankParameters 2019-10-05 22:23:41 +02:00
dankl
7f6752fa6d Started ResponseParser 2019-10-05 20:26:57 +02:00