summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
...
| * | | | | 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
| |\ \ \ \ \
| * | | | | | Fixed static var name formattingNicoleYarroch2018-08-231-3/+3
| * | | | | | Updated the `appId` and `fullAppId` documentationNicoleYarroch2018-08-231-4/+8
| * | | | | | Updated the Obj-C Example AppNicoleYarroch2018-07-261-2/+2
| * | | | | | Added documentation to the RAI classNicoleYarroch2018-07-262-7/+59
| * | | | | | Finished up the RAI `fullAppId` additionsNicoleYarroch2018-07-269-271/+390
| * | | | | | Updated lifecycle configurations handling of appIdsNicoleYarroch2018-07-264-30/+59
| * | | | | | Deprecated inits in the RAI classNicoleYarroch2018-07-253-64/+85
| * | | | | | Refactored the SDLLifecycleConfigurationUpdate specNicoleYarroch2018-07-253-54/+39
| * | | | | | Updated the lifecycle configurationNicoleYarroch2018-07-2510-241/+316
| * | | | | | Added missing documentation to the initsNicoleYarroch2018-07-241-1/+76
| * | | | | | Fixed `SDLRegisterAppInterface` documentation formattingNicoleYarroch2018-07-241-88/+39
| | | | * | | Fixed lock screen optional logicNicoleYarroch2018-09-112-150/+34
| | | | * | | Fixed comment formattingNicoleYarroch2018-09-071-3/+1
| | | | * | | Added show in optional state logic to lock screen mangagerNicoleYarroch2018-09-063-2/+184
| | | | * | | Updated lock screen documentationNicoleYarroch2018-09-061-1/+7
| |_|_|/ / / |/| | | | |
* | | | | | Merge pull request #1059 from smartdevicelink/bugfix/issue_1026_fix_swift_pod...Joel Fischer2018-09-051-7/+7
|\ \ \ \ \ \ | |_|_|/ / / |/| | | | |
| * | | | | Another trybugfix/issue_1026_fix_swift_pod_resourcesJoel Fischer2018-08-271-2/+1
| * | | | | Another tryJoel Fischer2018-08-271-0/+1
| * | | | | Try a different podfileJoel Fischer2018-08-271-6/+6
| | |/ / / | |/| | |
* | | | | 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
| |\ \ \ | |/ / / |/| | |
* | | | 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
| |/ / / / / / /
| | | | | * | | Updates for review comments.Markos Rapitis2018-08-289-32/+11
| | | | | * | | More updates based on corrections to proposal.Markos Rapitis2018-08-213-8/+8