]> git.ktnx.net Git - mobile-ledger.git/history - app/src/main/java/net/ktnx/mobileledger/ui/transaction_list
fix method signature
[mobile-ledger.git] / app / src / main / java / net / ktnx / mobileledger / ui / transaction_list /
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...
2019-01-12 Damyan Ivanovhandle date parsing errors, handle real=fake dates
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 Ivanovrestore account name filter in the transaction list
2019-01-11 Damyan Ivanovsilence some debug
2019-01-09 Damyan Ivanovtwo NPE fixed
2019-01-08 Damyan Ivanovmove ObservableXXXX classes under utils/
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-05 Damyan Ivanovstop closing acuired db handles and leave that for...
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 Ivanovstreamlined database utility, fed with the application...
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-30 Damyan Ivanovadd transaction filter
2018-12-22 Damyan Ivanovfu: single transaction list
2018-12-21 Damyan Ivanovtransaction load: replace the list atomically
2018-12-19 Damyan Ivanovrefresh transaction list upon database update from...
2018-12-16 Damyan Ivanovmove DB stuff into a static class
2018-12-16 Damyan Ivanovon-demand loading of transaction details
2018-12-15 Damyan IvanovTransactionListViewModel: also load transaction accounts
2018-12-15 Damyan Ivanovworking transaction list retrieval
2018-12-14 Damyan Ivanovstart the Transaction list activity not really a thing yet