]> git.ktnx.net Git - mobile-ledger.git/history - app/src/main/java/net/ktnx/mobileledger/async/RetrieveTransactionsTask.java
whitespace
[mobile-ledger.git] / app / src / main / java / net / ktnx / mobileledger / async / RetrieveTransactionsTask.java
2019-01-05 Damyan Ivanovwhitespace
2019-01-05 Damyan Ivanovassume that no more changed transactions will be discov...
2019-01-05 Damyan Ivanovextract the matching transactions limit constant
2019-01-05 Damyan Ivanovif(!isCancelled) → throwIfCancelled()
2019-01-05 Damyan Ivanovtype correction
2019-01-05 Damyan IvanovTransactionListViewModel is static
2019-01-04 Damyan Ivanovanother major rework, transaction list is fully asynchr...
2019-01-02 Damyan Ivanovwhitespace
2019-01-02 Damyan Ivanovuse enum for the parser state
2019-01-02 Damyan Ivanovremove context parameter from MLDB.getWritableDB
2018-12-31 Damyan Ivanovmajor refactor, make account summary and transaction...
2018-12-22 Damyan Ivanovcancelable transaction refresh
2018-12-21 Damyan Ivanovimplement parsing of account currency
2018-12-20 Damyan Ivanovsome renames to better reflect the function
2018-12-20 Damyan Ivanovcorrectly update the transaction list update stamp
2018-12-20 Damyan Ivanovinformation about transaction id when having trouble...
2018-12-20 Damyan Ivanovwhitespace
2018-12-20 Damyan Ivanovdrop unused stuff related to partial transaction list...
2018-12-19 Damyan Ivanovprogressive update of transaction list in DB, stop...
2018-12-19 Damyan Ivanovtransactions may come in random order from the backend
2018-12-19 Damyan Ivanovrefresh transaction list upon database update from...
2018-12-16 Damyan Ivanovreformat/rewrap
2018-12-16 Damyan Ivanovmove DB stuff into a static class
2018-12-16 Damyan Ivanovdebug--
2018-12-16 Damyan Ivanovstop parser if the task is cancelled
2018-12-16 Damyan Ivanovshort-skip lines starting with space when parsing
2018-12-16 Damyan Ivanovunused variable
2018-12-15 Damyan Ivanovalso empty transaction_amounts upon re-load
2018-12-15 Damyan Ivanovworking transaction list retrieval
2018-12-14 Damyan Ivanovseparate packages for the different aspects of the...