summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
* 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 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
| |
* | Merge pull request #1617 from ↵Joel Fischer2020-04-158-74/+291
|\ \ | | | | | | | | | | | | smartdevicelink/bugfix/issue_1560_delay_shutting_down_secondary_transport Delay shutting down secondary transport when device app is backgrounded
| * | 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 ↵NicoleYarroch2020-04-141-1/+1
| |\ \ | | | | | | | | | | | | https://github.com/smartdevicelink/sdl_ios into bugfix/issue_1560_delay_shutting_down_secondary_transport
| | * | Update SmartDeviceLink/SDLBackgroundTaskManager.mNicoleYarroch2020-04-141-1/+1
| | | | | | | | | | | | Co-Authored-By: Joel Fischer <joeljfischer@gmail.com>
| * | | 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
| | | | | | | | | Co-Authored-By: Joel Fischer <joeljfischer@gmail.com>
| * | Updated SDL logsNicoleYarroch2020-04-141-6/+6
| | |
| * | Added testsNicoleYarroch2020-04-141-7/+10
| | |
| * | Refactored background task ended handlerNicoleYarroch2020-04-093-14/+31
| | |
| * | Fixed broken testsNicoleYarroch2020-04-083-75/+73
| | |
| * | Background task destroyed correctlyNicoleYarroch2020-04-085-33/+26
| | | | | | | | | | | | The secondary transport background task is now only destroyed after cleanup finishes
| * | Fixed debug log levelNicoleYarroch2020-04-081-2/+2
| | |
| * | Apply suggestions from code reviewNicoleYarroch2020-04-082-6/+6
| | | | | | | | | Co-Authored-By: Joel Fischer <joeljfischer@gmail.com>
| * | Added background task ended tests to sec. trans.NicoleYarroch2020-04-062-26/+100
| | | | | | | | | | | | Added background task ended tests to secondary transport manager unit tests
| * | Added test casesNicoleYarroch2020-04-032-1/+114
| | |
| * | Sec. transport shuts down when b/g task expiresNicoleYarroch2020-04-033-11/+35
| | | | | | | | | | | | The secondary transport now only shuts down when the background task expires.
* | | Merge pull request #1556 from vladmu/SDL-0234-Proxy-Library-RPC-GenerationJoel Fischer2020-04-1534-0/+3054
|\ \ \ | | | | | | | | SDL-0234 Proxy Library RPC Generation
| * | | use all reserver keywords, instead of using ios onlyAleksandr Mishchenko2020-04-152-17/+21
| | | |
| * | | Apply suggestions from code reviewAleksandr Mishchenko2020-04-1018-26/+52
| | | |
| * | | update regex in testAleksandr Mishchenko2020-04-021-1/+1
| | | |
| * | | update regexp for keywordsAleksandr Mishchenko2020-04-021-1/+1
| | | |
| * | | echanced deprecated viewAleksandr Mishchenko2020-04-018-59/+90
| | | |
| * | | echanced deprecated viewAleksandr Mishchenko2020-03-3010-46/+72
| | | |
| * | | reserved keywordsAleksandr Mishchenko2020-03-279-55/+137
| | | |
| * | | Apply suggestions from code reviewAleksandr Mishchenko2020-03-253-20/+4
| | | |
| * | | Apply suggestions from code reviewAleksandr Mishchenko2020-03-247-29/+81
| | | |
| * | | Apply suggestions from code reviewAleksandr Mishchenko2020-03-1821-284/+371
| | | |
| * | | Apply suggestions from code reviewAleksandr Mishchenko2020-03-187-14/+11
| | | | | | | | | | | | Co-Authored-By: Joel Fischer <joeljfischer@gmail.com>
| * | | deprecated view updateAleksandr Mishchenko2020-03-175-6/+12
| | | |
| * | | using NSNumber from not mandatory in initAleksandr Mishchenko2020-03-171-7/+7
| | | |
| * | | add SDLRPCParameterNames into readme.mdAleksandr Mishchenko2020-03-171-0/+34
| | | |
| * | | deprecated view updateAleksandr Mishchenko2020-03-174-6/+3
| | | |