]> git.ktnx.net Git - mobile-ledger.git/history - app/src/main/java/net/ktnx/mobileledger/ui/transaction_list/TransactionListFragment.java
more pronounced day/month delimiters in the transaction list
[mobile-ledger.git] / app / src / main / java / net / ktnx / mobileledger / ui / transaction_list / TransactionListFragment.java
2021-08-27 Damyan Ivanovconvert AsyncTask descender classes to pure Thread's
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-21 Damyan Ivanovrework transaction list with proper view holders and...
2021-04-15 Damyan IvanovRoom-based profile management
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-17 Damyan Ivanovdrop done TODO: transaction level comment
2020-09-16 Damyan Ivanovmajor rework of parsed transaction/descriptions/account...
2020-08-26 Damyan Ivanovrework transaction retrieval without MainActivity reference
2020-08-15 Damyan Ivanovfix a bunch of spelling mistakes all around
2020-07-16 Damyan Ivanovdrop hard reference to the main activity
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-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)
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-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 initiation of back-end data retrieval to Data
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 Ivanovfix observer leak
2019-02-18 Damyan Ivanovmigrate to AndroidX
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-19 Damyan Ivanovaccount list: add hollow trailing item
2019-01-12 Damyan Ivanovhandle date parsing errors, handle real=fake dates
2019-01-12 Damyan IvanovtoCamelCase
2019-01-11 Damyan Ivanovrestore account name filter in the transaction list
2019-01-11 Damyan Ivanovsilence some debug
2019-01-07 Damyan Ivanovsomewhat complete profile implementation
2019-01-05 Damyan Ivanovnice side-swipe switch between account summary and...
2019-01-05 Damyan Ivanovstatic class method call
2019-01-05 Damyan Ivanovfab is guaranteed to have a value
2019-01-05 Damyan Ivanovsome lambdas
2019-01-05 Damyan Ivanovthe last update UI observes the data in Data.lastUpdateDate
2019-01-05 Damyan Ivanovobserve background task count in the UI fragments
2019-01-04 Damyan Ivanovanother major rework, transaction list is fully asynchr...
2019-01-02 Damyan Ivanovmove last update and progress bar from transaction...
2018-12-31 Damyan Ivanovshow new transaction fab when fragment is changed
2018-12-31 Damyan Ivanovshow/hide new transaction fab when transaction list...
2018-12-31 Damyan Ivanovgo to transactions for the account when an account...
2018-12-31 Damyan Ivanovmajor refactor, make account summary and transaction...
2018-12-15 Damyan Ivanovworking transaction list retrieval
2018-12-14 Damyan Ivanovstart the Transaction list activity not really a thing yet