summaryrefslogtreecommitdiff
path: root/src/components/application_manager/src/smart_object_keys.cc
Commit message (Expand)AuthorAgeFilesLines
* Merge remote-tracking branch 'origin/develop' into feature/full_app_idfeature/full_app_idJackLivio2018-08-231-0/+1
|\
| * Remove unused variablesAndriy Byzhynar2018-08-211-1/+0
| * Implement resumption during Low VoltageAndriy Byzhynar2018-08-211-0/+2
* | Merge branch 'develop' of https://github.com/smartdevicelink/sdl_core into fe...Conlain Kelly2018-07-251-0/+1
|\ \ | |/
| * Merge pull request #2242 from ashwink11/feature/issue_892_AudioStreamingIndic...JackLivio2018-07-191-0/+1
| |\
| | * UT changesAshwin Karemore2018-07-021-0/+1
* | | Merge branch 'develop' of https://github.com/smartdevicelink/sdl_core into fe...Conlain Kelly2018-07-161-0/+3
|\ \ \ | |/ /
| * | Merge pull request #2291 from smartdevicelink/feature/new_vehicle_data_EPB_st...JackLivio2018-07-101-0/+1
| |\ \
| | * | Add electronic park brake status data parameterConlain Kelly2018-06-181-0/+1
| | |/
| * | Merge branch 'develop' of https://github.com/smartdevicelink/sdl_core into fe...fronneburg2018-07-051-0/+1
| |\ \
| | * | Add turn signal data to api and testsConlain Kelly2018-06-211-0/+1
| | |/
| * | Merge branch 'develop' into feat/mt_transport_changesJacob Keeler2018-06-181-4/+30
| |\ \ | | |/
| * | Merge pull request #225 in NAR/sdl-core from feat/network_name_and_notify_hmi...Sho Amano2018-04-041-0/+1
* | | Add full app id parameter, need to use it stillConlain Kelly2018-06-281-0/+1
| |/ |/|
* | Merge pull request #2105 from smartdevicelink/feature/get_system_timeJacob Keeler2018-06-181-4/+13
|\ \
| * \ Merge branch 'develop' into feature/get_system_timeAndrii Kalinich (GitHub)2018-06-051-0/+14
| |\ \
| * | | Implement fully functional GetSystemTime featureAndriy Byzhynar2018-04-061-4/+13
| | |/ | |/|
* | | Merge pull request #2155 from smartdevicelink/feature/mobile_projection_2JackLivio2018-06-131-0/+1
|\ \ \
| * | | Initial implementationIra Lytvynenko2018-05-171-0/+1
| |/ /
* | | Merge remote-tracking branch 'origin/develop' into feature/add_display_namefeature/add_display_nameJackLivio2018-06-111-0/+4
|\ \ \
| * \ \ Merge branch 'develop' into feature/expandable_design_for_proprietary_data_ex...feature/expandable_design_for_proprietary_data_exchangeJacob Keeler2018-05-311-0/+2
| |\ \ \ | | | |/ | | |/|
| | * | Merge pull request #2140 from smartdevicelink/feature/template_imagesJackLivio2018-05-301-0/+1
| | |\ \
| | | * | Provide new image type Image.isTemplatefeature/template_imagesElvis Kuliiev2018-05-141-0/+1
| | | |/
| | * | Add icon resumption parameter to stringsAlexander Kutsan2018-05-251-0/+1
| * | | Initial implementation of Expandable Design for Proprietary Data ExchangeAndriy Byzhynar (GitHub)2018-05-241-0/+1
| |/ /
| * | Merge pull request #2138 from smartdevicelink/feature/expand_put_fileJackLivio2018-05-231-0/+1
| |\ \
| | * | Initial implementationAndriy Byzhynar2018-05-181-0/+1
| | |/
* | | DisplayName ImplementationJackLivio2018-05-231-0/+1
|/ /
* | Merge pull request #2168 from smartdevicelink/feature/new_vehicle_data_fuel_r...fix/sdl_send_retry_one_time_lessJackLivio2018-05-221-0/+1
|\ \
| * \ Merge branch 'develop' into feature/new_vehicle_data_fuel_rangefeature/new_vehicle_data_fuel_rangeJackLivio2018-05-211-0/+1
| |\ \
| * | | Implement Fuel Range Vehicle Data ParameterJackLivio2018-05-031-0/+1
| | |/ | |/|
* | | Merge pull request #2158 from smartdevicelink/feature/0147_template_color_sch...JackLivio2018-05-211-0/+9
|\ \ \ | |_|/ |/| |
| * | Upadte Color Via Set Display Layout and add Reject LogicJackLivio2018-05-021-0/+1
| * | Implementation of color schemesJackLivio2018-04-251-0/+8
| |/
* | Add `engineOilLife` vehicle datafeature/engine_oil_lifejacobkeeler2018-04-261-0/+1
|/
* Fix all misspellings of `subscriptions` in the projectfix/subscriptions_typojacobkeeler2018-03-021-1/+1
* Add `remoteControl` to HMICapability struct in Mobile APIfix/remote_control_supportedJacob Keeler2017-09-261-0/+1
* Merge pull request #1746 from ChrisB-Elektrobit/feature/metadata_taggingJacob Keeler2017-09-071-0/+2
|\
| * - performed renamings suggested in smartdevicelink/sdl_evolution#239ChrisB-Elektrobit2017-08-171-1/+1
| * - added new ShowRequest::HandleMetadata function for the Show RPC toChrisB-Elektrobit2017-08-081-0/+2
* | Merge branch 'develop' into feature/sdl_remote_control_baselineAndrii Kalinich (GitHub)2017-09-051-0/+5
|\ \
| * | Updated according to changing SendHapticData designMasato Ogawa2017-08-281-1/+4
| * | Add hapticSpatialDataSupported into VideoStreamingCapabilityMasato Ogawa2017-08-231-0/+1
| * | Implement SendHapticData RPCMasato Ogawa2017-08-221-0/+1
* | | Removes 'device rank' supportAndrey Oleynik2017-08-211-1/+0
* | | Implementation of system capabilitiesAlexander Kutsan2017-08-161-0/+1
* | | Implementation of Remote Control pluginAlexander Kutsan2017-08-161-0/+1
|/ /
* | Add definitions of newly added keysSho Amano2017-08-111-0/+5
* | Add another definition of newly added keySho Amano2017-08-111-0/+1
* | Add definitions of newly added keysSho Amano2017-08-111-0/+5