Commit Graph

12 Commits

Author SHA1 Message Date
dankito 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
dankito b802f5b48f Configured OS specific directories for user data 2024-09-27 03:31:49 +02:00
dankito 18ea0e35f1 Implemented updating AccountTransaction properties 2024-09-24 01:00:19 +02:00
dankito bbfc591e5b Fixed new property name 2024-09-24 00:29:19 +02:00
dankito 5a0ade46b2 Implemented updating BankAccount properties 2024-09-23 23:26:07 +02:00
dankito 97282adf12 Fixed that clientData and userSetDisplayName have been mixed up 2024-09-23 21:46:43 +02:00
dankito 3c2eb3d4d7 Implemented updating BankAccess properties 2024-09-23 21:46:20 +02:00
dankito 78edbd6d72 Implemented deleting bank access 2024-09-20 12:07:43 +02:00
dankito abc9ceb29e Fixed determining if folder is writable 2024-09-20 05:49:42 +02:00
dankito 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
dankito 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
dankito 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