TechbeeAT / jtxBoard

jtx Board allows you to manage your Journals (like meeting minutes), Notes and Tasks in one Android app. The app is compatible with the iCal standard (RFC5545) and is integrated with DAVx5 to allow the synchronisation of entries through CalDAV.
https://jtx.techbee.at/
GNU General Public License v3.0
352 stars 10 forks source link

[Feature] Select color additionally from pool of already used colors #1368

Closed bobykvv closed 4 months ago

bobykvv commented 4 months ago

When coloring notes or tasks to distinguish them, I use colors to combine them in some groups. If there are many of them, default colors are not enough sometimes and we have to choose some additional colors from the colour wheel. In this case it's almost always not possible to choose exactly same color twice. I suggest to add a field with HEX color code near the wheel and, even better, then make chosen additional color appear in the list of default colors to use it again.

patrickunterwegs commented 4 months ago

Hey @bobykvv , thanks for your proposal. The color picker depends a bit on a good library, there are not so many. But showing the already used colors shouldn't be a problem. This would anyway also solve the problem, right?

bobykvv commented 4 months ago

Hey @bobykvv , thanks for your proposal. The color picker depends a bit on a good library, there are not so many. But showing the already used colors shouldn't be a problem. This would anyway also solve the problem, right?

Yes, sure.