summaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2020-08-04Modify the package versiontizen_6.0.m2_releasesubmit/tizen_6.0_hotfix/20201103.114803submit/tizen_6.0_hotfix/20201102.192503submit/tizen_6.0/20201029.205103submit/tizen/20200809.234730submit/tizen/20200806.040127accepted/tizen/unified/20200810.123044accepted/tizen/6.0/unified/hotfix/20201103.050049accepted/tizen/6.0/unified/20201030.120611tizen_6.0_hotfixtizen_6.0accepted/tizen_6.0_unified_hotfixaccepted/tizen_6.0_unifiedDoHyun Pyun1-1/+1
2020-02-18Stop scan on sensor when no monitoring applicationsubmit/tizen/20200218.012430accepted/tizen/unified/20200218.145853Abhay Agarwal3-39/+9
2020-02-07ua-daemon: Fix memory leak during initsubmit/tizen/20200210.035428accepted/tizen/unified/20200210.131729Abhay Agarwal1-1/+1
2020-02-07ua-db: Fix negative returnsAbhay Agarwal3-5/+13
2020-02-07ua-daemon: Fix resource leak, possible NULL derefernce and coverity issuesAbhay Agarwal1-23/+27
2020-02-07plugin handler: Fix resource leak because of payloadAbhay Agarwal3-6/+7
2020-01-28Simultaneously start presence and absence detectionAbhay Agarwal2-51/+23
2020-01-16Add support to report light sensor status changeAbhay Agarwal4-6/+25
2020-01-16Fix check for db file sizeAbhay Agarwal2-2/+2
2019-12-30Fix device payload update querysubmit/tizen/20191230.073018accepted/tizen/unified/20200101.120602Abhay agarwal2-26/+17
2019-12-30Fix device service list in ua-manager for NULL payloadsAbhay agarwal4-8/+93
2019-12-30Store payload device user data in databaseAbhay agarwal7-59/+159
2019-12-30Set length for payload device uidAbhay agarwal9-33/+53
2019-12-30Fix payload copy functionsAbhay agarwal2-3/+15
2019-12-30update handle device detected for payload handlingAbhay agarwal8-14/+62
2019-12-30update svc_dev list while registering device to serviceAbhay agarwal2-21/+28
2019-12-30Update registered device list to plugin with payload informationAbhay agarwal4-4/+55
2019-12-30Update svc_dev info while adding payload to serviceAbhay agarwal6-17/+75
2019-12-30Add service-device-payload list in device techAbhay agarwal4-68/+152
2019-12-30Fix copy function of payloadAbhay agarwal1-6/+4
2019-12-30Do not return from uam core initialization if no data in databaseAbhay agarwal1-54/+56
2019-12-30Update core payload list from database during initAbhay agarwal4-34/+93
2019-12-30Add database API to get all payloadsAbhay agarwal1-65/+51
2019-12-30Add API to get payloads listAbhay agarwal5-19/+127
2019-12-30Add database APIs to update device service payload infoAbhay agarwal8-100/+214
2019-12-30Fix device payload insertAbhay agarwal3-13/+18
2019-12-30Add ua-manager core API to insert payload information to a serviceAbhay agarwal8-10/+99
2019-12-30Add database API to insert device payloadAbhay agarwal5-5/+523
2019-12-30Add ua-manager core APIs to insert payload informationAbhay agarwal5-2/+49
2019-12-30Remove payload from deviceAbhay agarwal8-137/+27
2019-12-30Seperate payload database table from device tableAbhay agarwal4-6/+68
2019-12-30Rename duid to device_uidAbhay agarwal9-34/+34
2019-12-30Rename ble payload purpose to secondary keyAbhay agarwal8-19/+19
2019-12-30Rename ble payload service_id to primary_keyAbhay agarwal8-22/+22
2019-12-12Fix crash issuesubmit/tizen/20191212.070841accepted/tizen/unified/20191213.042448saerome.kim2-2/+3
2019-12-11Change UAM_ASYNC_REQUEST_TIMEOUT to 11 from 10 secLokesh2-2/+2
2019-12-05Remove unnecessary error logsubmit/tizen/20191205.122156accepted/tizen/unified/20191205.142656saerome.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/20191129.113310accepted/tizen/unified/20191201.221537Lokesh5-29/+41
2019-11-29Fix the problem that can't access the device-users tablesubmit/tizen/20191129.055159saerome.kim3-29/+29
2019-11-26Remove error-logging when removing un-opened DBsubmit/tizen/20191126.004258accepted/tizen/unified/20191126.124635saerome.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