jusung son [Thu, 28 Mar 2019 07:20:04 +0000 (16:20 +0900)]
Add tag implementation for AbstractItem
Change-Id: Ibc947cfb699bacee69917e0286633f43928dfebb
Signed-off-by: jusung son <jusung07.son@samsung.com>
SukHyung Kang [Fri, 29 Mar 2019 06:38:13 +0000 (06:38 +0000)]
Merge "Fix CanReceive logic" into tizen
SukHyung, Kang [Fri, 29 Mar 2019 02:50:45 +0000 (11:50 +0900)]
Fix CanReceive logic
Change-Id: I244f752e52c12c5cb8006b958fd9c812a0280c61
Signed-off-by: SukHyung, Kang <shine.kang@samsung.com>
Junghoon Park [Thu, 28 Mar 2019 04:56:36 +0000 (13:56 +0900)]
Add ReceiverGroup
Change-Id: I0b58d8de7474a0dfff320db50accb524af468f68
Signed-off-by: Junghoon Park <jh9216.park@samsung.com>
hyunho [Thu, 28 Mar 2019 04:02:19 +0000 (13:02 +0900)]
Release version 0.5.1
Changes:
- Use int type for EventType to extend
- Update chatmessage class
- Add methods
- Add SetAction() for AbstractItem
- Fix build error
- Change type for policy
- Merge "Add SetAction() for AbstractItem" into tizen
- Merge "Fix build error" into tizen
Change-Id: I59ce6769e70fec30ad8219fd0bfc08ae80697899
Signed-off-by: hyunho <hhstark.kang@samsung.com>
Hyunho Kang [Thu, 28 Mar 2019 03:59:39 +0000 (03:59 +0000)]
Merge "Fix build error" into tizen
jusung son [Thu, 28 Mar 2019 02:44:13 +0000 (02:44 +0000)]
Merge "Add SetAction() for AbstractItem" into tizen
Junghoon Park [Thu, 28 Mar 2019 02:13:51 +0000 (11:13 +0900)]
Change type for policy
Change-Id: Ice4b5eb6cbbb315cfc6bf33d2efc0158c3f6b005
Signed-off-by: Junghoon Park <jh9216.park@samsung.com>
hyunho [Thu, 28 Mar 2019 01:40:59 +0000 (10:40 +0900)]
Fix build error
Change-Id: I0d58518bf17d0fd41b9e9c237ea785dffbe88a1b
Signed-off-by: hyunho <hhstark.kang@samsung.com>
jusung son [Thu, 28 Mar 2019 00:48:59 +0000 (09:48 +0900)]
Add SetAction() for AbstractItem
Change-Id: Ib9e49663fcc0937fdaefd2626bcfdd5b89523be9
Signed-off-by: jusung son <jusung07.son@samsung.com>
Junghoon Park [Wed, 27 Mar 2019 00:38:57 +0000 (09:38 +0900)]
Add methods
- GetSharedPath(), DeleteAll(), GetCount()
Change-Id: If319126f5b52d19aa8ba82e760b3e9746bcf6e83
Signed-off-by: Junghoon Park <jh9216.park@samsung.com>
mk5004.lee [Wed, 27 Mar 2019 00:26:17 +0000 (09:26 +0900)]
Update chatmessage class
Change-Id: I132dc83e33240a3d7df0b7fb509e5772883f0807
Signed-off-by: mk5004.lee <mk5004.lee@samsung.com>
Junghoon Park [Tue, 26 Mar 2019 08:21:36 +0000 (17:21 +0900)]
Use int type for EventType to extend
Change-Id: Ifdab1a45108eefb6eb3a411ab36af2eda210a682
Signed-off-by: Junghoon Park <jh9216.park@samsung.com>
Junghoon Park [Tue, 26 Mar 2019 07:33:49 +0000 (16:33 +0900)]
Release version 0.5.0
Changes:
- Initialize Noti-ex
- Fix notification-ex unittest build error
- Fix wrong return type
- Update class Bundle
- Update notification-ex CMakefile
- Renamed bundle.h to ex_bundle.h
- Add implementation of some classes
- Adjust Null Object pattern for FindById
- Adjust pimpl idiom to button item
- Add input selector item implementation
- Add progress item implementation
- Add entry, text, effect item class
- Add parameter for hyperlink for TextItem
- Update some items
- Merge "Update some items" into tizen
- Update some unittests
- Change shared_ptr to unique_ptr for ItemFactory
- Create FactoryManager to register the other factory
- Add parent item for TextItem and EntryItem
- Update actions
- Add factory for actions
- Update behavior of VisibilityAction::Execute
- Add action parameter to Base class for EntryItem and TextItem
- Make AbstractItem::GetType as abstract method
- Make a class ItemInfo to avoid exporting some methods
- Add manager implementation
- Improve unit TCs
- Change method name
- Check coding style
- Using unique_ptr for sender and listener
- Update Group name in spec file
- Export some internal APIs
- Merge "Update Group name in spec file" into tizen
- Hide private event info using interface
- Add Serialize/Deserialize for AbstractItem
- Add an acceptance condition to CanReceive()
- Fix wrong log message
- Merge "Fix wrong log message" into tizen
- Add request id to event info
- Add a debugging log to exception class
- Set uid on AbstractItem::Serialize()
- Add Api for ItemInfo
- Merge "Set uid on AbstractItem::Serialize()" into tizen
- Add error handling feature
- Add hide list implementation
- Add DBManager class
Change-Id: I4bbf17810367a330c18261f96af8c1d3f2fdf8a3
Signed-off-by: Junghoon Park <jh9216.park@samsung.com>
jusung son [Tue, 19 Mar 2019 04:42:10 +0000 (13:42 +0900)]
Add DBManager class
Change-Id: I4ee8afc76194be7673592e164363a0909b655076
Signed-off-by: jusung son <jusung07.son@samsung.com>
jusung son [Fri, 22 Mar 2019 04:39:04 +0000 (13:39 +0900)]
Add hide list implementation
Change-Id: I06b728df7192d7c5bbed8a5c9c4a6f668536ee1e
Signed-off-by: jusung son <jusung07.son@samsung.com>
hyunho [Thu, 21 Mar 2019 01:22:38 +0000 (10:22 +0900)]
Add error handling feature
Change-Id: Icfb7df4ddcc021487a6ef12ac3e4bdd1bb7094e2
Signed-off-by: hyunho <hhstark.kang@samsung.com>
jusung son [Fri, 22 Mar 2019 00:46:12 +0000 (00:46 +0000)]
Merge "Set uid on AbstractItem::Serialize()" into tizen
SukHyung, Kang [Wed, 20 Mar 2019 09:35:39 +0000 (18:35 +0900)]
Add Api for ItemInfo
Change-Id: Ib51ef18a4d286d3b7a787c7b11f7fc9a4bcb7ce0
Signed-off-by: SukHyung, Kang <shine.kang@samsung.com>
jusung son [Fri, 22 Mar 2019 00:04:05 +0000 (09:04 +0900)]
Set uid on AbstractItem::Serialize()
Change-Id: Iee5938080051a081f6b789975925b7dbfefc6db9
Signed-off-by: jusung son <jusung07.son@samsung.com>
jusung son [Thu, 21 Mar 2019 23:56:52 +0000 (08:56 +0900)]
Add a debugging log to exception class
Change-Id: I49243fe874f07ba284589f156b756c3a0492f709
Signed-off-by: jusung son <jusung07.son@samsung.com>
hyunho [Wed, 20 Mar 2019 07:17:04 +0000 (16:17 +0900)]
Add request id to event info
Change-Id: I8faa05630da98f211b52ba967134577a99e161a2
Signed-off-by: hyunho <hhstark.kang@samsung.com>
SukHyung Kang [Thu, 21 Mar 2019 03:57:42 +0000 (03:57 +0000)]
Merge "Fix wrong log message" into tizen
SukHyung, Kang [Thu, 21 Mar 2019 02:53:01 +0000 (11:53 +0900)]
Fix wrong log message
Change-Id: Idcd0bfb2962075bb93184ad187c6a261071a0982
Signed-off-by: SukHyung, Kang <shine.kang@samsung.com>
jusung son [Thu, 21 Mar 2019 02:37:13 +0000 (11:37 +0900)]
Add an acceptance condition to CanReceive()
Change-Id: Id19035489ca4706063a915ea2c760ff311921f8c
Signed-off-by: jusung son <jusung07.son@samsung.com>
SukHyung, Kang [Mon, 11 Mar 2019 02:32:30 +0000 (11:32 +0900)]
Add Serialize/Deserialize for AbstractItem
Change-Id: I83fcc2aabfeca0e88e2d29afe9a91dbb3159c352
Signed-off-by: SukHyung, Kang <shine.kang@samsung.com>
hyunho [Wed, 20 Mar 2019 02:21:34 +0000 (11:21 +0900)]
Hide private event info using interface
Change-Id: I314475eb35498358cceb4141672cfcc08aaf3b2f
Signed-off-by: hyunho <hhstark.kang@samsung.com>
MyungKi Lee [Wed, 20 Mar 2019 01:21:16 +0000 (01:21 +0000)]
Merge "Update Group name in spec file" into tizen
hyunho [Tue, 19 Mar 2019 06:49:40 +0000 (15:49 +0900)]
Export some internal APIs
- For data provider master
Change-Id: I63cad09c7de0c3c2ee3f89b667f800dd1527887c
Signed-off-by: hyunho <hhstark.kang@samsung.com>
mk5004.lee [Wed, 20 Mar 2019 00:21:20 +0000 (09:21 +0900)]
Update Group name in spec file
- Applications/Core Applications
Change-Id: Ib05ec19d0bd2703d1961cf5f1248dc73728fa242
Signed-off-by: mk5004.lee <mk5004.lee@samsung.com>
hyunho [Tue, 19 Mar 2019 06:42:36 +0000 (15:42 +0900)]
Using unique_ptr for sender and listener
Change-Id: Iaf238d82dbe64501aef23fb06cf7124dcd3d0bde
Signed-off-by: hyunho <hhstark.kang@samsung.com>
mk5004.lee [Tue, 19 Mar 2019 04:24:12 +0000 (13:24 +0900)]
Check coding style
Change-Id: I69aa2da99230868a3fc3d39c865f963a571cee09
Signed-off-by: mk5004.lee <mk5004.lee@samsung.com>
Junghoon Park [Tue, 19 Mar 2019 02:28:25 +0000 (11:28 +0900)]
Change method name
Change-Id: Ia9b4a5d6a13865538544bcfb3a3af2f6f9858682
Signed-off-by: Junghoon Park <jh9216.park@samsung.com>
Junghoon Park [Mon, 18 Mar 2019 09:06:57 +0000 (18:06 +0900)]
Improve unit TCs
Change-Id: Ia5a241c9236959b2914b0b92aafe2a6d39be5923
Signed-off-by: Junghoon Park <jh9216.park@samsung.com>
hyunho [Thu, 7 Mar 2019 23:31:28 +0000 (08:31 +0900)]
Add manager implementation
Change-Id: I9e9f26145752d8384f43634c25efac1324ddaa87
Signed-off-by: hyunho <hhstark.kang@samsung.com>
Junghoon Park [Mon, 18 Mar 2019 04:34:05 +0000 (13:34 +0900)]
Make a class ItemInfo to avoid exporting some methods
Change-Id: Iaed432aaec5f65069b503d4057d1b5aaaaafe243
Signed-off-by: Junghoon Park <jh9216.park@samsung.com>
Junghoon Park [Fri, 15 Mar 2019 08:06:04 +0000 (17:06 +0900)]
Make AbstractItem::GetType as abstract method
Change-Id: Id7ed489921a33f594ee75d89208eacf9a6872549
Signed-off-by: Junghoon Park <jh9216.park@samsung.com>
SukHyung, Kang [Mon, 18 Mar 2019 04:54:03 +0000 (13:54 +0900)]
Add action parameter to Base class for EntryItem and TextItem
Change-Id: I0be1f385c2e71223c11cc710026c98dee41f656c
Signed-off-by: SukHyung, Kang <shine.kang@samsung.com>
mk5004.lee [Fri, 15 Mar 2019 02:19:16 +0000 (11:19 +0900)]
Update behavior of VisibilityAction::Execute
Change-Id: I9be1d98d6c4ff65ce28748b1d7739155cd0f7372
Signed-off-by: mk5004.lee <mk5004.lee@samsung.com>
Junghoon Park [Tue, 12 Mar 2019 10:53:58 +0000 (19:53 +0900)]
Add factory for actions
Change-Id: I761cfcd8ed680d5683533768ab1b7a59cb9744fb
Signed-off-by: Junghoon Park <jh9216.park@samsung.com>
Signed-off-by: mk5004.lee <mk5004.lee@samsung.com>
Signed-off-by: Junghoon Park <jh9216.park@samsung.com>
mk5004.lee [Mon, 4 Mar 2019 09:37:42 +0000 (18:37 +0900)]
Update actions
- AbstractAction, AppControlAction, VisibilityAction
Change-Id: Iaf5b09526956a0ed8ec512ec428e8fdb7530a0da
Signed-off-by: mk5004.lee <mk5004.lee@samsung.com>
SukHyung, Kang [Tue, 12 Mar 2019 08:17:32 +0000 (17:17 +0900)]
Add parent item for TextItem and EntryItem
Change-Id: I9c458e3f0efab8a25d2ed0f9feeda3282ec5429f
Signed-off-by: SukHyung, Kang <shine.kang@samsung.com>
Junghoon Park [Mon, 11 Mar 2019 02:10:28 +0000 (11:10 +0900)]
Create FactoryManager to register the other factory
Change-Id: Ibd3b9131be2cba08796e04d4d3be459159442134
Signed-off-by: Junghoon Park <jh9216.park@samsung.com>
Junghoon Park [Fri, 8 Mar 2019 06:58:11 +0000 (15:58 +0900)]
Change shared_ptr to unique_ptr for ItemFactory
- The created item does not need to share each other
Change-Id: Ie6d9a205fc7f345baa0897c164895e79e64203a0
Signed-off-by: Junghoon Park <jh9216.park@samsung.com>
mk5004.lee [Thu, 7 Mar 2019 06:53:17 +0000 (15:53 +0900)]
Update some unittests
Change-Id: I696e175ba2b1622fde2c66f65b251aa9159ee6e5
Signed-off-by: mk5004.lee <mk5004.lee@samsung.com>
MyungKi Lee [Thu, 28 Feb 2019 02:33:29 +0000 (02:33 +0000)]
Merge "Update some items" into tizen
mk5004.lee [Thu, 21 Feb 2019 09:13:19 +0000 (18:13 +0900)]
Update some items
- image, icon, icontext, checkbox, time, chatmessage
Change-Id: I74f8b7192037da6ae8f608ea08d542e4fa803716
Signed-off-by: mk5004.lee <mk5004.lee@samsung.com>
SukHyung, Kang [Wed, 27 Feb 2019 06:02:39 +0000 (15:02 +0900)]
Add parameter for hyperlink for TextItem
Change-Id: I79395e017e9c3621aaaa20405892bcab9a2f5750
Signed-off-by: SukHyung, Kang <shine.kang@samsung.com>
SukHyung, Kang [Fri, 22 Feb 2019 00:35:28 +0000 (09:35 +0900)]
Add entry, text, effect item class
Change-Id: If23d8c14ddf5916ebcb5ff5f21c0679ea7c54f74
Signed-off-by: SukHyung, Kang <shine.kang@samsung.com>
hyunho [Thu, 21 Feb 2019 10:13:24 +0000 (19:13 +0900)]
Add progress item implementation
Change-Id: Ibc606f47ab651d9bc5cfaf14ea286865651b1a2d
Signed-off-by: hyunho <hhstark.kang@samsung.com>
hyunho [Thu, 21 Feb 2019 02:56:58 +0000 (11:56 +0900)]
Add input selector item implementation
Change-Id: I71e7c316574192b3415a021ffe3259853f2f86d7
Signed-off-by: hyunho <hhstark.kang@samsung.com>
hyunho [Thu, 21 Feb 2019 01:48:34 +0000 (10:48 +0900)]
Adjust pimpl idiom to button item
Change-Id: I5e80de438418fec3eb0a0bcddb9e4f6a6cf20562
Signed-off-by: hyunho <hhstark.kang@samsung.com>
hyunho [Thu, 21 Feb 2019 08:09:39 +0000 (17:09 +0900)]
Adjust Null Object pattern for FindById
Change-Id: I00e3a720dc632e9807c2321d7999bf1b79875425
Signed-off-by: hyunho <hhstark.kang@samsung.com>
hyunho [Tue, 19 Feb 2019 07:19:45 +0000 (16:19 +0900)]
Add implementation of some classes
- ItemFactory
- ItemInflator
- AbstractItem
- GroupItem
- ButtonItem
Change-Id: I3e27193e8d9dd2e280fc1f894a1a4f12be03f3d3
Signed-off-by: hyunho <hhstark.kang@samsung.com>
mk5004.lee [Fri, 15 Feb 2019 07:23:20 +0000 (16:23 +0900)]
Renamed bundle.h to ex_bundle.h
Change-Id: I03fa437dddbb718891bf5b1b733a2bbe72d744d5
Signed-off-by: mk5004.lee <mk5004.lee@samsung.com>
mk5004.lee [Fri, 15 Feb 2019 05:40:17 +0000 (14:40 +0900)]
Update notification-ex CMakefile
Change-Id: I080fa77591caa1c7556a5db04ffdce16d5f1e24f
Signed-off-by: mk5004.lee <mk5004.lee@samsung.com>
mk5004.lee [Thu, 14 Feb 2019 10:50:37 +0000 (19:50 +0900)]
Update class Bundle
Change-Id: I69dadb8de286ee8772aae5e7ad91ec9fa3756279
Signed-off-by: mk5004.lee <mk5004.lee@samsung.com>
mk5004.lee [Wed, 13 Feb 2019 09:37:03 +0000 (18:37 +0900)]
Fix wrong return type
- delete unnecessary .cc file
Change-Id: I244aa757710dc93d7e5923ba0859c9bf07fbf9e9
Signed-off-by: mk5004.lee <mk5004.lee@samsung.com>
SukHyung, Kang [Wed, 13 Feb 2019 03:10:02 +0000 (12:10 +0900)]
Fix notification-ex unittest build error
Change-Id: I04d12087e44064d3b18c323bc82021a10cc17a2c
Signed-off-by: SukHyung, Kang <shine.kang@samsung.com>
mk5004.lee [Mon, 28 Jan 2019 10:25:41 +0000 (19:25 +0900)]
Initialize Noti-ex
Change-Id: I96813e041aee48027806f97fef8a28bdc5d49c27
Signed-off-by: mk5004.lee <mk5004.lee@samsung.com>
mk5004.lee [Mon, 28 Jan 2019 03:44:35 +0000 (12:44 +0900)]
Release version 0.4.19
- Add a static function to get the num of noti
Fix memory leaks
Change-Id: I10fe7146055f3bd2c88a1ccdefd233918be688d4
Signed-off-by: mk5004.lee <mk5004.lee@samsung.com>
mk5004.lee [Tue, 22 Jan 2019 09:54:31 +0000 (18:54 +0900)]
Add a static function to get the num of noti
Change-Id: I14548a7b9ac6278e88f2c8e6b26b9735322ec14a
Signed-off-by: mk5004.lee <mk5004.lee@samsung.com>
mk5004.lee [Wed, 16 Jan 2019 05:11:01 +0000 (14:11 +0900)]
Fix memory leaks
- update noti_delete_all option
Change-Id: I44b24543b3affdbfb2e7ca528bb405bec21a967c
Signed-off-by: mk5004.lee <mk5004.lee@samsung.com>
mk5004.lee [Fri, 11 Jan 2019 05:00:52 +0000 (14:00 +0900)]
Release version 0.4.18
- Change internal api name
Check coding style
Change-Id: I08c02652b29cc43e3497ec8cc80386c3c52c0800
Signed-off-by: mk5004.lee <mk5004.lee@samsung.com>
mk5004.lee [Thu, 10 Jan 2019 07:53:29 +0000 (16:53 +0900)]
Change internal api name
- notification_delete_all_by_viewer -> notification_delete_by_display_applist
Change-Id: Ic9ce30798167b6eb97f7118f77f83699814b861e
Signed-off-by: mk5004.lee <mk5004.lee@samsung.com>
mk5004.lee [Wed, 9 Jan 2019 06:32:38 +0000 (15:32 +0900)]
Check coding style
Change-Id: I0a11b220919abae84f270b7b616e5c4df3661806
Signed-off-by: mk5004.lee <mk5004.lee@samsung.com>
mk5004.lee [Tue, 8 Jan 2019 05:06:40 +0000 (14:06 +0900)]
Release version 0.4.17
- Add new internal api to delete multiple noti by viewer
Fix typo in sample code
Change-Id: I3817e41d8a1427a6f6f8d08ec524e6dd3431db91
Signed-off-by: mk5004.lee <mk5004.lee@samsung.com>
mk5004.lee [Wed, 2 Jan 2019 11:07:14 +0000 (20:07 +0900)]
Add new internal api to delete multiple noti by viewer
Change-Id: Ic1a050ad5a5bf7e506e18ac0a0f38fe7f0fe70dd
Signed-off-by: mk5004.lee <mk5004.lee@samsung.com>
Sungmin Kwak [Wed, 7 Nov 2018 10:32:21 +0000 (19:32 +0900)]
Fix typo in sample code
Change-Id: I75dbdfe023aec109567ef9549e29fd7a7a05c2fd
mk5004.lee [Thu, 27 Sep 2018 05:23:19 +0000 (14:23 +0900)]
Release version 0.4.16
- Check coding style
Update doxygen
Add notification_type_internal header
Change-Id: I82d64e326589d9b62c4e634326e1111caaad8af8
Signed-off-by: mk5004.lee <mk5004.lee@samsung.com>
mk5004.lee [Fri, 14 Sep 2018 08:08:00 +0000 (17:08 +0900)]
Check coding style
Change-Id: Iff58d860d4a5fa762b933c0a477711e5187594c7
Signed-off-by: mk5004.lee <mk5004.lee@samsung.com>
mk5004.lee [Thu, 16 Aug 2018 01:12:10 +0000 (10:12 +0900)]
Update doxygen
- change mode
Change-Id: Ifc9a5c16b68458010a88257bb4eb2d431750afa0
Signed-off-by: mk5004.lee <mk5004.lee@samsung.com>
mk5004.lee [Tue, 14 Aug 2018 06:03:23 +0000 (15:03 +0900)]
Add notification_type_internal header
Change-Id: If100f8c1de2b17d4d028c8a78d96f1d2cfadccc0
Signed-off-by: mk5004.lee <mk5004.lee@samsung.com>
mk5004.lee [Fri, 10 Aug 2018 01:50:02 +0000 (10:50 +0900)]
Release version 0.4.15
- Update LCOV comment
Fix wrong func name
Change-Id: Ic7d7a299f82a0dff2ba6235e54b00df83b78917f
Signed-off-by: mk5004.lee <mk5004.lee@samsung.com>
mk5004.lee [Wed, 8 Aug 2018 07:09:24 +0000 (16:09 +0900)]
Update LCOV comment
Change-Id: I105f4451e20072817cc2ee4ed51c8fdc8aa6cae9
Signed-off-by: mk5004.lee <mk5004.lee@samsung.com>
mk5004.lee [Wed, 8 Aug 2018 06:00:15 +0000 (15:00 +0900)]
Fix wrong func name
- notification_ipc_get_socket_write_buf_size
Change-Id: I1fb2e9e49d41925787f40d43ee10e3ed61c0821a
Signed-off-by: mk5004.lee <mk5004.lee@samsung.com>
mk5004.lee [Wed, 18 Jul 2018 08:20:27 +0000 (17:20 +0900)]
Release version 0.4.14
- Fix memory corruption
Fixed to allocated memory as many as deleted
Fix build warning
Add API for app_enable/disable
Apply PMINFO_APPINFO_PROP_PRIVILEGE
Fix Wformat build error
Change-Id: If1cc812b30737b889a3423f9b9969fefdebccb28
Signed-off-by: mk5004.lee <mk5004.lee@samsung.com>
mk5004.lee [Wed, 18 Jul 2018 04:46:03 +0000 (13:46 +0900)]
Fix memory corruption
- Check the index first.
From patch : Fixed to allocated memory as many as deleted
Change-Id: I81f72d997645662b9f44887d8a8e70a8ac83fbbf
Signed-off-by: mk5004.lee <mk5004.lee@samsung.com>
mk5004.lee [Thu, 12 Jul 2018 05:14:55 +0000 (14:14 +0900)]
Fixed to allocated memory as many as deleted
- case of delete all, an error occurred because size is specified as 100.
Change-Id: I817e79c1310664bd03d1a9d30e0a08ed6cbdbfa2
Signed-off-by: mk5004.lee <mk5004.lee@samsung.com>
mk5004.lee [Thu, 12 Jul 2018 05:14:22 +0000 (14:14 +0900)]
Fix build warning
Change-Id: I868c6fe5c5603c47de812e0b06e084216779631f
Signed-off-by: mk5004.lee <mk5004.lee@samsung.com>
jusung son [Mon, 25 Jun 2018 11:16:43 +0000 (20:16 +0900)]
Add API for app_enable/disable
- notification_setting_db_update_pkg_disabled
Change-Id: Ie1352f65cd4216661cafa8a81c78cbbeb6321f04
Signed-off-by: jusung son <jusung07.son@samsung.com>
(cherry picked from commit
37aaad297caa4aa3116a63a3149628ae7dbc1179)
Inkyun Kil [Wed, 30 May 2018 07:48:33 +0000 (16:48 +0900)]
Apply PMINFO_APPINFO_PROP_PRIVILEGE
To optimize initializing db, apply the PMINFO_APPINFO_PROP_PRIVILEGE for
retrieving some applictions.
related patch : https://review.tizen.org/gerrit/#/c/179681/
Change-Id: I1d5be974a565eaf64592f601f89e9b10d5378599
Signed-off-by: Inkyun Kil <inkyun.kil@samsung.com>
Inkyun Kil [Wed, 30 May 2018 05:17:40 +0000 (14:17 +0900)]
Fix Wformat build error
Change-Id: I0243f0a7d78aad7b13f9137759ee4a0268b196b7
Signed-off-by: Inkyun Kil <inkyun.kil@samsung.com>
Semun Lee [Thu, 10 May 2018 00:55:57 +0000 (09:55 +0900)]
Release version 0.4.13
Changes:
- Remove unused dependency to dbus-glib
Change-Id: I85c9aa652d58cfc445fca0a720525c6816b5273b
Signed-off-by: Semun Lee <semun.lee@samsung.com>
Hyotaek Shim [Thu, 10 May 2018 00:12:04 +0000 (09:12 +0900)]
Remove unused dependency to dbus-glib
Change-Id: I8a5ca156fd35f9fb98e39dfeaf5c1eeba4a276d1
Signed-off-by: Hyotaek Shim <hyotaek.shim@samsung.com>
Hwankyu Jhun [Mon, 16 Apr 2018 04:41:55 +0000 (13:41 +0900)]
Release version 0.4.12
Changes:
- Add a new internal API for setting indirect request
Change-Id: I6adc0e10f63d6e0b7031894d212a25eefe18110a
Signed-off-by: Hwankyu Jhun <h.jhun@samsung.com>
Hwankyu Jhun [Tue, 10 Apr 2018 06:40:12 +0000 (15:40 +0900)]
Add a new internal API for setting indirect request
Adds:
- notification_set_indirect_request()
Requires:
- https://review.tizen.org/gerrit/#/c/175262/
- https://review.tizen.org/gerrit/#/c/175212/
- https://review.tizen.org/gerrit/#/c/175419/
- https://review.tizen.org/gerrit/#/c/175210/
Change-Id: I814def8fe5cb8b3d2e13faf0ee7ccfdae7b180c3
Signed-off-by: Hwankyu Jhun <h.jhun@samsung.com>
mk5004.lee [Wed, 11 Apr 2018 08:21:53 +0000 (17:21 +0900)]
Release version 0.4.11
- Handle return value from __get_shared_dir() properly
Updates header files
Change-Id: I4ca050188e5a194febc000c52addfd272febd6fd
Signed-off-by: mk5004.lee <mk5004.lee@samsung.com>
Semun Lee [Tue, 10 Apr 2018 23:47:18 +0000 (08:47 +0900)]
Handle return value from __get_shared_dir() properly
returning NULL is not an out of memory case sometimes.
Change-Id: Idcab45dbd71a0465dd5f223077ee09ae51dd8396
Signed-off-by: Semun Lee <semun.lee@samsung.com>
mk5004.lee [Wed, 4 Apr 2018 10:44:22 +0000 (19:44 +0900)]
Updates header files
- check-header
change mode for all files
Change-Id: I8dfb703fcc694224d8b9b9f809f685dc797d66b9
Signed-off-by: mk5004.lee <mk5004.lee@samsung.com>
mk5004.lee [Mon, 12 Mar 2018 08:24:32 +0000 (17:24 +0900)]
Release version 0.4.10
- Fix resource leaks
Change-Id: I6cf40888f6eff52fccc41b90319452a9d8311d7b
Signed-off-by: mk5004.lee <mk5004.lee@samsung.com>
Semun Lee [Mon, 12 Mar 2018 06:41:04 +0000 (15:41 +0900)]
Fix resource leaks
Change-Id: I04c3346623b44b0e4a86445c63159c86a5a9bf9d
Signed-off-by: Semun Lee <semun.lee@samsung.com>
Hwankyu Jhun [Mon, 5 Mar 2018 04:32:14 +0000 (13:32 +0900)]
Release version 0.4.9
Changes:
- Fix wrong sizeof argument
- Fix memory leak
- Fix wrong error handling
- Fix null dereference
- Fix a typo
Change-Id: I663b7015eb0e0637137d369bdf79389ce3bbe125
Signed-off-by: Hwankyu Jhun <h.jhun@samsung.com>
Hwankyu Jhun [Mon, 5 Mar 2018 04:25:31 +0000 (13:25 +0900)]
Fix a typo
Change-Id: I32d7e2996b425d7a53e76a8d89083d181ebc945a
Signed-off-by: Hwankyu Jhun <h.jhun@samsung.com>
Seungha Son [Fri, 26 Jan 2018 01:07:54 +0000 (10:07 +0900)]
Fix null dereference
If app_id is null and length of 'app_id' is 0 and
type is 'NOTIFICATION_TYPE_NONE', query_where variable
is dereference null.
Signed-off-by: Seungha Son <seungha.son@samsung.com>
Change-Id: I414e27fdd0731104cae1ffea85e02ee12a191a45
Seungha Son [Wed, 24 Jan 2018 08:03:55 +0000 (17:03 +0900)]
Fix wrong error handling
Assigning value NOTIFICATION_ERROR_IO_ERROR to ret,
but that stored value is overwrriten before return
Signed-off-by: Seungha Son <seungha.son@samsung.com>
Change-Id: I45700d3b6142bfbb87d2a74bb1463fd1d080d523
Seungha Son [Wed, 24 Jan 2018 08:15:54 +0000 (17:15 +0900)]
Fix memory leak
Signed-off-by: Seungha Son <seungha.son@samsung.com>
Change-Id: I3ea07e9acaa4e3669a848c1256e94b931f67ea1d
Signed-off-by: jusung son <jusung07.son@samsung.com>
Seungha Son [Wed, 24 Jan 2018 08:00:23 +0000 (17:00 +0900)]
Fix wrong sizeof argument
Signed-off-by: Seungha Son <seungha.son@samsung.com>
Change-Id: I5b0cad691a67b7ec68d5b4a995a3cbf4b3f4bd8c
Seungha Son [Mon, 22 Jan 2018 07:57:37 +0000 (16:57 +0900)]
Release version 0.4.8
Changes:
- Change notification text size
Signed-off-by: Seungha Son <seungha.son@samsung.com>
Change-Id: Id6c55ac6cfb20b77cc138de1df03ba9952d61f06
Seungha Son [Mon, 22 Jan 2018 06:39:55 +0000 (15:39 +0900)]
Change notification text size
Signed-off-by: Seungha Son <seungha.son@samsung.com>
Change-Id: I796f6d343a314a65a0e2869124222204d6b88075