]> git.ktnx.net Git - mobile-ledger.git/history - app/src/main/java/net/ktnx/mobileledger/ui/MainModel.java
more pronounced day/month delimiters in the transaction list
[mobile-ledger.git] / app / src / main / java / net / ktnx / mobileledger / ui / MainModel.java
2024-03-31 Damyan Ivanovadd ability to hide all-zero accounts from the account...
2024-03-31 Damyan Ivanovadd shortcut method for casting
2021-08-27 Damyan Ivanovconvert AsyncTask descender classes to pure Thread's
2021-05-07 Damyan Ivanovrunning totals when filtering transactions by account
2021-04-25 Damyan Ivanovfix displayed transactions count
2021-04-25 Damyan Ivanovfully employ room for loading transactions off DB
2021-04-25 Damyan Ivanovdebug refinements
2021-04-25 Damyan Ivanovdo not force transaction list reload upon main activity...
2021-04-25 Damyan IvanovTransactionAccumulator needs not keep a reference to...
2021-04-21 Damyan Ivanovrework transaction list with proper view holders and...
2021-04-20 Damyan Ivanovwipe retrieval progress when transaction retrieval...
2021-04-15 Damyan IvanovRoom-based profile management
2021-04-10 Damyan Ivanovmore Room adoption - accounts@100%, some profiles/trans...
2021-04-04 Damyan Ivanovadopt Room for displaying account lists
2021-03-26 Damyan Ivanovspecialized sub-classes of AccountListItem
2021-03-24 Damyan Ivanovanother step towards surrogate ID db objects
2021-03-24 Damyan Ivanovmigrate to surrogate IDs for all database objects
2020-09-20 Damyan Ivanovwhen switching profiles, clear account list too
2020-09-19 Damyan Ivanovshow the number of accounts in the account list head...
2020-09-19 Damyan Ivanovlast update text also includes transaction count
2020-09-18 Damyan Ivanovconvert the last update global header to a list header
2020-09-16 Damyan Ivanovfix many lint errors/warnings
2020-09-16 Damyan Ivanovmajor rework of parsed transaction/descriptions/account...