Commit Graph

99 Commits

Author SHA1 Message Date
dankito bf17bde9f5 Bumped version to 1.0.0-Alpha-16-SNAPSHOT 2024-10-16 01:36:35 +02:00
dankito 9f3e4eff4d Bumped version to 1.0.0-Alpha-15 2024-10-16 01:33:27 +02:00
dankito be3a2df6d9 Bumped version to 1.0.0-Alpha-15-SNAPSHOT 2024-09-19 21:15:43 +02:00
dankito dea8be3bfa Bumped version to 1.0.0-Alpha-14 2024-09-19 21:15:00 +02:00
dankito b0c2f38bd6 Bumped version to 1.0.0-Alpha-14-SNAPSHOT 2024-09-17 17:38:36 +02:00
dankito fca1542b5c Bumped version to 1.0.0-Alpha-13 2024-09-17 17:35:09 +02:00
dankito 952fa9c13a Bumped version to 1.0.0-Alpha-13-SNAPSHOT 2024-09-01 19:58:11 +02:00
dankito b47fcabc1c Bumped version to 1.0.0-Alpha-12 2024-09-01 19:57:29 +02:00
dankito 5e7d880499 Added publishAll task 2024-08-22 03:32:37 +02:00
dankito 199506547b Bumped version to 1.0.0-Alpha-12-SNAPSHOT 2024-08-22 03:28:16 +02:00
dankito 56aa0147ea Bumped version to 1.0.0-Alpha-11 2024-08-22 03:09:54 +02:00
dankito a0f04a202d Added publishing to codinux Maven repository 2024-08-22 03:09:21 +02:00
dankito 56c9fd79bd Centralized configuring kotlinx-serialization plugin 2024-08-19 23:08:56 +02:00
dankito ce073283a0 Updated Kotlin to 1.9 and all it's accompanying libraries (coroutines, serialization, ...) to latest compatible version 2024-08-19 22:16:57 +02:00
dankito 3b4a50d78f Removed unused dependencies 2024-08-19 21:51:52 +02:00
dankito 4361d6fc15 Removed other unused settings 2024-08-19 11:39:03 +02:00
dankito 0d9f564a4c Could therefore now remove multiplatform-utils 2024-08-19 11:34:59 +02:00
dankito de046cea84 Added '-SNAPSHOT' to version name 2024-08-18 15:15:58 +02:00
dankito fa1c05df8c Bumped version to 1.0.0-Alpha-11 2024-08-18 04:02:17 +02:00
dankito 00b775a519 Updated Android Gradle plugin and removed mavenLocal() 2023-07-06 17:38:07 +02:00
dankito 5a49c6c465 Using now kmp-web-client instead of importing Ktor manually 2023-07-06 16:37:23 +02:00
dankito da212106a8 Updated to new versions 2023-07-06 15:22:14 +02:00
dankito a6a24311d7 Added sample Android application 2022-02-15 23:16:19 +01:00
dankito 56f951314a Replaced atrium asserts with Kotlin test asserts 2022-02-13 00:17:45 +01:00
dankito d56833e1ef Renamed module common to multiplatform-utils 2022-02-12 00:26:12 +01:00
dankito 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
dankito e6772055a8 Bumped version to 1.0.0-Alpha-10 2022-02-07 00:18:14 +01:00
dankito c75129650a Updated targetSdkVersion to 30 as otherwise Google wouldn't let me publish app on PlayStore 2022-02-07 00:18:14 +01:00
dankito ce3247c7e4 Fixed Atrium dependency; bumped Atrium version to 0.15.0 2022-02-07 00:18:14 +01:00
dankito 4f05a8df14 Removed unneeded quarkusVersion (is set in gradle.properties) 2022-02-07 00:18:14 +01:00
dankito cb1dda2049 Removed white spaces from version name as this causes errors with dependency resolution in fints4kRest 2022-02-07 00:18:14 +01:00
dankito 4d586af400 Updated versions 2022-02-07 00:18:14 +01:00
dankito 13efab3118 Updated Quarkus version to 1.11.0 2022-02-07 00:18:14 +01:00
dankito 30b6a0dec1 Bumped version to 1.0.0 Alpha 9 2022-02-07 00:18:14 +01:00
dankito 7170856f7e Implemented sending message log directly to a new backend service that either creates a new OsTicket ticket for us or sends message log to a codinux e-mail address. TODO: Sending it in BankingPresenter with Ktor did not work 2022-02-07 00:18:14 +01:00
dankito 7e0ab6ec9d Bumped version to 1.0.0 Alpha 8 / 6 2022-02-07 00:18:13 +01:00
dankito 89d84fabc3 Bumped version to 1.0.0 Alpha 7 2022-02-07 00:18:13 +01:00
dankito 37b3a3821b Bumped AndroidFileChooser version to 1.3.1-androidx to fix bug that if SaveFile dialog is cancelled a file in root folder got returned 2022-02-07 00:18:13 +01:00
dankito 103968710c Tried to fix bug that due to scoped storage on Android 10 and above no files are displayed in AndroidFileChooserDialog at least on Android 10. Set target SDK version therefore to Android 10 (for details see https://developer.android.com/training/data-storage/use-cases#opt-out-scoped-storage). TODO: remove debug log output after fixing the bug completely 2022-02-07 00:18:13 +01:00
dankito f9a8e36078 Bumped version to 1.0.0 Alpha 6 2022-02-07 00:18:13 +01:00
dankito 7b94efb975 Set build tools version to 30 as builds below 29 aren't accepted anymore by PlayStore 2022-02-07 00:18:13 +01:00
dankito 681b37d589 Implemented encrypting authentication settings file 2022-02-07 00:18:13 +01:00
dankito c0f5bed3d5 Updated FaviconFinder to version 1.0.0 2022-02-07 00:18:13 +01:00
dankito 56467c0ea0 Updated TextExtractor, LuceneUtils and JavaFxUtils version 2022-02-07 00:18:13 +01:00
dankito 873a9a537e Fixed that validation label still got displayed even though there's no error or hint to display anymore 2022-02-07 00:18:13 +01:00
dankito bc3439baa5 Implemented exporting account transactions as .csv at least for JVM and Android 2022-02-07 00:18:13 +01:00
dankito e43be8f0aa Implemented creating bitcode for exported iOS frameworks as bitcode is needed to create an archive for app 2022-02-07 00:18:08 +01:00
dankito 939f6ff49c Set min Android version to Lollipop as versions below don't support TLS - which is required by almost all banks - out of the box but still have SSLv3 enabled by default 2022-02-07 00:18:08 +01:00
dankito 64cb4ca9e2 Implemented reading QR coding and if it is a EPC QR code navigating to TransferMoneyDialog 2022-02-07 00:18:08 +01:00
dankito 5195f2d0c3 Implemented BankFinder REST API 2022-02-07 00:18:08 +01:00