summaryrefslogtreecommitdiff
path: root/src/notification_noti.c
AgeCommit message (Expand)AuthorFilesLines
2017-10-16Add the error logSeungha Son1-0/+5
2017-09-28Add lcov commentSeungha Son1-1/+73
2017-08-02Reduce log string and formatSeungha Son1-44/+45
2017-07-07Implementation private file sharingSeungha Son1-2/+27
2017-07-06Add missing argument to get num_changesMyungki Lee1-1/+1
2017-07-06Refactor db codeMyungki Lee1-1189/+806
2017-06-30Move some func to notification_viewer.cMyungki Lee1-64/+0
2017-06-14Deleted app_id check routine for some funcMyungki Lee1-101/+58
2017-06-08Arrange naming of pkgid and appidSeungha Son1-86/+86
2017-06-08Support on demand launching for viewer appMyungki Lee1-0/+65
2017-05-29Adds pkg_id field in notification_hMyungki Lee1-12/+14
2017-05-10Fix wrong sql querySeungha Son1-1/+0
2017-05-04Update license descriptionSeungha Son1-1/+1
2017-04-20Fix build warningsSeungha Son1-3/+4
2017-04-18Fix memory leakSeungha Son1-8/+27
2017-04-12Fix error that set priv idseungha.son1-2/+4
2017-04-10Remove unnecessary logic to update the priv idseungha.son1-47/+8
2017-03-22Add internal API to support C# APIseungha.son1-7/+3
2017-03-21Remove enum's max value in public headerMyungki Lee1-7/+7
2017-03-13Add apis for the extended notificationMyungki Lee1-12/+15
2017-01-17Adds new API for get/set delete timeoutsubmit/tizen_3.0/20170117.104748accepted/tizen/3.0/wearable/20170118.043459accepted/tizen/3.0/tv/20170118.043455accepted/tizen/3.0/mobile/20170118.043448accepted/tizen/3.0/ivi/20170118.043503accepted/tizen/3.0/common/20170118.131227seungha.son1-16/+28
2017-01-16Change the logic to check allowed_to_notify()Myungki Lee1-3/+3
2017-01-16Exclude function from measure coverageMyungki Lee1-0/+2
2017-01-06Fix notification queryseungha.son1-5/+6
2016-12-16Add the check routine for app_enable/disableMyungki Lee1-10/+78
2016-11-29Add define _GNU_SOURCE for strerror_rMyungki Lee1-1/+1
2016-11-21Adjust coding styleMyungki Lee1-9/+5
2016-11-10Adds appid to notification_setting_hsubmit/tizen_3.0/20161115.024443submit/tizen_3.0/20161111.015333accepted/tizen/3.0/wearable/20161116.022200accepted/tizen/3.0/tv/20161116.022122accepted/tizen/3.0/mobile/20161116.022016accepted/tizen/3.0/ivi/20161116.022239accepted/tizen/3.0/common/20161116.143503seungha.son1-83/+12
2016-10-05Adjust the coding styleMyungki Lee1-2/+0
2016-09-26Add b_event_handler_click_on_text_input_button to dbsubmit/tizen/20160926.012336accepted/tizen/wearable/20160927.020927accepted/tizen/tv/20160927.020915accepted/tizen/mobile/20160927.020944accepted/tizen/ivi/20160927.020937accepted/tizen/common/20160926.154153Myungki Lee1-16/+23
2016-09-23Add apis for notification post with event handler callbackseungha.son1-12/+17
2016-09-20Add new api for direct replyMyungki Lee1-12/+37
2016-09-20Modify query in notification dbseungha.son1-10/+22
2016-09-09Remove unused variable and condition statementseungha.son1-3/+0
2016-09-08Add notification hide event type and get/set hide time APIseungha.son1-4/+7
2016-09-07Add API for get/set notification ongoing value type and timeseungha.son1-5/+16
2016-09-06Add API for get/set default highlight buttonseungha.son1-4/+6
2016-08-30Add API for gets/sets notification setting details from individual applicationsubmit/tizen/20160905.010800accepted/tizen/wearable/20160905.235829accepted/tizen/tv/20160905.235802accepted/tizen/mobile/20160905.235716accepted/tizen/ivi/20160905.235855accepted/tizen/common/20160905.171403seungha.son1-0/+40
2016-08-30Add exception in case pkgname is nullMyungki Lee1-7/+8
2016-08-21Add new apis to set/get noti_templateMyungki Lee1-2/+412
2016-07-11Delete the unused files, codes, commentsMyungki Lee1-44/+7
2016-07-05Add new api to set schedule for do_not_disturbMyungki Lee1-11/+10
2016-06-17Exclude line and function from coverage measurementsubmit/tizen/20160616.235341accepted/tizen/wearable/20160617.083916accepted/tizen/tv/20160617.083555accepted/tizen/mobile/20160617.083833accepted/tizen/ivi/20160617.083713accepted/tizen/common/20160620.163159seungha.son1-0/+6
2016-06-13Add multi-user featuresubmit/tizen/20160613.023047Hyunho Kang1-223/+81
2016-05-25Use g_dbus for some notification_status apiMyungki Lee1-3/+0
2016-04-04Adjust coding rulessubmit/tizen/20160405.001024accepted/tizen/wearable/20160406.012004accepted/tizen/tv/20160406.011943accepted/tizen/mobile/20160406.011851accepted/tizen/ivi/20160406.012024accepted/tizen/common/20160406.143402Hwankyu Jhun1-37/+33
2016-03-24Add gdbus permission check logic & strerror to strerror_rsubmit/tizen/20160324.104731accepted/tizen/wearable/20160324.132802accepted/tizen/tv/20160324.132816accepted/tizen/mobile/20160324.132944accepted/tizen/ivi/20160324.131658accepted/tizen/common/20160325.135418Hyunho Kang1-1/+3
2016-03-22Fix memory leaksubmit/tizen/20160323.235918submit/tizen/20160323.065638accepted/tizen/wearable/20160324.132652accepted/tizen/tv/20160324.132728accepted/tizen/mobile/20160324.132906accepted/tizen/ivi/20160324.131621accepted/tizen/common/20160325.134911accepted/tizen/common/20160324.084219jusung son1-8/+6
2016-03-23Fix pkgname NULL bug & vibration type ignored bugHyunho Kang1-3/+3
2016-02-29Using gdbus for IPC instead of com-core packagetizen_3.0_dbusHyunho Kang1-19/+19