summaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2019-10-23Fix the problem that the SF and UAF use different data formatsaerome.kim11-29/+29
2019-10-23Add functionality to report instant sensor status changesaerome.kim8-24/+285
2019-10-17Add new API to set low power modetizen_5.5.m2_releasesubmit/tizen_5.5_mobile_hotfix/20201026.185102submit/tizen_5.5/20191031.000002submit/tizen/20191018.005538accepted/tizen/unified/20191018.052938accepted/tizen/5.5/unified/mobile/hotfix/20201027.065752accepted/tizen/5.5/unified/20191031.031318tizen_5.5_mobile_hotfixaccepted/tizen_5.5_unified_mobile_hotfixsaerome.kim4-45/+98
2019-10-17Modify APIs to set low power mode selectivelyAbhay agarwal4-11/+37
2019-10-15Clean up codes for suspend/resume testsubmit/tizen/20191017.002636accepted/tizen/unified/20191017.035459saerome.kim3-15/+18
2019-10-15Fixed svace issue.Abhay agarwal1-1/+2
2019-10-14Provide user callback to applications as soon as possibleAbhay agarwal2-1/+18
2019-10-11Modify test app to handle error from set and/or conditionsubmit/tizen/20191011.095843accepted/tizen/unified/20191014.005013Abhay Agarwal2-1/+9
2019-10-11Add API to get service detection thresholdsAbhay Agarwal3-5/+86
2019-10-11Provide API to update serviceAbhay Agarwal3-5/+56
2019-10-11Update sensor handle list for user callbacksubmit/tizen/20191011.062256accepted/tizen/unified/20191011.101528Abhay Agarwal2-9/+18
2019-10-11Provide user presence callback in case no user information presentsubmit/tizen/20191011.014757accepted/tizen/unified/20191011.080021Abhay Agarwal5-88/+155
2019-10-08Fix coverity issues.submit/tizen/20191008.043811accepted/tizen/unified/20191008.101526saerome.kim6-1/+3
2019-10-08Add NULL check before g_strlcpy operation in ua_user_remove_device()submit/tizen/20191008.005850accepted/tizen/unified/20191008.101535Nishant Chaprana1-1/+2
2019-10-08Remove redundant g_strlcpy operation in ua_device_set_mac_address()Nishant Chaprana1-3/+2
2019-10-08Fix GLib-CRITICAL using NULL check before g_strlcpy()Nishant Chaprana1-1/+2
2019-10-08Add null-check to prevent crash.saerome.kim3-6/+10
2019-10-07Provide device added errors to applications through callbackAbhay Agarwal4-7/+11
2019-10-07Update description of user callbacks to the doxygen commentssubmit/tizen/20191007.022831accepted/tizen/unified/20191007.234842Abhay Agarwal1-4/+14
2019-10-04Provide sensor info in user absence detected callbackAbhay Agarwal3-57/+73
2019-10-04Provide sensor information in user detection callbackAbhay Agarwal7-5/+145
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