summaryrefslogtreecommitdiff
path: root/src/components/remote_control/src
Commit message (Expand)AuthorAgeFilesLines
* Activate app sent at wrong time for RC appshotfix/rc_sends_activate_app_at_wrong_timeJackLivio2017-11-031-1/+0
* Fix possible NULL pointer assignment in Resource Allocation ManagerAKalinich-Luxoft2017-09-181-3/+5
* Fix SDL crash on exit/unregistering of non-RC applicationAKalinich-Luxoft2017-09-182-7/+17
* Removed unused CheckHMILevel functionAlexander Kutsan2017-09-061-25/+0
* Fix response for RC functionality for apss without RC HMI typeAKalinich-Luxoft2017-09-041-0/+6
* Fix undefined behaviour in several casesAlexander Kutsan2017-08-312-14/+16
* Fix after rebaseAndrey Oleynik2017-08-301-34/+0
* Split SDLEvent enum and interfaces into two partsAndrey Oleynik2017-08-302-20/+31
* Implements resource releasing on exit, unregistration, PTU, disablingAndrey Oleynik2017-08-302-5/+60
* Adds more ifdef's, do some changes according to review notesAndrey Oleynik2017-08-301-4/+4
* Moves releasing logic inside ResourceAllocationManagerAndrey Oleynik2017-08-302-14/+57
* Fixes processing of revoked applications for PROPRIETARY modeAndrey Oleynik2017-08-301-0/+5
* Implements resource releasing in different casesAndrey Oleynik2017-08-302-31/+91
* Add descriptions and OVERRIDEs to Access remoteAlexander Kutsan2017-08-293-12/+17
* Fix typo in Aqcuire -> AcquireAlexander Kutsan2017-08-291-3/+3
* Merge pull request #245 from AKalinich-Luxoft/fix/fix_rc_custom_request_timeoutAlexander Kutsan (GitHub)2017-08-292-17/+18
|\
| * Add request controller timeout setter and missing functions descriptionAKalinich-Luxoft2017-08-292-17/+18
* | Merge pull request #248 from AByzhynar/fix/Adding_explicit_namespaces_to_vari...Alexander Kutsan (GitHub)2017-08-291-14/+14
|\ \
| * | Add explicit namespace to variables usageAndriy Byzhynar2017-08-291-14/+14
| |/
* | Fix data race in ResourceAllocationManagerAKalinich-Luxoft2017-08-291-16/+42
|/
* Fix year in RC related filesAlexander Kutsan2017-08-229-9/+9
* Fixes typo in conversion stringAndrey Oleynik2017-08-211-1/+1
* Replace CheckAccess with CheckModule for BaseCommandRequestAndrey Oleynik2017-08-211-8/+6
* Removes unused interfaces from AccessRemote classAndrey Oleynik2017-08-211-3/+1
* Removes unused interfaces from RC MessageHelperAndrey Oleynik2017-08-211-5/+0
* Removes unused intefaces from RCAppExtention classAndrey Oleynik2017-08-211-11/+1
* Removes obsolete enable/disable interfaces from RCAndrey Oleynik2017-08-212-48/+0
* Removes primary device handling logicAndrey Oleynik2017-08-213-80/+0
* Removes unused ModuleHelper classAndrey Oleynik2017-08-211-1/+0
* Removes 'device rank' supportAndrey Oleynik2017-08-213-29/+1
* Removes unused functionality from CheckAccess() interfaceAndrey Oleynik2017-08-211-26/+1
* Remove not actual TODOsAlexander Kutsan2017-08-203-106/+0
* Fixes processing of OnRemoteControlSettings w/o access mode specifiedAndrey Oleynik2017-08-163-17/+44
* Check if capabilities is nullAlexander Kutsan2017-08-162-4/+40
* Style fixAlexander Kutsan2017-08-161-1/+1
* Return unsupported resource instead of invalid dataAlexander Kutsan2017-08-161-1/+1
* Add converting stringto enum in checking button capabilitiesAlexander Kutsan2017-08-161-7/+16
* Check unsuported resource before all other capabilities checksAlexander Kutsan2017-08-161-11/+23
* Do not assert if field is not present in capabilitiesAlexander Kutsan2017-08-161-1/+11
* Fix ButtonName INVALID_DATA response on any requestAKalinich-Luxoft2017-08-161-8/+58
* Fix UNSUPPORTED_RESOURCE response in case HMI RC interface is not availableAKalinich-Luxoft2017-08-161-0/+13
* Fixes validation of SetInteriorVehicleData parameters with HMI capabilitiesAndrey Oleynik2017-08-161-9/+20
* Mark variable as unused to avoid build fail without logsAlexander Kutsan2017-08-161-0/+1
* Avoid double response if resourse in not aqcuiredAlexander Kutsan2017-08-161-3/+7
* Chack capabilities only if capabilities existAlexander Kutsan2017-08-161-2/+4
* Reset allocation resourses on disabling RCAlexander Kutsan2017-08-162-2/+10
* Check capabilities in Set InteriorVehicleData requestAlexander Kutsan2017-08-161-0/+72
* Fixes issues found from ATF testsAndrey Oleynik2017-08-165-53/+66
* Removes obsolete code after fixAndrey Oleynik2017-08-162-110/+0
* Fixes crash on HMI response coming for already deleted requestAndrey Oleynik2017-08-162-53/+79