]> git.ktnx.net Git - mobile-ledger.git/history - app/src/main/java/net/ktnx/mobileledger/utils/MLDB.java
bump latest revision to 11
[mobile-ledger.git] / app / src / main / java / net / ktnx / mobileledger / utils / MLDB.java
2019-01-06 Damyan Ivanovbump latest revision to 11
2019-01-05 Damyan IvanovMLDB: store the application instance in the context...
2019-01-05 Damyan Ivanovstop closing acuired db handles and leave that for...
2019-01-02 Damyan Ivanovuse a constant for the last refresh stamp option
2019-01-02 Damyan Ivanovremove context parameter from MLDB.getWritableDB
2018-12-31 Damyan Ivanovstreamlined database utility, fed with the application...
2018-12-22 Damyan Ivanovmove hook_autocompletion_adapter to MLDB
2018-12-22 Damyan IvanovMLDB: always use the application context
2018-12-21 Damyan Ivanovimplement parsing of account currency
2018-12-20 Damyan Ivanova constant for the transaction list stamp option
2018-12-19 Damyan Ivanovtransactions.id -> integer
2018-12-16 Damyan Ivanovopen SQLite db with write-ahead logging enabled
2018-12-16 Damyan Ivanovmove DB stuff into a static class