]> git.ktnx.net Git - mobile-ledger.git/history - app/src/main/java/net/ktnx/mobileledger/RetrieveAccountsTask.java
add license boilerplates for authored content
[mobile-ledger.git] / app / src / main / java / net / ktnx / mobileledger / RetrieveAccountsTask.java
2018-12-14 Damyan Ivanovadd license boilerplates for authored content
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-08 Damyan Ivanovfill *_upper when updating account names and transactio...
2018-12-08 Damyan Ivanovfor some reason, on bad http auth data the stack throws...
2018-12-08 Damyan Ivanovauto-completion for the transaction description
2018-12-08 Damyan Ivanovstore transaction description history upon database...
2018-12-08 Damyan Ivanovpkg-private methods
2018-12-08 Damyan Ivanovmaybe better network error reporting
2018-12-07 Damyan Ivanovuse the global reference instead of passing it to execute()
2018-12-07 Damyan Ivanovaccount_update: replace delete/insert with three stage...
2018-12-07 Damyan Ivanovassert there is no transaction running
2018-12-07 Damyan Ivanovupdate_accounts: put all execSQL in the try{} block
2018-12-07 Damyan Ivanovaccount amounts parser improvements
2018-12-06 Damyan Ivanovfill account balance while storing account data
2018-12-03 Damyan Ivanovworking and surprisingly quick retrieval of existing...
2018-12-02 Damyan Ivanovshow progress while loading accounts
2018-12-02 Damyan Ivanovrefresh account list upon start