]> git.ktnx.net Git - mobile-ledger.git/history - app/src/main/java/net/ktnx/mobileledger/utils
dynamic list of profiles, add profile removal
[mobile-ledger.git] / app / src / main / java / net / ktnx / mobileledger / utils /
2019-01-09 Damyan Ivanovnew class for observing a list
2019-01-08 Damyan Ivanovmove ObservableXXXX classes under utils/
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-31 Damyan Ivanovmajor refactor, make account summary and transaction...
2018-12-30 Damyan Ivanovadd transaction filter
2018-12-22 Damyan Ivanovmove hook_autocompletion_adapter to MLDB
2018-12-22 Damyan IvanovMLDB: always use the application context
2018-12-22 Damyan Ivanovput a 30 seconds timeout on network operations
2018-12-21 Damyan Ivanovimplement parsing of account currency
2018-12-21 Damyan Ivanovstore table colors in a global glass
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
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...