]> git.ktnx.net Git - mobile-ledger.git/history - app/src/main/java/net/ktnx/mobileledger/utils/MLDB.java
fill transaction details when a previous transaction description is selected
[mobile-ledger.git] / app / src / main / java / net / ktnx / mobileledger / utils / MLDB.java
2019-02-09 Damyan Ivanovfill transaction details when a previous transaction...
2019-02-06 Damyan IvanovRename to MoLe
2019-01-27 Damyan Ivanovprofile flag for enabling/disabling addition of new...
2019-01-12 Damyan IvanovtoCamelCase
2019-01-12 Damyan Ivanovnew transaction: advance to next field upon autocomplet...
2019-01-12 Damyan Ivanovavoid endless recursion in set_option_value(String...
2019-01-10 Damyan Ivanovpersistent profile list order
2019-01-07 Damyan Ivanovsomewhat complete profile implementation
2019-01-06 Damyan IvanovMLDB: the locally-stored context in the Application...
2019-01-06 Damyan Ivanovuse profiles for connection parameters
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