]> git.ktnx.net Git - mobile-ledger.git/history - app/src/main/java/net/ktnx/mobileledger/dao
more pronounced day/month delimiters in the transaction list
[mobile-ledger.git] / app / src / main / java / net / ktnx / mobileledger / dao /
2024-03-31 Damyan Ivanovadd ability to hide all-zero accounts from the account...
2022-04-04 Damyan Ivanovtypo in method name
2021-11-18 Damyan Ivanovremove double % when searching transactions by description
2021-09-12 Damyan Ivanovmethods for deleting all DB tables
2021-08-27 Damyan Ivanovinclude description_uc in Transaction's SQL
2021-08-27 Damyan Ivanovmove async DB stuff away of AsyncTask
2021-08-21 Damyan Ivanovworking backup and restore of configuration settings
2021-06-08 Damyan Ivanovfix looking up old transactions with non-ASCII names...
2021-05-13 Damyan Ivanovannotate a data retrieval method with @Transaction...
2021-05-08 Damyan Ivanovshow current account balance when choosing account...
2021-05-07 Damyan Ivanovwhitespace
2021-05-07 Damyan Ivanovrunning totals when filtering transactions by account
2021-05-05 Damyan Ivanovwhen speculatively updating account amounts, update...
2021-04-30 Damyan Ivanovdrop description history table and support machinery
2021-04-30 Damyan Ivanovlookup transactions by description directly in transact...
2021-04-25 Damyan Ivanovspeculatively add new transactions to the database...
2021-04-25 Damyan Ivanovfix ordering of transactions when loaded from database
2021-04-25 Damyan Ivanovrestore account ordering by name
2021-04-25 Damyan Ivanovstore transaction list in a db transaction
2021-04-25 Damyan Ivanovprovide a common routine for running something on the...
2021-04-25 Damyan Ivanovfully employ room for loading transactions off DB
2021-04-25 Damyan Ivanovasync variant for loading all transactions
2021-04-23 Damyan Ivanovfurther optimize transaction storage by comparing dataH...
2021-04-23 Damyan Ivanovput all the annotated abstract DAO methods in the beginning
2021-04-22 Damyan Ivanovfix storing transaction accounts (bad typo)
2021-04-22 Damyan Ivanovadditional transaction deletion methods
2021-04-22 Damyan Ivanovrename method to better reflect what it does
2021-04-22 Damyan Ivanovselects from joined tables need explicit column list :(
2021-04-22 Damyan Ivanovspeed up transaction storage a bit
2021-04-22 Damyan Ivanovfix ordering of filtered transaction items
2021-04-22 Damyan IvanovBaseDAO: async operation variants without callbacks
2021-04-20 Damyan Ivanovrewrite update of transaction list from DB with Room
2021-04-15 Damyan IvanovRoom-based profile management
2021-04-11 Damyan Ivanovasynchronous profile initialisation
2021-04-10 Damyan Ivanovmore Room adoption - accounts@100%, some profiles/trans...
2021-04-04 Damyan Ivanovadopt Room for displaying account lists
2021-03-24 Damyan Ivanovanother step towards surrogate ID db objects
2021-03-24 Damyan Ivanovmigrate to surrogate IDs for all database objects
2021-03-24 Damyan Ivanovreplace custom autocompletion adapter hooking with...
2021-03-02 Damyan IvanovTemplates: order fallback templates at the bottom of...
2021-03-01 Damyan Ivanovrework new transaction activity/model/etc with proper...
2021-02-18 Damyan Ivanovfix saving template account removals
2021-02-18 Damyan Ivanovfix duplicate accounts in template account autocompletion
2021-02-18 Damyan Ivanovmethods for duplication of a template with its data
2021-02-18 Damyan Ivanovimplement account name lookup in Templates' account...
2021-02-18 Damyan Ivanovmake methods in AccountDAO public
2021-02-18 Damyan Ivanovadd accounts to Room
2021-02-05 Damyan Ivanovasync template DB manipulation routines
2021-02-05 Damyan Ivanovgeneric async result callback interface
2021-02-02 Damyan Ivanovrename Patterns to Templates
2021-02-02 Damyan Ivanovrename patterns to templates
2021-01-31 Damyan Ivanovfix IDs when creating new patterns
2021-01-30 Damyan IvanovRoom doesn't understand "NULLS FIRST" in the ORDER...
2021-01-30 Damyan Ivanovrework pattern management machinery
2021-01-30 Damyan Ivanovadd test text to pattern table and drop position
2021-01-29 Damyan IvanovRoom database class plus a couple of DAO classes