add new features in homescreen-service and homescreen 31/17931/3 6.99.1 6.99.2 6.99.3 6.99.4 guppy/6.99.1 guppy/6.99.2 guppy/6.99.3 guppy/6.99.4 guppy_6.99.1 guppy_6.99.2 guppy_6.99.3 guppy_6.99.4
authorwang_zhiqiang <wang_zhiqiang@dl.cn.nexty-ele.com>
Wed, 14 Nov 2018 03:14:04 +0000 (11:14 +0800)
committerwang_zhiqiang <wang_zhiqiang@dl.cn.nexty-ele.com>
Wed, 21 Nov 2018 08:51:10 +0000 (16:51 +0800)
commitc0146077906057bf97688a617870228eaad0cf54
tree7d7bcc9a8a58c8c1f137be3872b643566c08e78c
parent43452ff8a759da135525678528c159f1e4e68504
add new features in homescreen-service and homescreen

homescreen-service: add five verbs.
1.showWindow: instead of tap_shortcut and show onscreen.
2.hideWindow: used when want to hide onscreen.
3.replyShowWindow: used when post onscreen reply information to application.
4.showNotification: used by application who want to display notification on homescreen top area.
5.showInformation: used by application who want to display information on homescreen botton area.

homescreen:
1.add fullscreen transfer button.
2.display notification and information.

Bug-AGL: SPEC-1931

Change-Id: Ie0753fe0656282b1ff8c04dcef625f2a4154edde
Signed-off-by: wang_zhiqiang <wang_zhiqiang@dl.cn.nexty-ele.com>
include/libhomescreen.hpp
sample/simple-egl/src/simple-egl.cpp
sample/template/main.cpp
src/libhomescreen.cpp