]> git.ktnx.net Git - mobile-ledger.git/history - app/src/main/java/net/ktnx/mobileledger/utils/MobileLedgerDatabase.java
major rework of parsed transaction/descriptions/accounts storage
[mobile-ledger.git] / app / src / main / java / net / ktnx / mobileledger / utils / MobileLedgerDatabase.java
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...