summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* 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
|\
| * 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
| |\ \ \
| | * | | Fix broken testsbugfix/issue-1622-audiostreammanager-error-infoJoel Fischer2020-05-052-20/+30
| | * | | Fix importJoel Fischer2020-04-301-0/+1
| | * | | Update SDLAudioStreamManager error handlingJoel Fischer2020-04-306-96/+109
| | | |/ | | |/|
| * | | Merge pull request #1647 from smartdevicelink/bugfix/issue-1636-remove-nsnumb...Joel Fischer2020-05-0517-26/+28
| |\ \ \ | | |/ / | |/| |
| | * | Fix potential crashes when accessing RPC parameters in Swift appsbugfix/issue-1636-remove-nsnumber-specifiers-in-certain-casesJoel Fischer2020-05-0117-26/+28
| |/ /
* | | 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 branch 'master' into developJoel Fischer2020-04-290-0/+0
|\ \
| * \ Merge pull request #1641 from smartdevicelink/develop6.6.0Joel Fischer2020-04-29427-4061/+10809
| |\ \ | |/ / |/| |
* | | Fix missing version information in changelogJoel Fischer2020-04-291-0/+2
* | | Update BSON submoduleJoel Fischer2020-04-292-1/+1
* | | Update for v6.6.0Joel Fischer2020-04-29268-2136/+2145
| |/ |/|
* | Merge pull request #1628 from smartdevicelink/bugfix/issue-1627-streamingmedi...Joel Fischer2020-04-175-9/+21
|\ \
| * \ Merge branch 'develop' into bugfix/issue-1627-streamingmediamanager-secondary...Joel Fischer2020-04-170-0/+0
| |\ \ | |/ / |/| |
* | | Merge pull request #1626 from smartdevicelink/bugfix/issue-1625-sdlimagefield...Joel Fischer2020-04-172-2/+2
|\ \ \
| | * | Fix lifecycle manager testsbugfix/issue-1627-streamingmediamanager-secondarytransport-publicJoel Fischer2020-04-161-0/+7
| | * | Fix private class usage in public SDLStreamingMediaManagerJoel Fischer2020-04-164-9/+14
| |/ /
| * | Fix SDLImageField nullability of initializer parameterbugfix/issue-1625-sdlimagefield-imageresolution-init-nullableJoel Fischer2020-04-162-2/+2
|/ /
* | Update versions for 6.6.0-rc.16.6.0-rc.1Joel Fischer2020-04-152-9/+9
* | Merge pull request #1617 from smartdevicelink/bugfix/issue_1560_delay_shuttin...Joel Fischer2020-04-158-74/+291
|\ \
| * | Added more docs to background task ended handlerNicoleYarroch2020-04-151-2/+4
| * | Added more info to docsbugfix/issue_1560_delay_shutting_down_secondary_transportNicoleYarroch2020-04-141-1/+1
| * | Reverted renamed functionNicoleYarroch2020-04-143-10/+2
| * | Merge branch 'bugfix/issue_1560_delay_shutting_down_secondary_transport' of h...NicoleYarroch2020-04-141-1/+1
| |\ \
| | * | Update SmartDeviceLink/SDLBackgroundTaskManager.mNicoleYarroch2020-04-141-1/+1
| * | | Removed nil checkNicoleYarroch2020-04-142-2/+1
| |/ /
| * | Added documentation for handler’s ret valNicoleYarroch2020-04-141-0/+1
| * | Apply suggestions from code reviewNicoleYarroch2020-04-141-0/+1
| * | Updated SDL logsNicoleYarroch2020-04-141-6/+6
| * | Added testsNicoleYarroch2020-04-141-7/+10