]> git.ktnx.net Git - mobile-ledger.git/history - app/src/main/java/net/ktnx/mobileledger/utils/Colors.java
rename method to better reflect its function
[mobile-ledger.git] / app / src / main / java / net / ktnx / mobileledger / utils / Colors.java
2020-05-19 Damyan Ivanovrename method to better reflect its function
2020-05-17 Damyan Ivanovfix theming
2020-05-14 Damyan Ivanovstyle for error texts
2020-05-14 Damyan Ivanovthemed color for disabled text
2020-05-04 Damyan Ivanovdarker colour palette, matching theme (pre-generated...
2020-05-04 Damyan Ivanovremove unused code
2020-05-03 Damyan Ivanovfix rounding of the automatic profile color of the...
2020-01-25 Damyan Ivanovwhitespace, imports
2020-01-25 Damyan Ivanovprofile editor: offer a suitable color for new profiles
2020-01-25 Damyan IvanovthemeId -> themeHue
2019-11-09 Damyan Ivanovwhitespace
2019-11-09 Damyan Ivanovmore robust theme ID calculation
2019-05-18 Damyan Ivanovmulti-color progress indicators
2019-05-05 Damyan Ivanov5-degree theme steps, for smooth color selection
2019-05-03 Damyan Ivanovwhitespace
2019-05-03 Damyan Ivanovmigrate a bunch of globals to LiveData
2019-04-28 Damyan IvanovEnglish locale String.format
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