summaryrefslogtreecommitdiff
path: root/src
AgeCommit message (Expand)AuthorFilesLines
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.kim1-6/+30
2019-10-17Modify APIs to set low power mode selectivelyAbhay agarwal1-4/+5
2019-10-14Provide user callback to applications as soon as possibleAbhay agarwal1-0/+17
2019-10-11Add API to get service detection thresholdsAbhay Agarwal1-2/+23
2019-10-11Provide API to update serviceAbhay Agarwal1-0/+32
2019-10-11Update sensor handle list for user callbacksubmit/tizen/20191011.062256accepted/tizen/unified/20191011.101528Abhay Agarwal1-8/+17
2019-10-11Provide user presence callback in case no user information presentsubmit/tizen/20191011.014757accepted/tizen/unified/20191011.080021Abhay Agarwal2-79/+139
2019-10-08Fix coverity issues.submit/tizen/20191008.043811accepted/tizen/unified/20191008.101526saerome.kim3-0/+2
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.kim2-5/+9
2019-10-07Provide device added errors to applications through callbackAbhay Agarwal3-6/+10
2019-10-04Provide sensor info in user absence detected callbackAbhay Agarwal1-3/+15
2019-10-04Provide sensor information in user detection callbackAbhay Agarwal2-1/+44
2019-10-04Add API to get service specific device discriminantAbhay Agarwal1-0/+27
2019-10-04service specific device discriminantAbhay Agarwal1-0/+29
2019-10-02Fixed coverity issuessubmit/tizen/20191002.073539accepted/tizen/unified/20191004.003621saerome.kim4-13/+20
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 Agarwal1-0/+61
2019-10-01use sensor handle to send sensor information to applicationAbhay Agarwal2-5/+95
2019-10-01Provide sensor info in absence callbackAbhay Agarwal2-13/+28
2019-10-01Modify callback signature for sensor_presence_cbAbhay Agarwal1-8/+9
2019-10-01Provide detected sensor information in ALL Modesubmit/tizen/20191001.112138accepted/tizen/unified/20191002.013420Abhay Agarwal1-1/+1
2019-09-30Send only device handle instead of list during sensor callbackAbhay Agarwal1-57/+33
2019-09-30Provide device information in sensor callbackAbhay Agarwal1-8/+42
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 Agarwal1-2/+0
2019-09-26Add API to set light detection thresholdAbhay Agarwal1-1/+22
2019-09-26[Fix] Allocate and free memory for sensor infoAbhay Agarwal1-1/+2
2019-09-26Modified test app for sensor info in callbackAbhay Agarwal3-9/+47
2019-09-26Support sensor info in detection callbackAbhay Agarwal1-3/+7
2019-09-23Support Add/Remove sensor during detectionAbhay Agarwal1-17/+21
2019-09-23call stop presence detection only if startedAbhay Agarwal1-2/+3
2019-09-16Fix __ua_send_absence_detection() to store monitor->absence_detected_bitmaskLokesh2-51/+54
2019-09-16filter list of found_devices of a user based on sensors mentioned in AND/OR c...Lokesh2-1/+47
2019-09-16Make '__ua_monitor_send_user_absence_cb' consistent with '__ua_monitor_send_u...Lokesh1-7/+7
2019-09-16Changed 'env_absence_bm' to 'env_absence_bitmask'Lokesh1-6/+6
2019-09-16Fixed problem that cant'receive PRESENCE/ABSENCE if a least one devicesaerome.kim1-6/+6
2019-09-16Added logical conjunction operator in between AND/OR conditions of user_cbLokesh1-41/+61
2019-09-16Fix in 'env_presence/absence_bm' in send_user_presence/absence_cb()Lokesh1-10/+13
2019-09-16Fix absence_user_cb AND/OR conditionsLokesh1-11/+23
2019-09-16Fix presence_user_cb AND/OR conditionLokesh2-46/+61
2019-09-04Fixed svace & coverity issues.submit/tizen/20190904.113521accepted/tizen/unified/20190904.224506saerome.kim1-1/+1
2019-09-04[Fix] Compare mac in device list only when device id matchesAbhay agarwal1-5/+5
2019-08-30Added 'ua_add_ibeacon_adv_data()' APIsubmit/tizen/20190830.050936accepted/tizen/unified/20190830.110646Lokesh1-0/+21
2019-08-29Fixed coverity issues.submit/tizen/20190829.070918saerome.kim1-2/+16
2019-08-27Incresed SAM scoresubmit/tizen/20190827.050311saerome.kim6-2772/+2718
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