]> git.ktnx.net Git - mobile-ledger.git/commit
TransactionListViewModel: also load transaction accounts
authorDamyan Ivanov <dam+mobileledger@ktnx.net>
Sat, 15 Dec 2018 19:34:58 +0000 (19:34 +0000)
committerDamyan Ivanov <dam+mobileledger@ktnx.net>
Sat, 15 Dec 2018 19:34:58 +0000 (19:34 +0000)
commit324f40ffba80292007999d9812929acc6f6a36f8
treede8bf5b74d89e9b995632c40d724be9cbc88fe9e
parent7f8995569bac0ab457e5cd2bd2326ea65f113e23
TransactionListViewModel: also load transaction accounts

this becomes rather slow and needs to be reworked

only the list of transaction IDs needs to be loaded initially, and the
details and the accounts need to be loaded on demand, per row
app/src/main/java/net/ktnx/mobileledger/ui/transaction_list/TransactionListViewModel.java