Commit Graph

7 Commits

Author SHA1 Message Date
83f37cd98a Greatly improved code with interfaces
Task and cycle count are now updating
List edition rendering is better
List names can be edited inline
2015-12-31 17:35:14 -05:00
239e34d9fd Lots of code cleanup
Confirm dialog cancel now also works on touch outside and click back button
New task dialog is now also an Edit Task dialog:
 - data is loaded when clicked on an existing  Task
 - a delete button is added on Edit mode
 - Undo in snackbar is working
 - Saving inserts or updates in DB depending on mode
2015-12-16 23:48:58 -05:00
f4f2ce6f73 Reset task rendering when clicked no on confirmation
Add description to task list
Change task title look depending on priority
2015-12-10 21:01:31 -05:00
322c706f3d Swipe task left to mark as done
Swipe task right to mark as nexted (increase cycle count)
Handles confirmation dialog (with settings)
Re-add floating add task button
Disable scrolling horizontally (except on the first task) and vertically
2015-12-09 21:03:05 -05:00
982ed80a20 Add a listener on the RecycleView to listen to touches
Store the Task id in a hidden TextView area
2015-12-02 23:25:33 -05:00
9cd48959b1 Task list displays cycle count and task count 2015-11-29 18:09:55 -05:00
f7eb5ca018 Tasks are shown in the tabs (cycles + names) 2015-11-27 23:49:50 -05:00