Commit Graph

123 Commits

Author SHA1 Message Date
2a740999fd No more scrolling on the toolbar
Display remaining task count on bottom of RecyclerView
Total task count does not query the DB anymore
2016-01-05 17:11:16 -05:00
8266170fd5 Corrected crash when deleting a task list after changing its name
New tasks are now on top instead of on bottom
2016-01-05 10:42:01 -05:00
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
c8dbcb1aff List edition activity redone with a RecyclerView
Lists are now editable and swappable
Lots of code simplification (TaskDialogFragment...)
2015-12-30 19:02:27 -05:00
27884add9e Correction of priority changes 2015-12-26 14:32:00 -05:00
ea6c23ae38 Add RecyclerView Manager: finally correct swiping and scrolling handling
Add Delete Task confirmation
2015-12-23 23:27:43 -05:00
df32a42951 Better swipe handling on RecyclerView items
Implement left swipe to mark any task as done
2015-12-20 16:34:40 -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
8386a136b5 All dialog fragments are support fragments
Clicking on a task open the new task dialog with existing data
2015-12-15 23:19:12 -05:00
ddf83fa1f4 New Undo system via a snackbar after swiping task
Correct text on confirmation dialog
Code cleanup
2015-12-11 21:55:21 -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
354618ccab Task list is updated in the tab where a new task is created 2015-11-28 14:16:54 -05:00
f7eb5ca018 Tasks are shown in the tabs (cycles + names) 2015-11-27 23:49:50 -05:00
9063420eb4 Creates a new task in dialog
Edit lists activity now shows number of tasks
Deleting a task list deletes all related tasks
2015-11-27 17:57:25 -05:00
6b4cf52404 New task dialog works with list auto set to current tab 2015-11-26 23:56:17 -05:00
88a646bc37 Task list edition working (creation, delete...)
Add New Task dialog (not working)
Tabs synchronized with DB
2015-11-26 18:31:26 -05:00
31b9c8d3a3 Add database helper
Add Task list activity
Add Create new task list
Add Custom CursorAdapter for task list view
2015-11-25 18:03:55 -05:00
b5cc2ff82c Replaces settings activity with correct Preference fragment and xml 2015-11-25 10:51:14 -05:00
296825566b Add settings activity
Add menu
2015-11-24 17:35:58 -05:00
2094a4d36c Project start 2015-11-24 11:23:31 -05:00