summaryrefslogtreecommitdiffstats
path: root/interfaces
AgeCommit message (Collapse)AuthorFilesLines
2017-07-05Revert "Revert "Fix issue of app's unexpected stop while background""Tadao Tanikawa1-0/+1
This reverts commit 7c57238518ec46f5a176bd5245c029fb833b4632. The commit 64fe5a depends on the change of apps/homescreen. (https://gerrit.automotivelinux.org/gerrit/#/c/9837/) Signed-off-by: Tadao Tanikawa <tanikawa.tadao@jp.panasonic.com>
2017-06-30Revert "Fix issue of app's unexpected stop while background"dab_3.99.2dab/3.99.23.99.2Jan-Simon Moeller1-1/+0
This reverts commit 64fe5a61d9b812c7865c10cd600d4aab4f92d7d5. Breaks visibility. Reverting on dab and master. Please resubmit a fixed version. Tnx. Change-Id: Icb60bf63b6114329128d32ea0d1b6288ac518ff1
2017-06-27Fix issue of app's unexpected stop while backgroundTadao Tanikawa1-0/+1
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/navigation's layer in render order even when it is not shown. Bug-AGL: SPEC-395 Change-Id: I01f9705a8d2f6c6fbee317b5297ce8f3715a7d39 Signed-off-by: Tadao Tanikawa <tanikawa.tadao@jp.panasonic.com>
2017-01-18Initial source commitBocklage, Jens7-0/+546
Taken from https://gerrit.automotivelinux.org/gerrit/p/staging/HomeScreen.git Signed-off-by: Bocklage, Jens <Jens_Bocklage@mentor.com>