Commit graph

178 commits

Author SHA1 Message Date
0901688163 Added enable property to the GradientTouchableContainer, it changes its color when not enabled 2019-04-04 02:37:03 -06:00
73809d9eed Changed the dropdown in the new image screen to listend to a string for its value 2019-04-04 02:31:16 -06:00
caee24297b The bloc now uses the value from the stream to submit the new event 2019-04-04 02:25:44 -06:00
bc51a48b6a Changed the dropdown in the task screen to listen to a stream for its value instean of using setState 2019-04-04 02:24:07 -06:00
db489e79c6 Added formatting for the folder parameter when uploading a file 2019-04-04 02:08:51 -06:00
9a13781052 Fixed failing tests due to the change from Events to events collection name 2019-04-04 01:37:09 -06:00
f3872944ee Fixed type for the media propoerty of an event model 2019-04-04 00:21:20 -06:00
d31a96d60f Finished new image screen, it can already upload pictures that get stored in the storage bucket 2019-04-03 01:27:15 -06:00
31cb7a0e89 Created method to retrieve an event from firestore only once 2019-04-03 01:02:53 -06:00
a9de09efd6 Added a more appriopriate name for the events mapping function 2019-04-03 00:44:06 -06:00
b2a8ac6a9e Hooked up the dropdown menu with the real events in the new image screen 2019-04-03 00:42:14 -06:00
9d3ca8418a Refactored CustomDropdownMenu, PrioritySelector and GradientTouchableContainer to have the possibility of being ecpanded rather than having a set width, created the FractionallyScreenSizedBox widget 2019-04-03 00:27:42 -06:00
59f4cc099e Moved repeated text styles to utils, Finished the UI for the Add image screen 2019-04-02 06:08:11 -06:00
85aadb15b5 Created new screen to add new images to an event 2019-04-02 05:05:24 -06:00
4e355d7817 Hooked up the new task screen with the bloc to allow for the creatin of a new task 2019-04-01 01:33:12 -06:00
41298ae655 modified usermodel to have an events array 2019-04-01 00:34:36 -06:00
43cae32cf1 Added methods to allow the new task screen to update the blocs properties, revised 2019-03-31 23:43:26 -06:00
4db0ab4e53 Added methods to allow the new task screen to update the blocs properties 2019-03-31 23:42:27 -06:00
2c42d3c4a2 Completed the UI for the new task screen 2019-03-31 23:04:06 -06:00
1fdae70358 Created cusotm dropdown menu to match the mocks 2019-03-31 21:50:58 -06:00
4300934e69 Modified the routes function in App.dart to make the initial loading screen a default 2019-03-31 19:05:57 -06:00
f38146507e Migrated the [TaskModel] to use an enum to represent is priority 2019-03-31 18:57:42 -06:00
ebd92b43e9 Created the custom text input for the task text 2019-03-31 18:34:00 -06:00
897b9fa6a7 Deleted todos form the new item dialog route 2019-03-31 16:59:08 -06:00
3ac4e919c0 Created the custom app bar for screens different than home 2019-03-31 16:55:54 -06:00
8b3bd37df7 Added route for the new task screen, changed the [NewItemDialogButton] to use the onTap method passed to it instead of a dummy one 2019-03-31 16:17:46 -06:00
39ddba0fce Changed inconsistend names, created the new task screen and its bloc 2019-03-31 00:53:57 -06:00
e3b8cf7a6d Created new task screen 2019-03-31 00:41:56 -06:00
eb3ffd91a3 Added docs for new widgets 2019-03-31 00:41:56 -06:00
c61459a491 Created new task screen 2019-03-31 00:41:56 -06:00
315d074779 Added docs for new widgets 2019-03-31 00:41:56 -06:00
4f450ade30 Created new task screen 2019-03-31 00:38:27 -06:00
50ae7d866a Added docs for new widgets 2019-03-31 00:38:27 -06:00
34a9aa6275 Rewrote migration from future to stream in the homescreen lost due to a deleted branch 2019-03-31 00:26:33 -06:00
4a6bd017ac Extracted search box to its own separate widget, finidhes the new item dialog UI 2019-03-30 23:52:01 -06:00
59ae4f6fb0 Created the route for choosing the item time 2019-03-30 23:06:47 -06:00
3e5e58016e Added floating action button to add new task or picture and added a fixed height container to the children in list view to make it visible even with the fab 2019-03-28 00:47:05 -06:00
f59f491022 Moved the building of the task list to a separate method 2019-03-27 15:52:16 -06:00
7b6b24a190 Changed the style of the status bar to light 2019-03-21 00:32:00 -06:00
8b86b0645e Finished search box 2019-03-21 00:06:56 -06:00
d4bb1c631a Finished app bar for the home screen 2019-03-20 22:57:44 -06:00
b112e629a4 Removed unnecessary remode padding widget 2019-03-20 19:02:22 -06:00
8e378c0e8e Added method to the home bloc to retrieve the photo url of the user 2019-03-20 18:59:30 -06:00
d97b542238 Renamed gradient button to gradient touchable container 2019-03-20 18:51:22 -06:00
32ca8ac279 Fixed automatic signing problem 2019-03-20 18:34:04 -06:00
aa5039d217 Added a stream transformer that sorts tasks according to their priority 2019-03-13 22:14:04 -06:00
8edb15dd7c Refactored the home screen to be a statuful widget so the bloc only gets instantiated once, added the gesture detector that was missing in the action button 2019-03-13 21:51:42 -06:00
e0caaf85bd Added method to mark task as done in the bloc 2019-03-13 21:04:07 -06:00
b9f0831c27 Created the home bloc provider 2019-03-13 20:59:49 -06:00
4d6fb3d04e Created home bloc boilerplate 2019-03-13 20:52:11 -06:00