ad7a966b42
Changed launcher icon
2017-12-24 18:18:49 +01:00
4885735b43
Design improvements
...
Task lists are now correctly hidden in wide mode
Edit task save button shows
2017-12-24 18:12:48 +01:00
43d52bf2bb
Status bar in History is now correctly blue
2017-12-24 15:31:23 +01:00
4d0d6ca6b7
Status bar in History is now blue
2017-12-24 15:25:02 +01:00
ec51265874
New adaptive icon
2017-12-24 15:06:35 +01:00
90b94821a1
Created new changelog
2017-12-22 23:09:36 +01:00
29cd6016ed
Include Google Play Metadata
2017-12-22 22:53:37 +01:00
BONNEVILLE Geoffroy
59e1165c89
Create a default task list on first app launch
...
Hide spinner in task dialog fragment when only one task list
Added some text in About
2017-12-22 17:26:08 +01:00
BONNEVILLE Geoffroy
e5c150aaf5
History fully works as intended: it shows deleted task lists and actual task lists with deleted or done tasks
...
Opening a task in History shows in read-only mode
Today View repaired
Some code cleanup
2017-12-22 16:29:23 +01:00
BONNEVILLE Geoffroy
074cf29d09
Tasks are now correctly shown again
2017-12-22 11:48:07 +01:00
BONNEVILLE Geoffroy
6dce3a6262
Adds back button on History activity
2017-12-22 11:36:33 +01:00
BONNEVILLE Geoffroy
a8f0a80363
Closing TaskLists dialog now correctly updates the view
2017-12-22 11:22:21 +01:00
0b3560a752
Correction of bug in History (wrong layout manager cast)
2017-12-21 23:27:38 +01:00
BONNEVILLE Geoffroy
1c505b3b45
Updated some TODOs with info on probable error causes
...
Changed visibility from Invisible to Gone on task lists
2017-12-21 15:13:31 +01:00
BONNEVILLE Geoffroy
ee86b42c1a
Code cleanup
...
ViewPagerAdapter now has its own file
Async classes are static with WeakReferences to containing entity
History and Today icons are changed
Created new History activity
Modified TasksFragment to determine parent activity (Today, History or else)
2017-12-20 18:54:21 +01:00
BONNEVILLE Geoffroy
b589feeb17
Updated (again) gradle-wrapper.properties
...
Updated a library version
2017-12-19 18:45:37 +01:00
BONNEVILLE Geoffroy
62a10c8b96
Updated gradle-wrapper.properties
2017-12-19 18:41:05 +01:00
BONNEVILLE Geoffroy
beaec048ea
Project cleanup
...
Gradle wrapper 4.1
2017-12-19 17:24:20 +01:00
219aa05750
Included gradle-wrapper.jar
2017-12-18 21:49:00 +01:00
c9214aca8c
Implemented close action on TaskLists Dialog Fragment
2017-12-17 12:49:09 +01:00
4d05e1d33f
TaskListsDialogFragment showing correctly
2017-12-14 22:50:16 +01:00
0fefe50ec9
WIP TaskListDialogFragment not working after 3 buttons parameter
2017-12-13 22:49:57 +01:00
cd77819dec
Changed directory structure
2017-12-13 21:37:19 +01:00
cb80cc45b1
DynamicDialogFragment can now have 1 to 3 buttons - to be tested
2017-12-12 23:05:37 +01:00
5020c169d6
WIP Transform TaskListsFragment into DynamicFragment
2017-12-11 23:43:32 +01:00
c474d29fc3
Replaced PercentRelativeLayout with ConstraintLayout
2017-12-11 22:40:27 +01:00
22b9838dea
Wide screen fully works again
2017-12-11 22:10:05 +01:00
18b0f2d871
Target SDK set to 27
2017-12-10 23:07:37 +01:00
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
5d5e2c01e3
Color inversion in Done/Next
...
Code refactor for background drawing
New priority tooltip
2017-04-26 16:53:21 -04:00
bg45
7435f2fbc6
Landscape mode edit texts no longer go full screen
...
Done and Next slides use the theme colors
Today view doesn't show priority or due date information - all tasks are treated the same
2017-04-07 16:44:47 -04:00
bg45
6f1926c9b1
Correction of nasty requestFeature bug! No more transactions, simply an inflater add view.
...
No longer necessary classes removed.
Simplification of DynamicDialogFragment
Add task button now correctly shows on SDK 19
2017-04-05 12:46:06 -04:00
bg45
4db0bfcf8c
Workaround for nasty requestFeature bug in Android versions < 23: dialogs will open fullscreen in this case
...
Layout size is recalculated after rotation
Some code cleanup
2017-04-04 16:51:07 -04:00
bg45
954055cbe9
Changed large layout screen partition from weight to percentageRelativeLayout to accomodate different behaviours in sdk version < 21
...
Due Date is now optional and has a check box
2017-04-03 17:18:32 -04:00
bg45
f94089ed88
Large screen layout is now w600dp
...
Change of an tasklist list id to accomodate the change
2017-03-31 17:26:00 -04:00
301cf398c0
Correction of incorrect CREATE TABLE tasks SQL schema
2017-03-26 23:43:43 -04:00
c9215d3ce0
Today view in DB now uses localtime to compare dates
2017-03-25 00:05:41 -04:00
bg45
2949868b9f
Change layout icon now works in Today
...
Left join in DB is correct now
2017-03-24 12:56:00 -04:00
77543dd71f
Add task list name in Today select tasks dialog (but Today is broken and it shows empty task lists)
2017-03-23 23:17:34 -04: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
51439ac8b7
New DynamicDialogFragment abstract class for dialogs
...
New fragment extending DynamicDialogFragment for Task Form
New fragment extending DynamicDialogFragment for Today Form (WIP)
Bug corrections related to the above
2017-03-21 17:41:42 -04:00
428de8e2b1
Cleanup and refactor in TasksDialogFragment in preparation for abstraction
2017-03-20 19:37:46 -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
bfca61935b
Auto get title in Task Dialog
...
Don't show keyboard on dialog show
Hide keyboard on dialog dismiss
Cleaner tasks layout
WIP: remaining tasks still not shown, top text cropped in large screens
2017-03-17 17:11:02 -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
13d6af6896
Bug correction when saving a task in full screen mode
2017-03-16 20:59:46 -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
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