Commit graph

29 commits

Author SHA1 Message Date
523e538ecb Implemented a CORS proxy server to circumvent CORS restriction in WebApp 2022-02-17 02:47:52 +01:00
179b7afbf2 Added test WebApp 2022-02-16 18:55:15 +01:00
a6a24311d7 Added sample Android application 2022-02-15 23:16:19 +01:00
d56833e1ef Renamed module common to multiplatform-utils 2022-02-12 00:26:12 +01:00
f637897dc3 Removed ui, persistence and rest projects (will be moved to separate repositories) and deactivated tools projects.
Removed Android target and using now JVM instead of JVM6.
Updated to Kotlin 1.6.10 which works much better for KMPP. Could therefore remove packForXcode() tasks
2022-02-11 23:53:35 +01:00
bc3439baa5 Implemented exporting account transactions as .csv at least for JVM and Android 2022-02-07 00:18:13 +01:00
4ef8e7330f Implemented EpcQrCodeParser that extracts credit transfer data from decoded EPC QR code 2022-02-07 00:18:08 +01:00
5569594a65 Started fints4k REST API 2022-02-07 00:18:08 +01:00
5195f2d0c3 Implemented BankFinder REST API 2022-02-07 00:18:08 +01:00
12e84109f3 Implemented persisting data with Room 2022-02-07 00:18:06 +01:00
a327291757 Added BankingUiNativeIntegration to make Swift code setup more easier 2022-02-07 00:17:53 +01:00
19c8e4ea8e Using now Date and UUID from common in fints4k. Could therefore remove klock 2022-02-07 00:17:53 +01:00
d50f458ef4 Extracted Logger to new module common 2022-02-07 00:17:53 +01:00
133c73e70f Extracted module LuceneBankFinder from BankFinder 2022-02-07 00:17:53 +01:00
e44a68addc Converted fints4k to a Kotlin multi platform project 2022-02-07 00:17:53 +01:00
ec0c23e8d1 Renamed fints4javaAndroidApp to BankingAndroidApp 2022-02-07 00:17:52 +01:00
496e73dc9f Renamed fints4java to fints4k 2022-02-07 00:17:52 +01:00
451b0b709f Moved BankListCreator to sub folder 'tools' 2022-02-07 00:17:52 +01:00
694bbd1862 Moved UI related projects to sub folder 'ui' 2022-02-07 00:17:52 +01:00
16d6656343 Implemented displaying remittees from all account transactions so that user can choose between them and get bank transfer done faster 2020-04-25 02:45:37 +02:00
dankl
e0ffec4127 Forgot to add hbci4jBankingClient to settings.gradle 2020-04-22 11:49:42 +02:00
dankl
8349db4e2d Forgot to check in BankingPersistenceJson 2020-01-19 17:12:51 +01:00
dankl
a8f2fceb9a Added modules BankingJavaFxControls and BankingJavaFxApp 2020-01-08 20:31:16 +01:00
dankl
6e712316ab Implemented BankingClientCallback to abstract away FinTsClientCallback 2020-01-03 00:35:36 +01:00
dankl
913d85d4a8 Added module BankingUiCommon 2019-11-03 22:30:52 +01:00
dankl
fbb24e7732 Started Android app 2019-10-15 18:27:06 +02:00
dankl
a07b6b115e Implemented BankListCreator to parse German banks file from Deutsche Kreditwirtschaft 2019-10-12 20:54:02 +02:00
dankl
f1e6ed1350 Implemented DialoginitialisierungAnonym (to start an anonymous communication with bank) 2019-10-03 23:06:53 +02:00
dankl
46585d6fec Initial commit 2019-10-02 19:54:11 +02:00