]> git.ktnx.net Git - mobile-ledger.git/history - app/src/main/java/net/ktnx/mobileledger/async
fix method signature
[mobile-ledger.git] / app / src / main / java / net / ktnx / mobileledger / async /
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 Ivanovadd app shortcuts (Android 7.1+) for adding new transac...
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-04 Damyan IvanovJSON API for adding transactions
2019-04-02 Damyan Ivanovfix JSON account retrieval to supply the amounts to...
2019-03-29 Damyan IvanovData.transactions -> observable list
2019-03-25 Damyan Ivanovshow accumulated balance in parent accounts
2019-03-25 Damyan Ivanovlocks around observable list's access
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 Ivanovasync database statement queue
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 Ivanovmore debug (disabled)
2019-03-07 Damyan Ivanovtry{} needs to be immediately after incrementing the...
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 Ivanovincrement the background task counter immediately befor...
2019-03-05 Damyan Ivanovmove reloading of transaction list in the postExecute...
2019-03-03 Damyan Ivanovupdate copyright years
2019-03-03 Damyan Ivanovupdate copyright notices
2019-02-27 Damyan Ivanovsilence debug while downloading transaction data
2019-02-09 Damyan Ivanovfill transaction details when a previous transaction...
2019-02-06 Damyan IvanovRename to MoLe
2019-01-29 Damyan Ivanovreplace two literal charset names with pre-defined...
2019-01-29 Damyan Ivanovremove the day separator at the top of the transaction...
2019-01-20 Damyan Ivanova welcome screen directs to the new profile activity...
2019-01-12 Damyan Ivanovhandle date parsing errors, handle real=fake dates
2019-01-12 Damyan Ivanovfix transaction colouring to ignore delimiter items
2019-01-12 Damyan Ivanovreplace dates in transaction list items with delimiters...
2019-01-12 Damyan Ivanovwhitespace
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-10 Damyan Ivanovfix debug when starring/un-starring accounts
2019-01-09 Damyan Ivanovcleanup →private, remove unused parts
2019-01-09 Damyan Ivanovgap-fill missing parent accounts in the hierarchy
2019-01-09 Damyan Ivanovget back the account starring functionality
2019-01-09 Damyan Ivanovdebug--
2019-01-09 Damyan Ivanovupdate description list after transaction retrieval
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 Ivanovdrop separate account retrieval
2019-01-05 Damyan Ivanovthis is done in the onPostExecute handler
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-05 Damyan Ivanovasync account list
2019-01-05 Damyan Ivanovstop closing acuired db handles and leave that for...
2019-01-05 Damyan Ivanovincrement background task count while retrieving accoun...
2019-01-04 Damyan Ivanovanother major rework, transaction list is fully asynchr...
2019-01-02 Damyan Ivanovwhitespace
2019-01-02 Damyan Ivanovhandle cancellation
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-21 Damyan Ivanovreplace transaction accounts iterator with a getter
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
next