]> git.ktnx.net Git - mobile-ledger.git/history - app/src/main/java/net/ktnx/mobileledger/utils
setupTheme routine with a profile argument
[mobile-ledger.git] / app / src / main / java / net / ktnx / mobileledger / utils /
2019-03-03 Damyan IvanovsetupTheme routine with a profile argument
2019-03-03 Damyan Ivanovfixed and extended debug info
2019-02-27 Damyan IvanovGlobals: use a thread-local per-thread date formatter...
2019-02-25 Damyan Ivanovfix transaction list text color
2019-02-24 Damyan Ivanovcalculate primary color using HSL (instead of HSV)
2019-02-24 Damyan Ivanovwork around float weirdness causing 0/360 to become...
2019-02-18 Damyan Ivanovmigrate to AndroidX
2019-02-18 Damyan IvanovColors: also set defaultTextColor and accent
2019-02-17 Damyan Ivanovuse Colors.* for run-time color control
2019-02-17 Damyan Ivanovadd color setting to profile data
2019-02-17 Damyan IvanovNew helper class for color stuff
2019-02-11 Damyan Ivanovadd crash handling dialog with optional sending of...
2019-02-09 Damyan Ivanovfill transaction details when a previous transaction...
2019-02-06 Damyan IvanovRename to MoLe
2019-01-29 Damyan Ivanovdrop unnecessary cast
2019-01-29 Damyan Ivanovreplace two literal charset names with pre-defined...
2019-01-27 Damyan Ivanovprofile flag for enabling/disabling addition of new...
2019-01-12 Damyan Ivanovsilence some debug
2019-01-12 Damyan Ivanovhandle date parsing errors, handle real=fake dates
2019-01-12 Damyan Ivanovfix transaction colouring to ignore delimiter items
2019-01-12 Damyan Ivanovfix ledger date format to remain sortable
2019-01-12 Damyan Ivanovreplace dates in transaction list items with delimiters...
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 Ivanovmultiple profile list fixes
2019-01-10 Damyan Ivanovpersistent profile list order
2019-01-09 Damyan Ivanovprofile list can be reordered
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...