Commit graph

20 commits

Author SHA1 Message Date
bf6d7b9896 Re-added TAN procedure types photoTan and QrCode as we need to display their images (TODO: how to decode their images?) 2022-02-07 00:17:52 +01:00
27f065f0c7 Tried to parse MobilePhoneTanMedium, but had no occasion to test if this really works 2022-02-07 00:17:52 +01:00
d9e5efe051 Fixed that TanGeneratorTanMedium didn't get mapped correctly 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
a991164d55 Fixed that userCancelledAction wasn't mapped 2022-02-07 00:17:52 +01:00
abedd1d094 Implemented not showing an error message if user cancelled action (e.g. entering TAN or selecting a TAN medium) 2022-02-07 00:17:52 +01:00
ec2c8fc5c9 Implemented not showing an error message if user cancelled action (e.g. entering TAN or selecting a TAN medium) 2022-02-07 00:17:52 +01:00
dankl
08f603a9a0 Implemented restoring fints4java BankingClient's data 2020-01-25 20:29:44 +01:00
dankl
69dea311bf Implemented mapping all AccountTypes 2020-01-25 18:06:34 +01:00
dankl
be479edc11 Fixed that bookedTransactions just got associated with first available bank account, which is just not true; Fixed grouping balances by BankAccount 2020-01-25 18:05:14 +01:00
dankl
438772a6a2 Added supportsRetrievingAccountTransactions, supportsRetrievingBalance, supportsTransferringMoney to BankAccount and BankData. Enabling features retrieving account transactions and transferring money now only if a bank account supports this. 2020-01-25 16:58:43 +01:00
dankito
57aba0971d Implemented that for retrieving account transactions and for bank transfer the concrete AccountData is required (as for CustomerData with multiple accounts using CustomerData will not work) 2020-01-21 00:54:06 +01:00
dankl
954db89e2f Implemented that TAN media und procedures get updated and its changes persisted 2020-01-19 16:22:43 +01:00
dankl
e022616045 Changed property order 2020-01-16 00:12:56 +01:00
dankl
ab61064d35 Changed property order 2020-01-13 00:41:49 +01:00
dankl
cdc720a511 Adjusted property order and added balance 2020-01-13 00:06:57 +01:00
dankl
ce58ef60ca Trying to get inner exception for errorToShowToUser 2020-01-08 22:59:33 +01:00
dankl
7fbd6159ac Added error to BankingClientResponse 2020-01-08 22:59:02 +01:00
dankl
6e712316ab Implemented BankingClientCallback to abstract away FinTsClientCallback 2020-01-03 00:35:36 +01:00
dankl
b7e294bcbe Added IBankingClient to abstract away fints4java in UI and implemented fints4javaBankingClient 2020-01-02 22:39:02 +01:00
Renamed from fints4javaAndroidApp/src/main/java/net/dankito/banking/fints4java/android/mapper/fints4javaModelMapper.kt (Browse further)