Commit Graph

19 Commits

Author SHA1 Message Date
ac8b06456c Set some arrays as untranslatable 2017-02-08 21:32:42 -05:00
2a8cc4961f Better text-behind positioning
Link in About activity
2017-02-08 21:00:11 -05:00
2e0483a3ca Adds french translation 2017-02-06 22:59:52 -05:00
9b00e08cd7 Custom button labels in confirmation dialog 2016-02-04 12:53:49 -05:00
133df4c414 About page update to show SDK version
TaskDataAccess now implements AutoCloseable
Correction of TaskDataAccess exception due to closing when SnackBar was present and tabs were fast switched
Detection of initial scroll value to toggle arrows visibility (but there is still an issue with right arrow)
2016-01-26 17:50:19 -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
dd67ff4421 Changes are now persisted when application is closed while the Snackbar is opened.
Edit list menu button is now outside the menu, with an icon
New menu button to allow faster layout changing (does the same as going in the Settings)
Current opened tab is now saved when re-opening app
2016-01-15 13:38:24 -05:00
c8e7a9052d New drag handles in task list to help user understand that lists are draggable 2016-01-12 13:51:34 -05:00
55d3525869 New categories in Settings
New type of task layout without description and with bigger title
Old layout is now called Detailed
Possibility to choose layout in Settings
Task list delete confirmation checkbox "never ask again" implemented and present in Settings
Divider between tasks
Design changes (different colors on Swipe)
Data validation on new task and new task list
Correction of database open bug in Task List fragment
2016-01-11 17:22:02 -05:00
31d9b26afc Never ask again is now a checkbox in the confirmation dialog
Next task text on confirmation dialog change
New text when there are no tasks in a list
Automatically open TaskList Activity when  no task lists exist
Confirmation on task list delete
Code cleanup (new interfaces...)
2016-01-08 17:53:53 -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
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
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