]> git.ktnx.net Git - mobile-ledger.git/history - app/src/main/java/net/ktnx/mobileledger/ui/activity/NewTransactionItemHolder.java
drop a couple of global colour values
[mobile-ledger.git] / app / src / main / java / net / ktnx / mobileledger / ui / activity / NewTransactionItemHolder.java
2020-06-28 Damyan Ivanovdrop a couple of global colour values
2020-06-28 Damyan Ivanovfix focused comment text color on re-configuration...
2020-06-17 Damyan Ivanovrework transaction date handling
2020-06-16 Damyan Ivanovdrop unneeded fragment tag
2020-05-16 Damyan Ivanovfix a crash when returning to the new transaction activ...
2020-05-14 Damyan Ivanovcompletely abandon fiddling with KeyListener's
2020-05-14 Damyan Ivanovupdate decimal separator value with locale change
2020-05-14 Damyan Ivanovstop
2020-05-14 Damyan Ivanovposting-level flag for amount validity; drop custom...
2020-05-14 Damyan Ivanovwhitespace
2020-05-14 Damyan Ivanovhandle transaction comment UI changes
2020-05-14 Damyan Ivanovrework comment show/hide/blur with colors instead of...
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 Ivanovshow comment field after screen rotation if it was...
2020-05-03 Damyan Ivanovadd progress while retrieving previous transaction
2020-05-01 Damyan Ivanovrework comments: add clear icon, italics, visible when...
2020-04-25 Damyan Ivanovlambdaisation
2020-04-25 Damyan Ivanovdrop unneeded object-level field
2020-04-25 Damyan IvanovNT: better alignment anchoring when hiding comment
2020-04-25 Damyan Ivanov@NotNull annotation
2020-04-20 Damyan Ivanovnew transaction: hook the currency selection to the...
2020-04-18 Damyan Ivanovmove high-level login out of the new transaction model...
2020-04-17 Damyan Ivanovmake the position/padding currency parameters optional
2020-04-05 Damyan Ivanovsupport multiple currencies in new transaction activity
2020-03-15 Damyan IvanovNT: new rules for determining whether transaction can...
2020-03-15 Damyan IvanovNT: show currency selection trigger only in a transacti...
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