mk5004.lee [Tue, 20 Aug 2019 08:16:08 +0000 (17:16 +0900)]
Add doxygen comments for appmanager.launch privilege
Change-Id: I06e7228b105f4f03f4cb2c7ef999feb18d7b64b4
Signed-off-by: mk5004.lee <mk5004.lee@samsung.com>
Jusung Son [Tue, 20 Aug 2019 02:25:21 +0000 (11:25 +0900)]
Fix invalid check logic
Change-Id: I0b3d3a57919b297230d6651cc75fc483bffe0599
Signed-off-by: Jusung Son <jusung07.son@samsung.com>
mk5004.lee [Wed, 14 Aug 2019 04:24:15 +0000 (13:24 +0900)]
Release version 0.5.25
- Update db upgrade script
Check main type validation
Add methods for setting and finding main type
Send null item for deleting all items
Change-Id: I37aa2b5e16d16f0e3444bd7601fd4bd8eba335c0
Signed-off-by: mk5004.lee <mk5004.lee@samsung.com>
MyungKi Lee [Wed, 14 Aug 2019 04:20:35 +0000 (04:20 +0000)]
Merge "Update db upgrade script" into tizen
Junghoon Park [Tue, 13 Aug 2019 04:54:23 +0000 (13:54 +0900)]
Check main type validation
Change-Id: If9833ecc37734ae57bd8b3877a3557b8b62fe966
Signed-off-by: Junghoon Park <jh9216.park@samsung.com>
mk5004.lee [Tue, 13 Aug 2019 06:02:05 +0000 (15:02 +0900)]
Update db upgrade script
- 4.0 -> 5.5
Change-Id: I563f28dba017bb9574b72ec4055d4311834c60df
Signed-off-by: mk5004.lee <mk5004.lee@samsung.com>
Junghoon Park [Mon, 5 Aug 2019 09:00:33 +0000 (18:00 +0900)]
Add methods for setting and finding main type
Change-Id: I12e9e9e6ed66e8619b198fe7669b569122322d70
Signed-off-by: Junghoon Park <jh9216.park@samsung.com>
Junghoon Park [Tue, 30 Jul 2019 10:58:49 +0000 (19:58 +0900)]
Send null item for deleting all items
- Because noti_ex_item_h is made by Handle object which are holding shared pointer, it can't be nullptr
- The callback for deleting items expects a valid item
Change-Id: Iaf029fd2197a2cdbb2731505559b6e1d79ab47ee
Signed-off-by: Junghoon Park <jh9216.park@samsung.com>
mk5004.lee [Mon, 29 Jul 2019 00:25:47 +0000 (09:25 +0900)]
Release version 0.5.24
- Check coding style in notification_shared_file
Fix memory leak
Modify to use info.GetOwner() for dbus_sender
Fix add item to group item error
Change-Id: I1519a82562e299ceeecdbedc7c14bc3291fee797
Signed-off-by: mk5004.lee <mk5004.lee@samsung.com>
mk5004.lee [Tue, 23 Jul 2019 07:54:28 +0000 (16:54 +0900)]
Check coding style in notification_shared_file
Change-Id: I937a2fda549c352236b35b0c2b9a0a91af76c297
Signed-off-by: mk5004.lee <mk5004.lee@samsung.com>
mk5004.lee [Fri, 19 Jul 2019 05:21:01 +0000 (14:21 +0900)]
Fix memory leak
Change-Id: I36e7895814d1dfa197428882289dfdf4eaa6acb1
Signed-off-by: mk5004.lee <mk5004.lee@samsung.com>
mk5004.lee [Thu, 18 Jul 2019 01:40:21 +0000 (10:40 +0900)]
Modify to use info.GetOwner() for dbus_sender
- if appid is found in eventinfo, use it.
Change-Id: I28b7c20ea4ad8f7f23e180135a9a5d0eeac0403b
Signed-off-by: mk5004.lee <mk5004.lee@samsung.com>
SukHyung Kang [Tue, 16 Jul 2019 01:40:46 +0000 (01:40 +0000)]
Merge "Fix add item to group item error" into tizen
SukHyung, Kang [Mon, 15 Jul 2019 09:37:20 +0000 (18:37 +0900)]
Fix add item to group item error
Change-Id: I97b55b81cf7299dd8a627e9ded3ad005f62f0d16
Signed-off-by: SukHyung, Kang <shine.kang@samsung.com>
mk5004.lee [Mon, 15 Jul 2019 05:36:57 +0000 (14:36 +0900)]
Release version 0.5.23
- Adjust check section position
Make a gcov package for measuring coverage easier
Add exception handling codes
Move a function definition to outside of the class
Change-Id: I34d9f48929aab230f732b349886e70f24e6028e2
Signed-off-by: mk5004.lee <mk5004.lee@samsung.com>
mk5004.lee [Mon, 15 Jul 2019 00:21:08 +0000 (09:21 +0900)]
Adjust check section position
Change-Id: I06df07a52b3e70e54eab82d0969f630a73f17df9
Signed-off-by: mk5004.lee <mk5004.lee@samsung.com>
Hyunho Kang [Fri, 12 Jul 2019 05:40:56 +0000 (05:40 +0000)]
Merge "Make a gcov package for measuring coverage easier" into tizen
Hyunho Kang [Fri, 12 Jul 2019 05:40:50 +0000 (05:40 +0000)]
Merge "Move a function definition to outside of the class" into tizen
hyunho [Wed, 10 Jul 2019 05:35:55 +0000 (14:35 +0900)]
Make a gcov package for measuring coverage easier
Change-Id: I62b853dc26a462a42d51e3cc6087f1084c5f2a49
Signed-off-by: hyunho <hhstark.kang@samsung.com>
Jusung Son [Fri, 12 Jul 2019 00:59:38 +0000 (09:59 +0900)]
Add exception handling codes
Change-Id: Id21db779d4b121206299d69b38756245f5e12c05
Signed-off-by: Jusung Son <jusung07.son@samsung.com>
hyunho [Wed, 10 Jul 2019 05:28:55 +0000 (14:28 +0900)]
Move a function definition to outside of the class
Inline definition is equal to inlining and it cause build warning
A function defined within a class definition is an inline function
Change-Id: I35def8c556ab746e9ddc98290ec35cd29a5a5316
Signed-off-by: hyunho <hhstark.kang@samsung.com>
mk5004.lee [Tue, 9 Jul 2019 09:25:48 +0000 (18:25 +0900)]
Release version 0.5.22
- Revert:Revert:Use tizen_base::Bundle
Add ongoing state for abstract item
Add Get by a channel feature to a manager
Add is_type_exist function to an abstract item
Add Progress type
Change-Id: I4e488b7dedd97d5f9bbbe9743936b64913346c9d
Signed-off-by: mk5004.lee <mk5004.lee@samsung.com>
MyungKi Lee [Tue, 9 Jul 2019 09:20:38 +0000 (09:20 +0000)]
Merge "Revert "Revert "Use tizen_base::Bundle""" into tizen
SukHyung, Kang [Mon, 8 Jul 2019 05:57:00 +0000 (14:57 +0900)]
Add ongoing state for abstract item
Change-Id: Ib7e25a14b53c119875263ed3ecf3094b567a8226
Signed-off-by: SukHyung, Kang <shine.kang@samsung.com>
MyungKi Lee [Wed, 24 Apr 2019 07:28:00 +0000 (07:28 +0000)]
Revert "Revert "Use tizen_base::Bundle""
This reverts commit
3166055125c36292b44b323ad5897eeb120e2397.
Change-Id: Icaede3decb1dd3896ad077a6a20a5e65f3d4bf80
Signed-off-by: mk5004.lee <mk5004.lee@samsung.com>
hyunho [Tue, 2 Jul 2019 04:37:52 +0000 (13:37 +0900)]
Add Get by a channel feature to a manager
Change-Id: Ifbc6177a7f362f02b0376dc9f5d9259e1d621579
Signed-off-by: hyunho <hhstark.kang@samsung.com>
hyunho [Tue, 2 Jul 2019 10:27:20 +0000 (19:27 +0900)]
Add is_type_exist function to an abstract item
Change-Id: I492fad061a0d804906cd4fb008e5a81c62fd3bb1
Signed-off-by: hyunho <hhstark.kang@samsung.com>
SukHyung, Kang [Tue, 11 Jun 2019 09:21:27 +0000 (18:21 +0900)]
Add Progress type
Change-Id: I43eedafb929ab40174d370748632767c83211775
Signed-off-by: SukHyung, Kang <shine.kang@samsung.com>
SukHyung, Kang [Thu, 27 Jun 2019 02:00:13 +0000 (11:00 +0900)]
Release version 0.5.21
changes:
- Fix FindById bug
- Set current time when post notification
- Change the type of uid value int to uid_t
- Add SetAppLabel function for group item
- Fix bugs related to object creation
- Add Get/Set background info to Style
- change memory allocation for noti ex item when get item from manager handle
- Add module for notification ex item under the notification ex module
- Add send event api to send item list
Change-Id: Idc3da527d7d53164d7f09b93d637aba7015bd8c7
Signed-off-by: SukHyung, Kang <shine.kang@samsung.com>
SukHyung Kang [Thu, 27 Jun 2019 01:52:04 +0000 (01:52 +0000)]
Merge "Add module for notification ex item under the notification ex module" into tizen
SukHyung Kang [Thu, 27 Jun 2019 01:51:56 +0000 (01:51 +0000)]
Merge "change memory allocation for noti ex item when get item from manager handle" into tizen
SukHyung, Kang [Fri, 21 Jun 2019 08:09:14 +0000 (17:09 +0900)]
Add send event api to send item list
Change-Id: Ie135990d6c0df1b5bf05f2e437bc6f943bd732b2
Signed-off-by: SukHyung, Kang <shine.kang@samsung.com>
SukHyung, Kang [Thu, 25 Apr 2019 07:11:52 +0000 (16:11 +0900)]
Add module for notification ex item under the notification ex module
Change-Id: I11c8942f386c9b766e53774e0e6596dda8936a92
Signed-off-by: SukHyung, Kang <shine.kang@samsung.com>
SukHyung, Kang [Wed, 26 Jun 2019 09:16:54 +0000 (18:16 +0900)]
change memory allocation for noti ex item when get item from manager handle
Change-Id: I6aba07fe61c11dc80d1026ea11ffa366016637d7
Signed-off-by: SukHyung, Kang <shine.kang@samsung.com>
hyunho [Mon, 17 Jun 2019 07:36:55 +0000 (16:36 +0900)]
Add Get/Set background info to Style
Change-Id: I97d5cd4b6c7dfe0462e7f6c695c0739a1153c9d5
Signed-off-by: hyunho <hhstark.kang@samsung.com>
Jusung Son [Fri, 14 Jun 2019 07:29:24 +0000 (16:29 +0900)]
Fix bugs related to object creation
Change-Id: I472f2826ccc2f9c5a0ca6b9e5f379a0444c1d3f1
Signed-off-by: Jusung Son <jusung07.son@samsung.com>
hyunho [Tue, 4 Jun 2019 06:01:04 +0000 (15:01 +0900)]
Add SetAppLabel function for group item
Change-Id: I6f2816a5534211a1721bc7c131c86829cd33ebe8
Signed-off-by: hyunho <hhstark.kang@samsung.com>
hyunho [Tue, 4 Jun 2019 04:53:02 +0000 (13:53 +0900)]
Change the type of uid value int to uid_t
Change-Id: If6b5591d6c38e9eb4b9ba6e6ddf5a9be197ef1be
Signed-off-by: hyunho <hhstark.kang@samsung.com>
hyunho [Tue, 4 Jun 2019 04:47:48 +0000 (13:47 +0900)]
Set current time when post notification
Change-Id: I5bc079b5b6beef4bf2e3170dfbf3794745100ae5
Signed-off-by: hyunho <hhstark.kang@samsung.com>
hyunho [Tue, 4 Jun 2019 04:08:22 +0000 (13:08 +0900)]
Fix FindById bug
If a group item has a group Item as an child,
the child group items's children should be searched to find out item
Change-Id: Ie2bb1eea2b9e6651475fc1c22cb6720866d10130
Signed-off-by: hyunho <hhstark.kang@samsung.com>
mk5004.lee [Tue, 21 May 2019 06:33:58 +0000 (15:33 +0900)]
Release version 0.5.20
- Add exception handling code
Change-Id: Ib063c009d6b1e7593ef5393399b25752e2198498
Signed-off-by: mk5004.lee <mk5004.lee@samsung.com>
mk5004.lee [Tue, 21 May 2019 02:14:59 +0000 (11:14 +0900)]
Add exception handling code
- add some minor change
Change-Id: I507828b3e79602e64d1c283ece5a1ce0021252b2
Signed-off-by: mk5004.lee <mk5004.lee@samsung.com>
hyunho [Mon, 13 May 2019 01:37:33 +0000 (10:37 +0900)]
Release version 0.5.19
Changes:
- Fix wrong query
Change-Id: I8a37b216101187d638b0d90e4715185bfa395b4c
Signed-off-by: hyunho <hhstark.kang@samsung.com>
hyunho [Mon, 13 May 2019 01:26:30 +0000 (10:26 +0900)]
Fix wrong query
Change-Id: Idc4837bc3e9c1cb63900986a5e3f36bea7d2a7e3
Signed-off-by: hyunho <hhstark.kang@samsung.com>
mk5004.lee [Tue, 7 May 2019 23:31:57 +0000 (08:31 +0900)]
Release version 0.5.18
- Fix DANGLING_POINTER.STAT
Change-Id: I0dc563bdbfbd4ac59c8c9323aa46624d4cc8a639
Signed-off-by: mk5004.lee <mk5004.lee@samsung.com>
mk5004.lee [Tue, 7 May 2019 10:27:15 +0000 (19:27 +0900)]
Fix DANGLING_POINTER.STAT
Change-Id: I89332c2f491129263abb943892ff5a8c6e4a4fb0
Signed-off-by: mk5004.lee <mk5004.lee@samsung.com>
SukHyung, Kang [Tue, 30 Apr 2019 06:46:39 +0000 (15:46 +0900)]
Release version 0.5.17
Changes:
- Add item id for event info
Change-Id: Idace876c6996a8bd656d1c368b2a446177606b13
Signed-off-by: SukHyung, Kang <shine.kang@samsung.com>
SukHyung Kang [Tue, 30 Apr 2019 06:45:32 +0000 (06:45 +0000)]
Merge "Add item id for event info" into tizen
SukHyung, Kang [Tue, 30 Apr 2019 06:18:58 +0000 (15:18 +0900)]
Add item id for event info
Change-Id: I23b2f41a3e1c620be0ce32eb8cebb4276406443a
Signed-off-by: SukHyung, Kang <shine.kang@samsung.com>
hyunho [Tue, 30 Apr 2019 01:12:19 +0000 (10:12 +0900)]
Release version 0.5.16
Changes:
- Fix non-virtual destructor issue
Change-Id: I21c79ee7d33a115a3130a36446076d65be326fec
Signed-off-by: hyunho <hhstark.kang@samsung.com>
hyunho [Tue, 30 Apr 2019 00:52:33 +0000 (09:52 +0900)]
Fix non-virtual destructor issue
Change-Id: I4258e9a6a2733a28f5fc37de8c002f21efb1302b
Signed-off-by: hyunho <hhstark.kang@samsung.com>
hyunho [Fri, 26 Apr 2019 08:33:02 +0000 (17:33 +0900)]
Release version 0.5.15
Changes:
- Fix calling unassigned callback bug
Change-Id: Iea48ced53d7260831e7f22c33f2cae947e7991cd
Signed-off-by: hyunho <hhstark.kang@samsung.com>
hyunho [Fri, 26 Apr 2019 08:12:21 +0000 (17:12 +0900)]
Fix calling unassigned callback bug
Change-Id: I80bb34aa7d9cc04ce65fee6b3f0bed7fd078885a
Signed-off-by: hyunho <hhstark.kang@samsung.com>
hyunho [Fri, 26 Apr 2019 06:53:52 +0000 (15:53 +0900)]
Release version 0.5.14
Changes:
- Add delete all, get count implementation
- Fix uninitialized value use
Change-Id: Icfa368ebd0d8a9b31bb733f18f9d86c60d65346c
Signed-off-by: hyunho <hhstark.kang@samsung.com>
hyunho [Fri, 26 Apr 2019 05:06:32 +0000 (14:06 +0900)]
Fix uninitialized value use
Change-Id: I46f4d75ffc78647fbb4c808f94f08cf22a398a67
Signed-off-by: hyunho <hhstark.kang@samsung.com>
hyunho [Fri, 26 Apr 2019 04:31:42 +0000 (13:31 +0900)]
Add delete all, get count implementation
Change-Id: I7aace495979b4b243dead73dfb2132b0ab5ec96d
Signed-off-by: hyunho <hhstark.kang@samsung.com>
mk5004.lee [Thu, 25 Apr 2019 01:26:41 +0000 (10:26 +0900)]
Release version 0.5.13
- Change return value of items to get chat message information
Check c++ coding style
Update Noti_ex description
Fix create item fail
Revert "Use tizen_base::Bundle"
Change-Id: Id5f317c686ce6f0fa4cdc301d7496f47fccb777b
Signed-off-by: mk5004.lee <mk5004.lee@samsung.com>
SukHyung Kang [Thu, 25 Apr 2019 01:24:11 +0000 (01:24 +0000)]
Merge "Change return value of items to get chat message information" into tizen
MyungKi Lee [Thu, 25 Apr 2019 01:09:30 +0000 (01:09 +0000)]
Merge "Check c++ coding style" into tizen
SukHyung, Kang [Wed, 24 Apr 2019 23:31:32 +0000 (08:31 +0900)]
Change return value of items to get chat message information
Change-Id: I4391a9f846a10c9ec607aa80214b21651e6f4696
Signed-off-by: SukHyung, Kang <shine.kang@samsung.com>
mk5004.lee [Wed, 24 Apr 2019 05:06:51 +0000 (14:06 +0900)]
Check c++ coding style
- cpplint tool
Change-Id: I83e236b689745f9a232b04f67cc987128a41f076
Signed-off-by: mk5004.lee <mk5004.lee@samsung.com>
mk5004.lee [Wed, 24 Apr 2019 09:43:51 +0000 (18:43 +0900)]
Update Noti_ex description
Change-Id: I259e8bd7f345749a57c158e466ed7fb372ebb605
Signed-off-by: mk5004.lee <mk5004.lee@samsung.com>
SukHyung Kang [Wed, 24 Apr 2019 07:57:25 +0000 (07:57 +0000)]
Merge "Fix create item fail" into tizen
MyungKi Lee [Wed, 24 Apr 2019 07:03:53 +0000 (07:03 +0000)]
Merge "Revert "Use tizen_base::Bundle"" into tizen
MyungKi Lee [Wed, 24 Apr 2019 06:56:40 +0000 (06:56 +0000)]
Revert "Use tizen_base::Bundle"
This reverts commit
9a1af78ffd05e971c40bf1cae4866f95da951490.
Change-Id: Ic1d306ed097052eb4080a5a62bcc0d2218a1ade9
SukHyung, Kang [Wed, 24 Apr 2019 06:47:40 +0000 (15:47 +0900)]
Fix create item fail
Change-Id: I38b655b3bf916c9a534be9e198afc56422c5c481
Signed-off-by: SukHyung, Kang <shine.kang@samsung.com>
mk5004.lee [Wed, 24 Apr 2019 01:18:35 +0000 (10:18 +0900)]
Release version 0.5.12
- Use tizen_base::Bundle
Fix API description error
Add doc and description for notification_ex mobule
Change-Id: I7a0fa670ba6bd614340868ad7bca5365a9326570
Signed-off-by: mk5004.lee <mk5004.lee@samsung.com>
Junghoon Park [Tue, 2 Apr 2019 01:06:14 +0000 (10:06 +0900)]
Use tizen_base::Bundle
Change-Id: I3e275fd9f91c444b75dc2734c2bcd2b64cee93a9
Signed-off-by: Junghoon Park <jh9216.park@samsung.com>
SukHyung Kang [Wed, 24 Apr 2019 01:06:09 +0000 (01:06 +0000)]
Merge "Add doc and description for notification_ex mobule" into tizen
SukHyung, Kang [Tue, 23 Apr 2019 05:48:16 +0000 (14:48 +0900)]
Fix API description error
Change-Id: I4b0317e2738ac57f80dd59290f5c38b0d8d8d156
Signed-off-by: SukHyung, Kang <shine.kang@samsung.com>
SukHyung, Kang [Tue, 23 Apr 2019 04:01:10 +0000 (13:01 +0900)]
Add doc and description for notification_ex mobule
Change-Id: I74588ef3881b8e20cd5a36c00e6959fdd70c60c1
Signed-off-by: SukHyung, Kang <shine.kang@samsung.com>
SukHyung, Kang [Tue, 23 Apr 2019 01:04:51 +0000 (10:04 +0900)]
Release version 0.5.11
Changes:
- Add description for notification_ex API
- Add description for ex manager/reporter API
Change-Id: I66de30dcebb11754a520219a2de8c04e5b2363bb
Signed-off-by: SukHyung, Kang <shine.kang@samsung.com>
SukHyung Kang [Tue, 23 Apr 2019 00:51:27 +0000 (00:51 +0000)]
Merge "Add description for ex manager/reporter API" into tizen
SukHyung, Kang [Wed, 3 Apr 2019 07:24:00 +0000 (16:24 +0900)]
Add description for notification_ex API
Change-Id: Idcf9c47ea40a773ced9c916f38d3989c03d2905f
Signed-off-by: SukHyung, Kang <shine.kang@samsung.com>
Signed-off-by: Junghoon Park <jh9216.park@samsung.com>
hyunho [Thu, 4 Apr 2019 08:44:41 +0000 (17:44 +0900)]
Add description for ex manager/reporter API
Change-Id: Ie770e4d38c075d99247d4bdb01233870d5aa81f0
Signed-off-by: hyunho <hhstark.kang@samsung.com>
hyunho [Mon, 22 Apr 2019 02:16:31 +0000 (11:16 +0900)]
Release version 0.5.10
Changes:
- Fix some parameter's name
- Add notification-ex.h
Change-Id: I928b317fc641d2dc659a9dace941900efb7a9ed2
Signed-off-by: hyunho <hhstark.kang@samsung.com>
hyunho [Mon, 22 Apr 2019 01:39:52 +0000 (10:39 +0900)]
Add notification-ex.h
Change-Id: Idb9c40e6c75ad58427151d9efb3fb07b865aa528
Signed-off-by: hyunho <hhstark.kang@samsung.com>
mk5004.lee [Fri, 19 Apr 2019 01:40:34 +0000 (10:40 +0900)]
Fix some parameter's name
- iconPath -> icon_path
imagePath -> image_path
Change-Id: I2b67b7737b940e3aa9254e7758fb44b5a15cdb38
Signed-off-by: mk5004.lee <mk5004.lee@samsung.com>
hyunho [Fri, 19 Apr 2019 01:15:06 +0000 (10:15 +0900)]
Release version 0.5.9
Changes:
- Fix the behavior of input_selector_get_contents
- Modify some APIs signature
Change-Id: Ifc6a79c02b97663964e5786d76675a9d9888594f
Signed-off-by: hyunho <hhstark.kang@samsung.com>
hyunho [Thu, 18 Apr 2019 08:08:01 +0000 (17:08 +0900)]
Modify some APIs signature
Change-Id: I0532a81efd35d3e721c2fafdd5f61d0b86fb3b67
Signed-off-by: hyunho <hhstark.kang@samsung.com>
mk5004.lee [Wed, 17 Apr 2019 07:08:08 +0000 (16:08 +0900)]
Fix the behavior of input_selector_get_contents
Change-Id: I3c8b814dc38102fb3f47fc2c42f1ca5a52fde432
Signed-off-by: mk5004.lee <mk5004.lee@samsung.com>
hyunho [Wed, 17 Apr 2019 02:05:56 +0000 (11:05 +0900)]
Release version 0.5.8
Changes:
- Fix create string with NULL crash
Change-Id: Iad8cc5fc7b66030dc24ea04c584d0c0221097e09
Signed-off-by: hyunho <hhstark.kang@samsung.com>
hyunho [Tue, 16 Apr 2019 07:05:44 +0000 (16:05 +0900)]
Fix create string with NULL crash
Change-Id: I88ea49bfaa71b8f96275fae10d3dd78d6e68b43a
Signed-off-by: hyunho <hhstark.kang@samsung.com>
hyunho [Fri, 12 Apr 2019 08:30:30 +0000 (17:30 +0900)]
Release version 0.5.7
Changes:
- Remove requested callback
Change-Id: Ife47bcfe38c75afd121d54f829924bf39beb0e93
Signed-off-by: hyunho <hhstark.kang@samsung.com>
hyunho [Fri, 12 Apr 2019 07:17:59 +0000 (16:17 +0900)]
Remove requested callback
Change-Id: Ic00718cc56954f2eb8840cfb1f40d195a46b265d
Signed-off-by: hyunho <hhstark.kang@samsung.com>
hyunho [Thu, 11 Apr 2019 08:36:12 +0000 (17:36 +0900)]
Release version 0.5.6
Changes:
- Fix typo
Change-Id: Ic437ef1481a853ab8a4edf05c683c3af3690c5f6
Signed-off-by: hyunho <hhstark.kang@samsung.com>
hyunho [Thu, 11 Apr 2019 04:52:25 +0000 (13:52 +0900)]
Fix typo
Change-Id: I56c17477b871a27fbe9dd19a1ab9cdfb74106c1e
Signed-off-by: hyunho <hhstark.kang@samsung.com>
hyunho [Thu, 11 Apr 2019 00:56:46 +0000 (09:56 +0900)]
Release version 0.5.5
Changes:
- Fix 64bit build break
Change-Id: Ib07c002095c976291a53a4dff7011f90eeeb9754
Signed-off-by: hyunho <hhstark.kang@samsung.com>
hyunho [Thu, 11 Apr 2019 00:52:09 +0000 (09:52 +0900)]
Fix 64bit build break
Change-Id: I4bddf681e2d7f2994a970fde22a6df87992373ab
Signed-off-by: hyunho <hhstark.kang@samsung.com>
hyunho [Wed, 10 Apr 2019 08:40:45 +0000 (17:40 +0900)]
Release version 0.5.4
Changes:
- Add description for notification ex api
- Add api stub code
- Merge "Add description for notification ex api" into tizen
- Update behaivor of some func in stub.cc
- Add stub implementaion
Change-Id: I3e13f24c6adda4ef2eadcddbcf5479f2412f7b13
Signed-off-by: hyunho <hhstark.kang@samsung.com>
hyunho [Mon, 8 Apr 2019 10:23:14 +0000 (19:23 +0900)]
Add stub implementaion
Change-Id: Id3aa8ddf9d9598d2a70ff226760006b4802da045
Signed-off-by: hyunho <hhstark.kang@samsung.com>
mk5004.lee [Thu, 4 Apr 2019 09:38:25 +0000 (18:38 +0900)]
Update behaivor of some func in stub.cc
Change-Id: I14c1ee8c3b3c6fad1346d7923713c91ba0c3aef8
Signed-off-by: mk5004.lee <mk5004.lee@samsung.com>
Signed-off-by: hyunho <hhstark.kang@samsung.com>
MyungKi Lee [Fri, 5 Apr 2019 03:02:59 +0000 (03:02 +0000)]
Merge "Add description for notification ex api" into tizen
Junghoon Park [Wed, 3 Apr 2019 02:43:11 +0000 (11:43 +0900)]
Add api stub code
Change-Id: I867ce2a3d978da4949cd1368aa967afb4fec3547
Signed-off-by: Junghoon Park <jh9216.park@samsung.com>
SukHyung, Kang [Tue, 26 Mar 2019 06:20:07 +0000 (15:20 +0900)]
Add description for notification ex api
Change-Id: I6f8ef0f0789bf0375eea75220ea719ed3e39b881
Signed-off-by: SukHyung, Kang <shine.kang@samsung.com>
mk5004.lee [Wed, 3 Apr 2019 01:08:10 +0000 (10:08 +0900)]
Release version 0.5.3
- Add prototype for capi
Check coding style
Fix some issues
Move API to internal
Change-Id: Ie58bcef3526f79743783928cc525682eb9fa40a9
Signed-off-by: mk5004.lee <mk5004.lee@samsung.com>
Junghoon Park [Tue, 2 Apr 2019 07:46:02 +0000 (16:46 +0900)]
Add prototype for capi
Change-Id: I9fbba2a19442847aa04f5eb26a70c03b6b35f457
Signed-off-by: Junghoon Park <jh9216.park@samsung.com>
mk5004.lee [Tue, 2 Apr 2019 02:12:36 +0000 (11:12 +0900)]
Check coding style
- Add parentheses
Change-Id: I1347d817c5aff07a0148e9c126f02e39cab8ebc4
Signed-off-by: mk5004.lee <mk5004.lee@samsung.com>
mk5004.lee [Tue, 2 Apr 2019 01:54:34 +0000 (10:54 +0900)]
Fix some issues
- memory leak
use thread safety func
Change-Id: I77f5c19f04a57a247f3bd9fc6ea7ffe5585db41a
Signed-off-by: mk5004.lee <mk5004.lee@samsung.com>
SukHyung, Kang [Tue, 2 Apr 2019 00:05:11 +0000 (09:05 +0900)]
Move API to internal
Change-Id: I920ccc2fc10ebb81a4d343c8f1060dc3e1cd0dac
Signed-off-by: SukHyung, Kang <shine.kang@samsung.com>