Open djbrown opened 4 months ago
I'm actually working on it in my repository. I'll send you pull requests as I go. Do note, however, that it will involve a lot of cleanup first, as I want to simplify the current models as much as possible, remove nested models (such as account->transaction->split), remove behaviour that belongs somewhere else, etc.
@hades good to know 👍🏾 Cautious reminder: please keep PRs small and as isolated as possible, so they can be reviewed better and faster.
From https://developer.android.com/training/data-storage/room:
mainly concerns the org.gnucash.android.db package, but also all the other places where
sqlite
API is used directly (see search).also #164 is mildly relevant