========
https://hg.mozilla.org/integration/gaia-central/rev/8f5ec8ed4799
Author: Douglas Sherk <github@sherk.me>
Desc: Merge pull request #26046 from DouglasSherk/1093862-callscreen-ended-calls
Bug 1093862 - Make Callscreen not respond to user input while there are no currently handled calls. r=gtorodelvalle, r=thills
========
https://hg.mozilla.org/integration/gaia-central/rev/47361050ecd1
Author: Doug Sherk <github@sherk.me>
Desc: Bug 1093862 - Make Callscreen not respond to user input while there are no currently handled calls. r=gtorodelvalle, r=thills
========
https://hg.mozilla.org/integration/gaia-central/rev/d7cd13ad72a3
Author: Marina <marina.rodrigueziglesias@telefonica.com>
Desc: Merge pull request #25267 from gitmai/bug-1078243-reset-date-31
Bug 1078243 - [Costcontrol] When the Starting day of the reset period is...
r=salva
========
https://hg.mozilla.org/integration/gaia-central/rev/bfcdaa51e829
Author: mai <mri@tid.es>
Desc: Bug 1078243 - [Costcontrol] When the Starting day of the reset period is 31th, the app does not calculated correctly the end of the reset period.
========
https://hg.mozilla.org/integration/gaia-central/rev/d59d24ac9804
Author: Yi-Fan Liao <yliao@mozilla.com>
Desc: Merge pull request #26050 from begeeben/1095360_wallpaper_will_display_master
Bug 1095369 - [FFOS2.0][Woodduck][Browser]Wallpaper will display when edit bookmark, r=alive
========
https://hg.mozilla.org/integration/gaia-central/rev/86bae88bdad4
Author: Yi-Fan Liao <begeeben@gmail.com>
Desc: Bug 1095369 - [FFOS2.0][Woodduck][Browser]Wallpaper will display when edit bookmark
When changing orientation from portrait to landscape and resizing with keyboard on, the layout manager in the system app will resize the height of the active app first with the keyboard height in portrait (line 55 in layout_manager.js). When the height of the keyboard in portrait mode is bigger than the height in landscape mode, the calculated height of the active app will be smaller than it should've been. The system wallpaper is visible at the mean time. Subsequent resize events later will immediately correct the active app height using the correct landscape keyboard height.
The resizing event sequence is 'resize' --> 'keyboardchange' --> 'keyboardchange'. This patch disables the keyboard height check in the 'resize' event since it'd be incorrect during orientation change, which would display part of the system wallpaper in a flash.
========
https://hg.mozilla.org/integration/gaia-central/rev/ebb431673edc
Author: David Flanagan <dflanagan@mozilla.com>
Desc: Merge pull request #26047 from davidflanagan/bug1079692
Bug 1079692: update video thumbnail title asynchonously so we don't block when user rotates phone r=johnhu
========
https://hg.mozilla.org/integration/gaia-central/rev/56c7781bce82
Author: David Flanagan <dflanagan@mozilla.com>
Desc: Bug 1079692: update video thumbnail title asynchonously so we don't block when the user rotates the phone
fix spelling error in method name
update test busted by spelling correction
========
https://hg.mozilla.org/integration/gaia-central/rev/643dbb1c26d3
Author: Chris Lord <chrislord.net@gmail.com>
Desc: Merge pull request #26006 from Cwiiis/bug1082675-app-grouping-by-default
Bug 1082675 - Enable homescreen app-grouping permanently. r=kgrandon,crdlc
========
https://hg.mozilla.org/integration/gaia-central/rev/01889de35710
Author: Chris Lord <chrislord.net@gmail.com>
Desc: Bug 1082675 - Fix divider->group related marionette test failures. r=crdlc,kgrandon
Some assumptions made by marionette tests no longer hold after enabling
app-grouping by default:
- Long-pressing a divider no longer brings up the context menu
- The divider element itself is not positioned (its children are)
========
https://hg.mozilla.org/integration/gaia-central/rev/89e940eb62b0
Author: Chris Lord <chrislord.net@gmail.com>
Desc: Bug 1082675 - Enable homescreen app-grouping permanently. r=kgrandon,crdlc
This reverts commit 071efd0eb9d962d4f96edc28d672e48910f48387.
========
https://hg.mozilla.org/integration/gaia-central/rev/4c5b3b55ef2c
Author: Ryan VanderMeulen <ryanvm@gmail.com>
Desc: Merge pull request #25993 from BorisChiou/bug-1091166
Bug 1091166 - Fix the color contrast value when enabling it
========
https://hg.mozilla.org/integration/gaia-central/rev/cd5aa723df74
Author: Boris Chiou <boris.chiou@gmail.com>
Desc: Bug 1091166 - Fix the color contrast value when enabling it
The color contrast should also be multiplied by CONTRAST_CAP (0.6)
when enabling the color filter option.
========
https://hg.mozilla.org/integration/gaia-central/rev/90615d021789
Author: Ryan VanderMeulen <ryanvm@gmail.com>
Desc: Merge pull request #25927 from mancas/bug1091910_2
[System]Pressing the "battery is low" notification will sometimes cause ...
========
https://hg.mozilla.org/integration/gaia-central/rev/94dbdef48d0a
Author: mancas <manuel.casasbarrado@telefonica.com>
Desc: [System]Pressing the "battery is low" notification will sometimes cause the rocket bar and keyboard to pop up, and will fail to bring up the battery section in the settings menu