Commit Graph

171 Commits

Author SHA1 Message Date
9e860f1f86 Update dependency 2018-06-17 23:12:16 +02:00
6fcef5aca1 Update Gradle 2018-06-17 22:45:11 +02:00
56e7b79a71 Update SDK and and build tools 2018-05-25 20:23:56 +02:00
BONNEVILLE Geoffroy
63951a8907 Integration with Firebase
MS AppCenter push notifications enabled
Version bump
2018-02-23 17:22:17 +01:00
BONNEVILLE Geoffroy
d0c807a200 Integration with MS AppCenter 2018-02-23 16:29:48 +01:00
BONNEVILLE Geoffroy
11a32dfa85 Updated changelog 2017-12-27 18:13:06 +01:00
BONNEVILLE Geoffroy
b291c6164d About is now a DynamicDialogFragment instead of an activity
DynamicDialogFragments now set arguments values in local variables
Code refactor
2017-12-27 18:11:30 +01:00
BONNEVILLE Geoffroy
b2afcea97e Better text and explanations when there are no tasks
Some code refactoring
2017-12-27 16:41:21 +01:00
BONNEVILLE Geoffroy
6778ec7904 Corrected bug in DialogFragments where button count was badly implemented
New content task form layout for Android 19
2017-12-27 12:16:13 +01:00
BONNEVILLE Geoffroy
4573fa7f0f Bumped version to 1.5.1
Updated changelog
2017-12-27 10:39:22 +01:00
BONNEVILLE Geoffroy
4c9e0c9dcd History now shows an icon indicating if the task was done or deleted 2017-12-27 10:23:23 +01:00
BONNEVILLE Geoffroy
5e2a09a3c9 Update changelog metadata 2017-12-26 15:19:12 +01:00
BONNEVILLE Geoffroy
b64ea74739 Removed old apk that was included in source code 2017-12-26 14:16:23 +01:00
BONNEVILLE Geoffroy
7ea94d22b8 Updated (again) adaptive icon 2017-12-26 11:57:21 +01:00
f7bf99650e Added screenshots 2017-12-24 19:03:43 +01:00
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