952fa9c13a
Bumped version to 1.0.0-Alpha-13-SNAPSHOT
2024-09-01 19:58:11 +02:00
b47fcabc1c
Bumped version to 1.0.0-Alpha-12
2024-09-01 19:57:29 +02:00
5e7d880499
Added publishAll task
2024-08-22 03:32:37 +02:00
199506547b
Bumped version to 1.0.0-Alpha-12-SNAPSHOT
2024-08-22 03:28:16 +02:00
56aa0147ea
Bumped version to 1.0.0-Alpha-11
2024-08-22 03:09:54 +02:00
a0f04a202d
Added publishing to codinux Maven repository
2024-08-22 03:09:21 +02:00
56c9fd79bd
Centralized configuring kotlinx-serialization plugin
2024-08-19 23:08:56 +02:00
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
3b4a50d78f
Removed unused dependencies
2024-08-19 21:51:52 +02:00
4361d6fc15
Removed other unused settings
2024-08-19 11:39:03 +02:00
0d9f564a4c
Could therefore now remove multiplatform-utils
2024-08-19 11:34:59 +02:00
de046cea84
Added '-SNAPSHOT' to version name
2024-08-18 15:15:58 +02:00
fa1c05df8c
Bumped version to 1.0.0-Alpha-11
2024-08-18 04:02:17 +02:00
00b775a519
Updated Android Gradle plugin and removed mavenLocal()
2023-07-06 17:38:07 +02:00
5a49c6c465
Using now kmp-web-client instead of importing Ktor manually
2023-07-06 16:37:23 +02:00
da212106a8
Updated to new versions
2023-07-06 15:22:14 +02:00
a6a24311d7
Added sample Android application
2022-02-15 23:16:19 +01:00
56f951314a
Replaced atrium asserts with Kotlin test asserts
2022-02-13 00:17:45 +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
e6772055a8
Bumped version to 1.0.0-Alpha-10
2022-02-07 00:18:14 +01:00
c75129650a
Updated targetSdkVersion to 30 as otherwise Google wouldn't let me publish app on PlayStore
2022-02-07 00:18:14 +01:00
ce3247c7e4
Fixed Atrium dependency; bumped Atrium version to 0.15.0
2022-02-07 00:18:14 +01:00
4f05a8df14
Removed unneeded quarkusVersion (is set in gradle.properties)
2022-02-07 00:18:14 +01:00
cb1dda2049
Removed white spaces from version name as this causes errors with dependency resolution in fints4kRest
2022-02-07 00:18:14 +01:00
4d586af400
Updated versions
2022-02-07 00:18:14 +01:00
13efab3118
Updated Quarkus version to 1.11.0
2022-02-07 00:18:14 +01:00
30b6a0dec1
Bumped version to 1.0.0 Alpha 9
2022-02-07 00:18:14 +01:00
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
7e0ab6ec9d
Bumped version to 1.0.0 Alpha 8 / 6
2022-02-07 00:18:13 +01:00
89d84fabc3
Bumped version to 1.0.0 Alpha 7
2022-02-07 00:18:13 +01:00
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
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
f9a8e36078
Bumped version to 1.0.0 Alpha 6
2022-02-07 00:18:13 +01:00
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
681b37d589
Implemented encrypting authentication settings file
2022-02-07 00:18:13 +01:00
c0f5bed3d5
Updated FaviconFinder to version 1.0.0
2022-02-07 00:18:13 +01:00
56467c0ea0
Updated TextExtractor, LuceneUtils and JavaFxUtils version
2022-02-07 00:18:13 +01:00
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
bc3439baa5
Implemented exporting account transactions as .csv at least for JVM and Android
2022-02-07 00:18:13 +01:00
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
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
64cb4ca9e2
Implemented reading QR coding and if it is a EPC QR code navigating to TransferMoneyDialog
2022-02-07 00:18:08 +01:00
5195f2d0c3
Implemented BankFinder REST API
2022-02-07 00:18:08 +01:00
93155ed2ef
Updated MaterialDrawer and FastAdapter version
2022-02-07 00:18:08 +01:00
d892e5e0ef
Updated AndroidX navigation version to 2.3.0
2022-02-07 00:18:08 +01:00
32c71fcb39
Implemented hashing user password with bcrypt
2022-02-07 00:18:08 +01:00
b82d986da2
Added biometric authentication dialog / prompt
2022-02-07 00:18:08 +01:00
a6a5baaeb1
Implemented SettingsDialog
2022-02-07 00:18:07 +01:00
06c5f58d4c
Removed unused mapStructVersion
2022-02-07 00:18:07 +01:00