]> git.ktnx.net Git - mobile-ledger.git/history - app/src/main/java/net/ktnx/mobileledger/dao/TransactionDAO.java
methods for deleting all DB tables
[mobile-ledger.git] / app / src / main / java / net / ktnx / mobileledger / dao / TransactionDAO.java
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-06-08 Damyan Ivanovfix looking up old transactions with non-ASCII names...
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 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 Ivanovstore transaction list in a db transaction
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-20 Damyan Ivanovrewrite update of transaction list from DB with Room
2021-04-15 Damyan IvanovRoom-based profile management
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 Ivanovmigrate to surrogate IDs for all database objects
2021-03-24 Damyan Ivanovreplace custom autocompletion adapter hooking with...