summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* Fix color numbers in SDLConsoleControllerhotfix/issue_227Joel Fischer2016-01-211-6/+10
* Console Controller uses different background colors for cellsJoel Fischer2016-01-191-0/+5
* Update travis.ymlJoel Fischer2015-12-081-1/+1
* Update version to 4.0.14.0.1Joel Fischer2015-11-065-7/+12
* Merge branch 'hotfix/issue_315'Joel Fischer2015-11-063-17/+21
|\
| * Fix implicit captures of selfJoel Fischer2015-10-213-17/+21
|/
* Add Carthage informationJoel Fischer2015-10-051-2/+2
* Merge branch 'release/4.0.0'Joel Fischer2015-10-051342-29896/+62333
|\
| * Update to v4.0.0 final4.0.0Joel Fischer2015-10-055-15/+16
| * Format filesJoel Fischer2015-10-052-15/+19
| * Merge branch 'hotfix/issue_310' into release/4.0.0Joel Fischer2015-09-281-0/+15
| |\
| | * Update Plist to enable ATS until servers support HTTPSJoel Fischer2015-09-281-0/+15
| |/
| * Update to 4.0.0-RC.24.0.0-RC.2Joel Fischer2015-09-234-4/+7
| * Merge branch 'hotfix/issue_308' into release/4.0.0Joel Fischer2015-09-232-2/+2
| |\
| | * Fix passing a NSUInteger to an intJoel Fischer2015-09-192-2/+2
| |/
| * Update to 4.0.0 release candidate 14.0.0-RC.1Joel Fischer2015-09-194-6/+20
| * Merge branch 'hotfix/issue_304' into release/4.0.0Joel Fischer2015-09-191-1/+0
| |\
| | * 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