Gaia/SMS/Scrum/2.1S4: Difference between revisions

Line 336: Line 336:


=== Day 9: 12th September ===
=== Day 9: 12th September ===
====Steve====
* PTO today, so not much update here
* {{Bug|983172}} -  Parsing jpeg header information for downsampling the image for thumbnail
**  Update the PR and wait for {{Bug|1058459}} land first.
* {{Bug|1058459}} -  [SMS] Data shared from other applications are not shown as Drafts until the app is killed and open again
**
* {{Bug|1059233}} - [SMS] User cannot view the cropped image in SMS application and ActivityCanceled error was shown when try to view
** Seems like we always patching for old branches instead of fixed it in gecko or gaia master. So we decide to adjust this workaround into better shape and landed in master first.
Today:
* PTO, but will still read mail and review.
====Oleg====
* {{Bug|1058459}} - [SMS] Data shared from other applications are not shown as Drafts until the app is killed and open again
** Played with one more approach - SharedWorkers, it still hacky as SharedWorker are intended for another purpose + need some nasty code to deal with dead ports to avoid memory leaks. Investigated also Inter App Communication ways existing in Gecko, including "connection" requests - abandoned this idea, as it wakes up app if it's not alive + it's impossible to connect to the app in the same origin (awaiting for feedback).
** Thinking more about this, using Datastore to store drafts will help here as it's basically IndexedDB (as used in asyncStorage) + built-in notification mechanism. The only architectural doubt is that DS is mainly about sharing data with other apps, but drafts.... don't know :)
Other:
* Rebased my patches that are in review, some of the them had conflicts with the latest master.
* Reviewed Steve's patch with workaround for cropped images, works great, r+'ed. Still have issues with Gallery\Video, but seems I found bugs about this, noted them in the bug comment.
Today:
* Will handle review comments for the patches that currently in review;
* Will probably pick up new blocker
====Julien====
* PTO until 9/15


=== Day 10: 15th September ===
=== Day 10: 15th September ===
Confirmed users
291

edits