Commit graph

23 commits

Author SHA1 Message Date
62b750c4f3 Using now TanMethodTypesToMigrate from BankingClient 2024-10-20 11:23:54 +02:00
b5116604c1 Fixed loading the renamed TanMethodTypes 2024-10-18 05:34:02 +02:00
2c32c1970c Added migrating Holding.quantity data type 2024-10-17 23:26:15 +02:00
a5b4540443 Implemented saving Image (and FlickerCode) settings 2024-10-17 23:01:11 +02:00
166219d7e3 Added method setSchemaVersion() 2024-10-16 19:35:28 +02:00
1c7fa49de5 Updated to new data model that their is now BankAccess.clientData and serializedClientData 2024-10-15 19:48:56 +02:00
bca359d4ed Fixed that .toDouble() had been removed 2024-10-15 10:26:09 +02:00
fe853f03e9 Updated that Holding.quantity is of type Double, not Int 2024-10-15 10:13:01 +02:00
04fa2dcbb4 Saving clientData in db 2024-10-14 22:44:35 +02:00
390d529be0 Fixed updating account data after retrieving transactions 2024-10-04 09:13:39 +02:00
e4a8a79ee3 Implemented saveing updated account properties in db after retrieving transactions 2024-10-04 06:36:07 +02:00
20fdc8dece Fixed that due to added bankId to identifier comparison for new account transactions didn't work anymore (as the transactions returned from banking client of course don't have a database id yet) 2024-10-04 05:50:12 +02:00
b802f5b48f Configured OS specific directories for user data 2024-09-27 03:31:49 +02:00
18ea0e35f1 Implemented updating AccountTransaction properties 2024-09-24 01:00:19 +02:00
bbfc591e5b Fixed new property name 2024-09-24 00:29:19 +02:00
5a0ade46b2 Implemented updating BankAccount properties 2024-09-23 23:26:07 +02:00
97282adf12 Fixed that clientData and userSetDisplayName have been mixed up 2024-09-23 21:46:43 +02:00
3c2eb3d4d7 Implemented updating BankAccess properties 2024-09-23 21:46:20 +02:00
78edbd6d72 Implemented deleting bank access 2024-09-20 12:07:43 +02:00
abc9ceb29e Fixed determining if folder is writable 2024-09-20 05:49:42 +02:00
b384f6bc00 Also configured database and image cache that for releases they get written to user's home dir (which is important for desktop app bundles 2024-09-20 02:43:23 +02:00
6564a9d33d Moved now all Sqldelight related classes and settings over to BankingPersistence - and finally it compiles on iOS! 2024-09-19 19:02:16 +02:00
0f89314ba3 Started to extract persistence library which contains all Sqldelight specific code as Sqldelight conflicts with Compose on iOS 2024-09-19 17:13:49 +02:00