]> git.ktnx.net Git - mobile-ledger.git/history - app/src/main/java/net/ktnx/mobileledger/ui/activity/NewTransactionFragment.java
new transaction: hide currency/commodity selector by default; add menu item for showing
[mobile-ledger.git] / app / src / main / java / net / ktnx / mobileledger / ui / activity / NewTransactionFragment.java
2020-03-07 Damyan Ivanovnew transaction: hide currency/commodity selector by...
2019-12-23 Damyan IvanovNT: move item touch helper to the adapter
2019-12-22 Damyan IvanovNT TODO: undo account removal after swipe
2019-12-22 Damyan Ivanovremove done TODO comment
2019-12-22 Damyan Ivanovuse getViewLifecycleOwner when observing LiveData from...
2019-12-22 Damyan Ivanovavoid deprecated usage of viewModelProviders
2019-11-26 Damyan IvanovNT fragment: copy the account objects when constructing...
2019-11-26 Damyan IvanovNT fragment: correct logic when determining whether...
2019-11-26 Damyan IvanovNT fragment: bind the view model to the activity
2019-11-26 Damyan Ivanovnew transaction: (commented) simulate backend communica...
2019-11-25 Damyan IvanovNT: row focus survives re-configuration
2019-11-24 Damyan Ivanovnew transaction fragment: survive configuration changes...
2019-11-24 Damyan Ivanovmove new transaction UI into a fragment, have a clean...