jareens / droidweight

Automatically exported from code.google.com/p/droidweight
0 stars 0 forks source link

Support measurements with custom dates #8

Closed GoogleCodeExporter closed 8 years ago

GoogleCodeExporter commented 8 years ago
Several users have asked if they can put in measurements with custom dates, 
particularly in the past (before they installed Droid Weight).

Perhaps this can be done as part of the data entry UI.

Perhaps the time and date should default to current and be read-only, but have 
a "custom date" checkbox a bit like Astrid's time dialog).

Original issue reported on code.google.com by blokeley@gmail.com on 14 Aug 2011 at 3:20

GoogleCodeExporter commented 8 years ago
A DatePicker dialog like this would be appropriate: 
http://developer.android.com/resources/tutorials/views/hello-datepicker.html

Original comment by blokeley@gmail.com on 14 Aug 2011 at 5:22

GoogleCodeExporter commented 8 years ago
Past dates can easily be entered by importing data from an edited export file. 

Of course for non-programmers this process is way too complicated. First  you 
have to create an entry, export to get the format and then "handcraft" the new 
csv to import old entries. I was hoping it wasn't too hard. I was wrong ;)

So this is a good idea to add this.

Original comment by yash...@gmail.com on 15 Aug 2011 at 3:34

GoogleCodeExporter commented 8 years ago
Pull request has been submitted: 
http://code.google.com/p/droidweight/issues/detail?id=9

Original comment by blokeley@gmail.com on 10 Apr 2012 at 9:24

GoogleCodeExporter commented 8 years ago
I have added a DatePickerDialog and a TimePickerDialog to the MeasureEdit 
Activity. This enables single values to have their date changed. 

Original comment by yash...@gmail.com on 13 Dec 2012 at 2:49