Commit Graph

15 Commits

Author SHA1 Message Date
206c8710ac Restored wide screen display 2017-12-06 23:18:55 +01:00
66bd2c327a Update Gradle to latest 2017-12-02 19:10:35 +01:00
bg45
799ec9a058 Lots of code cleanup and improvements after inspection
Load Today tasks in a AsyncTask
Use of plurals instead of string
Menu icons change
No more tasks now displayed in the center of the screen
2017-03-23 17:55:38 -04:00
bg45
34cb77d6c4 TodayForm dynamic fragment now fully functional: allows selecting tasks form the task list, allows text filtering
Creation of an ArrayAdapter to handle selection for the above
Moved code out of Today Activity into Today Form where it belonged
Replaced TaskFragment Coordinator Layout with a Frame Layout
Re-moved the Floating Action Button into the Activities out of Task Fragment
Simplification of Preferences
2017-03-22 17:38:59 -04:00
bg45
63843043f9 Big change in the Today function: not a list anymore but a view, shown in the Toolbar
Layout enhancements (Coordinator Layout and Floating Action Button) in Tasks Fragment
Code refactoring
2017-03-20 17:01:50 -04:00
bg45
9a35af7bf2 New and Edit tasks is now full screen fragment like on phones, dialog like on tablets
Code cleanup
2017-03-17 13:44:54 -04:00
bg45
0fb7e37f93 Due Dates fully functional
Today list fully functional
New and edit task dialog now goes full screen on smaller screens, stays as a pop-up on bigger ones
New Alarm icon on expired tasks
Better tasks layout
Simpler new and edit task form layout: less labels, replaced radiogroup with slider,...
2017-03-16 18:02:47 -04:00
a514a8ce8f Tab arrows now have dedicated space
Right scrolling detection finally works correctly
New task floating action button icon is now white
2016-02-04 19:12:53 -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
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
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
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