]> git.ktnx.net Git - mobile-ledger.git/history - app/src/main/java/net/ktnx/mobileledger/TransactionListAdapter.java
add transaction filter
[mobile-ledger.git] / app / src / main / java / net / ktnx / mobileledger / TransactionListAdapter.java
2018-12-30 Damyan Ivanovadd transaction filter
2018-12-22 Damyan Ivanovlet the model hold the (single) transaction list
2018-12-21 Damyan Ivanovuse full account names in the transaction list
2018-12-21 Damyan Ivanovmake "manually" added account rows look the same as...
2018-12-21 Damyan Ivanovguard against a race condition when the transaction...
2018-12-21 Damyan IvanovCardView!
2018-12-21 Damyan Ivanovlet the amount text view appear as wide as needed
2018-12-21 Damyan Ivanovno right padding of the transaction account amount
2018-12-21 Damyan Ivanovseparate view for transaction date, bold description
2018-12-21 Damyan Ivanovtransaction list: replace table layout with linear one
2018-12-21 Damyan Ivanovreplace transaction accounts iterator with a getter
2018-12-21 Damyan Ivanovsave a method call
2018-12-21 Damyan Ivanovstore table colors in a global glass
2018-12-20 Damyan Ivanovsome renames to better reflect the function
2018-12-16 Damyan Ivanovdrop shadow below the info about list freshness
2018-12-16 Damyan Ivanovreformat/rewrap
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 Ivanovshow accounts and amounts in the transaction list
2018-12-15 Damyan Ivanovworking transaction list retrieval