Hwankyu Jhun [Thu, 11 Apr 2024 04:06:40 +0000 (13:06 +0900)]
Modify service file
To disable non-essential dependencies, we should set 'DefaultDependencies=no'
to the service file. The DPM requires dbus.socket to use gdbus API.
Change-Id: I4371e54c31d144f28ba9b65b87eb86438ab139d6
Signed-off-by: Hwankyu Jhun <h.jhun@samsung.com>
Hwankyu Jhun [Mon, 8 Apr 2024 09:02:34 +0000 (18:02 +0900)]
Add a new environment variable for using blink feature
"AUL_BLINK=1" is added to the service file.
Requires:
- https://review.tizen.org/gerrit/#/c/platform/core/appfw/aul-1/+/309293/
Change-Id: Ifad747a4e719270c82439fcbcb3a949d0da69e67
Signed-off-by: Hwankyu Jhun <h.jhun@samsung.com>
SukhyungKang [Tue, 12 Mar 2024 04:26:50 +0000 (13:26 +0900)]
Release version 1.6.33
Changes:
- Change lcov option to fix build error
Change-Id: I15808f088d70ef3bb5df35e4794968bb4956883b
Signed-off-by: SukhyungKang <shine.kang@samsung.com>
SukhyungKang [Tue, 12 Mar 2024 04:16:59 +0000 (13:16 +0900)]
Change lcov option to fix build error
Change-Id: I228f75fa0b984b4f9d16a763b47da35ccebfb6f3
Signed-off-by: SukhyungKang <shine.kang@samsung.com>
SukhyungKang [Thu, 28 Dec 2023 03:34:41 +0000 (12:34 +0900)]
Release version 1.6.32
Changes:
- Remove event after using to prevent leak
Change-Id: If8c6461a416119cc0502ca589b1f86d0b51251b7
Signed-off-by: SukhyungKang <shine.kang@samsung.com>
SukhyungKang [Wed, 20 Dec 2023 09:12:11 +0000 (18:12 +0900)]
Remove event after using to prevent leak
Change-Id: Id9cdaf2dfd4fce11ff280e29ddeeda03f84b061a
Signed-off-by: SukhyungKang <shine.kang@samsung.com>
SukhyungKang [Fri, 8 Dec 2023 07:19:33 +0000 (16:19 +0900)]
Release version 1.6.31
Changes:
- add dbus connection flush after emit signal
Change-Id: I2d261b1148094231895a2e7e7d9807cb7a3fbf1d
Signed-off-by: SukhyungKang <shine.kang@samsung.com>
SukhyungKang [Fri, 8 Dec 2023 05:31:35 +0000 (14:31 +0900)]
add dbus connection flush after emit signal
Change-Id: I6ffa14f3ca4c30b21cd3c1c372f7c16506c0fe60
Signed-off-by: SukhyungKang <shine.kang@samsung.com>
SukhyungKang [Thu, 16 Nov 2023 01:51:37 +0000 (10:51 +0900)]
Release version 1.6.30
Changes:
- Add busname option to activate sysinit.target
Change-Id: I3c60d5351582689e83ad96828410d773c37ef68e
Signed-off-by: SukhyungKang <shine.kang@samsung.com>
SukhyungKang [Wed, 15 Nov 2023 10:06:28 +0000 (19:06 +0900)]
Add busname option to activate sysinit.target
- systemd can not activate dbus in TV fast boot mode, so
DefaultDependencies=no is add to busname file to activate dbus from
sysinit.target
Change-Id: I2f17b46fe5ecd8cd6d55ec48c35f85a2089dae8d
Signed-off-by: SukhyungKang <shine.kang@samsung.com>
SukhyungKang [Mon, 13 Nov 2023 02:15:50 +0000 (11:15 +0900)]
Release version 1.6.29
Changes:
- Run script to upgrade notification db
Change-Id: Ib63e7a258be88f06ed4cac401c086ea2768626e0
Signed-off-by: SukhyungKang <shine.kang@samsung.com>
SukhyungKang [Thu, 9 Nov 2023 08:06:57 +0000 (17:06 +0900)]
Run script to upgrade notification db
Change-Id: If3008c154f9fd7111cae80f889037473816a8c0c
Signed-off-by: SukhyungKang <shine.kang@samsung.com>
SukhyungKang [Thu, 17 Aug 2023 06:17:03 +0000 (15:17 +0900)]
Release version 1.6.28
Changes:
- Add gmock tests
- Trivial updates
- Improve coverage
- Refactor legacy C code for pkgmgr_event
- change to use reference
Change-Id: I6af6de0d424f5382480a0e4da8eeb1220a3eb253
Signed-off-by: SukhyungKang <shine.kang@samsung.com>
SukhyungKang [Thu, 17 Aug 2023 05:24:53 +0000 (14:24 +0900)]
change to use reference
Change-Id: I8d0418f34ad301c8a51996ccd0c6022aa19388e1
Signed-off-by: SukhyungKang <shine.kang@samsung.com>
Inkyun Kil [Tue, 7 Feb 2023 01:26:58 +0000 (10:26 +0900)]
Refactor legacy C code for pkgmgr_event
changes:
- C -> C++
- Reduces needless function call
- Improve trivial structure
Change-Id: Ief1e95c6ad3b942908b3093980418d0d20bc5c1a
Signed-off-by: Inkyun Kil <inkyun.kil@samsung.com>
Inkyun Kil [Wed, 18 Jan 2023 05:19:59 +0000 (14:19 +0900)]
Improve coverage
- Add unittests for notification_service
- Add unittests for shortcut_service
- Add unittests for badge_service
- Add unittests for service_common
Change-Id: I3bbcaa61006a7a62de43de4ff5b0dc4c1197294b
Inkyun Kil [Thu, 26 Jan 2023 00:15:09 +0000 (09:15 +0900)]
Trivial updates
- Fix wrong return value
- Remove needless apis
Change-Id: Ibc9924cfefe472a5978de50edbaf0df031ea5ebc
Signed-off-by: Inkyun Kil <inkyun.kil@samsung.com>
Inkyun Kil [Fri, 29 Jul 2022 04:16:23 +0000 (13:16 +0900)]
Add gmock tests
- Initialize gmock test environment
Change-Id: Icf04e1948dbb48d3f324a17dfe108ca6c4d48a3a
Signed-off-by: Inkyun Kil <inkyun.kil@samsung.com>
jusung [Wed, 10 Feb 2021 00:11:10 +0000 (09:11 +0900)]
Release version 1.6.27
Changes:
- Change systemd-devel package name
Signed-off-by: jusung <jusung07.son@samsung.com>
Change-Id: I4f345386e4658a6b74e6c42f19caadda9ac1138d
INSUN PYO [Wed, 3 Feb 2021 03:16:17 +0000 (12:16 +0900)]
Change systemd-devel package name
Change-Id: I17a7c32c2f68a2f42f7e546f24a85ea2c7e20a82
Hwankyu Jhun [Mon, 2 Nov 2020 05:05:03 +0000 (14:05 +0900)]
Release version 1.6.26
Changes:
- Add flush timer
- Fix memory leak
Change-Id: I3d4af201f5500aa8eaaacb454c2d41a73f5310ad
Signed-off-by: Hwankyu Jhun <h.jhun@samsung.com>
Hwankyu Jhun [Mon, 2 Nov 2020 04:25:48 +0000 (13:25 +0900)]
Fix memory leak
Change-Id: I4af76ef1306f1e9752714552d10ff996b3d32f1d
Signed-off-by: Hwankyu Jhun <h.jhun@samsung.com>
Jusung Son [Thu, 29 Oct 2020 10:50:00 +0000 (19:50 +0900)]
Add flush timer
Change-Id: I56577b6dde58762dc3538bb05c131778846acc6e
Signed-off-by: Jusung Son <jusung07.son@samsung.com>
Jusung Son [Fri, 7 Aug 2020 02:06:41 +0000 (11:06 +0900)]
Release version 1.6.25
Changes:
- Change the method of obtaining data from the list
Change-Id: I8d0cfceff7aa6f09bdadcbc6488155df8bdf24cc
Signed-off-by: Jusung Son <jusung07.son@samsung.com>
mk5004.lee [Thu, 23 Jul 2020 08:13:50 +0000 (17:13 +0900)]
Change the method of obtaining data from the list
Change-Id: I76ffcb7d507e6bf7b126c2bcb277792cd4f54732
Signed-off-by: mk5004.lee <mk5004.lee@samsung.com>
mk5004.lee [Thu, 11 Jun 2020 08:51:49 +0000 (17:51 +0900)]
Release version 1.6.24
- Add dbus conf for notification.admin privilege
Change-Id: Ie9b7e1a7803b2869ce7cd68e3820c03510b003c0
Signed-off-by: mk5004.lee <mk5004.lee@samsung.com>
mk5004.lee [Thu, 7 May 2020 08:21:36 +0000 (17:21 +0900)]
Add dbus conf for notification.admin privilege
Change-Id: I1faede8ec010aad7e014bdfce3fb42b897441073
Signed-off-by: mk5004.lee <mk5004.lee@samsung.com>
Jusung Son [Wed, 27 May 2020 04:42:54 +0000 (13:42 +0900)]
Release version 1.6.23
Changes:
- Support pure noti-ex deletion
Change-Id: I7d932b121c685eabd36b17b857eb7460fe64e7db
Signed-off-by: Jusung Son <jusung07.son@samsung.com>
Jusung Son [Wed, 27 May 2020 02:30:11 +0000 (11:30 +0900)]
Support pure noti-ex deletion
Change-Id: Ib7819401690f895c13494b781ce15c8c379930ff
Signed-off-by: Jusung Son <jusung07.son@samsung.com>
mk5004.lee [Wed, 20 May 2020 06:39:51 +0000 (15:39 +0900)]
Release version 1.6.21
- Support OnrequestNumber for reporter
Delete unnecessary dbus policy
Change-Id: I90b73132ead626066d30758942f5e74b3c3b341a
Signed-off-by: mk5004.lee <mk5004.lee@samsung.com>
mk5004.lee [Wed, 20 May 2020 05:46:26 +0000 (14:46 +0900)]
Support OnrequestNumber for reporter
Change-Id: I8a4acd68fde49356e0145cdb33b0a96473e10aad
Signed-off-by: mk5004.lee <mk5004.lee@samsung.com>
mk5004.lee [Thu, 7 May 2020 07:33:16 +0000 (16:33 +0900)]
Delete unnecessary dbus policy
Change-Id: Icd1e9a3e1360651a668c56f6e465ed6eb7609217
Signed-off-by: mk5004.lee <mk5004.lee@samsung.com>
mk5004.lee [Wed, 29 Apr 2020 01:40:28 +0000 (10:40 +0900)]
Release version 1.6.21
- [fix] Rename dbus auto-activation service file
Change-Id: I7d1e4501e6f5cabe2cb7cf5088b07f7977bc64b1
Signed-off-by: mk5004.lee <mk5004.lee@samsung.com>
sanghyeok.oh [Tue, 21 Apr 2020 12:27:17 +0000 (21:27 +0900)]
[fix] Rename dbus auto-activation service file
Naming rule for dbus auto-activation service file : well-known name + ".service"
https://bugs.freedesktop.org/show_bug.cgi?id=99874
Change-Id: I2ca997c8d3bd8d036047a5e91b7f3c3cf300d895
MyungKi Lee [Mon, 30 Mar 2020 02:50:07 +0000 (02:50 +0000)]
Merge "Release version 1.6.20" into tizen
mk5004.lee [Mon, 30 Mar 2020 01:24:19 +0000 (10:24 +0900)]
Release version 1.6.20
- Change func argument name
Support to update/delete by noti list
Change-Id: I0be48b567831ee18918fab3fd1e21522a52d2f20
Signed-off-by: mk5004.lee <mk5004.lee@samsung.com>
mk5004.lee [Mon, 30 Mar 2020 01:24:19 +0000 (10:24 +0900)]
Release version 1.6.20
- Change func argument name
Support to update/delete by noti list
Change-Id: I0be48b567831ee18918fab3fd1e21522a52d2f20
Signed-off-by: mk5004.lee <mk5004.lee@samsung.com>
mk5004.lee [Thu, 26 Mar 2020 08:32:29 +0000 (17:32 +0900)]
Change func argument name
Change-Id: Iefb2645e5ea43aa69b10aca66124ea3a8aa236e4
Signed-off-by: mk5004.lee <mk5004.lee@samsung.com>
mk5004.lee [Tue, 17 Mar 2020 06:08:03 +0000 (15:08 +0900)]
Support to update/delete by noti list
Change-Id: Ia0c8bd04e586c495134e9e2acadc49e52fa4870d
Signed-off-by: mk5004.lee <mk5004.lee@samsung.com>
mk5004.lee [Fri, 20 Mar 2020 08:07:32 +0000 (17:07 +0900)]
Release version 1.6.19
- To get deleted item's info when viewer delete all
Change-Id: Idac0fbde7ef174acc93311f35ec39afcebe89449
Signed-off-by: mk5004.lee <mk5004.lee@samsung.com>
mk5004.lee [Fri, 20 Mar 2020 07:39:59 +0000 (16:39 +0900)]
To get deleted item's info when viewer delete all
Change-Id: Ic4df886c738171fc72bb5b92c0838d0009ec9ff0
Signed-off-by: mk5004.lee <mk5004.lee@samsung.com>
mk5004.lee [Mon, 16 Mar 2020 04:09:12 +0000 (13:09 +0900)]
Release version 1.6.18
- Add delete by appid func
Change-Id: I8471c865dd8e08b2e042183addb506e0eb98c3df
Signed-off-by: mk5004.lee <mk5004.lee@samsung.com>
mk5004.lee [Fri, 13 Mar 2020 08:58:25 +0000 (17:58 +0900)]
Add delete by appid func
Change-Id: I0d58d173371ac4d9ffb96f1396f6db6b5118817b
Signed-off-by: mk5004.lee <mk5004.lee@samsung.com>
mk5004.lee [Wed, 11 Mar 2020 05:00:27 +0000 (14:00 +0900)]
Release version 1.6.17
- Change behaivor of reporter_delete_all
Change-Id: I4482b68930aa74ba0dd59c22049d0baf2a664626
Signed-off-by: mk5004.lee <mk5004.lee@samsung.com>
mk5004.lee [Wed, 11 Mar 2020 01:34:41 +0000 (10:34 +0900)]
Change behaivor of reporter_delete_all
Change-Id: I38a6ae2a1e2c72bcbdda5b47067789c2ee8bb3b7
Signed-off-by: mk5004.lee <mk5004.lee@samsung.com>
mk5004.lee [Fri, 6 Mar 2020 07:28:22 +0000 (16:28 +0900)]
Release version 1.6.16
Add conditional statement to check the channel
Change-Id: I9b4719454116df968b0f668437add3fa8f3c41c7
Signed-off-by: mk5004.lee <mk5004.lee@samsung.com>
mk5004.lee [Wed, 4 Mar 2020 09:36:05 +0000 (18:36 +0900)]
Add conditional statement to check the channel
- OnReueestEvent
- To suport reporter_get_by_channel, get_all
Change-Id: I7423210a1c18544ca89deea52f04b9f2080d2fbd
Signed-off-by: mk5004.lee <mk5004.lee@samsung.com>
mk5004.lee [Tue, 25 Feb 2020 04:21:50 +0000 (13:21 +0900)]
Release version 1.6.15
- Add to check the channel when delete all
Change-Id: I5ff0d0d4e5f34506e4ebd7e3565d59b9ad56f205
Signed-off-by: mk5004.lee <mk5004.lee@samsung.com>
mk5004.lee [Mon, 24 Feb 2020 09:06:40 +0000 (18:06 +0900)]
Add to check the channel when delete all
Change-Id: Ia76a79417dd5df9fe8cc02f470b3c485b227236a
Signed-off-by: mk5004.lee <mk5004.lee@samsung.com>
Jusung Son [Fri, 31 Jan 2020 00:16:39 +0000 (09:16 +0900)]
Release version 1.6.14
- Apply system setting to notification-ex
Change-Id: Ibbcddeb4edd4910b910200dea65d22212f72b623
Signed-off-by: Jusung Son <jusung07.son@samsung.com>
Jusung Son [Thu, 12 Dec 2019 05:00:26 +0000 (14:00 +0900)]
Apply system setting to notification-ex
Change-Id: I17b448bb288e3a884e0d9e589625b0ae7cff87f9
Signed-off-by: Jusung Son <jusung07.son@samsung.com>
mk5004.lee [Thu, 30 Jan 2020 01:30:36 +0000 (10:30 +0900)]
Release version 1.6.13
- Add translate localized text feature
Add uid validation for notification-ex
Set indirect request info
Set/Unset private sharing
Change-Id: I3e6ef8ef5e1f054fb973aa6267e32d9ddd415f16
Signed-off-by: mk5004.lee <mk5004.lee@samsung.com>
Jusung Son [Fri, 6 Dec 2019 08:19:13 +0000 (17:19 +0900)]
Add translate localized text feature
Requires:
- https://review.tizen.org/gerrit/#/c/platform/core/api/notification/+/219600/
Change-Id: Ib5bf4249ee761d46b508e8ad81d39c10e77b7cb1
Signed-off-by: Jusung Son <jusung07.son@samsung.com>
Jusung Son [Tue, 3 Dec 2019 09:57:12 +0000 (18:57 +0900)]
Add uid validation for notification-ex
Change-Id: Id46391654986c7eb09ae276182b710bc84b24a69
Signed-off-by: Jusung Son <jusung07.son@samsung.com>
Jusung Son [Mon, 2 Dec 2019 06:48:04 +0000 (15:48 +0900)]
Set indirect request info
Requires:
- https://review.tizen.org/gerrit/#/c/platform/core/api/notification/+/219120/
Change-Id: Ib3d8bee5af78c133e5af67e0c4ae79a457028253
Signed-off-by: Jusung Son <jusung07.son@samsung.com>
mk5004.lee [Wed, 12 Jun 2019 09:54:15 +0000 (18:54 +0900)]
Set/Unset private sharing
Change-Id: I22f9382ca96cc76365a32d855a62ad65db8ef9b3
Signed-off-by: mk5004.lee <mk5004.lee@samsung.com>
mk5004.lee [Wed, 30 Oct 2019 06:09:57 +0000 (15:09 +0900)]
Release version 1.6.12
- Add default viewer launch feature for ex-noti
Fix data initialization bug
Fix pass null to g_hash_table_contains bug
Change-Id: I6c73da121726a3262c84880bd33b2c62548070e9
Signed-off-by: mk5004.lee <mk5004.lee@samsung.com>
MyungKi Lee [Wed, 30 Oct 2019 05:47:46 +0000 (05:47 +0000)]
Merge "Fix data initialization bug" into tizen
MyungKi Lee [Wed, 30 Oct 2019 05:47:35 +0000 (05:47 +0000)]
Merge "Add default viewer launch feature for ex-noti" into tizen
hyunho [Tue, 22 Oct 2019 09:02:32 +0000 (18:02 +0900)]
Fix pass null to g_hash_table_contains bug
Change-Id: Ia3267518428da15c419984b7aeff9ec7b89c3037
Signed-off-by: hyunho <hhstark.kang@samsung.com>
Jusung Son [Thu, 17 Oct 2019 10:04:47 +0000 (19:04 +0900)]
Fix data initialization bug
- DPM only need to initialize the data when the device boots up
Change-Id: I7411c3b1f6faadd3f6a10ab1b21d9492059bf6b8
Signed-off-by: Jusung Son <jusung07.son@samsung.com>
Jusung Son [Tue, 15 Oct 2019 04:17:51 +0000 (13:17 +0900)]
Add default viewer launch feature for ex-noti
Related change
[notification] https://review.tizen.org/gerrit/#/c/platform/core/api/notification/+/215730/
Change-Id: I7136c3c59d7db5c1ccb4bccf4178355a3a87b273
Signed-off-by: Jusung Son <jusung07.son@samsung.com>
hyunho [Mon, 9 Sep 2019 05:45:26 +0000 (14:45 +0900)]
Release version 1.6.11
Changes:
- Delete meaningless configuration
- Fix dbus conf
Change-Id: Ie966fc97cb48babcf26a6dfabb013807d3838e85
Signed-off-by: hyunho <hhstark.kang@samsung.com>
hyunho [Mon, 9 Sep 2019 04:48:53 +0000 (13:48 +0900)]
Fix dbus conf
Change-Id: Ib423f27ec21d3a2c6b05fdb2aab3f333b029cbe6
Signed-off-by: hyunho <hhstark.kang@samsung.com>
INSUN PYO [Mon, 8 Jul 2019 10:43:20 +0000 (19:43 +0900)]
Delete meaningless configuration
Change-Id: Ic2fa84634b75fd0885c05421b1e29101ffe2dcd9
mk5004.lee [Tue, 9 Jul 2019 09:28:03 +0000 (18:28 +0900)]
Release version 1.6.10
- Add Get by a channel feature
Change-Id: I648e59cf8977a7f525a8fa0d854e69ae3b7bb35e
Signed-off-by: mk5004.lee <mk5004.lee@samsung.com>
hyunho [Tue, 2 Jul 2019 08:08:38 +0000 (17:08 +0900)]
Add Get by a channel feature
Change-Id: Ic27b128bd08dd7969f534174d155b9bc91f12fb4
Signed-off-by: hyunho <hhstark.kang@samsung.com>
SukHyung, Kang [Thu, 27 Jun 2019 01:58:24 +0000 (10:58 +0900)]
Release version 1.6.9
Changes:
- change to send item list when post
Change-Id: Ie0c226dc578973dc4cea2f8507bf48b6fc1057ba
Signed-off-by: SukHyung, Kang <shine.kang@samsung.com>
SukHyung, Kang [Fri, 21 Jun 2019 08:40:06 +0000 (17:40 +0900)]
change to send item list when post
Change-Id: Ic7b77617716fb6dfa0e20eb4b3d5b46ea269808c
Signed-off-by: SukHyung, Kang <shine.kang@samsung.com>
hyunho [Mon, 10 Jun 2019 01:39:44 +0000 (10:39 +0900)]
Release version 1.6.8
Changes:
- Fix dbus conf file error
Change-Id: If3700c8e4dec01ea05a94af2cd49e505fa0f07ad
Signed-off-by: hyunho <hhstark.kang@samsung.com>
hyunho [Mon, 10 Jun 2019 01:10:29 +0000 (10:10 +0900)]
Fix dbus conf file error
Change-Id: I346673fbc24871426093ede500fffe5bb0520550
Signed-off-by: hyunho <hhstark.kang@samsung.com>
hyunho [Wed, 5 Jun 2019 10:07:50 +0000 (19:07 +0900)]
Release version 1.6.7
Changes:
- Modify conf file for owning org.tizen.notification_ex
Change-Id: I97f65de8612118f7158edb1a6655664abc51d4bf
Signed-off-by: hyunho <hhstark.kang@samsung.com>
hyunho [Wed, 5 Jun 2019 08:27:41 +0000 (17:27 +0900)]
Modify conf file for owning org.tizen.notification_ex
Change-Id: Ib54e57006e566e92176fa0b524aef48415d1f460
Signed-off-by: hyunho <hhstark.kang@samsung.com>
hyunho [Fri, 26 Apr 2019 06:55:18 +0000 (15:55 +0900)]
Release version 1.6.6
Changes:
- Add delete all, get count implementation
Change-Id: Ifd54c15bb59cdf76084f5d7a0fb4e582507757f5
Signed-off-by: hyunho <hhstark.kang@samsung.com>
hyunho [Fri, 26 Apr 2019 04:47:42 +0000 (13:47 +0900)]
Add delete all, get count implementation
Change-Id: Ieda636fbd0562f033e2e00b7497e4d1f863ab12e
Signed-off-by: hyunho <hhstark.kang@samsung.com>
mk5004.lee [Thu, 25 Apr 2019 01:28:02 +0000 (10:28 +0900)]
Release version 1.6.5
- Check c++ coding style
Change-Id: I4a24bb9dbf0fda5fcdad902da68adc8b23dda7e8
Signed-off-by: mk5004.lee <mk5004.lee@samsung.com>
mk5004.lee [Wed, 24 Apr 2019 05:07:57 +0000 (14:07 +0900)]
Check c++ coding style
- cpplint tool
Change-Id: I422f557ddc22bea22cb3212c57de137d6299c875
Signed-off-by: mk5004.lee <mk5004.lee@samsung.com>
hyunho [Wed, 17 Apr 2019 02:06:22 +0000 (11:06 +0900)]
Release version 1.6.4
Changes:
- Fix update hide logic
- Add notification-ex require for .spec
Change-Id: I17f4f1113e7289e22ccf750e7d9dce3a90dca966
Signed-off-by: hyunho <hhstark.kang@samsung.com>
hyunho [Tue, 16 Apr 2019 10:17:16 +0000 (19:17 +0900)]
Add notification-ex require for .spec
Change-Id: If5b209b20712acc5be5b1270e8be7d0ef9a2c3fa
Signed-off-by: hyunho <hhstark.kang@samsung.com>
hyunho [Tue, 16 Apr 2019 09:53:56 +0000 (18:53 +0900)]
Fix update hide logic
Without this patch, DPMReporter will unintentionally skip event
which hide viewer list is empty
Change-Id: I1216dd6e5be63cec9aa78c851d8ff71151f8d929
Signed-off-by: hyunho <hhstark.kang@samsung.com>
mk5004.lee [Mon, 1 Apr 2019 00:46:59 +0000 (09:46 +0900)]
Release version 1.6.3
- Change attribute name of NotificationError
Change-Id: Ib2e5bdd36dc53d13d993f31537ff02c5b8d09f07
Signed-off-by: mk5004.lee <mk5004.lee@samsung.com>
MyungKi Lee [Mon, 1 Apr 2019 00:40:11 +0000 (00:40 +0000)]
Merge "Change attribute name of NotificationError" into tizen
jusung son [Fri, 29 Mar 2019 01:44:27 +0000 (10:44 +0900)]
Change attribute name of NotificationError
Change-Id: I6e4b11f04a8fc0214ff1807d9214dd20f92db97f
Signed-off-by: jusung son <jusung07.son@samsung.com>
hyunho [Fri, 29 Mar 2019 01:43:47 +0000 (10:43 +0900)]
Release version 1.6.2
Changes:
- Fix build error
Change-Id: I88fe90cead7894d423897eecca9db9c4c0a3eac6
Signed-off-by: hyunho <hhstark.kang@samsung.com>
hyunho [Fri, 29 Mar 2019 01:27:46 +0000 (10:27 +0900)]
Fix build error
Change-Id: I63e319e9313dcdaae7a3471335a46bb3653fe7c5
Signed-off-by: hyunho <hhstark.kang@samsung.com>
root [Wed, 27 Mar 2019 01:36:24 +0000 (10:36 +0900)]
Release version 1.6.1
Changes:
- Fix dbus conf file
Change-Id: I078b20877f7c18512cf91ec7b7d9a4690f19140a
Signed-off-by: root <hhstark.kang@samsung.com>
hyunho [Wed, 27 Mar 2019 01:08:18 +0000 (10:08 +0900)]
Fix dbus conf file
Change-Id: Ie427c30c3ea2b1fa9f530a642619a39378a6a186
Signed-off-by: hyunho <hhstark.kang@samsung.com>
mk5004.lee [Tue, 26 Mar 2019 07:47:08 +0000 (16:47 +0900)]
Release version 1.6.0
- Add db related logic
Update notification-ex event callback siganture
Add notification-ex feature
Change-Id: Ia5f69d5849b451d9e4228395cc353d5621485893
Signed-off-by: mk5004.lee <mk5004.lee@samsung.com>
jusung son [Fri, 22 Mar 2019 07:09:52 +0000 (16:09 +0900)]
Add db related logic
Change-Id: I2c731d3c11fc04e28ef38195654fead4a1d58710
Signed-off-by: jusung son <jusung07.son@samsung.com>
hyunho [Wed, 20 Mar 2019 02:45:52 +0000 (11:45 +0900)]
Update notification-ex event callback siganture
Change-Id: Ibebfaedfb4257d988c1eacf6f048fd4bae4df9e3
Signed-off-by: hyunho <hhstark.kang@samsung.com>
hyunho [Thu, 7 Mar 2019 23:28:12 +0000 (08:28 +0900)]
Add notification-ex feature
Change-Id: I8a4c3c5ad8dc9c8d41a93ed08c179af12c609688
Signed-off-by: hyunho <hhstark.kang@samsung.com>
mk5004.lee [Mon, 28 Jan 2019 03:42:50 +0000 (12:42 +0900)]
Release version 1.5.14
- Change parameter to struct from glist
Change-Id: I01cb83b48c4af1537330c14fdcd21a61ff88f1d3
Signed-off-by: mk5004.lee <mk5004.lee@samsung.com>
mk5004.lee [Fri, 25 Jan 2019 05:18:40 +0000 (14:18 +0900)]
Change parameter to struct from glist
- use notification_deleted_list_info_s
for notification_noti_delete_by_display_applist()
Change-Id: I8da48f423b3b7c8771479392ab265f475ca00391
Signed-off-by: mk5004.lee <mk5004.lee@samsung.com>
mk5004.lee [Fri, 11 Jan 2019 04:59:23 +0000 (13:59 +0900)]
Release version 1.5.13
- Change signal name and handler
Change-Id: I45d68eac9b031f9f6f85168b396a506e7d6b0d72
Signed-off-by: mk5004.lee <mk5004.lee@samsung.com>
mk5004.lee [Thu, 10 Jan 2019 08:59:13 +0000 (17:59 +0900)]
Change signal name and handler
- del_noti_multiple_by_viewer -> del_noti_by_display_applist
Change-Id: I3f7348aca486f4d815afda6da1acd51ddb11f056
Signed-off-by: mk5004.lee <mk5004.lee@samsung.com>
mk5004.lee [Tue, 8 Jan 2019 05:08:31 +0000 (14:08 +0900)]
Release version 1.5.12
- Add signal handler for del_noti_multiple_by_viewer
Update dbus policy
Change-Id: Icabf8b3a586d73820217a0abc72171b0253cd6af
Signed-off-by: mk5004.lee <mk5004.lee@samsung.com>
mk5004.lee [Wed, 2 Jan 2019 11:10:27 +0000 (20:10 +0900)]
Add signal handler for del_noti_multiple_by_viewer
Change-Id: I93aa97a7b589b42324cccbeaf7fc3e5c46774c0d
Signed-off-by: mk5004.lee <mk5004.lee@samsung.com>
mk5004.lee [Tue, 23 Oct 2018 09:22:16 +0000 (18:22 +0900)]
Update dbus policy
Change-Id: I9bacee7affe44933d20b3f5025e8492339a70690
Signed-off-by: mk5004.lee <mk5004.lee@samsung.com>
mk5004.lee [Thu, 27 Sep 2018 05:25:20 +0000 (14:25 +0900)]
Release version 1.5.11
- Check coding style
Change-Id: I69ea50ce535808212f008379cb244a79163b85cc
Signed-off-by: mk5004.lee <mk5004.lee@samsung.com>
mk5004.lee [Fri, 14 Sep 2018 06:02:56 +0000 (15:02 +0900)]
Check coding style
Change-Id: I115cd22330f16f6aed07a1a12d4abafb36a0d039
Signed-off-by: mk5004.lee <mk5004.lee@samsung.com>