]> git.ktnx.net Git - mobile-ledger.git/history - app/src/main/java/net/ktnx/mobileledger/async/RetrieveTransactionsTask.java
more pronounced day/month delimiters in the transaction list
[mobile-ledger.git] / app / src / main / java / net / ktnx / mobileledger / async / RetrieveTransactionsTask.java
2021-12-19 Damyan Ivanovtypo in comment
2021-12-19 Damyan Ivanovlog count of retrieved accounts and transactions as...
2021-12-09 Damyan Ivanovinclude exception details in debug log when retrieving...
2021-09-02 Damyan Ivanovdo not report data retrieval cancellation to the user
2021-08-27 Damyan Ivanovconvert AsyncTask descender classes to pure Thread's
2021-04-25 Damyan Ivanovfully employ room for loading transactions off DB
2021-04-23 Damyan Ivanovspeculatively update last update date while the transac...
2021-04-23 Damyan Ivanovinline the storeAccountsAndTransactions method
2021-04-22 Damyan Ivanovspeed up transaction storage a bit
2021-04-22 Damyan Ivanovadd some profiling on acount/transaction list storage
2021-04-21 Damyan Ivanovdrop remnants of gradual transaction data loading,...
2021-04-20 Damyan Ivanovdrop now unused MLDB class along with its async db...
2021-04-20 Damyan Ivanovinterpret only json-parsing exceptions as API mismatch
2021-04-18 Damyan Ivanovfix exception handling while trying different API versions
2021-04-15 Damyan IvanovRoom-based profile management
2021-04-04 Damyan Ivanovadopt Room for displaying account lists
2021-03-24 Damyan Ivanovmore fall-outs after transition to surrogate IDs
2020-12-28 Damyan Ivanovmove API version enum in a standalone class
2020-12-27 Damyan Ivanovfinish support for multiple server APIs when retrieving...
2020-12-23 Damyan Ivanova step towards API-independent JSON parsing of accounts
2020-09-16 Damyan Ivanovfix many lint errors/warnings
2020-09-16 Damyan Ivanovmajor rework of parsed transaction/descriptions/account...
2020-08-26 Damyan Ivanovproper transaction parsing progress
2020-08-26 Damyan Ivanovrework transaction retrieval without MainActivity reference
2020-08-16 Damyan Ivanovwhitespace
2020-08-15 Damyan Ivanovrework background progress to use MutableLiveData and...
2020-08-01 Damyan Ivanovrework account list management to be fully asynchronous
2020-07-21 Damyan Ivanovreplace hollow switch with a simple if
2020-07-16 Damyan Ivanovmore asynchronous account list (re-)loading
2020-07-16 Damyan Ivanovstore a weak reference to the profile in the account...
2020-07-05 Damyan Ivanovdrop accounts.hidden and "hidden by star" handling
2020-06-12 Damyan Ivanovwhitespace
2020-06-12 Damyan Ivanovlegacy text parser: add support for currency before...
2020-05-06 Damyan IvanovHTML transaction parser: handle posting status flags
2020-01-05 Damyan Ivanovfu: DB support for comments
2019-12-22 Damyan Ivanovdrop functionality for limiting account tree display...
2019-12-21 Damyan Ivanovsupport both 1.14 and 1.15 JSON APIs
2019-06-05 Damyan Ivanovlegacy parser: do not crash with amounts like '1,234.56'
2019-05-03 Damyan Ivanovclear synthetic accounts list after propagating parsed...
2019-05-03 Damyan Ivanovwhitespace
2019-05-03 Damyan Ivanovprofile should not be null when requesting transaction...
2019-05-03 Damyan Ivanovdrop a resource block around an SQLDatabase object
2019-05-03 Damyan Ivanovmove DB access routines to the application class
2019-05-03 Damyan Ivanovwhitespace
2019-05-03 Damyan Ivanovmigrate a bunch of globals to LiveData
2019-04-28 Damyan Ivanovdrop unused field
2019-04-27 Damyan Ivanovsilence some debug
2019-04-27 Damyan Ivanovlocale-aware String.format
2019-04-16 Damyan Ivanovwrap Log.d calls, skipping them on non-debug builds
2019-04-16 Damyan Ivanovmigrate backgroundTaskCount to an atomic counter and...
2019-04-10 Damyan Ivanovbump matching transaction limit to 150
2019-04-04 Damyan Ivanovlegacy parser: fill amounts of synthetic parent accounts
2019-04-04 Damyan Ivanovbetter total management while parsing JSON transaction...
2019-04-04 Damyan IvanovJSON transaction parser: detect file-order stream and...
2019-04-02 Damyan Ivanovfix JSON account retrieval to supply the amounts to...
2019-03-25 Damyan Ivanovshow accumulated balance in parent accounts
2019-03-25 Damyan Ivanovno direct interface to ObservableList's value
2019-03-25 Damyan IvanovbeginTransaction should be outside the try{} block
2019-03-25 Damyan Ivanovcommit right after the account list is complete
2019-03-25 Damyan Ivanovremove the distinction between "readable" and "writable...
2019-03-25 Damyan Ivanovfill hasSubAccounts when populating account list on...
2019-03-15 Damyan Ivanovfix populating live account list when updating from...
2019-03-14 Damyan Ivanovfix wrong showing of sub-accounts of collapsed accounts...
2019-03-14 Damyan Ivanovfix duplication af account amounts on refresh
2019-03-14 Damyan Ivanovput account expansion bracket after the name, fix rotat...
2019-03-14 Damyan Ivanovbetter error message on network errors
2019-03-14 Damyan Ivanovfix progress in new JSON parsing code
2019-03-14 Damyan Ivanovhttp error handling in legacy parsing code
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
next