summaryrefslogtreecommitdiff
path: root/notification-ex
AgeCommit message (Collapse)AuthorFilesLines
2022-05-23Fix typo for notification documentationSukhyungKang6-6/+6
Change-Id: I19a0ed4efbfed3ec24bfa2b9b326192d901ddbb6 Signed-off-by: SukhyungKang <shine.kang@samsung.com>
2021-04-23Fix memory leakhyunho1-0/+2
Change-Id: I980611696f69a7b95384ddaab691da1bfa8e3202 Signed-off-by: hyunho <hhstark.kang@samsung.com>
2021-03-22Fix wrong log formatjusung1-1/+1
Change-Id: I2d4e222ed06042a11a4d6cbcdc29f1576efa2b46 Signed-off-by: jusung <jusung07.son@samsung.com>
2021-03-22Fix build errorhyunho1-1/+1
Change-Id: Ia7ef817738c1944974acbeae4d27184199b0d4d4 Signed-off-by: hyunho <hhstark.kang@samsung.com>
2021-01-05Define _GNU_SOURCEhyunho1-0/+3
strerror_r can return int if we do not define _GNU_SOURCE Change-Id: I18b77fc251c323716ac9a87cda05872b43147387 Signed-off-by: hyunho <hhstark.kang@samsung.com>
2020-11-26Fix error handling inconsistencyhyunho14-495/+334
Change-Id: I19eed1e4d0ef264c9d157cdca5642c04e045b0a8 Signed-off-by: hyunho <hhstark.kang@samsung.com>
2020-11-17Replace gdbus with socket for bulk communicationhyunho13-192/+541
Change-Id: I485ae58573534f63bf2c0cd5f4196792474756c8 Signed-off-by: hyunho <hhstark.kang@samsung.com>
2020-11-12Fix static analysis issuesChanggyu Choi1-0/+10
Change-Id: I02163c95b0bda034b73b59c3ee6bf8a5f667b132 Signed-off-by: Changgyu Choi <changyu.choi@samsung.com>
2020-11-06Replace strerror with strerror_rhyunho1-1/+3
strerror_r is a thread safe function Change-Id: Ib4578f84a1adbc1e6629b41e9e96995706b10922 Signed-off-by: hyunho <hhstark.kang@samsung.com>
2020-10-30Fix EmitSignal() methodHwankyu Jhun1-19/+23
This patch adds g_dbus_connection_flush_sync() call. Change-Id: If2b0f053c0042cb33cabd981907cc6c887921d67 Signed-off-by: Hwankyu Jhun <h.jhun@samsung.com>
2020-10-30Fix memory leak related to gdbus method callHwankyu Jhun1-0/+8
Change-Id: I5b853f53378472eb3003dc7f13f9f86ab991fc4f Signed-off-by: Hwankyu Jhun <h.jhun@samsung.com>
2020-10-30Fix memory leakhyunho1-1/+2
Change-Id: I91519afe7a367266bbaf5bf160c4965c4ce54225 Signed-off-by: hyunho <hhstark.kang@samsung.com>
2020-10-30Fix wrong descriptionsJunghoon Park1-4/+4
Change-Id: I7dbeb9570e92c2e623c39986a5f02d71dfe239bd Signed-off-by: Junghoon Park <jh9216.park@samsung.com>
2020-10-28Fix static analysis issuesHwankyu Jhun1-4/+16
Issues: - Dereference null return value Change-Id: I23554e80eb1a2492eb2505fadd4b25edd9da3275 Signed-off-by: Hwankyu Jhun <h.jhun@samsung.com>
2020-10-27Fix memory leakHwankyu Jhun2-1/+6
Change-Id: I652c07d13faef7ee237afdb9e886151fd9f41902 Signed-off-by: Hwankyu Jhun <h.jhun@samsung.com>
2020-09-28Add error information for smackJusung Son1-1/+3
Change-Id: I05016d7a1c06d427573e72d62f0f6b2cf7730816 Signed-off-by: Jusung Son <jusung07.son@samsung.com>
2020-09-08Add return value checkJusung Son1-1/+4
Change-Id: I70f76343e6ebebddf0047cc7a95f4c4c5a3808c8 Signed-off-by: Jusung Son <jusung07.son@samsung.com>
2020-08-19fix wrong description for notificationSukHyung, Kang6-6/+6
Change-Id: I6cfbcefad148aab44e3a2d7a1295459c3dfdad36 Signed-off-by: SukHyung, Kang <shine.kang@samsung.com>
2020-07-22Fix memory leakJunghoon Park2-18/+20
- Remove useless invocations of strdup() - Change g_variant argument types to reference type Change-Id: I80f7bd057440023d1127bec34d4bcd9456364621 Signed-off-by: Junghoon Park <jh9216.park@samsung.com>
2020-06-25Delete icon_text_itemmk5004.lee4-292/+0
- Not currently in use Change-Id: Id16411b39cb12f9ab073dccbf142539660a882e6 Signed-off-by: mk5004.lee <mk5004.lee@samsung.com>
2020-06-15Add missing retval for noti-ex manager, reporter apimk5004.lee2-0/+2
Change-Id: I0858e554f67989801717938b438b2624e759b722 Signed-off-by: mk5004.lee <mk5004.lee@samsung.com>
2020-06-08Change some api of manager/reporter to method_callmk5004.lee11-130/+506
Change-Id: I9bd5247ef49f14cbc4221b74c13fd9b15864278f Signed-off-by: mk5004.lee <mk5004.lee@samsung.com> Signed-off-by: Jusung Son <jusung07.son@samsung.com>
2020-06-04Merge "Update api about private_id" into tizenMyungKi Lee2-17/+4
2020-06-02Fix heap-use-after-free in multi languageJusung Son1-8/+11
Change-Id: I8b2259f9eb953fdbd60e7de53baec38a1da4e88c Signed-off-by: Jusung Son <jusung07.son@samsung.com>
2020-05-27Fix find_by_channel bugJusung Son1-0/+1
Change-Id: I43ab6c0c3494e174410f4f566573d366e6379be1 Signed-off-by: Jusung Son <jusung07.son@samsung.com>
2020-05-26Revert "Revert "Add get_count api for reporter""MyungKi Lee6-9/+44
This reverts commit 0afc4c5514e475b98b5dcdda915ab856a1a50c70. Change-Id: I53a4c9b6aac18d272b69da45903ad15d4b500d40
2020-05-22Update api about private_idmk5004.lee2-17/+4
- Delete set api Add get api Change-Id: I7dd8064b2d02bf9f228ae2940793d7c25b8c0029 Signed-off-by: mk5004.lee <mk5004.lee@samsung.com>
2020-05-20Revert "Add get_count api for reporter"MyungKi Lee6-44/+9
This reverts commit deab46535a0f93cd475f926794c97471a4060a1d. Change-Id: Ia60515d3895ef436061e84ccccf8904ddd8f329b
2020-05-20Add get_count api for reportermk5004.lee6-9/+44
- noti_ex_reporter_get_count_by_channel Change-Id: I9376ee5b4e033cd5c9b97d44cf581d9701f3f642 Signed-off-by: mk5004.lee <mk5004.lee@samsung.com>
2020-05-12Check priv_id of item_info when updatemk5004.lee1-1/+4
Change-Id: I9be31cf0a3431429691eeaef4cb6c8d3a4601d2f Signed-off-by: mk5004.lee <mk5004.lee@samsung.com> Signed-off-by: Jusung Son <jusung07.son@samsung.com>
2020-05-06Update document of notification-ex managermk5004.lee2-7/+6
Change-Id: I060ea44618d30b292dfaac7090dcd05edbb60dbe Signed-off-by: mk5004.lee <mk5004.lee@samsung.com>
2020-04-23Merge "Add missing EXPORT_API macro" into tizenMyungKi Lee1-1/+1
2020-04-23Add missing EXPORT_API macromk5004.lee1-1/+1
Change-Id: Ica77697ec31dc462482d7f8c51bd02b557beffb6 Signed-off-by: mk5004.lee <mk5004.lee@samsung.com>
2020-04-21Update description for chat_message itemmk5004.lee1-1/+1
Change-Id: I82ec2a3942b8962c7d9804f1523f9b63d5c1aa77 Signed-off-by: mk5004.lee <mk5004.lee@samsung.com>
2020-04-14Change privilege for manager apimk5004.lee1-20/+30
- partner level http://tizen.org/privilege/notification.admin Change-Id: I5d99945c7face20c1f2e29c9915e27919bc4b130 Signed-off-by: mk5004.lee <mk5004.lee@samsung.com>
2020-04-08Include header file about stringmk5004.lee1-0/+2
Change-Id: Ieaa2ee33d50386c13a384c91b4d57528140f5d19 Signed-off-by: mk5004.lee <mk5004.lee@samsung.com>
2020-04-08Add exception handling for mothodcall of dbus listensermk5004.lee3-41/+106
Change-Id: Id029e291add66af0809f4a596ce518e39a0731e6 Signed-off-by: mk5004.lee <mk5004.lee@samsung.com>
2020-04-01Update RemoveChildren funcmk5004.lee1-3/+1
- use clear() instead of remove() Change-Id: I2981d3d69cef84c6aa4a62acec7b997f33320451 Signed-off-by: mk5004.lee <mk5004.lee@samsung.com>
2020-03-26Change func argument namemk5004.lee5-30/+30
Change-Id: Ia94bd935ffc8dd07e829ab5b5ceafa9ae8ede0c3 Signed-off-by: mk5004.lee <mk5004.lee@samsung.com>
2020-03-26Add the list update and delete func for noti-exmk5004.lee10-161/+259
Change-Id: Ib11b110623004bc9bf25b19c7e4eecff7beb2bce Signed-off-by: mk5004.lee <mk5004.lee@samsung.com>
2020-03-24Add noti_ex_item_button_set/get_contents apimk5004.lee5-0/+70
Change-Id: I008a0b50de9ffce9a2833b360ba912138818b36b Signed-off-by: mk5004.lee <mk5004.lee@samsung.com>
2020-03-19To not to GetSharedPath if there is no image item in chat-message itemmk5004.lee1-3/+5
Change-Id: Icd6d0d180707546db984e18edff13477ceedd971 Signed-off-by: mk5004.lee <mk5004.lee@samsung.com>
2020-03-18Fix bugmk5004.lee2-2/+12
- crash when chat_message_item's id is null get wrong event type from reporter event_cb Change-Id: Ia405484ad36a5348b68c0cda01feffc3ea0f4992 Signed-off-by: mk5004.lee <mk5004.lee@samsung.com>
2020-03-16Add noti_ex_manager_delete_by_appidmk5004.lee4-8/+37
Change-Id: Ia2350fe58a808605c7bca41ea1299ab8d7d6fd58 Signed-off-by: mk5004.lee <mk5004.lee@samsung.com>
2020-03-13Modify to update if it already exists when postmk5004.lee1-17/+15
Change-Id: I2fbe75c87e5b183cb9474d88b4c18fe44ebde7ba Signed-off-by: mk5004.lee <mk5004.lee@samsung.com>
2020-03-11Change param of reporter_delete_by_channelmk5004.lee1-1/+1
Change-Id: If95d5728a4df19a1e7dc1c838b993a6bdc81b434 Signed-off-by: mk5004.lee <mk5004.lee@samsung.com>
2020-03-11Make export_api EventInfomk5004.lee2-1/+1
Change-Id: I87535ae567fa9d91a331a5337ecff0a774298d7a Signed-off-by: mk5004.lee <mk5004.lee@samsung.com>
2020-03-10Change to dynamic allocation from staticmk5004.lee1-2/+8
Change-Id: Ie3cb8faef52d566a25074db9b78d41a49f740e2c Signed-off-by: mk5004.lee <mk5004.lee@samsung.com>
2020-03-09Fix bug in noti_ex_item_get_extension_datamk5004.lee1-1/+1
Change-Id: I66ff6480ce265aea5fe9c54a264e027e6fadcee4 Signed-off-by: mk5004.lee <mk5004.lee@samsung.com>
2020-03-06Add find funcs for notification-ex reportermk5004.lee4-0/+106
- find_all find_by_channel Change-Id: I7c82ee22d679f824704376f6f7d27c0306b5d30f Signed-off-by: mk5004.lee <mk5004.lee@samsung.com>