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
Crash when selecting only 1 image to attach to record #19
When attaching only a single image .getClipData() is null.
Need to get the Uri through some other field.
When attaching multiple images the crash doesn't occur.
When attaching only a single image .getClipData() is null. Need to get the Uri through some other field. When attaching multiple images the crash doesn't occur.