]> git.ktnx.net Git - mobile-ledger.git/history - app/src/main/java/net/ktnx/mobileledger/utils/Colors.java
wrap Log.d calls, skipping them on non-debug builds
[mobile-ledger.git] / app / src / main / java / net / ktnx / mobileledger / utils / Colors.java
2019-04-16 Damyan Ivanovwrap Log.d calls, skipping them on non-debug builds
2019-04-16 Damyan Ivanovmigrate themeWatch to LiveData
2019-04-16 Damyan Ivanovrework theme color spectrum to match the holy grail...
2019-03-29 Damyan Ivanovsingle observer instances, single place for reloading...
2019-03-25 Damyan IvanovColors: treat 360 same as 0
2019-03-03 Damyan Ivanovupdate copyright notices
2019-03-03 Damyan IvanovsetupTheme routine with a profile argument
2019-03-03 Damyan Ivanovfixed and extended debug info
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 IvanovNew helper class for color stuff