]> git.ktnx.net Git - mobile-ledger.git/history - app/src/main/java/net/ktnx/mobileledger/ui/transaction_list/TransactionListAdapter.java
more pronounced day/month delimiters in the transaction list
[mobile-ledger.git] / app / src / main / java / net / ktnx / mobileledger / ui / transaction_list / TransactionListAdapter.java
2021-12-19 Damyan IvanovTransactionListAdapter: include running total in item...
2021-05-07 Damyan Ivanovrunning totals when filtering transactions by account
2021-04-22 Damyan Ivanovimplement stable IDs for the transaction list
2021-04-22 Damyan Ivanovfix comparison of transaction date delimiter contents
2021-04-21 Damyan Ivanovrework transaction list with proper view holders and...
2021-04-15 Damyan IvanovRoom-based profile management
2021-04-04 Damyan Ivanovadopt Room for displaying account lists
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...
2020-08-16 Damyan Ivanovwhitespace
2020-08-15 Damyan Ivanovfix linter warning about calling LayoutInflater.inflate...
2020-08-15 Damyan Ivanovdeclare several inner classes as static
2020-08-01 Damyan Ivanovrework account list management to be fully asynchronous
2020-07-10 Damyan Ivanovreplace colorAccent with colorSecondary
2020-07-05 Damyan Ivanovadd splash on startup
2020-06-28 Damyan Ivanovdrop a couple of global colour values
2020-06-17 Damyan Ivanovrework transaction date handling
2020-06-16 Damyan Ivanovmore material transaction list layout
2020-06-16 Damyan Ivanovshow transaction-level comments in transaction list
2020-01-25 Damyan Ivanovwhitespace, imports
2020-01-09 Damyan Ivanovfix appending account entry in transaction list
2020-01-09 Damyan Ivanovwhitespace
2020-01-05 Damyan Ivanovinitial (buggy) implementation showing account comments...
2019-12-18 Damyan Ivanovrearrangement
2019-12-18 Damyan Ivanovadd a FIXME about a concurrent problem (crash) while...
2019-05-03 Damyan Ivanovmove DB access routines to the application class
2019-05-03 Damyan Ivanovdrop remnants of hollow transaction list item
2019-04-20 Damyan Ivanovdrop dummy bottom-list entries and intercept draw up...
2019-04-16 Damyan Ivanovwrap Log.d calls, skipping them on non-debug builds
2019-04-16 Damyan Ivanovmigrate account name filter to LiveData
2019-04-02 Damyan Ivanovstreamline handling of account name filter
2019-03-29 Damyan IvanovData.transactions -> observable list
2019-03-25 Damyan Ivanovremove the distinction between "readable" and "writable...
2019-02-27 Damyan IvanovRevert "comment-out a cardview measure work-around...
2019-02-27 Damyan Ivanovexecute transaction loader task using the thread pool...
2019-02-18 Damyan Ivanovcomment-out a cardview measure work-around that seems...
2019-02-18 Damyan Ivanovmigrate to AndroidX
2019-02-18 Damyan Ivanovavoid deprecated Date.getMonth API
2019-02-17 Damyan Ivanovuse Colors.* for run-time color control
2019-02-06 Damyan IvanovRename to MoLe
2019-01-19 Damyan Ivanovtransaction list: add a hollow placeholder at the botto...
2019-01-16 Damyan Ivanovtransaction list: highlight only the maching part of...
2019-01-15 Damyan Ivanovtransaction list: make day/month markers more visible
2019-01-15 Damyan Ivanovwhen determining whether to bold an account, use "start...
2019-01-12 Damyan Ivanovfix transaction colouring to ignore delimiter items
2019-01-12 Damyan Ivanovcleanup of the tracking of the previous transaction
2019-01-12 Damyan Ivanovsomewhat more visible marker between months
2019-01-12 Damyan Ivanovreplace dates in transaction list items with delimiters...
2019-01-12 Damyan IvanovtoCamelCase
2019-01-11 Damyan Ivanovsilence some debug
2019-01-07 Damyan Ivanovsomewhat complete profile implementation
2019-01-05 Damyan Ivanovstop closing acuired db handles and leave that for...
2019-01-04 Damyan Ivanovanother major rework, transaction list is fully asynchr...
2018-12-31 Damyan Ivanovstreamlined database utility, fed with the application...
2018-12-31 Damyan Ivanovmajor refactor, make account summary and transaction...