summaryrefslogtreecommitdiff
path: root/src/user-awareness-monitors.c
AgeCommit message (Expand)AuthorFilesLines
2019-07-23Changed start presence/absence detection according to service_handleLokesh1-2/+20
2019-07-23Add ua_user_get_last_presence() API for getting last presence timestamp.Nishant Chaprana1-8/+13
2019-07-23Added ua_monitor_foreach_sensor() APINishant Chaprana1-0/+28
2019-07-18[Fix] Avoid duplicate entries in monitor->user_stateLokesh1-9/+9
2019-07-17Fix that user PRESENCE/ABSENCE callback or device PRESENCE/ABSENCEsubmit/tizen/20190718.035616accepted/tizen/unified/20190718.075206saerome.kim1-8/+9
2019-07-17Removed redundant comparisons from if check statementNishant Chaprana1-2/+2
2019-07-17Fixed Tizen coding guidelines warningsNishant Chaprana1-8/+9
2019-07-11Update ref count mechanism to start/stop internal presence monitoringNishant Chaprana1-19/+30
2019-07-10Add ref count mechanism for checking internal_presence_started in a monitorNishant Chaprana1-4/+16
2019-07-10Start internal presence monitoring, when only Absence-All monitor is startedNishant Chaprana1-3/+4
2019-07-08Added UAT test case for resetting user databaseLokesh1-1/+1
2019-07-08Added API for resetting user databaseAtul Rai1-0/+15
2019-07-05[Fix] handle service variable to detect both presence and absence simultaneouslyLokesh1-8/+8
2019-07-05Modified client library which can detect both presence and absence.submit/tizen/20190705.042311accepted/tizen/unified/20190705.110645saerome kim1-2/+12
2019-07-04Added api documentation.saerome kim1-12/+12
2019-07-02[Fix] Removed initial presence_cb check from ua_monitor_stop_presence_detecti...submit/tizen/20190702.103155accepted/tizen/unified/20190702.234201Lokesh1-3/+3
2019-07-02Removed the return code after error checksaerome.kim1-3/+3
2019-07-02uploaded initial service APIs.saerome.kim1-107/+5
2019-07-02[Fix] Absence[All] detection logic correctionLokesh1-42/+39
2019-07-02[Fix] In ua_monitor_start_presence_detection/start_absence_detectionLokesh1-39/+75
2019-07-02[Fix] handle double free in device infoMayank Haarit1-13/+16
2019-07-01APIs for Add/Remove of User/Device in ServiceLokesh1-8/+113
2019-07-01GET/SET APIs for service detection cycle_time and detection window timeLokesh1-0/+77
2019-07-01Handles service base presence/absence events.Mayank Haarit1-75/+154
2019-07-01Adds service name in PRESENCE/ABSENCE monitoring.Mayank Haarit1-288/+34
2019-06-05Pull request comment resolutionssubmit/tizen/20190605.084841accepted/tizen/unified/20190606.220033Lokesh1-2/+4
2019-06-05Add api-set for application wakeup using app_launcher()Lokesh1-0/+36
2019-06-05On demand scan of registered devices.Lokesh1-0/+122
2019-04-26Implemenation to handle all sensors at the same time.submit/tizen/20190426.022428accepted/tizen/unified/20190426.054218Mayank Haarit1-84/+155
2019-04-19Adjusted line/function coverage ratio.submit/tizen/20190418.230305accepted/tizen/unified/20190419.110537saerome.kim1-8/+72
2019-04-16Fixed doxygen rules.submit/tizen/20190417.044420accepted/tizen/unified/20190417.132355saerome kim1-26/+26
2019-03-26Added APIs to GET/SET detection parameterssubmit/tizen/20190326.094010accepted/tizen/unified/20190327.025237Atul Rai1-2/+41
2019-02-25Fixed indent issues of the license phrase.saerome.kim1-1/+1
2019-02-11Do not invoke user_absence_cb for MOTION and LIGHT sensorsAtul Rai1-0/+8
2019-02-09Fixed typo and remove boilerplate.saerome.kim1-5/+0
2019-02-08Fixed svace issuessaerome kim1-1/+1
2019-02-04Avoid mapping error in mac_type<->tech_type conversionAtul Rai1-2/+2
2019-02-04Fixed problems that do not meet the API coding rule.saerome kim1-4/+4
2019-02-04Fixed typosaerome kim1-1/+1
2019-02-04Made documentation according to the Tizen doxygen rules.saerome kim1-2/+2
2019-02-04Fixed a bug that tried adding too much sensors.saerome kim1-1/+1
2019-01-25change ua_initialize/ua_deinitialize as publicsaerome.kim1-10/+1
2019-01-23update ua-test appsaerome.kim1-0/+0
2019-01-18Added APIs to enable/disable low power modeAtul Rai1-0/+33
2019-01-16Fixed typosaerome kim1-1/+1
2019-01-11Fixed absence callback handlingAtul Rai1-1/+4
2019-01-11Fixed ABSENCE detected callback handlingAtul Rai1-69/+43
2019-01-11Fixed Start Presence/Absence detection logicAtul Rai1-1/+14
2019-01-09Fixed unit test issuesAtul Rai1-4/+5
2019-01-07Fixed Create user and start monitoring APIsAtul Rai1-4/+4