]> git.ktnx.net Git - mobile-ledger.git/history - app/src/main/java/net/ktnx/mobileledger/ui/transaction_list
more pronounced day/month delimiters in the transaction list
[mobile-ledger.git] / app / src / main / java / net / ktnx / mobileledger / ui / transaction_list /
2024-03-31 Damyan Ivanovmore pronounced day/month delimiters in the transaction... master
2021-12-19 Damyan IvanovTransactionListAdapter: include running total in item...
2021-08-27 Damyan Ivanovconvert AsyncTask descender classes to pure Thread's
2021-05-08 Damyan Ivanovhint account name wrapping after the colon to help...
2021-05-07 Damyan Ivanovuse the primary theme colour for transaction list accents
2021-05-07 Damyan Ivanovrunning totals when filtering transactions by account
2021-04-30 Damyan Ivanovview binding for account and transaction list fragments
2021-04-30 Damyan Ivanovwork around trans. list menu items visible with setOffs...
2021-04-25 Damyan Ivanovdo not force transaction list reload upon main activity...
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 Ivanovfix updates of last transaction update text
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
2021-03-24 Damyan Ivanovreplace custom autocompletion adapter hooking with...
2021-03-03 Damyan Ivanovseparate FAB management in a helper class
2020-12-20 Damyan Ivanovfixes after migration to ViewPager2
2020-11-28 Damyan Ivanovreplace onActivityCreated (deprecated) with onViewCreated
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-17 Damyan Ivanovdrop done TODO: transaction level comment
2020-09-16 Damyan Ivanovfix many lint errors/warnings
2020-09-16 Damyan Ivanovmajor rework of parsed transaction/descriptions/account...
2020-08-26 Damyan Ivanovrework transaction retrieval without MainActivity reference
2020-08-16 Damyan Ivanovwhitespace
2020-08-15 Damyan IvanovData.transactions can't be bull here
2020-08-15 Damyan Ivanovfix linter warning about calling LayoutInflater.inflate...
2020-08-15 Damyan Ivanovdeclare several inner classes as static
2020-08-15 Damyan Ivanovwhitespace
2020-08-15 Damyan Ivanovfix a bunch of spelling mistakes all around
2020-08-15 Damyan IvanovData: migrate profile to a private variable, provide...
2020-08-01 Damyan Ivanovrework account list management to be fully asynchronous
2020-07-16 Damyan Ivanovdrop hard reference to the main activity
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 Ivanovavoid scrolling to the last 'go to date' after reconfig...
2020-06-17 Damyan Ivanovnew: go to a date from transaction list
2020-06-17 Damyan Ivanovrework transaction date handling
2020-06-16 Damyan Ivanovwhitespace
2020-06-16 Damyan Ivanovmore material transaction list layout
2020-06-16 Damyan Ivanovshow transaction-level comments in transaction list
2020-05-17 Damyan Ivanovfix transaction account filter selection
2020-05-03 Damyan IvanovToast → Snackbar
2020-05-03 Damyan IvanovTODO: transaction-level comments (displaying and entering)
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-22 Damyan Ivanovhook the observer after the activity creation
2019-12-22 Damyan Ivanovwhitespace
2019-12-22 Damyan Ivanovuse getViewLifecycleOwner when observing LiveData from...
2019-12-18 Damyan Ivanovrearrangement
2019-12-18 Damyan Ivanovadd a FIXME about a concurrent problem (crash) while...
2019-05-05 Damyan Ivanovmove account name filter to the transaction list fragment
2019-05-05 Damyan Ivanovfix hooking profile-specific auto-completion adapter
2019-05-03 Damyan Ivanovmove DB access routines to the application class
2019-05-03 Damyan Ivanovwhitespace
2019-05-03 Damyan Ivanovdrop remnants of hollow transaction list item
2019-05-03 Damyan Ivanovmove null check before the value is used
2019-05-03 Damyan Ivanovmove initiation of back-end data retrieval to Data
2019-05-03 Damyan Ivanovmigrate a bunch of globals to LiveData
2019-04-23 Damyan Ivanovcorrect constant for vertival layout
2019-04-23 Damyan Ivanovdrop unused variable
2019-04-20 Damyan Ivanovdrop dummy bottom-list entries and intercept draw up...
2019-04-19 Damyan Ivanovdrop redundant setting of swiper color
2019-04-16 Damyan Ivanovspare a transaction list reload upon changing of the...
2019-04-16 Damyan Ivanovwrap Log.d calls, skipping them on non-debug builds
2019-04-16 Damyan Ivanovmigrate backgroundTaskCount to an atomic counter and...
2019-04-16 Damyan Ivanovlambdas
2019-04-16 Damyan Ivanovadd missing annotations
2019-04-16 Damyan Ivanovunused variable
2019-04-16 Damyan Ivanovmigrate account name filter to LiveData
2019-04-16 Damyan Ivanovmigrate themeWatch to LiveData
2019-04-02 Damyan Ivanovwhitespace
2019-04-02 Damyan Ivanovstreamline handling of account name filter
2019-03-29 Damyan Ivanovsingle observer instances, single place for reloading...
2019-03-29 Damyan Ivanovdrop unused method
2019-03-29 Damyan IvanovData.transactions -> observable list
2019-03-29 Damyan Ivanovfix observer leak
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 Ivanovmore thread pool async task execution
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-29 Damyan Ivanovdrop unused instantiation of TransactionListViewModel
2019-01-27 Damyan Ivanovkeep the new transaction FAB hidden when the profile...
2019-01-20 Damyan Ivanova welcome screen directs to the new profile activity...
2019-01-19 Damyan Ivanovtransaction list: no crash of the transaction list...
2019-01-19 Damyan Ivanovaccount list: add hollow trailing item
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...
next