saerome.kim [Tue, 13 Aug 2019 03:54:56 +0000 (12:54 +0900)]
Fixed security 3rd vulnerability issues.
Change-Id: I8857c60b9f424d927440c07cd96e014263bc977d
Signed-off-by: saerome.kim <saerome.kim@samsung.com>
saerome.kim [Mon, 12 Aug 2019 01:45:53 +0000 (10:45 +0900)]
backout detection parameters
- detection cycle: 60sec -> 900sec
- detection window : 60sec
- max. detection period: 50sec -> 290sec
Change-Id: Ie4c09cd4a73246864d42d7af36c58fec8cea8b8b
Signed-off-by: saerome.kim <saerome.kim@samsung.com>
Abhay agarwal [Tue, 6 Aug 2019 09:50:31 +0000 (15:20 +0530)]
Fix ble payload NULL issue
Change-Id: If2b186cfeea63fb9a0ebae5cffb5f6bbfa548074
Signed-off-by: Abhay agarwal <ay.agarwal@samsung.com>
Lokesh [Mon, 5 Aug 2019 09:47:40 +0000 (15:17 +0530)]
Use memcpy/memdup as there can be intermediate NULLs in BLE payload
Change-Id: Icc684c590d4af8c2c3ad33e6d49429e67bdd7a41
Signed-off-by: Lokesh <l.kasana@samsung.com>
Abhay agarwal [Thu, 1 Aug 2019 09:53:12 +0000 (15:23 +0530)]
Update APIs to set/get BLE payload
Change-Id: I97ca8cef7658d63bf47046ccd9ecb5ab4a9b9333
Signed-off-by: Abhay agarwal <ay.agarwal@samsung.com>
saerome.kim [Tue, 6 Aug 2019 00:52:44 +0000 (09:52 +0900)]
Fixed vulnerability issues.
Added out-of-memory error code.
Change-Id: I3efc6f1dd82b81f4d05646e36325bb5f5d9330b0
Signed-off-by: saerome.kim <saerome.kim@samsung.com>
saerome.kim [Mon, 5 Aug 2019 10:53:15 +0000 (19:53 +0900)]
Implemented ua_udpate_device API
Implemented discriminant functionality
Change-Id: Id85aeedebd5323e6539a09a29297805b6fe30ebf
Signed-off-by: saerome.kim <saerome.kim@samsung.com>
saerome.kim [Tue, 30 Jul 2019 11:14:47 +0000 (20:14 +0900)]
Fixed build error
Change-Id: I6c8f6ad3e8dcc51e7f42c84336deb3adb91b9bcd
Signed-off-by: saerome.kim <saerome.kim@samsung.com>
saerome.kim [Tue, 30 Jul 2019 07:56:07 +0000 (16:56 +0900)]
Fixed crash if all devices are removed during reporting ABSENCE event.
Change-Id: Id7e0822b4c2f636881b08f41064d94212e5e57e0
Signed-off-by: saerome.kim <saerome.kim@samsung.com>
saerome.kim [Tue, 30 Jul 2019 01:46:27 +0000 (10:46 +0900)]
Deleted multiple macros in the same meaning.
Change-Id: Ia9e0cab1dc62104d2ca799f9ecc5c66a43948814
Signed-off-by: saerome.kim <saerome.kim@samsung.com>
saerome.kim [Tue, 30 Jul 2019 01:29:12 +0000 (10:29 +0900)]
Removed redundant codes related to DB management.
Change-Id: Id8bc6dc853c9e20559f8b5bbfd172e2e829149f5
Signed-off-by: saerome.kim <saerome.kim@samsung.com>
saerome.kim [Mon, 29 Jul 2019 23:52:46 +0000 (08:52 +0900)]
Modified to create tablses after creating new DB file in case of DB
error.
Change-Id: I85833d74b5f0652c0f7c48882d1e08c3170c0449
Signed-off-by: saerome.kim <saerome.kim@samsung.com>
Abhay agarwal [Mon, 29 Jul 2019 08:28:29 +0000 (13:58 +0530)]
Fix db integrity check
Change-Id: I9227598ad860ea925dce54cd6912ce74086d0af6
Signed-off-by: Abhay agarwal <ay.agarwal@samsung.com>
Nishant Chaprana [Thu, 25 Jul 2019 14:00:31 +0000 (19:30 +0530)]
[Fix] device insertion failed issue due to mismatched query arguments.
Change-Id: I30aa462cfed2199c7d30630b7bc1f7d254ee1a55
Signed-off-by: Nishant Chaprana <n.chaprana@samsung.com>
Abhay agarwal [Thu, 25 Jul 2019 13:07:49 +0000 (18:37 +0530)]
Add DB integrity check
Change-Id: Ie4f3a26069193b047b4c0c80e2ef9a99b9de7f12
Signed-off-by: Abhay agarwal <ay.agarwal@samsung.com>
Nishant Chaprana [Thu, 25 Jul 2019 11:12:17 +0000 (16:42 +0530)]
Update discriminant functionality
This patch removes DBUS api for updating discriminant variable at runtime.
The variable should be updated at device addition time.
The patch also adds support for fetching discriminant value from database.
Change-Id: Ie4723eb0e7bac3290c9047544e97add4cdd38954
Signed-off-by: Nishant Chaprana <n.chaprana@samsung.com>
Abhay agarwal [Thu, 25 Jul 2019 09:09:03 +0000 (14:39 +0530)]
Fix svace issue and remove not used files
Change-Id: Ib8f6e9be2db8eef8e8b27120c7be86597c42e443
Signed-off-by: Abhay agarwal <ay.agarwal@samsung.com>
saerome.kim [Thu, 25 Jul 2019 06:02:13 +0000 (15:02 +0900)]
Added discriminant functionality
This function is used to set/get 'discriminant' flag to determine
whether a device to be deteced or not.
Change-Id: I3797b778d050dfb1a6a3c2386ca87a19e6b3e521
Signed-off-by: saerome.kim <saerome.kim@samsung.com>
saerome.kim [Wed, 24 Jul 2019 07:36:58 +0000 (16:36 +0900)]
Fixed build error due to wrong dbus policy.
Change-Id: I302a9fce5c1932ceb0899b3b07096998edf7bf69
Signed-off-by: saerome.kim <saerome.kim@samsung.com>
INSUN PYO [Mon, 8 Jul 2019 11:04:25 +0000 (20:04 +0900)]
Delete meaningless configuration
Change-Id: I9e67a45241f7cc80f8ea58049653d06771180c7b
Nishant Chaprana [Tue, 23 Jul 2019 15:37:38 +0000 (21:07 +0530)]
Corrected type of last_seen variable from [long long int] to [long]
Change-Id: Ic5405eb3cf92e40f65dca4334304406a6311e5aa
Signed-off-by: Nishant Chaprana <n.chaprana@samsung.com>
Abhay agarwal [Tue, 23 Jul 2019 11:12:55 +0000 (16:42 +0530)]
remove device from service when device being removed
Change-Id: I6f484976fe27e8bc054f35e7773bb43b5c080c70
Signed-off-by: Abhay agarwal <ay.agarwal@samsung.com>
Abhay agarwal [Mon, 22 Jul 2019 13:35:26 +0000 (19:05 +0530)]
update service list in init
Change-Id: I109b9ced98f5701fa72f0f27322f05e72dae5ac2
Signed-off-by: Abhay agarwal <ay.agarwal@samsung.com>
saerome.kim [Mon, 22 Jul 2019 03:48:49 +0000 (12:48 +0900)]
Removed useless dbus configuration.
Change-Id: Ie5433271c229e8fa995434bf32ae49dc902af21e
Signed-off-by: saerome.kim <saerome.kim@samsung.com>
Nishant Chaprana [Fri, 19 Jul 2019 11:39:32 +0000 (17:09 +0530)]
Sending timestamp for Presence and Absence event of user.
Change-Id: I1832053850e9afd8f84f05ee93093138bc1c0f72
Signed-off-by: Nishant Chaprana <n.chaprana@samsung.com>
saerome.kim [Fri, 19 Jul 2019 03:55:45 +0000 (12:55 +0900)]
Modified so that motion/light sensors can be detected even if a user or
a device is not added.
Change-Id: I6722fdf204fdec72b26628205b29e9536e572fee
Signed-off-by: saerome.kim <saerome.kim@samsung.com>
Lokesh [Tue, 16 Jul 2019 08:31:29 +0000 (14:01 +0530)]
Added two APIs(service category support) in header file
1/ _uam_request_get_service_users
2/ _uam_request_get_service_devices
Change-Id: I97cfbe7967cf0945008982af2d7f999cdb2af4aa
Signed-off-by: Lokesh <l.kasana@samsung.com>
Nishant Chaprana [Mon, 15 Jul 2019 10:05:01 +0000 (15:35 +0530)]
Removed redundant check for list pointer in __uam_core_get_dev_tech_info()
Change-Id: Ic7cb291b8927c4e0cd4604e1a4d5e32d2358c774
Signed-off-by: Nishant Chaprana <n.chaprana@samsung.com>
Nishant Chaprana [Mon, 15 Jul 2019 09:57:32 +0000 (15:27 +0530)]
Fixed Tizen coding guidelines warnings
Change-Id: Ic51b6b45398b3420073e190341c1a82ca0070b52
Signed-off-by: Nishant Chaprana <n.chaprana@samsung.com>
Abhay agarwal [Fri, 12 Jul 2019 12:05:00 +0000 (17:35 +0530)]
Added service category APIs
Change-Id: I92c16e1cdef0b6bfd92b0d60d223e0aea6b50157
Signed-off-by: Abhay agarwal <ay.agarwal@samsung.com>
saerome kim [Fri, 12 Jul 2019 08:35:02 +0000 (17:35 +0900)]
Fixed OS type mismatching problem.
Plugin devloper may intiailze OS type either UAM_OS_TYPE_UNDIFIEND or
UAM_OS_TYPE_INVAILD. but ua-manager handles only UAM_OS_TYPE_INVAILD.
This patch make ua-manager handles both UNDEFINED and INVALID cases.
Change-Id: Ib3de0e12064046252763ae289671cb029e2732f0
Signed-off-by: saerome kim <saerome.kim@samsung.com>
saerome.kim [Thu, 11 Jul 2019 12:19:20 +0000 (21:19 +0900)]
chaged detection parameters
- detection cycle 60sec
- detection window 50sec
Change-Id: Id929f8cc257774a292d8d05fd69fb2a862c61703
Signed-off-by: saerome.kim <saerome.kim@samsung.com>
saerome.kim [Thu, 11 Jul 2019 09:36:19 +0000 (18:36 +0900)]
Fixed crash due to double free.
g_dbus_proxy_call or g_dbus_method_invocation free the gvariant
input parameter in the function.
Change-Id: Id46bef23abb05c2658a20cfd33bb09f1536dd684
Signed-off-by: saerome.kim <saerome.kim@samsung.com>
Jung Jihoon [Wed, 10 Jul 2019 11:06:00 +0000 (20:06 +0900)]
Fix Coverity issues
- Resource leaks
1047595 1047599 1047606 1047610 1047613 1047618
1047621 1047628 1049995 1047614 1050025 1047600
- dereference before null check : 1074416
- Unreachable code : 1047594
Change-Id: Ia4f90384b26687c315926e7a8af77465bac17385
Signed-off-by: Jung Jihoon <jh8801.jung@samsung.com>
saerome kim [Wed, 10 Jul 2019 12:39:34 +0000 (21:39 +0900)]
Fixed build error
Change-Id: Ieecee53607c6bf3990f90255a145c8d8bf372eb5
Signed-off-by: saerome kim <saerome.kim@samsung.com>
Nishant Chaprana [Wed, 10 Jul 2019 11:44:48 +0000 (17:14 +0530)]
Store newly allcoated IP address in tech->addresses list
When device was not having IP address and it is found that new IP address
has been allocated to the device, then we need to store this IP address
in tech->addresses list.
Change-Id: I973db47a8655ea321063fd77947e88751156fd83
Signed-off-by: Nishant Chaprana <n.chaprana@samsung.com>
Atul Rai [Fri, 5 Jul 2019 05:31:41 +0000 (11:01 +0530)]
Added reset database API support
Change-Id: Idc68144da18c2c2d328a0dda2cb50c58bcf0194d
Signed-off-by: Atul Rai <a.rai@samsung.com>
saerome kim [Thu, 4 Jul 2019 10:45:43 +0000 (19:45 +0900)]
Added api documentation
- it is needed to describe how internal API work.
Change-Id: I209468bb99590686f25c1b4c0b3a13a8542d343c
Signed-off-by: saerome kim <saerome.kim@samsung.com>
saerome kim [Fri, 28 Jun 2019 11:27:06 +0000 (20:27 +0900)]
Changed the app to transmit the event to the bundle in the suspend state.
Change-Id: I048f27cf42d9aff88cdacd0f10aef31bac15b614
Signed-off-by: saerome kim <saerome.kim@samsung.com>
Abhay agarwal [Thu, 20 Jun 2019 10:16:46 +0000 (15:46 +0530)]
Fixed duplicate entries for absent users
Change-Id: I820b4c3d3fe6af79629fecd998b253fe615ffed6
Signed-off-by: Abhay agarwal <ay.agarwal@samsung.com>
Atul Rai [Tue, 18 Jun 2019 10:33:39 +0000 (16:03 +0530)]
Fixed memory leak in _uam_core_deinit()
Change-Id: I841122907ab0b3d93e02697b8d44d085cded819f
Signed-off-by: Atul Rai <a.rai@samsung.com>
Atul Rai [Tue, 18 Jun 2019 10:33:04 +0000 (16:03 +0530)]
Fixed start detection logic
Change-Id: I832dc8858b51a9ea14bd941daa70416083185901
Signed-off-by: Atul Rai <a.rai@samsung.com>
Atul Rai [Tue, 18 Jun 2019 10:32:11 +0000 (16:02 +0530)]
Deny Add/Remove operations for default service
Change-Id: I0549aa051c984d336407a883a2fff785d155a1be
Signed-off-by: Atul Rai <a.rai@samsung.com>
Atul Rai [Fri, 14 Jun 2019 03:33:21 +0000 (09:03 +0530)]
Fixed issues in service addition/removal logic
Change-Id: I9bcbbc93bc79d5a65ac80ddfc854b0ca77e8cafc
Signed-off-by: Atul Rai <a.rai@samsung.com>
Abhay agarwal [Wed, 12 Jun 2019 12:04:22 +0000 (17:34 +0530)]
Fix service database queries
Change-Id: I215f37f7b3825de58ff939c6f086b11d8b81916d
Signed-off-by: Abhay agarwal <ay.agarwal@samsung.com>
Atul Rai [Wed, 12 Jun 2019 03:20:28 +0000 (08:50 +0530)]
Fixed service Add/Remove user API signature
Change-Id: I6dec259a401b2a0a79dd2dde1604f6f798ee03cb
Signed-off-by: Atul Rai <a.rai@samsung.com>
Atul Rai [Tue, 11 Jun 2019 14:24:02 +0000 (19:54 +0530)]
Fix service_detection_cycle GET/SET APIs
Change-Id: Ie6dc128d8a63418800a213fb71cf8b0eb8d638ef
Signed-off-by: Atul Rai <a.rai@samsung.com>
Atul Rai [Tue, 11 Jun 2019 14:05:25 +0000 (19:35 +0530)]
Fixed User PRESENCE/ABSENCE event handling
Change-Id: Id5ae0534947fc33ba72e741d926f95f1188c8b4b
Signed-off-by: Atul Rai <a.rai@samsung.com>
Abhay agarwal [Tue, 11 Jun 2019 13:51:46 +0000 (19:21 +0530)]
[UA API] Add/modify UA APIs
This patch adds following UA APIs:
1/ _uam_service_add_user
2/ _uam_service_remove_user
3/ _uam_service_add_device
4/ _uam_service_remove_device
5/ _uam_set_service_detection_cycle
6/ _uam_get_service_detection_cycle
It also modified signature of following UA APIs:
1/ _uam_start_presence_detection
2/ _uam_stop_presence_detection
3/ _uam_start_absence_detection
4/ _uam_stop_absence_detection
Change-Id: If5ad6c0f608ac8f66ce265c22bf0cfd1fe7772c0
Signed-off-by: Abhay agarwal <ay.agarwal@samsung.com>
Atul Rai [Tue, 11 Jun 2019 13:50:26 +0000 (19:20 +0530)]
Added API to set detection window
This patch does following:
1/ Remove APIs to get/set detection parameters
2/ Remove json config which stores detection params
3/ Add API to set detection window
Change-Id: I15b459dee545bc9763615f6bc2c65be17fb96b29
Signed-off-by: Atul Rai <a.rai@samsung.com>
Atul Rai [Tue, 11 Jun 2019 10:11:47 +0000 (15:41 +0530)]
Add read/write operation for service info in UA DB
Change-Id: I3fc1955bab8e93f3e3002df72f6f5a9df720ef55
Signed-off-by: Atul Rai <a.rai@samsung.com>
Abhay agarwal [Tue, 11 Jun 2019 13:47:06 +0000 (19:17 +0530)]
Added service info into UA DB and provide access APIs
Change-Id: I2da914a42bf24985d22c5b6dce5e968b51f993f0
Signed-off-by: Abhay agarwal <ay.agarwal@samsung.com>
Atul Rai [Tue, 11 Jun 2019 09:17:27 +0000 (14:47 +0530)]
Modify PRESENCE/ANSENCE event handling
This patch modifies user PRESENCE/ABSENCE event handling to
incorporate service based event sending.
Change-Id: I1e89373afdb99d1347b926262c76352d879dd1f6
Signed-off-by: Atul Rai <a.rai@samsung.com>
Atul Rai [Tue, 11 Jun 2019 05:44:25 +0000 (11:14 +0530)]
Auto add default service to each device
This patch creates default service "ua.service.default" if not already
present and adds it to the newly registered device's service list.
Change-Id: Ied15fd3616ee87b636a9bec679094e5413c2b1ca
Signed-off-by: Atul Rai <a.rai@samsung.com>
Atul Rai [Mon, 10 Jun 2019 15:16:41 +0000 (20:46 +0530)]
Implement service based PRESENCE/ABSENCE detection
Change-Id: I66f3c618c95399a99ac6d2d569ca00cce5869331
Signed-off-by: Atul Rai <a.rai@samsung.com>
Atul Rai [Mon, 10 Jun 2019 05:35:16 +0000 (11:05 +0530)]
Implement GET/SET service detection cycle APIs
Change-Id: I8115152142f5f53e3c84765e7f9815713a402dd7
Signed-off-by: Atul Rai <a.rai@samsung.com>
Atul Rai [Thu, 6 Jun 2019 13:07:58 +0000 (18:37 +0530)]
Added APIs to add/remove user and device to service
Change-Id: Ic2a96e869903068779265280105f2c6bf0c7c52b
Signed-off-by: Atul Rai <a.rai@samsung.com>
saerome kim [Thu, 13 Jun 2019 08:01:26 +0000 (17:01 +0900)]
Removed 'cap_net_admin' and 'ep' options in service file.
Change-Id: I78ae7df02b1745186644045ed520fa8a318788fd
Signed-off-by: saerome kim <saerome.kim@samsung.com>
Atul Rai [Tue, 4 Jun 2019 09:34:38 +0000 (15:04 +0530)]
Fixed start/stop active scan functionality
This patch adds support to handle start/stop active scan from multiple
applications simultaneously.
Change-Id: Ief32d9b9b743fc9d76731aee1829baf9b9536452
Signed-off-by: Atul Rai <a.rai@samsung.com>
saerome kim [Mon, 3 Jun 2019 11:30:24 +0000 (20:30 +0900)]
Fixed Tizen coding rule violations
Change-Id: I86eeae7d65d58398e1d4be3c10e48180c8a1decd
Signed-off-by: saerome kim <saerome.kim@samsung.com>
Abhay agarwal [Tue, 28 May 2019 14:00:26 +0000 (19:30 +0530)]
add app launcher
Change-Id: Ie82336dfd5bb8d86174d8805bd45336aec38e7fe
Signed-off-by: Abhay agarwal <ay.agarwal@samsung.com>
Abhay agarwal [Fri, 24 May 2019 11:28:51 +0000 (16:58 +0530)]
Added support for on_demand_scan
Change-Id: I0f7c1fcceb920cbffabe864a1385c5b04612b1d0
Signed-off-by: Abhay agarwal <ay.agarwal@samsung.com>
Atul Rai [Mon, 20 May 2019 11:41:35 +0000 (17:11 +0530)]
Add plugin APIs and cb to support active device scan
This patch adds APIs and callback on sensor plugin interface to support
immediate scanning for active devcies in proximity.
Change-Id: I803a920f1aff0a67ba288cf8a573e8b6b9ae179b
Signed-off-by: Atul Rai <a.rai@samsung.com>
saerome kim [Thu, 16 May 2019 06:58:40 +0000 (15:58 +0900)]
Fixed securiti issue.
- Security team requested apply the smack rule to the db files so that
only ua-manager can get access to the db files.
Change-Id: I454153a5167a66d61003f947cc93d53aaba1a915
Signed-off-by: saerome kim <saerome.kim@samsung.com>
Atul Rai [Tue, 7 May 2019 03:28:03 +0000 (08:58 +0530)]
Added last seen timestamp in uam_device_info_t
Change-Id: Id48102119eae0c2a536147eba3fea45e39d7a995
Signed-off-by: Atul Rai <a.rai@samsung.com>
Atul Rai [Wed, 24 Apr 2019 14:33:13 +0000 (20:03 +0530)]
Added DETECTION STARTED/STOPPED event
Change-Id: Idc03c7961c77cfc01d1b5bdf8fe724bc9a38ec4e
Signed-off-by: Atul Rai <a.rai@samsung.com>
saerome.kim [Thu, 18 Apr 2019 11:10:07 +0000 (20:10 +0900)]
Fixed crash when UTC with Wi-Fi dummy plugin.
Added error code UAM_ERROR_NOT_INITIALIZED
Change-Id: I42542f5281a31a4d5f78b40e6b949cb90be4456d
Signed-off-by: saerome.kim <saerome.kim@samsung.com>
saerome.kim [Wed, 17 Apr 2019 05:50:11 +0000 (14:50 +0900)]
Add dbus policy rule.
- Allowed 'users' can access net.uamd/net.uamd.enabler dbus objects.
Change-Id: Id11ed40ac918c2329b6a36bb96decb1585a2a4e9
Signed-off-by: saerome.kim <saerome.kim@samsung.com>
Atul Rai [Wed, 3 Apr 2019 07:23:06 +0000 (12:53 +0530)]
Fixed invalid memory access [SVACE ID: 414657]
Change-Id: I98e5a6528da2c60916216b814ce4ca0fb146994b
Signed-off-by: Atul Rai <a.rai@samsung.com>
Jihoon Jung [Wed, 3 Apr 2019 04:32:55 +0000 (13:32 +0900)]
Fix Svace issue : access memory after free
Change-Id: I7cd057b2b6956161a34d2033878c52e05e1267e3
Signed-off-by: Jihoon Jung <jh8801.jung@samsung.com>
Atul Rai [Tue, 26 Mar 2019 04:53:04 +0000 (10:23 +0530)]
Added support for GET/SET detection parameters
Change-Id: I7c8d3448fc31fbc7bed714240585a1bb043b04b6
Signed-off-by: Atul Rai <a.rai@samsung.com>
Atul Rai [Wed, 20 Mar 2019 11:12:40 +0000 (16:42 +0530)]
Handle NULL account in add_device_cb from cloud plugin
Change-Id: Iebf37b1d4029d23f795f02d27d60ffe349bbcd92
Signed-off-by: Atul Rai <a.rai@samsung.com>
Atul Rai [Wed, 20 Mar 2019 11:09:11 +0000 (16:39 +0530)]
Aligned OS type across all interface headers
Change-Id: I2d6d44358f350e42d4846709c25a3441454adc04
Signed-off-by: Atul Rai <a.rai@samsung.com>
Mayank Haarit [Thu, 14 Mar 2019 15:29:33 +0000 (20:59 +0530)]
Remove VD_REQ for power plugin related part
Change-Id: I22c77430f9c3b01aee1eb92c82a28c74d2ec5664
Signed-off-by: Mayank Haarit <mayank.h@samsung.com>
Atul Rai [Thu, 14 Mar 2019 10:26:33 +0000 (15:56 +0530)]
Added cloud plugin API and callback implementation
Signed-off-by: Atul Rai <a.rai@samsung.com>
Atul Rai [Thu, 14 Mar 2019 10:24:41 +0000 (15:54 +0530)]
Modified cloud plugin interface and plugin include dir
Signed-off-by: Atul Rai <a.rai@samsung.com>
Atul Rai [Thu, 14 Mar 2019 06:01:45 +0000 (11:31 +0530)]
[Fix review comments] Modify plugin directory path
Signed-off-by: Atul Rai <a.rai@samsung.com>
Atul Rai [Thu, 14 Mar 2019 05:09:24 +0000 (10:39 +0530)]
Fixed Tizen coding rule errors
Signed-off-by: Atul Rai <a.rai@samsung.com>
Atul Rai [Thu, 14 Mar 2019 05:03:07 +0000 (10:33 +0530)]
Added Cloud plugin handler in ua-manager
Signed-off-by: Atul Rai <a.rai@samsung.com>
Atul Rai [Tue, 12 Mar 2019 11:40:40 +0000 (17:10 +0530)]
Add app to monitor list if detection is already started
Signed-off-by: Atul Rai <a.rai@samsung.com>
Atul Rai [Mon, 11 Mar 2019 10:51:21 +0000 (16:21 +0530)]
Fixed ua-client cleanup on app termination
Signed-off-by: Atul Rai <a.rai@samsung.com>
saerome.kim [Mon, 11 Mar 2019 08:28:34 +0000 (17:28 +0900)]
Fixed build error due to dbus-policy checker
- how to test
: dbus-policychecker /etc/dbus-1/system.d/net.uamd.conf
Signed-off-by: saerome.kim <saerome.kim@samsung.com>
Semun Lee [Fri, 8 Mar 2019 07:21:03 +0000 (16:21 +0900)]
Fix circleci configuration
It will use specific version of gbs.
Change-Id: I54d747dc92910b9717a1a0d7571b2800e452bc41
Signed-off-by: Semun Lee <semun.lee@samsung.com>
Atul Rai [Wed, 6 Mar 2019 05:53:47 +0000 (11:23 +0530)]
Invoke UAM_REQUEST_ADD_DEVICE as ASYNC API
Signed-off-by: Atul Rai <a.rai@samsung.com>
saerome.kim [Thu, 28 Feb 2019 04:38:37 +0000 (13:38 +0900)]
Deleted unnecessary log.
Signed-off-by: saerome.kim <saerome.kim@samsung.com>
saerome.kim [Wed, 27 Feb 2019 09:17:03 +0000 (18:17 +0900)]
Modified to terminate ua-manager when all clients are terminated.
Signed-off-by: saerome.kim <saerome.kim@samsung.com>
saerome.kim [Fri, 22 Feb 2019 09:47:03 +0000 (18:47 +0900)]
Fixed indent issue of the license phrase.
Signed-off-by: saerome.kim <saerome.kim@samsung.com>
Atul Rai [Thu, 21 Feb 2019 10:37:01 +0000 (16:07 +0530)]
Removed VD req for MAX ALLOWED DEVICE restriction
Signed-off-by: Atul Rai <a.rai@samsung.com>
Atul Rai [Fri, 22 Feb 2019 03:34:43 +0000 (09:04 +0530)]
Removed VD specific util plugin from ua-manager
Signed-off-by: Atul Rai <a.rai@samsung.com>
saerome.kim [Thu, 21 Feb 2019 11:40:58 +0000 (20:40 +0900)]
applied dbus auto activation
- implement dbus auto activation by sdding '/net/uamd/enabler'
interface. Currentl, multi-client is not considered.
- disable VD_REQ to avoid guild error.
Signed-off-by: saerome.kim <saerome.kim@samsung.com>
saerome.kim [Mon, 11 Feb 2019 03:59:47 +0000 (12:59 +0900)]
Remove ua-manager-daemon package
Signed-off-by: saerome.kim <saerome.kim@samsung.com>
saerome.kim [Mon, 11 Feb 2019 02:09:53 +0000 (11:09 +0900)]
Added the NOTICE file
Signed-off-by: saerome.kim <saerome.kim@samsung.com>
saerome kim [Thu, 7 Feb 2019 09:45:13 +0000 (18:45 +0900)]
Added a space to see error log cleary.
Signed-off-by: saerome kim <saerome.kim@samsung.com>
saerome kim [Thu, 7 Feb 2019 09:09:17 +0000 (18:09 +0900)]
Fixed svace issues
Signed-off-by: saerome kim <saerome.kim@samsung.com>
Atul Rai [Mon, 4 Feb 2019 06:09:49 +0000 (11:39 +0530)]
Update IP addr in DB on IP addr change for device
Signed-off-by: Atul Rai <a.rai@samsung.com>
Atul Rai [Thu, 31 Jan 2019 07:06:39 +0000 (12:36 +0530)]
Fix is_sensor_ready() API
Signed-off-by: Atul Rai <a.rai@samsung.com>
saerome kim [Fri, 1 Feb 2019 04:01:09 +0000 (13:01 +0900)]
Added a -fPIE option
Signed-off-by: saerome kim <saerome.kim@samsung.com>
saerome kim [Fri, 1 Feb 2019 02:10:32 +0000 (11:10 +0900)]
Fixed indent issues
Signed-off-by: saerome kim <saerome.kim@samsung.com>
saerome kim [Fri, 1 Feb 2019 01:36:44 +0000 (10:36 +0900)]
Fixed build error for 64-bit arch.
build configuration cleand up.
Signed-off-by: saerome kim <saerome.kim@samsung.com>
saerome kim [Wed, 30 Jan 2019 06:05:31 +0000 (15:05 +0900)]
Fixed issue that application regards UA_ERROR_NOT_REGISTERED as
UA_ERROR_NONE
Signed-off-by: saerome kim <saerome.kim@samsung.com>