]> git.ktnx.net Git - mobile-ledger.git/history - app/src/main/java/net/ktnx/mobileledger/ui/account_summary/AccountSummaryAdapter.java
"final" fixes on account list layout
[mobile-ledger.git] / app / src / main / java / net / ktnx / mobileledger / ui / account_summary / AccountSummaryAdapter.java
2020-06-09 Damyan Ivanov"final" fixes on account list layout
2020-05-21 Damyan Ivanovfix missing %d format specifier
2020-05-21 Damyan Ivanovtighten visibility
2020-05-21 Damyan Ivanovremove long unused items from account list
2019-04-20 Damyan Ivanovdrop dummy bottom-list entries and intercept draw up...
2019-04-02 Damyan Ivanovhandle long-clicks everywhere on the account row
2019-03-28 Damyan Ivanovoverly long commodity lists fade to white and expand...
2019-03-28 Damyan Ivanovrework showing of account's transactions with a context...
2019-03-25 Damyan Ivanovlocks around observable list's access
2019-03-25 Damyan Ivanovno direct interface to ObservableList's value
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-19 Damyan Ivanovaccount list: add hollow trailing item
2019-01-13 Damyan IvanovSplit AccountSummaryAdapter in its own file