Implementing app launch and app surface control workflow. 67/6667/1
authorBocklage, Jens <Jens_Bocklage@mentor.com>
Fri, 30 Sep 2016 12:47:46 +0000 (14:47 +0200)
committerBocklage, Jens <Jens_Bocklage@mentor.com>
Fri, 30 Sep 2016 13:01:32 +0000 (15:01 +0200)
Using WindowManager to control layer and surfaces (ongoing).
Defining three layouts.
Adding combobox selection feature to popup widget.

In the current state it should be possible to launch applications that are available through the Tizen application manager.

Known issue: IVI-shell is currently disabled in AGL due to issues (porting to Yocto 2.1.1).

Signed-off-by: Bocklage, Jens <Jens_Bocklage@mentor.com>
recipes-demo-hmi/HomeScreen/HomeScreen_0.3.0.bb [moved from recipes-demo-hmi/HomeScreen/HomeScreen_0.2.0.bb with 92% similarity]

@@ -3,8 +3,8 @@ DESCRIPTION = "AGL Home Screen Application + SampleAppTimeDate + HomeScreenAppFr
 HOMEPAGE    = "https://wiki.automotivelinux.org/homescreen"
 LICENSE     = "Apache-2.0"
 SECTION     = "apps"
-PV          = "0.2.0+gitr${SRCPV}"
-PR          = "r1"
+PV          = "0.3.0+gitr${SRCPV}"
+PR          = "r2"
 S           = "${WORKDIR}/git/"
 
 inherit qmake5
@@ -16,7 +16,7 @@ DEPENDS += " pkgmgr-info aul "
 DEPENDS += " wayland-ivi-extension "
 
 LIC_FILES_CHKSUM = "file://HomeScreen/LICENSE;md5=ae6497158920d9524cf208c09cc4c984"
-SRCREV  = "0a468d9b5ae7b3e5ba106facf17698d89b1ce200"
+SRCREV  = "5a040cf1e77872dd567f6ffba50ed79fc27d5822"
 SRC_URI = "git://gerrit.automotivelinux.org/gerrit/p/staging/HomeScreen.git;protocol=http"