]> git.ktnx.net Git - mobile-ledger.git/history - app/src/main/java/net/ktnx/mobileledger/ui/activity/NewTransactionItemsAdapter.java
more pronounced day/month delimiters in the transaction list
[mobile-ledger.git] / app / src / main / java / net / ktnx / mobileledger / ui / activity / NewTransactionItemsAdapter.java
2021-01-12 Damyan Ivanovshuffle some classes under proper packages
2021-01-11 Damyan Ivanovuse indefinite snackbar showing interval
2021-01-02 Damyan Ivanovconvert new transaction row to view binding
2020-09-17 Damyan Ivanovreplace local utility functions with ones from TextUtils
2020-09-16 Damyan Ivanovfix many lint errors/warnings
2020-09-16 Damyan Ivanovmajor rework of parsed transaction/descriptions/account...
2020-08-15 Damyan Ivanovwhitespace
2020-08-15 Damyan Ivanovfix a bunch of spelling mistakes all around
2020-06-17 Damyan Ivanovtwo fallouts after transaction date reorganisation...
2020-05-14 Damyan Ivanovposting-level flag for amount validity; drop custom...
2020-05-14 Damyan Ivanovhandle transaction comment UI changes
2020-05-03 Damyan Ivanovshow a message when no transactions are found containin...
2020-05-03 Damyan Ivanovclean unneeded import
2020-05-03 Damyan Ivanovconvert two inner classes to static
2020-05-03 Damyan Ivanovprivate access when appropriate
2020-05-03 Damyan Ivanovrework previous transaction retrieval with JOIN (much...
2020-05-01 Damyan Ivanovrework comments: add clear icon, italics, visible when...
2020-04-25 Damyan IvanovNT: explicitly set the comment when loading a previous...
2020-04-25 Damyan Ivanovwhitespace
2020-04-25 Damyan Ivanovwhen a preferred account name filter yields no results...
2020-04-18 Damyan Ivanovmove high-level login out of the new transaction model...
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-14 Damyan IvanovNT: survive swiping away an account when only two accou...
2020-01-25 Damyan Ivanovmore heuristics when filling accounts from a previous...
2020-01-25 Damyan Ivanova single positive amount (with multiple negative amount...
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-25 Damyan IvanovNT: account/amount focus also survives re-configuration
2019-11-25 Damyan IvanovNT: row focus survives re-configuration
2019-11-17 Damyan IvanovNew transaction: when toggling editting, include the...
2019-11-13 Damyan Ivanovwhitespace
2019-11-13 Damyan IvanovNew transaction: fix clearing the single negative amoun...
2019-11-11 Damyan Ivanovfix off by one error when filling transaction after...
2019-11-10 Damyan Ivanovdebug++
2019-11-10 Damyan Ivanovdebug--
2019-11-10 Damyan Ivanovfix swipe-away in reworked new transaction activity
2019-11-09 Damyan Ivanovrework new transaction activity with a RecyclerView