]> git.ktnx.net Git - mobile-ledger.git/history - app/src/main/java/net/ktnx/mobileledger/db/DB.java
DB revision 66: re-calculate descriptionUpper to fix searching
[mobile-ledger.git] / app / src / main / java / net / ktnx / mobileledger / db / DB.java
2021-11-18 Damyan IvanovDB revision 66: re-calculate descriptionUpper to fix...
2021-09-12 Damyan Ivanovmethods for deleting all DB tables
2021-09-10 Damyan Ivanovfix search previous transactions by description
2021-08-21 Damyan Ivanovdrop deprecation from profiles.uuid, make not null
2021-08-21 Damyan Ivanovadd uuid to templates
2021-08-21 Damyan Ivanovadd unique index on currencies(name)
2021-06-08 Damyan Ivanovfix looking up old transactions with non-ASCII names...
2021-05-06 Damyan Ivanovfix migration off options table for current profile v0.18.0
2021-04-30 Damyan Ivanovdrop description history table and support machinery
2021-04-22 Damyan Ivanov(commented) facility for debugging Room's SQL queries
2021-04-21 Damyan Ivanovdrop MobileLedgerDatabase, move initComplete to DB
2021-04-15 Damyan IvanovRoom-based profile management
2021-04-15 Damyan Ivanovdummy migration method
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-25 Damyan Ivanovwhitespace
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-01 Damyan IvanovRoom takes over DB migrations
2021-03-01 Damyan Ivanovdescribe transaction_accounts to Room
2021-03-01 Damyan Ivanovdescribe description_history to Room
2021-02-19 Damyan Ivanovdescribe account_values to Room
2021-02-18 Damyan Ivanovdescribe options to Room
2021-02-18 Damyan Ivanovdescribe profiles for Room
2021-02-18 Damyan Ivanovremove unnecessary qualification
2021-02-18 Damyan Ivanovadd fallback flag to templates
2021-02-18 Damyan Ivanovadd AccountDAO to DB
2021-02-18 Damyan Ivanovadd accounts to Room
2021-02-05 Damyan Ivanovrename getPatternAccountDAO() to getTemplateAccountDAO()
2021-02-05 Damyan Ivanovrename getPatternDAO to getTemplateDAO
2021-02-05 Damyan Ivanovcascade delete of template_accounts from templates
2021-02-02 Damyan Ivanovturn foreign_keys PRAGMA in Room too
2021-02-02 Damyan Ivanovrename Patterns to Templates
2021-02-02 Damyan Ivanovrename patterns to templates
2021-01-31 Damyan Ivanovadd a pattern flag for negation of amount
2021-01-31 Damyan Ivanovadd two indices, corresponding to foreign keys to help...
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