Commit Graph

92 Commits

Author SHA1 Message Date
dankito 4b21e6c4e2 Updated Kotlin version to 1.4.10, but couldn't get Gradle plugin 1.4.10 to work (getting "Collection is empty" error without additional information) 2022-02-07 00:18:07 +01:00
dankito acb1433dc6 Commented out Kotlin serialization plugin as currently it's not needed 2022-02-07 00:18:07 +01:00
dankito d360ff1def Laid at least groundworks to encrypt Room database 2022-02-07 00:18:07 +01:00
dankito 12e84109f3 Implemented persisting data with Room 2022-02-07 00:18:06 +01:00
dankito 397acebf79 Extracted iOSIsRealDevice so that it's easier to switch between iOS Simulator and real device 2022-02-07 00:18:06 +01:00
dankito 474d4d1f91 Using now MapStruct for mapping JSON entities 2022-02-07 00:17:54 +01:00
dankito c49ed6a6ff Updated TextInfoExtractor version to 1.0.1 2022-02-07 00:17:54 +01:00
dankito 61d0ee0cfc Added task packAllForXcode and renamed packForXCode to packForXcode 2022-02-07 00:17:53 +01:00
dankito 19c8e4ea8e Using now Date and UUID from common in fints4k. Could therefore remove klock 2022-02-07 00:17:53 +01:00
dankito d97375d949 Removed serialization dependencies 2022-02-07 00:17:53 +01:00
dankito 83c7e73199 Updated coroutines version to 1.3.7 2022-02-07 00:17:53 +01:00
dankito 9ea9095e8b Updated Ktor version to 1.3.2 and Klock version to 1.11.12 2022-02-07 00:17:53 +01:00
dankito 187bf80967 Fixed auto complete ListView height so that it doesn't hide / cut items 2022-02-07 00:17:53 +01:00
dankito 603b8ff4b7 Set Android Build tools version to 28.0.6 as 29.0.3 was corrupted 2022-02-07 00:17:53 +01:00
dankito fbaa9fa941 Added JavaScript target. - Had to remove @JvmOverloads for that. - Had to replace Math.pow() and String.format(). 2022-02-07 00:17:53 +01:00
dankito fb04aad5c4 Version bump to 1.0.0 Alpha 5 2022-02-07 00:17:53 +01:00
dankito 996204f54f Implemented extracting cash transfer data from PDF files and setting them as preselected values in TransferMoneyDialog 2022-02-07 00:17:53 +01:00
dankito 2afeaa9073 Bumped version to 1.0.0 Alpha 4 2022-02-07 00:17:53 +01:00
dankito e44a68addc Converted fints4k to a Kotlin multi platform project 2022-02-07 00:17:53 +01:00
dankito 069464510c Bumped version to 1.0.0 Alpha 3 2022-02-07 00:17:53 +01:00
dankito 8122dfc810 Bumped version to 1.0.0 Alpha 2 2022-02-07 00:17:53 +01:00
dankito a352c68de8 Updated JavaUtils version to 1.0.16 and JavaFxUtils version to 1.0.7 2022-02-07 00:17:53 +01:00
dankito 6ceba92834 Set version to 1.0.0 Alpha 1 2022-02-07 00:17:52 +01:00
dankito 3f2a1fec95 Added logging to LuceneBankingPersistence tests 2020-04-28 16:51:26 +02:00
dankito 7b8b18ca0b Bumped JavaFxUtils version to 1.0.5 2020-04-24 17:22:38 +02:00
dankito c9754535a5 Implemented LuceneBankFinder 2020-04-24 00:50:14 +02:00
dankito d6b136e7f3 Using now Dagger to inject dependencies (fixes that on resume Dialogs don't crash) 2020-04-23 20:35:25 +02:00
dankito a8ae3e9006 Using now Otalia Studios Autocomplete for Bank Autocomplete list in AddAccountDialog as it's way more performant than Android's AutoCompleteTextView 2020-04-23 16:54:34 +02:00
dankito a6c3c410df Bumped Kotlin version to 1.3.72 2020-04-22 20:45:35 +02:00
dankito 21b90585e0 Implemented displaying selected account / bank account 2020-04-22 20:45:11 +02:00
dankito 0699eaf977 Implemented showing accounts and bank accounts hierarchically in Drawer 2020-04-22 20:33:14 +02:00
dankito 8eae569d69 Upgraded to AndroidX AppCompat 2020-04-22 17:40:12 +02:00
dankl c47740ed12 Added commonScripts.gradle / publishToMaven.gradle to have a publish task for all sub projects 2020-04-22 11:48:42 +02:00
dankl 4d524f50c1 Set Maven group name to 'net.dankito.banking' 2020-04-22 11:46:32 +02:00
dankl cfcad3f5e0 Implemented hbci4jBankingClient 2020-01-26 12:23:02 +01:00
dankl 89b1b60214 Updated Kotlin version to 1.3.61 2020-01-19 17:12:21 +01:00
dankl 87985469bf Added FloatingActionMenuButton so that users can trigger a money transfer without having to long click on an account transaction 2020-01-03 17:57:05 +01:00
dankl 6d47b16ed3 Using now appVersionName and appVersionCode from top build.gradle 2019-10-30 22:31:53 +01:00
dankl c5158fd2fa Set Gradle wrapper version to 5.4.1 and Gradle plugin version to 3.5.1 2019-10-30 22:29:39 +01:00
dankl ee3cd937df Implemented continueing at Aufsetzpunkt 2019-10-26 18:22:06 +02:00
dankl fbb24e7732 Started Android app 2019-10-15 18:27:06 +02:00
dankl 46585d6fec Initial commit 2019-10-02 19:54:11 +02:00