]> git.ktnx.net Git - mobile-ledger.git/history - app/src/main/java/net/ktnx/mobileledger/ui/activity/NewTransactionFragment.java
more pronounced day/month delimiters in the transaction list
[mobile-ledger.git] / app / src / main / java / net / ktnx / mobileledger / ui / activity / NewTransactionFragment.java
2021-01-12 Damyan Ivanovshuffle some classes under proper packages
2021-01-11 Damyan Ivanovuse indefinite snackbar showing interval
2021-01-11 Damyan Ivanovfirst step towards pattern-assisted auto-filling of...
2021-01-03 Damyan Ivanovdrop TODO: transaction-level comment (done)
2020-12-28 Damyan Ivanovdetect and report API errors when saving new transactions
2020-11-28 Damyan Ivanovreplace onActivityCreated (deprecated) with onViewCreated
2020-08-15 Damyan Ivanovdrop unused/unneeded variables
2020-08-15 Damyan IvanovData: migrate profile to a private variable, provide...
2020-08-15 Damyan Ivanovnew transaction: hide FAB on submit
2020-06-17 Damyan Ivanovrework transaction date handling
2020-05-14 Damyan Ivanovpass transaction comment to the JSON API
2020-05-14 Damyan Ivanovtransaction-level comments in new transaction UI, optional
2020-05-14 Damyan Ivanovmove previous transaction lookup progress bar to the...
2020-05-03 Damyan IvanovTODO: transaction-level comments (displaying and entering)
2020-04-11 Damyan Ivanovprofile-level setting for showing commodify in new...
2020-04-05 Damyan Ivanovsupport multiple currencies in new transaction activity
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...