]> git.ktnx.net Git - mobile-ledger.git/history - app/src/main/java/net/ktnx/mobileledger/async/RetrieveTransactionsTask.java
fallback to legacy HTML parsing
[mobile-ledger.git] / app / src / main / java / net / ktnx / mobileledger / async / RetrieveTransactionsTask.java
2019-03-14 Damyan Ivanovfallback to legacy HTML parsing
2019-03-07 Damyan Ivanovfallback to legacy HTML parsing
2019-03-07 Damyan Ivanovwhitespace
2019-03-07 Damyan IvanovProfile/storeAccount[Value],storeTransaction: get the...
2019-03-07 Damyan Ivanovupdate the in-memory account list after parsing the...
2019-03-07 Damyan Ivanovhandle async cancellation in JSON parsing code
2019-03-07 Damyan Ivanovset last profile update date in JSON retrieval code
2019-03-07 Damyan Ivanovcentral method for setting the last profile update...
2019-03-07 Damyan Ivanovpreliminary implementation for retrieval of transaction...
2019-03-05 Damyan Ivanovmove reloading of transaction list in the postExecute...
2019-02-27 Damyan Ivanovsilence debug while downloading transaction data
2019-02-06 Damyan IvanovRename to MoLe
2019-01-29 Damyan Ivanovreplace two literal charset names with pre-defined...
2019-01-12 Damyan Ivanovhandle date parsing errors, handle real=fake dates
2019-01-12 Damyan Ivanovunused variable
2019-01-12 Damyan IvanovtoCamelCase
2019-01-12 Damyan IvanovtoCamelCase
2019-01-11 Damyan Ivanovrestore account name filter in the transaction list
2019-01-10 Damyan Ivanovfix refresh mangling with account "starred" status
2019-01-09 Damyan Ivanovcleanup →private, remove unused parts
2019-01-09 Damyan Ivanovgap-fill missing parent accounts in the hierarchy
2019-01-08 Damyan Ivanovskip comments while parsing transactions
2019-01-07 Damyan Ivanovsomewhat complete profile implementation
2019-01-06 Damyan Ivanovuse profiles for connection parameters
2019-01-05 Damyan Ivanovparse and show ledger name
2019-01-05 Damyan Ivanovset the observable transaction and account lists as...
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...