summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
* Update example appsbugfix/issue-1580-add-artwork-to-vehicle-data-menu-itemsJoel Fischer2020-05-112-2/+2
| | | | * Update example app vehicle data menu items to use a static icon to make it look better on generic_hmi (or any TILE layout)
* Merge branch 'master' into developJoel Fischer2020-05-081-0/+18
|\
| * Merge pull request #1656 from ↵Joel Fischer2020-05-081-0/+18
| |\ | | | | | | | | | | | | smartdevicelink/bugfix/issue-1654-update-readme-lock-screen-screenshots Update README with lock screen screenshot test information
| | * Update READMEbugfix/issue-1654-update-readme-lock-screen-screenshotsJoel Fischer2020-05-081-0/+18
| |/ | | | | | | * Add information about lock screen screenshot tests
* | Merge pull request #1655 from ↵Joel Fischer2020-05-081-0/+6
|\ \ | | | | | | | | | | | | smartdevicelink/bugfix/issue_1653_add_security_manager_sec_transp_tests Add secondary transport security manager unit tests
| * | Added security manager testsNicoleYarroch2020-05-081-0/+6
| | |
* | | Merge pull request #1646 from ↵Joel Fischer2020-05-085-65/+82
|\ \ \ | |/ / |/| | | | | | | | smartdevicelink/bugfix/issue-1611-replace-nstimer-with-sdltimer Replace uses of NSTimer with SDLTimer
| * | 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
| | | | | | | | | | | | | | | | * SDLTimer cannot be initialized with time equal to or less than zero
| * | | 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 ↵Joel Fischer2020-05-074-16/+81
|\ \ \ \ | |_|/ / |/| | | | | | | | | | | smartdevicelink/bugfix/issue-1631-focusableitemlocator-stop Stop / Start FocusableItemLocator when VideoStreamingLifecycleManager starts / stops
| * | | 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
|/ / / | | | | | | | | | * When the video stream manager starts / stops, start / stop the focusable item locator
* | | Merge pull request #1649 from ↵Joel Fischer2020-05-063-3/+49
|\ \ \ | | | | | | | | | | | | | | | | smartdevicelink/bugfix/issue-1635-buttonpress-initializer Fixed SDLButtonPress initializer missing mandatory parameter
| * | | 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
|\ \ \ | | | | | | | | Fix Failing Travis Tests
| * | | 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 ↵Joel Fischer2020-05-057-106/+130
|\ \ \ \ | | | | | | | | | | | | | | | | | | | | smartdevicelink/bugfix/issue-1622-audiostreammanager-error-info Fix SDLAudioStreamManager doesn't have human readable error messages
| * | | | 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
| | |/ / | |/| | | | | | | | | | | | | | * Move errors to SDLError and add better user info dicts to some errors * Remove unused localized string calls
* | | | Merge pull request #1647 from ↵Joel Fischer2020-05-0517-26/+28
|\ \ \ \ | |/ / / |/| | | | | | | | | | | smartdevicelink/bugfix/issue-1636-remove-nsnumber-specifiers-in-certain-cases Remove NSNumber specifiers in certain cases
| * | | Fix potential crashes when accessing RPC parameters in Swift appsbugfix/issue-1636-remove-nsnumber-specifiers-in-certain-casesJoel Fischer2020-05-0117-26/+28
|/ / / | | | | | | | | | * When specifying an NSArray containing an NSNumber with a SDLBool (and similar) specifier, it would crash in Swift
* | | Merge branch 'master' into developJoel Fischer2020-04-290-0/+0
|\ \ \ | | |/ | |/|
| * | Merge pull request #1641 from smartdevicelink/develop6.6.0Joel Fischer2020-04-29427-4061/+10809
| |\ \ | |/ / |/| | v6.6.0 Release
* | | 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 ↵Joel Fischer2020-04-175-9/+21
|\ \ | | | | | | | | | | | | smartdevicelink/bugfix/issue-1627-streamingmediamanager-secondarytransport-public Fix SDLStreamingMediaManager private classes should not be public properties / methods
| * \ Merge branch 'develop' into ↵Joel Fischer2020-04-170-0/+0
| |\ \ | |/ / |/| | | | | bugfix/issue-1627-streamingmediamanager-secondarytransport-public
* | | Merge pull request #1626 from ↵Joel Fischer2020-04-172-2/+2
|\ \ \ | | | | | | | | | | | | | | | | smartdevicelink/bugfix/issue-1625-sdlimagefield-imageresolution-init-nullable Fix SDLImageField nullability of initializer parameter
| | * | 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
| |