Go to file
dankito 3488afc9eb Configured debug keystore so that on all devices and IDEs Android app gets signed with the same key in debug mode. We don't have to uninstall the app first then when we run it from a different IDE 2024-08-29 17:08:37 +02:00
composeApp Configured debug keystore so that on all devices and IDEs Android app gets signed with the same key in debug mode. We don't have to uninstall the app first then when we run it from a different IDE 2024-08-29 17:08:37 +02:00
gradle Implemented saving CustomerAccounts to db 2024-08-27 20:56:23 +02:00
iosApp Set App Icon 2024-08-27 03:57:48 +02:00
kotlin-js-store Added EnterTanDialog 2024-08-27 03:03:01 +02:00
.gitignore Persisting AccountTransactions in db 2024-08-27 12:21:36 +02:00
build.gradle.kts Initial commit 2024-08-24 22:00:18 +02:00
gradle.properties Implemented retrieving transactions of last 90 days when adding an account; switched from wasmJs to js as Ktor currently doesn't support wasmJs (due to CORS web sites cannot request banks servers directly anyway) 2024-08-26 16:54:41 +02:00
gradlew Initial commit 2024-08-24 22:00:18 +02:00
gradlew.bat Initial commit 2024-08-24 22:00:18 +02:00
settings.gradle.kts Implemented retrieving transactions of last 90 days when adding an account; switched from wasmJs to js as Ktor currently doesn't support wasmJs (due to CORS web sites cannot request banks servers directly anyway) 2024-08-26 16:54:41 +02:00