summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
* Merge branch 'release/5.0.0' into feature/streaming_media_managerfeature/streaming_media_managerJoel Fischer2017-08-172-4/+17
|\ | | | | | | | | # Conflicts: # SmartDeviceLink.podspec
| * Merge pull request #691 from ↵Joel Fischer2017-08-162-10/+29
| |\ | | | | | | | | | | | | smartdevicelink/bug/issue_689_podspec_bson_failure_5.0.0 Fix BSON Podspec error (5.0.0)
| | * Update podspecs with BiSON library dependencyJoel Fischer2017-08-162-10/+29
| |/ | | | | | | * Fix SmartDeviceLink.podspec not being updated
* | Revert "Attempting fix to podspec"Joel Fischer2017-08-171-1/+1
| | | | | | | | This reverts commit d178027fc21d78c08f55c78df19d60f0d126e5e5.
* | Revert "Fix SmartDeviceLink.podspec"Joel Fischer2017-08-172-17/+4
| | | | | | | | This reverts commit 24e7273cbbbd3d9c3a8098a98131b121cd013795.
* | Fix SmartDeviceLink.podspecJoel Fischer2017-08-162-4/+17
| |
* | Attempting fix to podspecJoel Fischer2017-08-161-1/+1
| |
* | Simplify streaming manager app stateJoel Fischer2017-08-163-29/+27
| | | | | | | | * Add logs
* | Fix stream manager not running for PROJECTION app typeJoel Fischer2017-08-161-1/+7
| |
* | Merge branch 'release/5.0.0' into feature/streaming_media_managerJoel Fischer2017-08-1665-379/+2667
|\ \ | |/ | | | | | | # Conflicts: # SmartDeviceLink-iOS.xcodeproj/project.pbxproj
| * Lots of little merge fixesJoel Fischer2017-08-1518-123/+104
| |
| * Merge branch 'feature/616_constructed_payloads' into release/5.0.0Joel Fischer2017-08-1552-160/+2125
| |\ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | # Conflicts: # SmartDeviceLink-iOS.xcodeproj/project.pbxproj # SmartDeviceLink/SDLDebugTool.m # SmartDeviceLink/SDLGlobals.h # SmartDeviceLink/SDLGlobals.m # SmartDeviceLink/SDLIAPTransport.m # SmartDeviceLink/SDLNames.h # SmartDeviceLink/SDLProtocol.m # SmartDeviceLink/SDLProtocolMessage.h # SmartDeviceLink/SDLProtocolMessage.m # SmartDeviceLink/SDLProtocolReceivedMessageRouter.m # SmartDeviceLink/SDLProxy.m # SmartDeviceLink/SDLStreamingMediaManager.m # SmartDeviceLink/SDLSystemCapability.h # SmartDeviceLink/SDLSystemCapability.m # SmartDeviceLink/SDLSystemCapabilityType.h # SmartDeviceLink/SDLSystemCapabilityType.m # SmartDeviceLink/SDLUploadFileOperation.m # SmartDeviceLink/SDLVideoStreamingCapability.h # SmartDeviceLink/SDLVideoStreamingCapability.m # SmartDeviceLink/SDLVideoStreamingCodec.h # SmartDeviceLink/SDLVideoStreamingCodec.m # SmartDeviceLink/SDLVideoStreamingFormat.h # SmartDeviceLink/SDLVideoStreamingFormat.m # SmartDeviceLink/SDLVideoStreamingProtocol.h # SmartDeviceLink/SDLVideoStreamingProtocol.m # SmartDeviceLinkTests/DevAPISpecs/SDLUploadFileOperationSpec.m # SmartDeviceLinkTests/ProtocolSpecs/HeaderSpecs/SDLProtocolHeaderSpec.m # SmartDeviceLinkTests/ProtocolSpecs/MessageSpecs/SDLProtocolMessageSpec.m # SmartDeviceLinkTests/ProtocolSpecs/MessageSpecs/SDLProtocolSpec.m # SmartDeviceLinkTests/ProtocolSpecs/SDLProtocolMessageDisassemblerSpec.m # SmartDeviceLinkTests/RPCSpecs/EnumSpecs/SDLSystemCapabilityTypeSpec.m # SmartDeviceLinkTests/RPCSpecs/EnumSpecs/SDLVideoStreamingCodecSpec.m # SmartDeviceLinkTests/RPCSpecs/EnumSpecs/SDLVideoStreamingProtocolSpec.m # SmartDeviceLinkTests/RPCSpecs/StructSpecs/SDLHMICapabilitiesSpec.m # SmartDeviceLinkTests/RPCSpecs/StructSpecs/SDLSystemCapabilitySpec.m # SmartDeviceLinkTests/RPCSpecs/StructSpecs/SDLVideoStreamingCapabilitySpec.m # SmartDeviceLinkTests/RPCSpecs/StructSpecs/SDLVideoStreamingFormatSpec.m # SmartDeviceLink_Example/Classes/ProxyManager.m * **Did not merge SMM changes due to upcoming overhaul**
| | * Fixes for protocol payload NAK incorrect parsingfeature/616_constructed_payloadsJoel Fischer2017-08-155-7/+9
| | | | | | | | | | | | | | | * Fixes SMM starts * Fix Audio start service ack having an extra private parameter
| | * Block devs from sending anything other than H264 RAW through the SMMJoel Fischer2017-08-102-6/+7
| | |
| | * Add tests for video start service payloadsJoel Fischer2017-08-097-13/+181
| | | | | | | | | | | | | | | * Fix a bug in video start service ack payload * Remove unused hash id parameter in audio start service ack payload spec
| | * Update Streaming Media Manager with video control payloadsJoel Fischer2017-08-082-30/+63
| | |
| | * Video control frame payloads use enums instead of regular stringsJoel Fischer2017-08-044-19/+38
| | |
| | * Merge branch 'develop' into feature/616_constructed_payloadsJoel Fischer2017-08-0344-49/+1358
| | |\
| | | * Merge pull request #668 from ↵Joel Fischer2017-08-0324-3/+963
| | | |\ | | | | | | | | | | | | | | | | | | | | smartdevicelink/feature/SDL-0058-video-streaming-capabilities Implement SDL 0058 video streaming capabilities
| | | | * fixed getters againBrett W2017-08-032-3/+21
| | | | |
| | | | * fixed gettersfeature/SDL-0058-video-streaming-capabilitiesBrett W2017-08-032-3/+3
| | | | |
| | | | * Addressing requested changesBrettyWhite2017-07-313-5/+5
| | | | |
| | | | * add getVideoStreamingCapability to example appBrettyWhite2017-07-281-0/+7
| | | | |
| | | | * fixed typoBrettyWhite2017-07-284-5/+5
| | | | |
| | | | * working unit testsBrettyWhite2017-07-287-3/+210
| | | | |
| | | | * fixed error that was breaking unit testsBrettyWhite2017-07-282-3/+4
| | | | |
| | | | * starting unit tests WIPBrettyWhite2017-07-275-1/+144
| | | | |
| | | | * added final two structsBrettyWhite2017-07-279-0/+372
| | | | |
| | | | * start of implementationBrettyWhite2017-07-2710-1/+213
| | | | |
| | | * | Merge branch 'bugs/issue_665_url_request_crashes' into developJoel Fischer2017-08-031-11/+19
| | | |\ \
| | * | | | Remove hash id from not RPC start service acksJoel Fischer2017-07-314-31/+9
| | | | | |
| | * | | | Add numerous control payload testsJoel Fischer2017-07-3112-19/+381
| | | | | | | | | | | | | | | | | | | | | | | | * Remove / alter protocol version inputs to always be string
| | * | | | Add dynamic MTU testsJoel Fischer2017-07-2811-65/+123
| | | | | | | | | | | | | | | | | | | | | | | | * Fix a number of tests
| | * | | | Update to use bson library submoduleJoel Fischer2017-07-2713-1993/+69
| | | | | |
| | * | | | Implemented dynamic MTU per serviceJoel Fischer2017-07-2710-86/+157
| | | | | |
| | * | | | Fix service payload data size not being setJoel Fischer2017-07-271-0/+1
| | | | | |
| | * | | | Move custom initializer back to defaultJoel Fischer2017-07-271-1/+1
| | | | | |
| | * | | | Update backing bson libraryJoel Fischer2017-07-268-101/+163
| | | | | |
| | * | | | Add documentation to control frame payload typesJoel Fischer2017-07-2613-3/+307
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * Fix a bug in the start service ack v5 payload preventing the protocol version from being parsed * Add the Video service start service and start service ack payload objects
| | * | | | Fix the protocol message router not properly passing messagesJoel Fischer2017-07-251-20/+0
| | | | | |
| | * | | | Add a descriptions to various control service payloadsJoel Fischer2017-07-254-0/+16
| | | | | |
| | * | | | Fix start service not assembling a proper payloadJoel Fischer2017-07-251-1/+5
| | | | | | | | | | | | | | | | | | | | | | | | * Add a description to the start service payload
| | * | | | Fix the protocol router not passing to the correct delegate methodsJoel Fischer2017-07-251-17/+8
| | | | | |
| | * | | | Create new files for new control frame payloadsJoel Fischer2017-07-2413-30/+313
| | | | | | | | | | | | | | | | | | | | | | | | * Shift around files in some groups
| | * | | | * SDLControlFramePayloadRPCStartService now can be init with a string directlyJoel Fischer2017-07-245-6/+19
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * SDLGlobals maxProxyProtocolVersion renamed * Assemble and attach the protocol version to the RPCStartService control message
| | * | | | Protocol level integration of constructed payloads for RPC serviceJoel Fischer2017-07-243-31/+94
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * New Protocol Listener delegates that pass the full protocol message * Integrate protocol level constructed payloads for RPC start service, start service ACK, and start service NAK
| | * | | | Change globals protocol version to be a stringJoel Fischer2017-07-247-23/+47
| | | | | | | | | | | | | | | | | | | | | | | | * Old integer protocol version is now `majorProtocolVersion`
| | * | | | Add RPCStartServiceNak payload objectJoel Fischer2017-07-209-29/+142
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * Add Int32 and Int64 not found BSON constants * Rename constants * Allow most params to be nullable, put nullability checks in * Create missing initializers
| | * | | | Change what BSON payload objects areJoel Fischer2017-07-2016-120/+368
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * Allow max MTU size to be manually set to account for protocol v5 variable MTU sizes * Create a control frame payload type instead of control frame types
| | * | | | First pass at start service control messageJoel Fischer2017-07-1912-41/+174
| | | | | |