summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
...
| * | | | Merge pull request #1082 from smartdevicelink/bugfix/issue_1081_vrsession_blo...Joel Fischer2018-09-251-4/+1
| |\ \ \ \ | | |_|_|/ | |/| | |
| | * | | Remove unused variablebugfix/issue_1081_vrsession_blockedJoel Fischer2018-09-251-1/+0
| | * | | Fix VR Sessions blocking execution of the choice set queue indefinitelyJoel Fischer2018-09-251-3/+1
| |/ / /
| * | | Merge pull request #1075 from smartdevicelink/feature/issue_246_play_pause_enumJoel Fischer2018-09-1923-102/+341
| |\ \ \
| | * | | Remove failing test that didn’t test anythingJoel Fischer2018-09-192-37/+3
| | * | | Add documentation to SDLButtonNameOkfeature/issue_246_play_pause_enumJoel Fischer2018-09-182-11/+3
| | * | | Update testsJoel Fischer2018-09-183-13/+14
| | * | | Merge branch 'develop' into feature/issue_246_play_pause_enumJoel Fischer2018-09-1733-593/+916
| | |\ \ \
| | * | | | Return earlyJoel Fischer2018-09-171-2/+6
| | * | | | Remove Okay, only use OK and PlayPauseJoel Fischer2018-09-174-102/+20
| | * | | | PlayPause mitigation kind of worksJoel Fischer2018-09-148-15/+32
| | * | | | Fix build errorJoel Fischer2018-09-122-1/+3
| | * | | | Allow the mitigation of PlayPause to work with the ResponseDispatcherJoel Fischer2018-09-125-13/+81
| | * | | | Handle Play/Pause additionJoel Fischer2018-09-128-28/+292
| | * | | | Add play_pauseJoel Fischer2018-09-052-0/+6
| * | | | | Merge pull request #1078 from smartdevicelink/bugfix/issue_1076_range_exceptionJoel Fischer2018-09-193-7/+37
| |\ \ \ \ \ | | |_|/ / / | |/| | | |
| | * | | | Remove focusJoel Fischer2018-09-191-1/+1
| | * | | | Fix Async RPC Operation bugsbugfix/issue_1076_range_exceptionJoel Fischer2018-09-183-7/+37
| |/ / / /
| * | | | Merge pull request #1073 from smartdevicelink/bugfix/issue_1070_lock_screen_v...Joel Fischer2018-09-143-2/+64
| |\ \ \ \
| | * | | | Removed unused var from lock screen managerbugfix/issue_1070_lock_screen_visibility_can_not_be_toggledNicoleYarroch2018-09-111-3/+0
| | * | | | Refactored lock screen optional test casesNicoleYarroch2018-09-111-40/+35
| | * | | | Merge branch 'develop' into bugfix/issue_1070_lock_screen_visibility_can_not_...NicoleYarroch2018-09-1130-592/+852
| | |\ \ \ \ | | |/ / / / | |/| | | |
| * | | | | Update readmeJoel Fischer2018-09-101-11/+5
| * | | | | Merge pull request #1074 from smartdevicelink/feature/issue_1072_spaceAvailab...Joel Fischer2018-09-0711-54/+112
| |\ \ \ \ \
| | * | | | | Update for space available being optional in error casesJoel Fischer2018-09-0712-56/+114
| | | |/ / / | | |/| | |
| * | | | | Merge pull request #1040 from smartdevicelink/feature/issue_942_support_short...Joel Fischer2018-09-0718-527/+735
| |\ \ \ \ \ | | |/ / / / | |/| | | |
| | * | | | 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
| | |\ \ \ \
| | * | | | | 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
| | |\ \ \ \ \
| | * | | | | | 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