add new features in homescreen-service and homescreen 35/17935/6
authorwang_zhiqiang <wang_zhiqiang@dl.cn.nexty-ele.com>
Wed, 14 Nov 2018 03:17:48 +0000 (11:17 +0800)
committerwang_zhiqiang <wang_zhiqiang@dl.cn.nexty-ele.com>
Tue, 27 Nov 2018 01:39:51 +0000 (09:39 +0800)
commit4667d93a852d66a57a2d7d26957c3aab6845756e
tree79ec39160f3a8c5a7f5787f7b32e3dae88585be6
parent42fe4411428f81427ce8993886e28504012219d2
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:
display notification and information.

Bug-AGL: SPEC-1931

Change-Id: Ia17a9793c5d284458009ea71eb9594a40286fa8c
Signed-off-by: wang_zhiqiang <wang_zhiqiang@dl.cn.nexty-ele.com>
homescreen/qml/main.qml
homescreen/src/homescreenhandler.cpp
homescreen/src/homescreenhandler.h