]> git.ktnx.net Git - mobile-ledger.git/history - app/src/main/java/net/ktnx/mobileledger/AccountSummary.java
redundant namespace
[mobile-ledger.git] / app / src / main / java / net / ktnx / mobileledger / AccountSummary.java
2018-12-16 Damyan Ivanovreformat/rewrap
2018-12-16 Damyan Ivanovmove DB stuff into a static class
2018-12-16 Damyan Ivanovcolor the swipe progress spinner in the accounts summar...
2018-12-14 Damyan Ivanovstart the Transaction list activity not really a thing yet
2018-12-14 Damyan Ivanovseparate packages for the different aspects of the...
2018-12-14 Damyan Ivanovadd license boilerplates for authored content
2018-12-14 Damyan Ivanovbetter account starr-ing control
2018-12-13 Damyan Ivanovhide new transaction fab on scroll
2018-12-13 Damyan Ivanovrewording and translations
2018-12-13 Damyan Ivanovmajor rework of the async stuff, view model, pull-to...
2018-12-13 Damyan Ivanovmigrate to a proper db helper class, sub-classed from...
2018-12-11 Damyan Ivanovyay! locale-specific formatting groups
2018-12-10 Damyan Ivanovhide accounts, shown when a global preference is checked
2018-12-10 Damyan Ivanovaccount summary: account rows with minimum height of...
2018-12-09 Damyan Ivanovsome code analysys noise
2018-12-09 Damyan Ivanovlower minSdkVersion from 23 to 22
2018-12-08 Damyan Ivanovmove DB structure initialization in a sql_0.sql script
2018-12-08 Damyan Ivanovunified transition into/out of the new transaction...
2018-12-08 Damyan Ivanovnote the 'Account summary' item in the navigation drawe...
2018-12-08 Damyan Ivanovrework account symmary activity using linear layouts
2018-12-07 Damyan IvanovLay the ground for hiding accounts from the summary
2018-12-07 Damyan Ivanovshow plain account names in the summary and indent...
2018-12-07 Damyan Ivanovcenter vertically the text in the account row
2018-12-07 Damyan Ivanovaccounts summary: pad the row, not the table
2018-12-07 Damyan Ivanovrename to better reflect purpose
2018-12-07 Damyan Ivanovupdate accounts table upon start
2018-12-07 Damyan Ivanovupdate accounts table visual upon refreshilg the accoun...
2018-12-07 Damyan Ivanovuse the global reference instead of passing it to execute()
2018-12-07 Damyan Ivanovfix snack-bar showing in case of account update errors
2018-12-07 Damyan Ivanovautomativ DB revision application during startup
2018-12-06 Damyan IvanovAccount summary: menu item for manually refreshing...
2018-12-06 Damyan Ivanovhome is account summary, latest transactions is a new...