summaryrefslogtreecommitdiff
path: root/src/components/include
Commit message (Expand)AuthorAgeFilesLines
* Add `remoteControl` to HMICapability struct in Mobile APIfix/remote_control_supportedJacob Keeler2017-09-261-0/+14
* Merge pull request #1620 from AByzhynar/fix/FixFactoryDefaultsJacob Keeler2017-09-072-0/+2
|\
| * Fix SDL behavior in case of MASTER_RESET & FACTORY_DEFAULTSVeronica Veremjova2017-06-212-0/+2
* | Add const and description to some methods of PolicyHandlerSergey Levchenko (GitHub)2017-09-071-0/+10
* | Add missed descriptionsAlexander Kutsan2017-09-062-0/+24
* | Merge pull request #253 from AKalinich-Luxoft/fix/fix_missing_methods_descrip...Alexander Kutsan (GitHub)2017-08-304-103/+231
|\ \
| * | Added/updated description in PolicyManager and UsageStatistics classes for po...AKalinich-Luxoft2017-08-302-50/+116
| * | Added/updated description in PolicyManager and UsageStatistics classes for po...AKalinich-Luxoft2017-08-302-53/+115
* | | Remove unused functionsAndriy Byzhynar2017-08-301-14/+0
|/ /
* | Fix headerguards in changed filesAlexander Kutsan2017-08-2911-33/+33
* | Merge pull request #235 from LitvinenkoIra/fix/EXTERNAL_buildAlexander Kutsan (GitHub)2017-08-281-5/+0
|\ \
| * | Fix EXTERNAL buildIra Lytvynenko2017-08-231-5/+0
* | | Merge pull request #240 from LuxoftAKutsan/fix/removed_not_used_codeAlexander Kutsan (GitHub)2017-08-282-15/+0
|\ \ \
| * | | Remove redundant not used functionsAlexander Kutsan2017-08-252-15/+0
| |/ /
* | | Add missed description for set_rc_capability functionAndriy Byzhynar2017-08-281-0/+5
|/ /
* | Redundant interface removedAlexander Kutsan2017-08-214-23/+0
* | Replace CheckAccess with CheckModule for BaseCommandRequestAndrey Oleynik2017-08-216-47/+0
* | Removes unused interfaces from AccessRemote classAndrey Oleynik2017-08-216-52/+0
* | Removes unused intefaces from Service classAndrey Oleynik2017-08-216-52/+0
* | Removes obsolete enable/disable interfaces from RCAndrey Oleynik2017-08-216-44/+0
* | Removes primary device handling logicAndrey Oleynik2017-08-216-86/+0
* | Removes passenger-related logic from policyAndrey Oleynik2017-08-217-35/+0
* | Removes 'device rank' supportAndrey Oleynik2017-08-216-50/+0
* | Removes unused functionality from CheckAccess() interfaceAndrey Oleynik2017-08-216-48/+33
* | Fixes after rebasing on developAndrey Oleynik2017-08-172-6/+3
* | Implementation of system capabilitiesAlexander Kutsan2017-08-161-17/+13
* | Not related to RC changesAlexander Kutsan2017-08-166-10/+26
* | Implementation of Remote Control pluginAlexander Kutsan2017-08-1619-24/+1543
* | Arhitecture changes for support RC pluginAlexander Kutsan2017-08-163-1/+36
* | Fix style issuesjacobkeeler2017-08-141-4/+4
* | Add video related keys in bson_object_keys.ccSho Amano2017-08-111-0/+4
* | Format codeSho Amano2017-08-111-1/+1
* | fix: wrong service started result may be notifiedSho Amano2017-08-112-3/+9
* | fix: session ID and hash ID may be notified to wrong proxySho Amano2017-08-112-6/+12
* | Deprecate OnServiceStartedCallback()Sho Amano2017-08-112-0/+18
* | Deprecate OnSessionStartedCallback()Sho Amano2017-08-112-0/+28
* | Add implementation for video streaming parametersSho Amano2017-08-1110-16/+79
* | Add video streaming capability in system capabilitySho Amano2017-08-111-0/+30
* | Merge pull request #1713 from smartdevicelink/feature/bson_object_keysJacob Keeler2017-08-101-0/+44
|\ \
| * | Add constants for BSON object keysfeature/bson_object_keysjacobkeeler2017-08-091-0/+44
* | | Merge branch 'fix/merge_protocol_version_enums' into developjacobkeeler2017-08-091-2/+3
|\ \ \ | |/ / |/| |
| * | Use one enum for shorthand Protocol Version rather than twofix/merge_protocol_version_enumsjacobkeeler2017-08-081-2/+3
* | | Use `MaxSupportedProtocolVersion` instead of `EnableProtocolX` to determine p...feature/max_supported_protocol_versionjacobkeeler2017-08-042-3/+3
|/ /
* | Merge pull request #1689 from JackLivio/feature/mobile_projectionJacob Keeler2017-08-012-0/+9
|\ \
| * | Reivew changesJackLivio2017-08-011-2/+4
| * | Mobile Projection Implementation and Unit TestsJackLivio2017-07-272-0/+7
* | | Merge pull request #1679 from smartdevicelink/feature/constructed_payloadsJacob Keeler2017-07-315-1/+30
|\ \ \
| * | | Implement reading and writing constructed payloads for StartService and EndSe...jacobkeeler2017-07-252-1/+14
| * | | Add protocol version 5 with service-specific MTUjacobkeeler2017-07-253-0/+16
| |/ /
* | | Merge pull request #1676 from JackLivio/feature/system_capabilities_queryJackLivio2017-07-311-0/+34
|\ \ \ | |/ / |/| |