]> git.ktnx.net Git - mobile-ledger.git/history - app/src/main/java/net/ktnx/mobileledger/ui/activity/NewTransactionItemHolder.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 / NewTransactionItemHolder.java
2020-03-07 Damyan Ivanovnew transaction: hide currency/commodity selector by...
2020-02-20 Damyan Ivanovwhitespace
2020-02-20 Damyan Ivanovadd functional currency selector when entering new...
2020-02-20 Damyan Ivanovtrack locale changes in new transaction entry activity
2020-01-23 Damyan Ivanovslight improvement in allowing "-" only at the eginning...
2020-01-05 Damyan Ivanovfully functional comments UI
2020-01-05 Damyan Ivanovadd UI and API support for sending posting (transaction...
2019-12-23 Damyan IvanovNT: convert row to ConstraintLayout
2019-12-17 Damyan Ivanovwhitespace and wrapping
2019-12-17 Damyan Ivanovhonor the future dates setting in the new transaction...
2019-11-25 Damyan IvanovNT: account/amount focus also survives re-configuration
2019-11-25 Damyan IvanovNT: plain LinearLayout is good enough here
2019-11-25 Damyan IvanovNT: row focus survives re-configuration
2019-11-24 Damyan IvanovNT: date input is no longer focusable
2019-11-24 Damyan IvanovNT: convert top row to LinearLayout
2019-11-17 Damyan IvanovNT setData(): expand ? : to an if, always set hint
2019-11-17 Damyan IvanovNT hint boserver: use setHint(resource) when no hint...
2019-11-13 Damyan Ivanovwhitespace
2019-11-13 Damyan Ivanovinvert if(!smth) {} else {} condition
2019-11-13 Damyan IvanovNew transaction: locale aware number input
2019-11-13 Damyan Ivanovnew transaction: locale-aware number formatting (broken...
2019-11-11 Damyan Ivanovwhitespace
2019-11-11 Damyan Ivanovcatch bad numbers when parsing entered amount
2019-11-10 Damyan Ivanovconvert new transaction item 'editable' flat to LiveData
2019-11-10 Damyan Ivanovdebug++
2019-11-10 Damyan Ivanovmake soft keyboard appear when new transaction descript...
2019-11-10 Damyan Ivanovauto select new transaction description/amounts upon...
2019-11-10 Damyan IvanovNewTransItemHolder: prevent sync loops via model data...
2019-11-10 Damyan IvanovNewTransAct: set global profile in initProfile() when...
2019-11-09 Damyan Ivanovrework new transaction activity with a RecyclerView