]> git.ktnx.net Git - mobile-ledger.git/history - app/src/main/java/net/ktnx/mobileledger/utils/MobileLedgerDatabase.java
more pronounced day/month delimiters in the transaction list
[mobile-ledger.git] / app / src / main / java / net / ktnx / mobileledger / utils / MobileLedgerDatabase.java
2021-04-21 Damyan Ivanovdrop MobileLedgerDatabase, move initComplete to DB
2021-03-01 Damyan IvanovRoom takes over DB migrations
2021-03-01 Damyan Ivanovinitialize Room after all legacy upgrading is done
2021-02-18 Damyan Ivanovdescribe profiles for Room
2021-02-18 Damyan Ivanovanother approach at supporting multi-line SQL statements
2021-02-18 Damyan Ivanovadd fallback flag to templates
2021-02-18 Damyan Ivanovadd accounts to Room
2021-02-18 Damyan Ivanovfix detection of continuations in SQL revision scripts
2021-02-18 Damyan Ivanovlet SQL revision files control the transaction
2021-02-18 Damyan Ivanovadd continuation support to applyRevisionFile()
2021-02-18 Damyan Ivanovfix initial database creation
2021-02-05 Damyan Ivanovcascade delete of template_accounts from 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 Ivanovadd test text to pattern table and drop position
2021-01-29 Damyan Ivanovexpand pattern tables with all needed fields; prepare...
2021-01-06 Damyan Ivanovdb tables for patterns and pattern accounts
2020-10-04 Damyan IvanovUI and machinery for detecting hledger-web version
2020-09-26 Damyan IvanovDB: move pragma execution in onConfigure() where it...
2020-09-26 Damyan Ivanovsplash: setup DB in the background
2020-09-20 Damyan Ivanovenable the foreign_keys PRAGMA only in debug builds
2020-09-16 Damyan Ivanovmajor rework of parsed transaction/descriptions/account...
2020-09-06 Damyan Ivanovspeed up parsed transaction/accounts storage
2020-07-19 Damyan Ivanovmove setting case_sensitive_like=ON to helper.onOpen
2020-07-05 Damyan Ivanovdrop accounts.hidden and "hidden by star" handling
2020-06-17 Damyan Ivanovrework transaction date handling
2020-06-16 Damyan Ivanovadd database support for transaction-level comments
2020-05-14 Damyan Ivanovlink show comments by default flag between the UI and...
2020-05-03 Damyan Ivanovdelete stray options of already removed profiles
2020-05-03 Damyan Ivanovadd an index on transactions(description)
2020-04-17 Damyan Ivanovadd profile setting for default currency (db part)
2020-04-11 Damyan Ivanovprofile-level setting for showing commodify in new...
2020-01-05 Damyan Ivanovtable for profile currencies (commodities), comment...
2019-12-21 Damyan Ivanovstore profile API version in the database
2019-12-17 Damyan Ivanovadd profile option for entering dates in the future
2019-05-03 Damyan Ivanovmove DB access routines to the application class
2018-12-16 Damyan Ivanovmove DB stuff into a static class
2018-12-15 Damyan Ivanov+debug
2018-12-15 Damyan Ivanovworking transaction list retrieval
2018-12-14 Damyan Ivanovseparate packages for the different aspects of the...