Commit graph

249 commits

Author SHA1 Message Date
09555aeadf Extracted the list building on the events screen to a separate method, updated the firebase function to handle updates on the "done" field in tasks 2019-04-27 19:24:56 -05:00
dfe52b77ef Events screen now shows the events linked to the user 2019-04-26 21:14:52 -05:00
2b1ac6d48c Finished the event list tile 2019-04-26 20:58:04 -05:00
86742a6746 Preliminary code for the event list tile, layout and title 2019-04-24 16:23:54 -05:00
118bb26713 Made the populated drawer in the events screen use the data from the firebase user object 2019-04-24 15:48:33 -05:00
57ffb7dd5c Fixed unused import error 2019-04-24 15:26:05 -05:00
6abfc0beac Added missing comments for the snackbar code, extracted snackbar related code from the screens constructors to a method 2019-04-24 15:20:55 -05:00
10aabed07e Implemented the upload status snackbar on the home screen, created the [DistinctStreamTransformer] and refactored how screens decide when to show a snackbar 2019-04-24 15:11:39 -05:00
28a112779a Deleted TODO related to testing the new [getTask] method 2019-04-23 21:54:13 -05:00
47bc121cb1 Fixed broken tests due to renamed methods 2019-04-23 20:48:30 -05:00
fd0d0e9cc2 Moved build badge to title 2019-04-23 02:27:06 -05:00
bd59594bb8 Added the bitrise badge 2019-04-23 02:21:38 -05:00
00b7e68193 Fixed unused import error 2019-04-23 02:15:27 -05:00
d8cbed2cd1 Several fixes and formatting. Fixed a bug where a stream subscription wasn't being closed by the Carousel widget 2019-04-23 02:01:35 -05:00
bc74590303 Created the events screen, fixed a bug where the user email to be displayed was allowed to be null 2019-04-15 20:33:05 -05:00
3c1c3c68b2 Created the populatedDrawer widget and the Avatar widget 2019-04-15 20:27:42 -05:00
0d47b271fe Rendamed widgets with "custom" in their name 2019-04-15 17:23:47 -05:00
33eab452e0 Finished the carousel widget and added it to the gallery screen as navigation 2019-04-15 16:55:37 -05:00
cce2b668c0 Added preliminary code for the carousel widget 2019-04-14 21:24:24 -05:00
40e91caf47 Added docs for the [pendingTasksUpdater] firebase function 2019-04-13 21:26:19 -05:00
74c40c535b Modified the cloud function to only act when there has been a change on priority or event on tasks 2019-04-13 19:36:52 -05:00
7f77d8a86a Finished auto increment firebase function 2019-04-13 18:23:45 -05:00
a8dacb06cd Changed the structure for the firebase functions directory 2019-04-13 16:27:04 -05:00
34e7756e80 Added support for the upload status snackbar in the event screen 2019-04-11 01:59:53 -05:00
aa1d9b9edf Added properties and functions to the event bloc for showing the upload status snackbar 2019-04-11 01:05:36 -05:00
f503cce0e3 Created the upload status service to keep track of currently being uploaded files 2019-04-11 00:17:11 -05:00
52623c1511 Added variables to make snackbars possible in the event screen 2019-04-10 22:34:40 -05:00
86bd438ec8 Reverted back to the official firestore package 2019-04-10 20:31:20 -05:00
806a7f888a Added local firestore package 2019-04-10 02:10:02 -05:00
dd57c85972 Finished the media view and the gallery for the event screen 2019-04-09 07:04:49 -05:00
acc0b54cfb Refactored the event bloc to listen for updates in the media list instead of fetching them once 2019-04-08 15:09:55 -05:00
d4813bdce9 Refactored the media view in the event screen, extracted the thumbnail to its own widget ([AsyncThumbnail]) 2019-04-08 14:48:30 -05:00
ec505eb27e Added preliminary code for the media screen 2019-04-08 03:03:12 -05:00
02d7dd5be3 Added a function that downloads a file from the storage bucket given its path, change the size of the thumnails to 256 per side 2019-04-07 20:29:51 -05:00
2b6ef23ab9 Fixed a bug where all the thumnails where the same as the first one in the firebase function 2019-04-07 19:08:18 -05:00
f438df4432 Added metadata for uploaded images, added confirmation log for the firebase function 2019-04-07 18:32:32 -05:00
6865399151 Added firebase function to generate thumnails from uploaded images 2019-04-07 18:06:21 -05:00
8ce0441b12 Added firebase functions to the project 2019-04-07 17:16:47 -05:00
094f1d5df0 Fixed a bug where the [hideEvent] property of the [TaskListTile] was hiding the edit button and not the event one 2019-04-07 16:51:41 -05:00
0946705032 Show the tasks linked to an event on its screen 2019-04-07 00:03:35 -06:00
21cc8697b0 Set the orientation of the whole app to only be portrait 2019-04-06 23:27:59 -06:00
98edfee91e Added the tab bar view 2019-04-06 23:25:33 -06:00
74c63ee70a Added support for tab navigation (bottom widgets) for the custom app bar 2019-04-06 23:16:15 -06:00
dd13cebb80 Deleted the CurrentSelectionService and moved to route parameters 2019-04-06 22:53:22 -06:00
b39a490384 Fixed a bug where the home screen bloc was fetching the current event by id and not by name 2019-04-06 22:00:07 -06:00
3b9f702a37 Refactored the [CurrentSelectionService] to use streams 2019-04-06 20:38:37 -06:00
7abee74b73 Refactored the task service to support the selection of an event, renamed to [CurrentSelectionService]. Created the event screen 2019-04-06 18:11:42 -06:00
7511e3c519 Apply transformations to the user tasks stream after combination 2019-04-05 21:23:39 -06:00
47c7c4cef9 Modified the search functionality so teh resulting list updates
as the user types. Added a clearing button to the search box.
2019-04-05 20:31:31 -06:00
d59e7368c5 Added the search functionality to the main screen 2019-04-05 19:26:24 -06:00