]> git.ktnx.net Git - mobile-ledger.git/history - app/src/main/java/net/ktnx/mobileledger/ui/activity/NewTransactionModel.java
more pronounced day/month delimiters in the transaction list
[mobile-ledger.git] / app / src / main / java / net / ktnx / mobileledger / ui / activity / NewTransactionModel.java
2021-01-12 Damyan Ivanovshuffle some classes under proper packages
2021-01-06 Damyan Ivanovnew transaction model: add setDate method
2020-09-16 Damyan Ivanovfix many lint errors/warnings
2020-08-15 Damyan IvanovData: migrate profile to a private variable, provide...
2020-06-17 Damyan Ivanovrework transaction date handling
2020-05-14 Damyan Ivanovposting-level flag for amount validity; drop custom...
2020-05-14 Damyan Ivanovdrop extra item type enforcement when removing transact...
2020-05-14 Damyan Ivanovlink show comments by default flag between the UI and...
2020-05-14 Damyan Ivanovwhitespace
2020-05-14 Damyan Ivanovhandle transaction comment UI changes
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 Ivanovadd progress while retrieving previous transaction
2020-05-01 Damyan Ivanovrework comments: add clear icon, italics, visible when...
2020-04-18 Damyan Ivanovmove high-level login out of the new transaction model...
2020-04-17 Damyan Ivanovavoid overlapping observations
2020-04-17 Damyan Ivanovwhitespace
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-15 Damyan IvanovNT: new rules for determining whether transaction can...
2020-03-14 Damyan IvanovNT: correctly disable swiping of top and bottom entries...
2020-03-07 Damyan Ivanovnew transaction: hide currency/commodity selector by...
2020-02-20 Damyan Ivanovadd functional currency selector when entering new...
2020-01-25 Damyan Ivanovmore heuristics when filling accounts from a previous...
2020-01-09 Damyan Ivanovwhitespace
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: move item touch helper to the adapter
2019-11-27 Damyan Ivanovnew transaction: simulated backend communication is...
2019-11-26 Damyan IvanovNT model/setDate: replace empty dates with null
2019-11-26 Damyan Ivanovwhitespace
2019-11-25 Damyan IvanovNT: account/amount focus also survives re-configuration
2019-11-25 Damyan IvanovNT: row focus survives re-configuration
2019-11-24 Damyan IvanovNT: fix month interpretation when formatting calendar...
2019-11-17 Damyan Ivanovrework checkTransactionSubmittable
2019-11-17 Damyan Ivanovwhitespace
2019-11-17 Damyan IvanovNewTransaction Item.setEditable: allow to be called...
2019-11-17 Damyan IvanovNew transaction Item: variant of ensureType with two...
2019-11-17 Damyan IvanovNewTransactionModel: drop unused method isEditable()
2019-11-17 Damyan IvanovNewTransactionModel/Item: initialize amount hint on...
2019-11-13 Damyan IvanovNewTransItem/amountHint: allow for null hints, and...
2019-11-13 Damyan Ivanovnew transaction: locale-aware number formatting (broken...
2019-11-13 Damyan Ivanovwhitespace
2019-11-13 Damyan IvanovNew transaction: rework empty amounts hints, broken...
2019-11-11 Damyan Ivanovfix format spec in exception reporting
2019-11-10 Damyan Ivanovsplit ef/else/if into separate statements
2019-11-10 Damyan Ivanovconvert new transaction item 'editable' flat to LiveData
2019-11-10 Damyan Ivanovfix swipe-away in reworked new transaction activity
2019-11-10 Damyan Ivanovuse Misc.isZero for zero-like comparison
2019-11-09 Damyan Ivanovrework new transaction activity with a RecyclerView