apps8os / contextlogger3

This is a repository for contextlogger3 software that is being built in Aalto University on top of the funf framework (http://code.google.com/p/funf-open-sensing-framework/). This project has originated from and is inspired by the ContextLogger2 project (http://contextlogger.org/) developed at Helsinki Institute for Information Technology (HIIT). All source code in this project is published under MIT open source license (http://opensource.org/licenses/MIT). If you have any questions about the project, please contact Kimmo Karhu (firstname.lastname [at] aalto.fi).
13 stars 2 forks source link

replace discard button with check box #34

Closed ktkarhu closed 10 years ago

ktkarhu commented 11 years ago

from the dialog confirming time for stopping the activity the discard button should be replaced with a check box below the time selector reading: "[x] Cannot remember time".

If user selects the check box then time selector should be grayed. If check box is unselected then time selector should became active again.

When user clicks Ok and check box is selected then INVALIDATE is saved otherwise as normally.

chaow commented 11 years ago

Done.