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

Multiple issues preventing lower api level support #3

Open nonsensicalthinking opened 6 years ago

nonsensicalthinking commented 6 years ago

Current items preventing lower api levels:

Preventing API Level 23: ArrayList.sort() for the plantdata's records is preventing api level 23. (easily resolved) Launching intent from UI thread appears to be a problem so clicking on tile and launching intent from there needs to be reworked.

Preventing API Level 22: Timepicker getHours and getMinutes calls are different for api level < 23.