summaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2019-10-04Add API to get service specific device discriminantAbhay Agarwal3-2/+78
2019-10-04service specific device discriminantAbhay Agarwal4-2/+91
2019-10-02Fixed coverity issuessubmit/tizen/20191002.073539accepted/tizen/unified/20191004.003621saerome.kim7-19/+46
2019-10-01Free the unused memory for sensor info structsubmit/tizen/20191001.125608Abhay Agarwal2-3/+19
2019-10-01Add API set to get sensor information from sensor handleAbhay Agarwal4-11/+157
2019-10-01use sensor handle to send sensor information to applicationAbhay Agarwal6-45/+162
2019-10-01Provide sensor info in absence callbackAbhay Agarwal5-17/+50
2019-10-01Modify callback signature for sensor_presence_cbAbhay Agarwal3-12/+12
2019-10-01Provide detected sensor information in ALL Modesubmit/tizen/20191001.112138accepted/tizen/unified/20191002.013420Abhay Agarwal3-16/+21
2019-09-30Send only device handle instead of list during sensor callbackAbhay Agarwal3-69/+39
2019-09-30Provide device information in sensor callbackAbhay Agarwal6-12/+79
2019-09-27[Crash Fix] Set global list variables back to NULL after g_slist_free_full() ...submit/tizen/20190927.055416accepted/tizen/unified/20190929.221445Nishant Chaprana1-1/+7
2019-09-26Fix buffer overflow issueAbhay Agarwal2-3/+3
2019-09-26Add API to set light detection thresholdAbhay Agarwal5-7/+91
2019-09-26Changed presence_detected_cb in ua-test.saerome.kim1-9/+19
2019-09-26[Fix] Allocate and free memory for sensor infoAbhay Agarwal1-1/+2
2019-09-26Modified test app for sensor info in callbackAbhay Agarwal8-15/+93
2019-09-26Support sensor info in detection callbackAbhay Agarwal2-4/+8
2019-09-23Support Add/Remove sensor during detectionAbhay Agarwal2-18/+22
2019-09-23call stop presence detection only if startedAbhay Agarwal2-3/+4
2019-09-17Chaged default detection cycle at ua-test app.saerome.kim2-2/+2
2019-09-16Update detection cycle/window timesubmit/tizen/20190916.120818accepted/tizen/unified/20190917.034102Abhay agarwal4-7/+7
2019-09-16Fix __ua_send_absence_detection() to store monitor->absence_detected_bitmaskLokesh5-69/+97
2019-09-16filter list of found_devices of a user based on sensors mentioned in AND/OR c...Lokesh5-2/+73
2019-09-16Make '__ua_monitor_send_user_absence_cb' consistent with '__ua_monitor_send_u...Lokesh2-8/+8
2019-09-16Changed 'env_absence_bm' to 'env_absence_bitmask'Lokesh2-7/+7
2019-09-16Fixed problem that cant'receive PRESENCE/ABSENCE if a least one devicesaerome.kim2-7/+7
2019-09-16Combined bitmask conditions menu and detection menu into one.saerome.kim2-30/+93
2019-09-16Added logical conjunction operator in between AND/OR conditions of user_cbLokesh5-59/+121
2019-09-16Fix in 'env_presence/absence_bm' in send_user_presence/absence_cb()Lokesh3-12/+15
2019-09-16Fix absence_user_cb AND/OR conditionsLokesh2-12/+24
2019-09-16Fix presence_user_cb AND/OR conditionLokesh5-65/+82
2019-09-16Fixed dexter issuesLokesh6-12/+14
2019-09-04Fixed svace & coverity issues.submit/tizen/20190904.113521accepted/tizen/unified/20190904.224506saerome.kim3-3/+8
2019-09-04[Fix] Compare mac in device list only when device id matchesAbhay agarwal2-6/+6
2019-08-30Added 'ua_add_ibeacon_adv_data()' APIsubmit/tizen/20190830.050936accepted/tizen/unified/20190830.110646Lokesh4-16/+117
2019-08-29Fixed a coverity issue.submit/tizen/20190829.080217accepted/tizen/unified/20190830.040748saerome.kim1-2/+2
2019-08-29Fixed coverity issues.submit/tizen/20190829.070918saerome.kim2-3/+17
2019-08-27Resolved Dexter defectssubmit/tizen/20190827.131417accepted/tizen/unified/20190829.101443Lokesh3-10/+10
2019-08-27Incresed SAM scoresubmit/tizen/20190827.050311saerome.kim10-2774/+2752
2019-08-27Added an error code when user tries to remove a device.saerome.kim1-0/+3
2019-08-26Applied the error code added to ua-manager.submit/tizen/20190826.140219accepted/tizen/unified/20190826.225910saerome.kim1-8/+8
2019-08-26Fixed missing memory leak problem.saerome.kim1-0/+2
2019-08-26Fixed the Coverity & Svace issues.saerome.kim4-10/+30
2019-08-26Fixed a crash problme when removing a device from user using thesaerome.kim2-3/+6
2019-08-22Changed the unit of the parameters ofsaerome.kim2-3/+3
2019-08-22Fixed Doxygen issues in header file.submit/tizen/20190822.051725accepted/tizen/unified/20190822.105945Nishant Chaprana1-13/+17
2019-08-20Avoid false error caseLokesh1-2/+4
2019-08-20Fixed memory leak in ua_deinitialize()Lokesh6-36/+20
2019-08-201/ Added ua_device_set/get_payload_device_icon() APIsLokesh3-23/+167