nonsensicalthinking / planttracker

Plant Tracker is a free Android Phone App for tracking your plant grows. Keeps track of waterings, feedings, custom events and clone lineage. Future implementations will include scheduled reminders, data point graphing and a desktop app for more plant analysis, looking at integrating automated sensor data collection.
GNU General Public License v3.0
16 stars 6 forks source link

Improve record color coding functionality #12

Open nonsensicalthinking opened 6 years ago

nonsensicalthinking commented 6 years ago

Remove external color lib and write intent to replace it. Generate random colors on load. Button to regenerate new color. Check existing colors and make sure you're not reusing colors. Show colors in the add record drop down.

nonsensicalthinking commented 6 years ago

Mostly implemented in commit 07a19a952aa40b6446a9b0449851c903a955e549

Still unimplemented: Check existing colors and make sure you're not reusing colors. Show colors in the add record drop down.