]> git.ktnx.net Git - mobile-ledger.git/history - app/src/main/java/net/ktnx/mobileledger/ui/transaction_list/TransactionListViewModel.java
a welcome screen directs to the new profile activity when there are no profiles defined
[mobile-ledger.git] / app / src / main / java / net / ktnx / mobileledger / ui / transaction_list / TransactionListViewModel.java
2019-01-20 Damyan Ivanova welcome screen directs to the new profile activity...
2019-01-19 Damyan Ivanovtransaction list: no crash of the transaction list...
2019-01-19 Damyan Ivanovtransaction list: add a hollow placeholder at the botto...
2019-01-12 Damyan Ivanovhandle date parsing errors, handle real=fake dates
2019-01-12 Damyan Ivanovreplace dates in transaction list items with delimiters...
2019-01-11 Damyan Ivanovrestore account name filter in the transaction list
2019-01-09 Damyan Ivanovtwo NPE fixed
2019-01-08 Damyan Ivanovmove ObservableXXXX classes under utils/
2019-01-05 Damyan Ivanovobserve background task count in the UI fragments
2019-01-04 Damyan Ivanovanother major rework, transaction list is fully asynchr...
2018-12-31 Damyan Ivanovstreamlined database utility, fed with the application...
2018-12-31 Damyan Ivanovmajor refactor, make account summary and transaction...
2018-12-30 Damyan Ivanovadd transaction filter
2018-12-22 Damyan Ivanovfu: single transaction list
2018-12-21 Damyan Ivanovtransaction load: replace the list atomically
2018-12-19 Damyan Ivanovrefresh transaction list upon database update from...
2018-12-16 Damyan Ivanovmove DB stuff into a static class
2018-12-16 Damyan Ivanovon-demand loading of transaction details
2018-12-15 Damyan IvanovTransactionListViewModel: also load transaction accounts
2018-12-15 Damyan Ivanovworking transaction list retrieval
2018-12-14 Damyan Ivanovstart the Transaction list activity not really a thing yet