]> git.ktnx.net Git - mobile-ledger.git/history - app/src/main/java/net/ktnx/mobileledger/ui/account_summary/AccountSummaryFragment.java
whitespace
[mobile-ledger.git] / app / src / main / java / net / ktnx / mobileledger / ui / account_summary / AccountSummaryFragment.java
2019-05-03 Damyan Ivanovwhitespace
2019-05-03 Damyan Ivanovmigrate a bunch of globals to LiveData
2019-04-23 Damyan Ivanovdrop unused commented-out code
2019-04-20 Damyan Ivanovwhitespace
2019-04-20 Damyan Ivanovdrop dummy bottom-list entries and intercept draw up...
2019-04-19 Damyan Ivanovcomment-out the account list options menu
2019-04-16 Damyan Ivanovwrap Log.d calls, skipping them on non-debug builds
2019-04-16 Damyan Ivanovprivate field
2019-04-16 Damyan Ivanovnullability annotations
2019-04-16 Damyan Ivanovmigrate backgroundTaskCount to an atomic counter and...
2019-04-16 Damyan Ivanovmigrate themeWatch to LiveData
2019-03-29 Damyan Ivanovsingle observer instances, single place for reloading...
2019-03-29 Damyan Ivanovfix observer leak
2019-03-29 Damyan Ivanovmore flow debugging
2019-03-14 Damyan Ivanovput account expansion bracket after the name, fix rotat...
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 Ivanovmake AccountSummaryViewModel a static class
2019-01-27 Damyan Ivanovkeep the new transaction FAB hidden when the profile...
2019-01-11 Damyan Ivanovtwo more lambdas
2019-01-11 Damyan Ivanovone more lambda
2019-01-11 Damyan Ivanovunused variable
2019-01-09 Damyan Ivanovget back the account starring functionality
2019-01-09 Damyan IvanovShow only starred menu now works
2019-01-07 Damyan Ivanovsomewhat complete profile implementation
2019-01-05 Damyan Ivanovnice side-swipe switch between account summary and...
2019-01-05 Damyan Ivanovsome lambdas
2019-01-05 Damyan Ivanovdrop separate account retrieval
2019-01-05 Damyan Ivanovasync account list
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 Ivanovuse a constant for the last refresh stamp option
2019-01-02 Damyan Ivanovremove context parameter from MLDB.getWritableDB
2018-12-31 Damyan Ivanovshow new transaction fab when fragment is changed
2018-12-31 Damyan Ivanovgo to transactions for the account when an account...
2018-12-31 Damyan Ivanovmajor refactor, make account summary and transaction...