summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
* Ignore id parameter fo radio controll data. Id parameter should not be ↵fix/ignore_radio_controll_data_idAlexander2018-08-171-0/+3
| | | | checked by capabilities
* Merge pull request #2207 from smartdevicelink/feature/rc_new_modulesJacob Keeler2018-08-1726-113/+1400
|\ | | | | Feature/New remote control modules and parameters
| * Increase size of modules to fix UTsAlexander2018-08-161-1/+1
| |
| * Fix issues after rebasejacobkeeler2018-08-165-27/+36
| |
| * Remove currentTemperatureAvailable parameter from ClimateControlCapabilitiesAlexander2018-08-162-12/+0
| |
| * Add API version to logging in case if message from mobile was not parsedAlexander2018-08-161-1/+2
| |
| * Fix audio source checkingIra Lytvynenko2018-08-161-16/+17
| |
| * Fix capabilities validationIra Lytvynenko2018-08-161-39/+6
| |
| * Check for projection appIra Lytvynenko (GitHub)2018-08-161-5/+10
| |
| * Fix comments after reviewIra Lytvynenko (GitHub)2018-08-163-41/+34
| |
| * Fix keep app's HMI level in FULL in case when HMI sends AUDIO_SOURCE event ↵Ira Lytvynenko (GitHub)2018-08-162-0/+76
| | | | | | | | | | | | to core UTs to verify that SDL keeps app's HMI level in FULL in case when HMI sends AUDIO_SOURCE even
| * Fixed resend keepContext parameter in GetInteriorVehicleData responseBSolonenko2018-08-162-0/+24
| |
| * Fix cutting off READ ONLY param channelNameIra Lytvynenko (GitHub)2018-08-162-1/+38
| |
| * Save current audio sourceIra Lytvynenko2018-08-1611-0/+98
| | | | | | | | | | | | | | | | Save current audio source and check it in SetInteriorVehicleDataRequest Save current audio source in app manager Fix SDL behavior when app wants to change audio source
| * New RC modules initial implementationAlexander2018-08-1610-119/+1207
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Mobile API and HMI capabilities for the rc new modules Fix RC defects - Fixed Mobile & HMI API: removed redundant default value - FIxed GetInteriorVehicleData request behavior - Fixed OnInteriorDataNotification behavior Fix header guards and add missed includes Fix control data checking by capabilities Answered to review comments Commit
* | Merge pull request #2484 from smartdevicelink/fix/max_fg_parametersJackLivio2018-08-163-5/+3
|\ \ | |/ |/| raise functional group parameters limit
| * remove maxes where possible, 255 is standinfix/max_fg_parametersConlain Kelly2018-07-313-5/+3
| |
* | Merge pull request #2415 from smartdevicelink/feature/choice_vr_optionalfix/sdl_must_processing_systemrequest_for_requesttype_climateJackLivio2018-08-159-13/+258
|\ \ | | | | | | Feature/choice vr optional
| * \ Merge remote-tracking branch 'origin/develop' into feature/choice_vr_optionalJackLivio2018-08-151-636/+683
| |\ \ | |/ / |/| | | | | | | | # Conflicts: # src/components/interfaces/MOBILE_API.xml
* | | Merge pull request #2512 from ↵Jacob Keeler2018-08-151-636/+683
|\ \ \ | | | | | | | | | | | | | | | | smartdevicelink/feature/update_mobile_api_versioning Add missing versioning information to spec
| * | | Add since to Result enumfeature/update_mobile_api_versioningJackLivio2018-08-151-1/+1
| | | |
| * | | Add missing versioning information to specjacobkeeler2018-08-141-635/+682
|/ / /
| * | Update mobile api with correct versioningJackLivio2018-08-151-2/+2
| | |
| * | Merge remote-tracking branch 'origin/develop' into feature/choice_vr_optionalfeature/choice_vr_optionalJackLivio2018-08-1536-655/+372
| |\ \ | |/ / |/| |
* | | Merge pull request #2417 from smartdevicelink/feature/updating_dop_value_rangeJacob Keeler2018-08-142-28/+76
|\ \ \ | | | | | | | | Feature/Updating DOP value range for GPS notification
| * | | Add history tagfeature/updating_dop_value_rangeIra Lytvynenko2018-08-141-16/+64
| | | |
| * | | Increase pdop, vdop and hdop parameters of GPSDataAlexander2018-08-142-6/+6
| | | |
| * | | Update GPSData in MOBILE_API.xmlAlexander2018-08-142-21/+21
|/ / / | | | | | | | | | | | | | | | Make all GPSData parameters except longitude and latitude optional Make longitude and latitude parameters of GPSData mandatry
* | | Merge pull request #2497 from JackLivio/feature/mobile_versioningJackLivio2018-08-1443-263/+1245
|\ \ \ | | | | | | | | Mobile API Versioning Implementation
| * | | Remove log in parserJacob Keeler2018-08-141-1/+0
| | | |
| * | | Remove redundant function validateJackLivio2018-08-1420-274/+41
| | | |
| * | | Address commentsJackLivio2018-08-146-44/+72
| | | |
| * | | Address CommentsJackLivio2018-08-135-54/+41
| | | |
| * | | Fix StyleJackLivio2018-08-131-1/+2
| | | |
| * | | Revert to return shared_ptrJackLivio2018-08-131-2/+2
| | | |
| * | | Update parserJackLivio2018-08-131-4/+4
| | | |
| * | | Updated parser based on commentsJackLivio2018-08-101-10/+35
| | | |
| * | | Remove commented codeJackLivio2018-08-101-53/+0
| | | |
| * | | Address comments and logic refactorJackLivio2018-08-1013-311/+226
| | | |
* | | | Merge pull request #2420 from smartdevicelink/fix/invalid_iteratorJackLivio2018-08-081-1/+1
|\ \ \ \ | | | | | | | | | | Fix invalid iteration segfault on shutdown
| * | | | Fix invalid iteration segfault on shutdownfix/invalid_iteratorConlain Kelly2018-07-251-1/+1
| | | | |
| | | * | Merge branch 'feature/mobile_versioning' into feature/choice_vr_optionalJackLivio2018-08-081-11/+11
| | | |\ \ | | | |/ / | | |/| |
| | * | | Make sure iterator is validJackLivio2018-08-081-2/+3
| | | | |
| | * | | Change boost optional to compare boost::noneJackLivio2018-08-081-9/+8
| | | | |
| | | * | Add vrCommand mobile_api historyJackLivio2018-08-071-1/+5
| | | | |
| | | * | Merge branch 'feature/mobile_versioning' into feature/choice_vr_optionalJackLivio2018-08-0714-65/+68
| | | |\ \ | | | |/ / | | |/| |
| | * | | Update based on commentsJackLivio2018-08-0710-58/+56
| | | | |
| | * | | Merge remote-tracking branch 'origin/develop' into feature/mobile_versioningJackLivio2018-08-0666-479/+780
| | |\ \ \ | |_|/ / / |/| | | |
* | | | | Merge pull request #2424 from ↵fix/send_location_with_one_or_more_allowed_disalowed_paramsJackLivio2018-08-061-1/+1
|\ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | smartdevicelink/feature/optional_video_streaming_state make videostreamingstate optional
| * | | | | make videostreamingstate optionalfeature/optional_video_streaming_stateConlain Kelly2018-07-261-1/+1
| |/ / / /