========
https://hg.mozilla.org/integration/gaia-central/rev/67fc22e628e1
Author: Francisco Jordano <arcturus@ardeenelinfierno.com>
Desc: Merge pull request #10673 from wanderview/contacts-edit-noname
Bug 887564: Do not show phone # in name edit field
========
https://hg.mozilla.org/integration/gaia-central/rev/e4b3224b9a90
Author: Ben Kelly <ben@wanderview.com>
Desc: Bug 887564: Do not show phone # in name edit field
Previously the contacts_list code would overwrite the givenName field in
the contact object. This was done so that different values could be
shown in the list if a name was not present. This causes problems, though,
when the contact object is shared between multiple parts of the app. In
this case the contacts_form code was getting handed one of these modified
contact objects.
Modify the code to calculate the display name, but not modify the contact
object itself. Also refactor how contacts_list refresh() works when given
a contact object instead of an ID. The previous code was a bit confusing
and called remove() twice for objects.
========
https://hg.mozilla.org/integration/gaia-central/rev/b64e747d9322
Author: Ian Liu <iliu@mozilla.com>
Desc: Merge pull request #10658 from ian-liu/settings/Bug881985_do_not_update_language_button_and_description_in_Language_menu
Bug 881985 - [Settings] Do not update language button and description in Language menu, r=@fabi1cazenave
========
https://hg.mozilla.org/integration/gaia-central/rev/b31d810c77eb
Author: ian-liu <iliu@mozilla.com>
Desc: Bug 881985 - [Settings] Do not update language button and description in Language menu
Truncated some number of revisions since the previous bump.
========
https://hg.mozilla.org/integration/gaia-central/rev/e528145bb92f
Author: Francisco Borja Salguero Castellano <fbsc@tid.es>
Desc: Merge pull request #10274 from evanxd/bug-879779
Bug 879779 - [MMS] [UX] Message thread. Adjust beggining of content when there's no phone/carrier banner in the layout
========
https://hg.mozilla.org/integration/gaia-central/rev/76993248cb75
Author: Evan Xd <itoyxd@gmail.com>
Desc: Bug 879779 - Set message content below the header with 1.5 rem.
Truncated some number of revisions since the previous bump.
========
https://hg.mozilla.org/integration/gaia-central/rev/2819b7e9c88c
Author: Sergi Mansilla <sergi.mansilla@gmail.com>
Desc: Merge pull request #10635 from comoyo/retry_pin_code
Bug 887190 - Upon introducing wrong PIN code, focus and keyboard go away and the user can't try it again
========
https://hg.mozilla.org/integration/gaia-central/rev/62dd6d2de7df
Author: Sergi Mansilla <sergi.mansilla@gmail.com>
Desc: Bug 887190 - Upon introducing wrong PIN code, focus and keyboard go away and the user can't try it again
========
https://hg.mozilla.org/integration/gaia-central/rev/12233e1a8293
Author: Corey Frang <gnarf@gnarf.net>
Desc: Bug 885584 - [B2G][SMS/MMS] Thumbnails are invisible in the preview attachment with large files - r=julienw
* Sets max thumbnail generation size to 1.5 megs, which should be big enough for any mms image
* Removes a var self = this;
========
https://hg.mozilla.org/integration/gaia-central/rev/f71069d3ab46
Author: Rudy Lu <left.lu@gmail.com>
Desc: Merge pull request #10572 from RudyLu/keyboard/Bug796600-scrollable_keyboard_layout_menu_commit
Bug 796600 - make the keyboard layout menu scrollable. r=djf
========
https://hg.mozilla.org/integration/gaia-central/rev/66836ba4ae35
Author: Rudy Lu <left.lu@gmail.com>
Desc: Bug 796600 - make the keyboard layout menu scrollable
1. Add LOCKED_AREA so the menu will not be easily dismissed
2. Will do continuous scrolling if you stick to the edge of the menu
========
https://hg.mozilla.org/integration/gaia-central/rev/f803d9d89864
Author: Eric O'Connor <eric@bocoup.com>
Desc: Bug 887651 - [SMS] Contact name is double escaped in Notification - r=gnarf
Removed html escaping when submitting an sms notification. The title is rendered with textContent, so there is no need to escape.
Closes gh-10682
========
https://hg.mozilla.org/integration/gaia-central/rev/dfacedfab904
Author: Anthony Ricaud <anthony@ricaud.me>
Desc: Revert "Bug 883787 - Translate the code in HTML comments in the build process"
This reverts commit 53eea8a3da5ae1de3de471a0b1d48aafdd7e81ce.
========
https://hg.mozilla.org/integration/gaia-central/rev/148e5145cad1
Author: Rick Waldron <waldron.rick@gmail.com>
Desc: Bug 870416 - [MMS] Recipients container multiline view takes all available space
- When the screen resizes, generate a CSS rule that calculates the max available height
- Renames an existing element to match the naming convention
- Adds non-html interpolation support to the template matcher regexp
- Ensures that assimilations abide existing behavior rules
https://bugzilla.mozilla.org/show_bug.cgi?id=870416
Signed-off-by: Rick Waldron <waldron.rick@gmail.com>
========
https://hg.mozilla.org/integration/gaia-central/rev/1af738671094
Author: Rick Waldron <waldron.rick@gmail.com>
Desc: Bug 885264 - [SMS/MMS] Ensure Carrier is not displayed for manually entered (unknown contact) recipients
1. If a phone number has carrier associated with it
the output will be:
type | carrier
2. If there is no carrier associated with the phone number
the output will be:
type | phonenumber
3. If for some reason a single contact has two phone numbers with
the same type and the same carrier the output will be:
type | phonenumber
4. If for some reason a single contact has no name and no carrier,
the output will be:
type
5. If for some reason a single contact has no name, no type
and no carrier, the output will be nothing.
https://bugzilla.mozilla.org/show_bug.cgi?id=885264
Signed-off-by: Rick Waldron <waldron.rick@gmail.com>
Truncated some number of revisions since the previous bump.
========
https://hg.mozilla.org/integration/gaia-central/rev/461e2be993c7
Author: Julien Wajsberg <felash@gmail.com>
Desc: Bug 887356 - Homescreen grid test failing on TBPL r=crdlc
This uses sinon to make this sometimes failing test synchronous.