summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
...
| | * SDLIAPTransport does not automatically start the protocolIndexTimer in some s...Joel Fischer2015-09-181-1/+0
| * | Fix error in Travis.ymlJoel Fischer2015-09-181-1/+0
| * | Merge branch 'feature/issue_306' into release/4.0.0Joel Fischer2015-09-183-22/+59
| |\ \
| | * | Added missing return statement.Alex Muller2015-09-181-1/+1
| | * | Updated commenting in accordance with SDL coding guidelines.Alex Muller2015-09-181-6/+2
| | * | Change autoreleasepool to encompass entirety of the dispatch_async block in a...Alex Muller2015-09-181-16/+16
| | * | Merge branch 'release/4.0.0' of https://github.com/smartdevicelink/sdl_ios in...Alex Muller2015-09-182-3/+22
| | |\ \ | | |/ / | |/| |
| * | | Update CHANGELOG.mdJoel Fischer2015-09-181-1/+1
| * | | Update changelogJoel Fischer2015-09-181-2/+21
| * | | Update travis to run xcode7Joel Fischer2015-09-181-1/+1
| | |/ | |/|
| | * Fixed issue where the hex string would fail to allocate, and had no way to fr...Alex Muller2015-09-181-11/+32
| | * Added autoreleasepool to help with memory allocation. Also convereted SDLHexU...Alex Muller2015-09-183-11/+31
| |/
| * Formatting updatesJoel Fischer2015-09-1620-332/+336
| * Merge branch 'feature/4.0_XML_RPC' into release/4.0.0Joel Fischer2015-09-164-9/+177
| |\
| | * Fix testsJoel Fischer2015-09-161-54/+37
| | * Merge branch 'release/4.0.0' into feature/4.0_XML_RPCJoel Fischer2015-09-1679-604/+2587
| | |\
| | * | Placed Factory Build methods alphabetically.Ankur Sehdev2015-08-244-87/+159
| | * | Adding call back methods for onAlertManeuverResponse, onDialNumberResponse, o...Ankur Sehdev2015-08-121-0/+6
| | * | Adding factory method Specs. 3 methods added.Ankur Sehdev2015-08-111-0/+62
| | * | Adding proxy side changes for supporting 4.0 XML RPC's. Added factory methods...Ankur Sehdev2015-08-112-7/+57
| * | | Update clang-format to properly format blocksJoel Fischer2015-09-161-0/+1
| | |/ | |/|
| * | Fix and update tests for new 4.0 changes and Xcode 7Joel Fischer2015-09-1631-270/+197
| * | Fix warnings from Xcode 7Joel Fischer2015-09-167-9/+26
| * | Merge branch 'feature/issue_156_video_streaming' into release/4.0.0Joel Fischer2015-09-1621-115/+971
| |\ \
| | * | Updates to exampleJoel Fischer2015-09-151-13/+14
| | * | Add PCM audio testing to example appJoel Fischer2015-09-154-33/+100
| | * | Fix copied protocol headers using version 2Joel Fischer2015-09-152-0/+11
| | * | Merge branch 'release/4.0.0' into feature/issue_156_video_streamingJoel Fischer2015-09-096-58/+78
| | |\ \
| | * | | Use connected state to start video streaming instead of trying every timeJustin Dickow2015-09-041-35/+71
| | * | | Expose the connected state of video and audio streaming servicesJustin Dickow2015-09-042-3/+6
| | * | | Only process the buffer if it's non NULLJustin Dickow2015-09-031-1/+3
| | * | | ConfigureVideoEncoder needed to be a class methodJustin Dickow2015-09-031-23/+19
| | * | | Updated to correct header for versionJustin Dickow2015-09-031-3/+5
| | * | | Fix occassional crashes caused by mutating the delegate table while enumerati...Joel Fischer2015-09-032-12/+12
| | * | | Fix example project buildJoel Fischer2015-09-033-6/+11
| | * | | simplify the last commitJoel Fischer2015-09-031-1/+1
| | * | | SDLStreamingMediaManager sendVideoData method conditionally returns YES or NO...Joel Fischer2015-09-031-2/+2
| | * | | Added video select button that attempts to process and stream a video from th...Justin Dickow2015-09-034-10/+122
| | * | | Made mediaManager public property on the proxyManager to get access from the ...Justin Dickow2015-09-032-4/+10
| | * | | Merge branch 'refs/heads/release/4.0.0' into feature/issue_156_video_streamingJustin Dickow2015-09-025-54/+248
| | |\ \ \
| | * | | | Updated handleProtocolStartSessionACK to support multiple serviceTypesJustin Dickow2015-09-011-7/+11
| | * | | | Update sendStartSessionWithType to support starting multiple service typesJustin Dickow2015-09-011-5/+13
| | * | | | Unbreak the streamingMediaManager property on SDLProxyJoel Fischer2015-09-011-5/+5
| | * | | | Make streamingMediaManager public readonly in SDLProxy.hJoel Fischer2015-09-012-1/+2
| | * | | | Fix checking for NULL instead of nil in SDLStreamingMediaManagerJoel Fischer2015-09-011-7/+7
| | * | | | Fix SDLProxy protocol delegate using wrong signatureJoel Fischer2015-09-011-1/+1
| | * | | | Fix SDLProtocol delegate table being released too earlyJoel Fischer2015-09-011-1/+1
| | * | | | Fix SDLProtocol start session ack delegate method not using correct type sign...Joel Fischer2015-09-011-1/+1
| | * | | | Merge branch 'release/4.0.0' into feature/issue_156_video_streamingJoel Fischer2015-09-011-1/+1
| | |\ \ \ \
| | * | | | | Add passthrough for SDLProtocol heartbeat delegate methodsJoel Fischer2015-09-011-15/+27