src/libqthomescreen.git
4 years agofix issues sandbox/wangzhiqiang/als2019
wang_zhiqiang [Tue, 25 Jun 2019 09:56:16 +0000 (17:56 +0800)]
fix issues

Change-Id: Ie02562936ebb9a2eacadbf40ca4326b22825c304

4 years agodelete return
wang_zhiqiang [Wed, 29 May 2019 09:34:47 +0000 (17:34 +0800)]
delete return

Change-Id: I31c1842a39426d5ea1fe6ef4a3f5e3573ba4549e

4 years agodelete return
wang_zhiqiang [Tue, 28 May 2019 06:23:48 +0000 (14:23 +0800)]
delete return

Change-Id: Ib57291e7e5d1474e0cdbe4792d646d59ba6beeb6

4 years agochange register/update shortcut
wang_zhiqiang [Tue, 28 May 2019 03:10:40 +0000 (11:10 +0800)]
change register/update shortcut

Change-Id: Iabc9ca70bd57517333c7871c4df1092342697b69

4 years agochange comments
wang_zhiqiang [Sat, 25 May 2019 03:32:05 +0000 (11:32 +0800)]
change comments

Change-Id: I9e36eeda403309ef0342bb9459a5655b78e61213

4 years agoadd register/update shortcut
wang_zhiqiang [Sat, 25 May 2019 03:28:39 +0000 (11:28 +0800)]
add register/update shortcut

Change-Id: I50ebc14839a465508c74aadd7b3f3d9dab3465a6

4 years agochange for new seq
wang_zhiqiang [Mon, 20 May 2019 03:25:48 +0000 (11:25 +0800)]
change for new seq

Change-Id: I05aba3e7b22e5edb2f8026f09aa77a35cdec3c8c

4 years agoadd getRunnalbes
wang_zhiqiang [Thu, 16 May 2019 03:07:16 +0000 (11:07 +0800)]
add getRunnalbes

Change-Id: I88d37b5e335e773f1035f0ac2b2dfcba74f98a96

5 years agofix issue and modify function parameter name 09/18509/2 halibut 10.91.0 10.92.0 10.93.0 11.91.0 11.92.0 12.90.0 12.90.1 12.91.0 12.92.0 12.93.0 13.93.0 6.99.3 6.99.4 7.90.0 7.99.1 7.99.2 7.99.3 8.0.0 8.0.1 8.0.2 8.0.3 8.0.4 8.0.5 8.0.6 8.99.1 8.99.2 8.99.3 8.99.4 8.99.5 9.99.1 9.99.2 9.99.3 9.99.4 guppy/6.99.3 guppy/6.99.4 guppy_6.99.3 guppy_6.99.4 halibut/7.90.0 halibut/7.99.1 halibut/7.99.2 halibut/7.99.3 halibut/8.0.0 halibut/8.0.1 halibut/8.0.2 halibut/8.0.3 halibut/8.0.4 halibut/8.0.5 halibut/8.0.6 halibut_7.90.0 halibut_7.99.1 halibut_7.99.2 halibut_7.99.3 halibut_8.0.0 halibut_8.0.1 halibut_8.0.2 halibut_8.0.3 halibut_8.0.4 halibut_8.0.5 halibut_8.0.6 icefish/8.99.1 icefish/8.99.2 icefish/8.99.3 icefish/8.99.4 icefish/8.99.5 icefish_8.99.1 icefish_8.99.2 icefish_8.99.3 icefish_8.99.4 icefish_8.99.5 jellyfish/9.99.1 jellyfish/9.99.2 jellyfish/9.99.3 jellyfish/9.99.4 jellyfish_9.99.1 jellyfish_9.99.2 jellyfish_9.99.3 jellyfish_9.99.4 koi/10.91.0 koi/10.92.0 koi/10.93.0 koi_10.91.0 koi_10.92.0 koi_10.93.0 lamprey/11.91.0 lamprey/11.92.0 lamprey_11.91.0 lamprey_11.92.0 marlin/12.90.0 marlin/12.90.1 marlin/12.91.0 marlin/12.92.0 marlin/12.93.0 marlin_12.90.0 marlin_12.90.1 marlin_12.91.0 marlin_12.92.0 marlin_12.93.0 needlefish/13.93.0 needlefish_13.93.0
wang_zhiqiang [Mon, 3 Dec 2018 06:48:50 +0000 (14:48 +0800)]
fix issue and modify function parameter name

1.it's wrong to use json_tokener_parse to convert char* to area json_object
in showWindow,remake area json_object.
2.modify function parameter name and comments to make it easy to understand

Change-Id: I24b1425d429cb63f47f82e679076171cd1d2c011
Signed-off-by: wang_zhiqiang <wang_zhiqiang@dl.cn.nexty-ele.com>
5 years agoadd new features in homescreen-service and homescreen 33/17933/2 6.99.1 6.99.2 guppy/6.99.1 guppy/6.99.2 guppy_6.99.1 guppy_6.99.2
wang_zhiqiang [Wed, 14 Nov 2018 03:14:57 +0000 (11:14 +0800)]
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: Idc13e290ef08bfb6a3801b923abfb59e388bb2bb
Signed-off-by: wang_zhiqiang <wang_zhiqiang@dl.cn.nexty-ele.com>
5 years agouse appid instead of appname in "tap_shortcut" 37/17737/1
wang_zhiqiang [Tue, 6 Nov 2018 02:20:51 +0000 (10:20 +0800)]
use appid instead of appname in "tap_shortcut"

Now In homescreen-service used application_id to identify
different application, so use appid instead of appname
in "tap_shortcut" parameter.

Bug-AGL: SPEC-1764

Change-Id: Iccb40a38c7e0fa39c8727582c50e6003b90dc89d
Signed-off-by: wang_zhiqiang <wang_zhiqiang@dl.cn.nexty-ele.com>
5 years agoChange gitreview to new location 5.99.5 5.99.6 6.90.0 flounder/5.99.5 flounder/5.99.6 flounder_5.99.5 flounder_5.99.6 guppy/6.90.0 guppy_6.90.0
Jan-Simon Möller [Thu, 30 Aug 2018 14:30:31 +0000 (16:30 +0200)]
Change gitreview to new location

Signed-off-by: Jan-Simon Möller <jsmoeller@linuxfoundation.org>
5 years agoRevert "Use appid between homescreen-service and apps" 5.99.4 flounder/5.99.4 flounder_5.99.4
Tadao Tanikawa [Fri, 24 Aug 2018 04:50:33 +0000 (04:50 +0000)]
Revert "Use appid between homescreen-service and apps"

This reverts commit 59f49ec2538f22fbf752330f78413e445a3dc504.

Bug-AGL: SPEC-1685

Change-Id: Ie27c4102fc7a87e8a972dc83dd3a1c94d0626091
Signed-off-by: Tadao Tanikawa <tanikawa.tadao@jp.panasonic.com>
5 years agoUse appid between homescreen-service and apps 5.99.3 flounder/5.99.3 flounder_5.99.3
zheng_wenlong [Mon, 6 Aug 2018 03:16:42 +0000 (12:16 +0900)]
Use appid between homescreen-service and apps

    Use appid between hss and apps, and check event destination in libhomescreen.
    So these is no need compare code when recived Event_TapShortcut Event.

BUG-AGL: SPEC-1645

Change-Id: I875cc87a46b0c0d1f417e2dd979decc18fb40eb7
Signed-off-by: zheng_wenlong <wenlong_zheng@nexty-ele.com>
5 years agoChange library name to qthomescreen without wrapper
zheng_wenlong [Tue, 24 Jul 2018 08:42:35 +0000 (17:42 +0900)]
Change library name to qthomescreen without wrapper

    Use qthomescreen as library name instead of qtHomeScreenWrapper.

Change-Id: Iec1f1a732bf0674fd9e25f59e45edd3811ab356a
Signed-off-by: zheng_wenlong <wenlong_zheng@nexty-ele.com>
5 years agoAdd tapShortcut event for launcher application 5.99.1 5.99.2 flounder/5.99.1 flounder/5.99.2 flounder_5.99.1 flounder_5.99.2
zheng_wenlong [Tue, 19 Jun 2018 04:44:06 +0000 (13:44 +0900)]
Add tapShortcut event for launcher application

    Add tapShortcut event to qlibhomescreen,
    Launcher application will use this library.

Change-Id: I26882ad17938c498110295a2fac072176a40da07
Signed-off-by: zheng_wenlong <wenlong_zheng@nexty-ele.com>
5 years agoAdd debug messages for qlibhomescreen
zheng_wenlong [Mon, 18 Jun 2018 03:12:45 +0000 (12:12 +0900)]
Add debug messages for qlibhomescreen

    Add debug messages for qlibhomescreen.

Change-Id: I3df80ebe8c38484587011725538bc926b98d0ca0
Signed-off-by: zheng_wenlong <wenlong_zheng@nexty-ele.com>
5 years agoAdd comments for qlibhomescreen api
zheng_wenlong [Mon, 18 Jun 2018 03:05:51 +0000 (12:05 +0900)]
Add comments for qlibhomescreen api

    Add some comments for qlibhomescreen api.

Change-Id: I97f09d8c3f2a743e8ca1443b93f6625913475f5b
Signed-off-by: zheng_wenlong <wenlong_zheng@nexty-ele.com>
6 years agoFix the installation error 4.99.3 eel/4.99.3 eel_4.99.3
Kazumasa Mitsunari [Mon, 13 Nov 2017 06:01:12 +0000 (15:01 +0900)]
Fix the installation error

Fix the installation error due to typo

Change-Id: I7771d635f5967fdd77dcb9c2c78d1407e169305c
Signed-off-by: Kazumasa Mitsunari <knimitz@witz-inc.co.jp>
6 years agoAdd a wrapper library of libhomescreen
Kazumasa Mitsunari [Fri, 10 Nov 2017 08:47:56 +0000 (17:47 +0900)]
Add a wrapper library of libhomescreen

Change-Id: Ie406f3c0739c90dd343935fac1619702fc713511
Signed-off-by: Kazumasa Mitsunari <knimitz@witz-inc.co.jp>
6 years agoAdd .gitreview
Kazumasa Mitsunari [Fri, 10 Nov 2017 07:48:50 +0000 (16:48 +0900)]
Add .gitreview

Change-Id: I1ffa48056f4fcc496557e170a11f07ebccd2eb5f
Signed-off-by: Kazumasa Mitsunari <knimitz@witz-inc.co.jp>
6 years agoInitial empty repository 4.99.2 eel/4.99.2 eel_4.99.2
Jan-Simon Moeller [Wed, 25 Oct 2017 21:21:18 +0000 (21:21 +0000)]
Initial empty repository