summaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2019-12-05Remove unnecessary error logsubmit/tizen_5.5/20191205.122148accepted/tizen/5.5/unified/20191206.013114tizen_5.5_tvsaerome.kim1-5/+10
2019-12-05Fix that the device is not added while detecting devices.saerome.kim4-9/+35
2019-12-05Increase 'enable' method timeoutsaerome.kim2-2/+2
2019-12-05Fix the issue that MAC cannot be updated when adding a device to broadcast MACsaerome.kim7-36/+90
2019-12-05Revert "Add DB functionality for device users mapping"Lokesh7-724/+1
2019-12-05Revert "Identify whether device is already registered and not"Lokesh5-27/+6
2019-12-05Revert "Fix the problem that can't access the device-users table"Lokesh2-28/+28
2019-12-05Fix memory leaksaerome.kim2-15/+40
2019-11-29[Fix] Write service specific device last_seen in DBsubmit/tizen_5.5/20191129.113305accepted/tizen/5.5/unified/20191203.011216Lokesh5-29/+41
2019-11-29Fix the problem that can't access the device-users tablesubmit/tizen_5.5/20191129.060250accepted/tizen/5.5/unified/20191203.011210saerome.kim3-29/+29
2019-11-26Remove error-logging when removing un-opened DBsubmit/tizen_5.5/20191126.004230accepted/tizen/5.5/unified/20191203.011203saerome.kim2-1/+2
2019-11-26Make unclear code as clearsaerome.kim2-6/+6
2019-11-25Identify whether device is already registered and notLokesh5-6/+27
2019-11-25Add DB functionality for device users mappingLokesh6-0/+723
2019-11-22Fix build error occurred in sensor pluginssubmit/tizen_5.5/20191122.014238accepted/tizen/5.5/unified/20191203.011150saerome.kim2-2/+2
2019-11-22Provide pending request TRUE only for already registered but not verified dev...Nishant Chaprana2-10/+25
2019-11-22Fix handle leak when loading pluginsNishant Chaprana3-3/+12
2019-11-22Fix crash issuesaerome.kim3-5/+18
2019-11-22Update a missing column for device-services tablesaerome.kim1-0/+1
2019-11-21Change the last seen that has never been added or detected by the service to 0saerome.kim1-3/+3
2019-11-21Fix the problem that can't add a device from next time once add_device_failed.saerome.kim4-6/+34
2019-11-21Modify to store last seen information of device added by service in DBsaerome.kim16-203/+445
2019-11-19Reduce calls to _uam_get_timestamp()submit/tizen/20191119.081157accepted/tizen/5.5/unified/20191120.034605Lokesh1-5/+5
2019-11-19Support multiple timestamp for each serviceLokesh4-4/+41
2019-11-18Fix memory leaksaerome.kim3-4/+4
2019-11-15Change the timestamp value to use the monotonic timersubmit/tizen_5.5/20191115.102057accepted/tizen/5.5/unified/20191118.084846saerome.kim12-93/+36
2019-11-15Change the timestamp value to use the monotonic timersaerome.kim10-28/+84
2019-11-15Change position of _uam_pm_stop_detection()Lokesh1-15/+19
2019-11-15Start continuous detection only on sensors present in monitorAbhay agarwal1-16/+44
2019-11-15In detection_stopped event, consider when no environmental sensors existLokesh2-31/+37
2019-11-15Detection stopped event updated with detection cycle mid/endLokesh3-3/+52
2019-11-15Fix first detection stopped callback due to motion sensorLokesh1-0/+1
2019-11-14Fix memory leaksaerome.kim2-1/+7
2019-11-11Add functionality that allow changing user's namesubmit/tizen_5.5/20191111.122639accepted/tizen/5.5/unified/20191112.033659saerome.kim9-17/+150
2019-11-11Fix crash issue on sensor status change eventAbhay agarwal3-1/+3
2019-11-08Add the compiler flag required for performing GTestsaerome.kim3-7/+26
2019-11-08Fixed the problem where enabler method failssaerome.kim6-271/+31
2019-11-08Apply secure optionsaerome.kim2-6/+11
2019-11-08Fix the problem of not removing the device added to the default user or servicesaerome.kim2-7/+1
2019-11-08Countermeasure if time() returns -1saerome.kim3-25/+53
2019-11-08Set default values for payloadLokesh2-7/+7
2019-11-05Improve error handling by returning error codeAbhay agarwal1-28/+66
2019-11-05Remove duplicate code to copy deviceAbhay agarwal1-197/+84
2019-11-05Return error code while handling devicesAbhay agarwal7-41/+80
2019-11-05Modify DB transactions to return when failAbhay agarwal1-2/+10
2019-11-01Fix the problem that can't add a device to a usersubmit/tizen_5.5/20191101.035514accepted/tizen/5.5/unified/20191104.111252saerome.kim5-7/+14
2019-11-01Fix NULL dereferencingLokesh2-7/+15
2019-11-01Fix memcpy's size parameterLokesh1-1/+1
2019-11-01Fix the problem that the device can not be added to default_usersaerome.kim5-11/+16
2019-11-01Fix the problem that DB cannot be deleted if DB is not initialized.saerome.kim2-1/+2