Commit Graph

13 Commits

Author SHA1 Message Date
bg45
9e90715e65 Update to API level 19 KitKat
DataAccess code refactor
Include JodaTime to have correct Date implementation
WIP Task due dates
2017-03-15 17:34:27 -04:00
bg45
4e06f6834f WIP on listview selectors
Adds tablet support in manifest
2017-03-03 17:35:24 -05:00
ebf3f9446c New launcher icon 2017-02-02 19:20:49 -05:00
c90cc766a1 Correction of a tricky bug in Edit Task lists: a final position int was passed to two listeners, even though the position might change. So the first value was always used. Change is to determine position at runtime and not use a final int. 2016-01-27 17:33:56 -05:00
c810f3775a All strings put in string.xml
Long press does not drag task lists anymore
Create task list button is themed
Arrows are shown in the scrollable tabs
Task form is now inside a scrollview (needs testing)
Total cycles is now correctly reset when there are no more tasks
2016-01-25 17:42: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
ea6c23ae38 Add RecyclerView Manager: finally correct swiping and scrolling handling
Add Delete Task confirmation
2015-12-23 23:27:43 -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
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
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
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