summaryrefslogtreecommitdiff
path: root/src/components/application_manager/src
Commit message (Expand)AuthorAgeFilesLines
...
* | | Fixes responses 'success' value in case of UNSUPPORTED_RESOURCE (#1576)Andrey Oleynik (GitHub)2017-11-023-16/+37
* | | Fix case sensitive app name and id comparison (#1614)Andrii Kalinich (GitHub)2017-11-023-6/+9
* | | Merge pull request #1611 from AKalinich-Luxoft/fix/fix_subscribevehicledata_s...JackLivio2017-11-021-2/+12
|\ \ \
| * | | Fix SubscribeVehicleData request subscriptionsAKalinich-Luxoft2017-06-141-2/+12
| | |/ | |/|
* | | RC capabilities is set in RC.GetCapabilities, not UI.GetCapabilitiesfix/rc_capabilitiesjacobkeeler2017-10-123-15/+13
* | | Reject invalid enum values in video paramsfix/validate_video_params_enumsjacobkeeler2017-10-061-14/+20
* | | Fix compilation warning #1789JackLivio2017-09-292-9/+9
* | | Revert "fix: build break with ENABLE_LOG=OFF"revert-1789-fix/build_break_without_logJackLivio2017-09-282-9/+9
* | | Merge pull request #1789 from shoamano83/fix/build_break_without_logJackLivio2017-09-282-9/+9
|\ \ \
| * | | Remove temporary value app_idSho Amano2017-09-281-7/+5
| * | | fix: build break with ENABLE_LOG=OFFSho Amano2017-09-282-4/+6
| | |/ | |/|
* | | Add `remoteControl` to HMICapability struct in Mobile APIfix/remote_control_supportedJacob Keeler2017-09-264-0/+26
* | | Merge pull request #1775 from smartdevicelink/fix/update_mobile_api_4.4.0Jacob Keeler2017-09-261-3/+0
|\ \ \
| * | | Update MOBILE_API.xml to match `rpc_spec` repofix/update_mobile_api_4.4.0jacobkeeler2017-09-221-3/+0
* | | | Merge pull request #1776 from JackLivio/fix/haptic_data_nav_onlyJackLivio2017-09-251-1/+16
|\ \ \ \
| * | | | Require nav or projection app for SendHapticDataJackLivio2017-09-251-1/+16
| |/ / /
* | | | Merge pull request #1763 from shoamano83/fix/enable_system_capabilities_from_...JackLivio2017-09-251-0/+9
|\ \ \ \ | |/ / / |/| | |
| * | | Remove unnecessary set_xxx_supported() callsSho Amano2017-09-221-3/+0
| * | | fix: update supported flags of system capabilities when reading from fileSho Amano2017-09-131-0/+12
| |/ /
* | | Fix style issuesfix/coverity_issues_4.4.0jacobkeeler2017-09-211-3/+3
* | | Fix resource leaks introduced in RC baselinejacobkeeler2017-09-212-9/+4
* | | Fix SDL crash on exit/unregistering of non-RC applicationAKalinich-Luxoft2017-09-182-2/+3
|/ /
* | Merge pull request #1746 from ChrisB-Elektrobit/feature/metadata_taggingJacob Keeler2017-09-072-2/+62
|\ \
| * | - performed renamings suggested in smartdevicelink/sdl_evolution#239ChrisB-Elektrobit2017-08-172-8/+7
| * | - changing Show Request metadata but no data warning result code from IGNORED...ChrisB-Elektrobit2017-08-171-1/+1
| * | - adding warning result code and info message to ShowResponse to handleChrisB-Elektrobit2017-08-141-4/+18
| * | - removed some extraneous logging to clean up the code a bitChrisB-Elektrobit2017-08-111-12/+4
| * | - added new ShowRequest::HandleMetadata function for the Show RPC toChrisB-Elektrobit2017-08-082-0/+55
* | | Merge pull request #1620 from AByzhynar/fix/FixFactoryDefaultsJacob Keeler2017-09-072-5/+47
|\ \ \
| * | | Fix SDL behavior in case of MASTER_RESET & FACTORY_DEFAULTSVeronica Veremjova2017-06-212-5/+47
| | |/ | |/|
* | | Merge pull request #1634 from LitvinenkoIra/fix/SDL_sends_BC.UpdateDeviceList...Jacob Keeler2017-09-061-2/+5
|\ \ \
| * | | Add limitation of size for deviceList in BC.UpdateDeviceList RPCSergey Levchenko (GitHub)2017-06-211-2/+5
| |/ /
* | | Add missed DCHECKsAlexander Kutsan2017-09-063-0/+5
* | | Fix style after develop mergeAlexander Kutsan2017-09-054-11/+8
* | | fix of non getting NONE by OnRemoteControlSettings(false)Igor Kovalenko2017-09-051-0/+13
* | | Merge branch 'develop' into feature/sdl_remote_control_baselineAndrii Kalinich (GitHub)2017-09-059-4/+293
|\ \ \
| * \ \ Merge pull request #1712 from masatoogawa/feature/send_haptic_dataJacob Keeler2017-09-058-3/+291
| |\ \ \
| | * | | Removed converting HMI App IDMasato Ogawa2017-08-281-1/+0
| | * | | Removed check of Application registrationMasato Ogawa2017-08-281-17/+0
| | * | | Updated according to changing SendHapticData designMasato Ogawa2017-08-281-1/+4
| | * | | Updated license headersMasato Ogawa2017-08-283-3/+3
| | * | | Updated license headersMasato Ogawa2017-08-243-0/+9
| | * | | Add hapticSpatialDataSupported into VideoStreamingCapabilityMasato Ogawa2017-08-231-0/+1
| | * | | Move SendHapticData to request/response sectionMasato Ogawa2017-08-221-11/+11
| | * | | Use bool operator for consistencyMasato Ogawa2017-08-221-2/+2
| | * | | Removed a unused member and header filesMasato Ogawa2017-08-221-12/+0
| | * | | Implement SendHapticData RPCMasato Ogawa2017-08-228-0/+305
| * | | | Fix/issue 1737 (#1739)fronneburg2017-08-291-1/+2
| |/ / /
* | | | Fix undefined behaviour in several casesAlexander Kutsan2017-08-311-1/+4
* | | | Split SDLEvent enum and interfaces into two partsAndrey Oleynik2017-08-303-8/+8