summaryrefslogtreecommitdiff
path: root/src/components/include
Commit message (Expand)AuthorAgeFilesLines
...
| * | | Removes odd interface, updates TM unit testsAndrey Oleynik (GitHub)2018-01-181-1/+0
| * | | Reverts deprecated interfacesAndrey Oleynik (GitHub)2018-01-187-2/+96
| * | | Adds descriptions, removes unused codeAndrey Oleynik (GitHub)2018-01-1810-41/+36
| * | | Updates mocks and tests, makes code buildable with tests enabledAndrey Oleynik (GitHub)2018-01-188-3/+23
| * | | Adds main logic and related bugfixes for transport switchingAndrey Oleynik (GitHub)2018-01-1812-22/+126
| | |/ | |/|
| * | Add DEPRECATED macro, and fix resulting deprecated warningsjacobkeeler2017-12-043-7/+39
* | | Implement new behavior for OnDriverDistraction.agaliuzov2017-12-222-2/+5
|/ /
* | Use VehicleDataType from MOBILE APi xml imstead of hardcoded valuesAlexander Kutsan2017-11-273-76/+3
* | 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