]> git.ktnx.net Git - mobile-ledger.git/history - app/src/main/java/net/ktnx/mobileledger/db/DB.java
describe description_history to Room
[mobile-ledger.git] / app / src / main / java / net / ktnx / mobileledger / db / DB.java
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