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 |
dankito
|
93155ed2ef
|
Updated MaterialDrawer and FastAdapter version
|
2022-02-07 00:18:08 +01:00 |
dankito
|
d892e5e0ef
|
Updated AndroidX navigation version to 2.3.0
|
2022-02-07 00:18:08 +01:00 |
dankito
|
32c71fcb39
|
Implemented hashing user password with bcrypt
|
2022-02-07 00:18:08 +01:00 |
dankito
|
b82d986da2
|
Added biometric authentication dialog / prompt
|
2022-02-07 00:18:08 +01:00 |
dankito
|
a6a5baaeb1
|
Implemented SettingsDialog
|
2022-02-07 00:18:07 +01:00 |
dankito
|
06c5f58d4c
|
Removed unused mapStructVersion
|
2022-02-07 00:18:07 +01:00 |
dankito
|
347b3e59e7
|
Added jarAll task
|
2022-02-07 00:18:07 +01:00 |
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 |