summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* Update SmartDeviceLink/SDLMenuManager.mbugfix/issue-1648-sdlmenucell-empty-voice-commandsJames Lapinski2020-05-281-1/+1
* moved voice command empty check to SDLMenuManagerlapinskijw2020-05-282-2/+2
* added empty check for menu cell voice commandslapinskijw2020-05-261-1/+1
* Merge pull request #1663 from t-yoshii/fix/sdl_handleSystemRequestLaunchApp-s...NicoleYarroch2020-05-221-1/+3
|\
| * fix to call sdl_handleSystemRequestLaunchApp from main threadTakamitsu Yoshii2020-05-201-1/+3
|/
* Revert commit to example appNicoleYarroch2020-05-141-30/+0
* Merge pull request #1651 from smartdevicelink/bugfix/issue-1620-video-stream-...Joel Fischer2020-05-141-10/+18
|\
| * added new helper method to invalidate compression sessionbugfix/issue-1620-video-stream-background-stringlapinskijw2020-05-131-10/+12
| * added HAX comment to explain fixlapinskijw2020-05-131-0/+1
| * added check for invalid sessionlapinskijw2020-05-121-1/+5
| * removed current implementation and added VTCompressionSessionCompleteFrameslapinskijw2020-05-124-64/+4
| * removed reference to second compression session, now using VTCompressionSessi...lapinskijw2020-05-122-82/+33
| * added call to send frames when video stream is readylapinskijw2020-05-113-2/+1
| * replaced sessionlapinskijw2020-05-071-1/+1
| * created new compression session to send background frames on, added new deleg...lapinskijw2020-05-074-3/+114
* | Updated `isDialNumberSupported` exampleNicoleYarroch2020-05-131-0/+30
* | Merge pull request #1657 from smartdevicelink/bugfix/issue-1580-add-artwork-t...Joel Fischer2020-05-122-2/+2
|\ \
| * | Update example appsbugfix/issue-1580-add-artwork-to-vehicle-data-menu-itemsJoel Fischer2020-05-112-2/+2
|/ /
* | Merge branch 'master' into developJoel Fischer2020-05-081-0/+18
|\ \
| * \ Merge pull request #1656 from smartdevicelink/bugfix/issue-1654-update-readme...Joel Fischer2020-05-081-0/+18
| |\ \
| | * | Update READMEbugfix/issue-1654-update-readme-lock-screen-screenshotsJoel Fischer2020-05-081-0/+18
| |/ /
* | | Merge pull request #1655 from smartdevicelink/bugfix/issue_1653_add_security_...Joel Fischer2020-05-081-0/+6
|\ \ \
| * | | Added security manager testsNicoleYarroch2020-05-081-0/+6
* | | | Merge pull request #1646 from smartdevicelink/bugfix/issue-1611-replace-nstim...Joel Fischer2020-05-085-65/+82
|\ \ \ \ | |/ / / |/| | |
| * | | Fix some documentationbugfix/issue-1611-replace-nstimer-with-sdltimerJoel Fischer2020-05-061-22/+15
| * | | Merge branch 'develop' into bugfix/issue-1611-replace-nstimer-with-sdltimerJoel Fischer2020-05-0632-153/+227
| |\ \ \ | | | |/ | | |/|
| * | | Add documentation to SDLTimerJoel Fischer2020-05-062-14/+30
| * | | Fix TCP transport code no longer running on the correct threadJoel Fischer2020-05-013-3/+8
| * | | Use SDLTimer instead of NSTimerJoel Fischer2020-05-014-27/+30
* | | | Merge pull request #1650 from smartdevicelink/bugfix/issue-1631-focusableitem...Joel Fischer2020-05-074-16/+81
|\ \ \ \ | |_|/ / |/| | |
| * | | Update unit testsbugfix/issue-1631-focusableitemlocator-stopJoel Fischer2020-05-061-14/+51
| * | | Add logs to focusable item locatorJoel Fischer2020-05-061-1/+12
| * | | Start / Stop FocusableItemLocatorJoel Fischer2020-05-063-1/+18
|/ / /
* | | Merge pull request #1649 from smartdevicelink/bugfix/issue-1635-buttonpress-i...Joel Fischer2020-05-063-3/+49
|\ \ \
| * | | added missing expect for init testbugfix/issue-1635-buttonpress-initializerlapinskijw2020-05-051-0/+1
| * | | updated tests to include deprecated initializerslapinskijw2020-05-051-1/+19
| * | | added back old initializer and deprecated itlapinskijw2020-05-052-0/+24
| * | | added button press mode to initializer and updated SDLButtonPressSpec testslapinskijw2020-05-053-4/+7
| |/ /
* | | Merge pull request #1644 from smartdevicelink/bugfix/issue-1640-travis-failingJoel Fischer2020-05-055-18/+20
|\ \ \
| * | | Remove focusJoel Fischer2020-05-051-1/+1
| * | | Add a few tests back inJoel Fischer2020-05-051-2/+22
| * | | Have to use 13.3bugfix/issue-1640-travis-failingJoel Fischer2020-04-301-3/+3
| * | | Use 13.4 for iOS versionJoel Fischer2020-04-301-3/+3
| * | | Fixes to travis ymlJoel Fischer2020-04-301-4/+4
| * | | Update for latest Xcode that travis supportsJoel Fischer2020-04-301-4/+4
| * | | Update travis with latest xcodeJoel Fischer2020-04-291-5/+5
| * | | Attempt to fix Cache manager specJoel Fischer2020-04-291-2/+2
| * | | Merge branch 'develop' into bugfix/issue-1640-travis-failingJoel Fischer2020-04-29270-2137/+2148
| |\ \ \ | | |/ /
| * | | Update some tests to hopefully pass travisJoel Fischer2020-04-293-23/+5
* | | | Merge pull request #1645 from smartdevicelink/bugfix/issue-1622-audiostreamma...Joel Fischer2020-05-057-106/+130
|\ \ \ \