]> git.ktnx.net Git - mobile-ledger.git/history - app/src/main/java/net/ktnx/mobileledger/async
more pronounced day/month delimiters in the transaction list
[mobile-ledger.git] / app / src / main / java / net / ktnx / mobileledger / async /
2023-06-20 Damyan Ivanovrearrange
2023-06-20 Damyan Ivanovimport sorting
2023-06-20 Damyan Ivanovfix sending transactions to hledger-web 1.23+
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-12 Damyan Ivanovprovide cloud backup functionality
2021-09-02 Damyan Ivanovdo not report data retrieval cancellation to the user
2021-08-30 Damyan Ivanovconfig restore: skip null entries
2021-08-27 Damyan Ivanovconvert AsyncTask descender classes to pure Thread's
2021-08-27 Damyan Ivanovuse a fixed thread pool for general short tasks
2021-08-27 Damyan Ivanovrun the success callback on the main thread
2021-08-25 Damyan Ivanovreplace AsyncCrasher with a Runnable run by GeneralBack...
2021-08-25 Damyan Ivanovadd an async runner class for general tasks
2021-08-22 Damyan Ivanovfall back to any profile when restoring config
2021-08-22 Damyan Ivanovuse post..() instead of set..() from a background thread
2021-08-21 Damyan Ivanovfix JSON export of templates
2021-08-21 Damyan Ivanovworking backup and restore of configuration settings
2021-05-10 Damyan Ivanovwhen accumulating running totals, consider sub-accounts too
2021-05-10 Damyan Ivanovfix propagation of speculative account ammounts to...
2021-05-07 Damyan Ivanovrunning totals when filtering transactions by account
2021-05-05 Damyan Ivanovrename a method to better reflect its function
2021-04-25 Damyan Ivanovrename an event handler using the onXXX style
2021-04-25 Damyan Ivanovspeculatively add new transactions to the database...
2021-04-25 Damyan Ivanovfix displayed transactions count
2021-04-25 Damyan Ivanovfully employ room for loading transactions off DB
2021-04-25 Damyan IvanovTransactionAccumulator needs not keep a reference to...
2021-04-25 Damyan Ivanovasking UpdateTransactionsTask to load a null profile...
2021-04-23 Damyan Ivanovspeculatively update last update date while the transac...
2021-04-23 Damyan IvanovRevert "speculatively update last update date before...
2021-04-23 Damyan Ivanovspeculatively update last update date before the transa...
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-21 Damyan Ivanovrework transaction list with proper view holders and...
2021-04-20 Damyan Ivanovfix finding the earliest transaction by date
2021-04-20 Damyan Ivanovrewrite update of transaction list from DB with Room
2021-04-20 Damyan Ivanovdrop unused async db queue classes
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-25 Damyan Ivanovfix SQL when filtering transaction list by account...
2021-03-24 Damyan Ivanovmore fall-outs after transition to surrogate IDs
2021-03-24 Damyan Ivanovanother step towards surrogate ID db objects
2021-03-24 Damyan Ivanovmigrate to surrogate IDs for all database objects
2021-01-12 Damyan Ivanovshuffle some classes under proper packages
2020-12-28 Damyan Ivanovdetect and report API errors when saving new transactions
2020-12-28 Damyan IvanovAPI version-dependent transaction sending
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-10-02 Damyan Ivanovwhitespace
2020-10-02 Damyan Ivanovinclude errors sending transaction in debug output
2020-10-02 Damyan Ivanovfix legacy new transaction submission with no date...
2020-09-19 Damyan Ivanovfinal fix for the first date delimiter item
2020-09-19 Damyan Ivanovfix duplicate first date delimiter when the latest...
2020-09-19 Damyan Ivanovlast update text also includes transaction count
2020-09-18 Damyan Ivanovconvert the last update global header to a list header
2020-09-17 Damyan Ivanovtransaction list always starts with the date of the...
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 Ivanovtransaction.getDate() never returns null
2020-08-15 Damyan Ivanovfixed-locale String.format
2020-08-15 Damyan Ivanovrework background progress to use MutableLiveData and...
2020-08-15 Damyan Ivanovwhitespace
2020-08-15 Damyan Ivanovfix a bunch of spelling mistakes all around
2020-08-15 Damyan IvanovData: migrate profile to a private variable, provide...
2020-08-01 Damyan Ivanovrework account list management to be fully asynchronous
2020-08-01 Damyan Ivanovdebug: print SQL params in DbOpRunner
2020-08-01 Damyan Ivanovdo not force refreshing spinner during transaction...
2020-07-21 Damyan Ivanovreplace hollow switch with a simple if
2020-07-20 Damyan Ivanovdrop remnants of "starring" accounts
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-15 Damyan IvanovDbOp*: optional post-execute hook
2020-07-05 Damyan Ivanovdrop accounts.hidden and "hidden by star" handling
2020-06-17 Damyan Ivanovnew: go to a date from transaction list
2020-06-17 Damyan Ivanovrework transaction date 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-03-14 Damyan Ivanovwhitespace
2020-03-14 Damyan Ivanovfu: Date → Calendar
2020-03-14 Damyan Ivanovomit use of deprecated Date.getYear() and Date.getMonth()
2020-01-05 Damyan Ivanovfu: DB support for comments
2019-12-31 Damyan Ivanovuse non-exclusive mode for write-enabled transactions
2019-12-22 Damyan Ivanovdrop functionality for limiting account tree display...
2019-12-22 Damyan Ivanovdrop TODO about nicer transaction submission progress...
2019-12-21 Damyan Ivanovsupport both 1.14 and 1.15 JSON APIs
2019-12-10 Damyan IvanovSendTransactionTask: log full request JSON in simulatio...
2019-11-27 Damyan Ivanovfix saving transaction date when it is null (regression)
2019-11-27 Damyan Ivanovnew transaction: simulated backend communication is...
2019-11-26 Damyan IvanovTransaction saver task: add 30% probability of exceptio...
2019-11-26 Damyan Ivanovnew transaction: (commented) simulate backend communica...
next