Fix issue of media player which doesn't play next while background 55/9255/1
authorTadao Tanikawa <tanikawa.tadao@jp.panasonic.com>
Wed, 26 Apr 2017 10:30:14 +0000 (19:30 +0900)
committerTadao Tanikawa <tanikawa.tadao@jp.panasonic.com>
Wed, 26 Apr 2017 10:32:30 +0000 (19:32 +0900)
commit8539198ad9a90ca2cb004fbdfcddb732ae751926
treeb621eff355985e6ef284a846b9b082ccb2911699
parentbee2dce0697da156903c55523e1e869aa33f4964
Fix issue of media player which doesn't play next while background

Current window manager make own ivi-layer to each application
and adjust the order when rendering (screen's render order of
layers).

E.g. When showing apps launcher, window manager has only 1
ivi-layer for homescreen under screen 0. When showing an app,
window manager add 1 ivi-layer for it and set render order
of 2 layers, front: app's and back: homescreen layer.
And when app hides, it's layer is removed from render order.

But if removed from render order, excecuting QML also stopped.
It is caused why the media player doesn't play next song
when it is not shown.

This patch changes how to make render order to keep media
player's layer in render order even when it is not shown.

This commit is modification of recipe for homescreen which
contains 1 patch file to 'staging/HomeScreen' because
it is already locked (It is splitted new repositories
but chinook doesn't use it).

Bug-AGL: SPEC-395

Change-Id: I4b1ed16c5d20ccab9a1a2aa55e463d0141d3a170
Signed-off-by: Tadao Tanikawa <tanikawa.tadao@jp.panasonic.com>
recipes-demo-hmi/homescreen/homescreen/0001-Hack-to-resolve-the-media-player-doesn-t-play-next.patch [new file with mode: 0644]
recipes-demo-hmi/homescreen/homescreen_git.bb