summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* Removed `init` method from RAI classfeature/issue_942_support_short_and_full_uuid_app_idNicoleYarroch2018-09-072-7/+6
* Merge branch 'develop' into feature/issue_942_support_short_and_full_uuid_app_idNicoleYarroch2018-09-04124-737/+412
|\
| * Merge pull request #1057 from smartdevicelink/bugfix/issue_1056_separate_exam...Joel Fischer2018-08-3190-232/+236
| |\
| | * Rearrange example app files to make more sensebugfix/issue_1056_separate_example_app_codeJoel Fischer2018-08-2490-232/+236
| * | Merge pull request #1046 from mrapitis/feature/SDL-0099-remote-control-light-...Joel Fischer2018-08-2835-508/+177
| |\ \ | | |/ | |/|
| | * More cleanup to SDLRadioControlDataSpec.Markos Rapitis2018-08-281-7/+13
| | * Merge branch 'develop' into feature/SDL-0099-remote-control-light-audio-reviseMarkos Rapitis2018-08-2869-244/+1244
| | |\ | | |/ | |/|
| | * Updates for review comments.Markos Rapitis2018-08-289-32/+11
| | * More updates based on corrections to proposal.Markos Rapitis2018-08-213-8/+8
| | * Merge branch 'develop' into feature/SDL-0099-remote-control-light-audio-reviseMarkos Rapitis2018-08-1416-116/+1143
| | |\
| | * | Removed remaining instances of GPSLocationMarkos Rapitis2018-08-142-4/+3
| | * | updates for gps datapiyushkhosla2018-08-1011-192/+13
| | * | More updates for proposal revisionsMarkos Rapitis2018-08-108-83/+118
| | * | Replacing SDLSRGBColor struct and its usage with SDLRGBColorMarkos Rapitis2018-08-1015-201/+36
* | | | Removed unused `init` in RAI classNicoleYarroch2018-09-041-22/+10
* | | | Updated documentation for RAI classNicoleYarroch2018-09-042-2/+6
* | | | Updated the `SDLLifecycleConfiguration` documentationNicoleYarroch2018-09-041-2/+4
* | | | Refactored convenience initsNicoleYarroch2018-09-046-215/+96
* | | | Added missing documentation to SDLRegisterAppInterfaceNicoleYarroch2018-08-231-7/+10
* | | | Fixed capitalization on var nameNicoleYarroch2018-08-231-2/+2
* | | | Suppressed warnings for test cases of deprecated methodsNicoleYarroch2018-08-232-2/+8
* | | | Fixed RAI not setting the `appId`NicoleYarroch2018-08-238-30/+31
* | | | Fixed broken SDLStreamingVideoLifecycleManagerSpec test casesNicoleYarroch2018-08-231-3/+3
* | | | Merge branch 'develop' into feature/issue_942_support_short_and_full_uuid_app_idNicoleYarroch2018-08-23224-1106/+11631
|\ \ \ \ | |/ / /
| * | | Merge pull request #1042 from smartdevicelink/feature/issue_943_choice_vr_opt...Joel Fischer2018-08-226-27/+68
| |\ \ \
| | * | | Refactored variable names for clarityNicoleYarroch2018-08-221-8/+8
| | * | | Fixed error log messages for `SDLChoiceSet`feature/issue_943_choice_vr_optionalNicoleYarroch2018-08-201-3/+9
| | * | | Refactored check for duplicate VR commandsNicoleYarroch2018-08-203-23/+16
| | * | | Changed log status to an errorNicoleYarroch2018-08-201-1/+1
| | * | | Merge branch 'develop' into feature/issue_943_choice_vr_optionalNicoleYarroch2018-08-1654-206/+1115
| | |\ \ \
| | * | | | Fixed failing test case in `SDLCheckChoiceVROptionalOperationSpec`NicoleYarroch2018-08-161-3/+3
| | * | | | Fixed menu manager vr command checkNicoleYarroch2018-08-162-53/+14
| | * | | | Merge branch 'develop' into feature/issue_943_choice_vr_optionalNicoleYarroch2018-08-16123-752/+6474
| | |\ \ \ \
| | * | | | | Added checks for duplicate VR commandsNicoleYarroch2018-07-315-17/+87
| | * | | | | Added VR command count check to the menu managerNicoleYarroch2018-07-271-2/+5
| | * | | | | Made `vrCommands` optional in choice setsNicoleYarroch2018-07-263-8/+16
| * | | | | | Merge branch 'master' into developJoel Fischer2018-08-209-7/+23
| |\ \ \ \ \ \
| | * | | | | | Update for v6.0.26.0.2Joel Fischer2018-08-178-7/+12
| | * | | | | | Merge pull request #1049 from t-yoshii/fix/shutdown-video-session-in-suspende...Joel Fischer2018-08-172-3/+18
| | |\ \ \ \ \ \
| | | * | | | | | add test to SDLStreamingVideoLifecycleManagerSpecTakamitsu Yoshii2018-08-151-0/+11
| | | * | | | | | fix sdl_stopVideoSession to shutdown video streaming even in suspended stateTakamitsu Yoshii2018-08-151-3/+7
| | |/ / / / / /
| * | | | | | | Merge pull request #1033 from smartdevicelink/feature/issue_600_appicon_resum...Joel Fischer2018-08-176-1/+25
| |\ \ \ \ \ \ \ | | |_|_|_|/ / / | |/| | | | | |
| | * | | | | | Merge branch 'develop' into feature/issue_600_appicon_resumptionfeature/issue_600_appicon_resumptionJoel Fischer2018-08-16216-1097/+11614
| | |\ \ \ \ \ \
| | * | | | | | | Add unit testsJoel Fischer2018-07-231-1/+6
| | * | | | | | | Implement SDL-0041 App Icon ResumptionJoel Fischer2018-07-235-0/+19
| * | | | | | | | Merge pull request #1053 from smartdevicelink/feature/issue_1052_update_syncM...Joel Fischer2018-08-162-10/+10
| |\ \ \ \ \ \ \ \ | | |_|/ / / / / / | |/| | | | | | |
| | * | | | | | | Updated `synMsgVersion` to 5.0.0feature/issue_1052_update_syncMsgVersion_to_version_5.0.0NicoleYarroch2018-08-162-10/+10
| |/ / / / / / /
| * | | | | | | Merge pull request #1051 from smartdevicelink/bugfix/issue_1050_present_keybo...Joel Fischer2018-08-162-2/+2
| |\ \ \ \ \ \ \
| | * | | | | | | Fix test specbugfix/issue_1050_present_keyboard_test_cellJoel Fischer2018-08-161-1/+1
| | * | | | | | | Remove test cell from presenting the keyboardJoel Fischer2018-08-151-1/+1
| | | |_|_|/ / / | | |/| | | | |