summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
...
| * | | | | Added SDLTouch spec tests.Muller, Alexander (A.)2016-06-171-0/+81
| * | | | | Updated SDLTouch to use a signed long for identifier, so we may use -1 for SD...Muller, Alexander (A.)2016-06-173-5/+3
| * | | | | Added spec tests for CGPoint_Util.Muller, Alexander (A.)2016-06-172-0/+114
| * | | | | Added missing header for ULONG_MAX.Muller, Alexander (A.)2016-06-152-0/+2
| * | | | | Fixed function mistype.Muller, Alexander (A.)2016-06-151-1/+1
| * | | | | Updated the tapTimeThreshold to be seconds instead of milliseconds to be easi...Muller, Alexander (A.)2016-06-153-5/+5
| * | | | | Using ULONG_MAX instead of 0 for our unsigned longs in const struct values.Muller, Alexander (A.)2016-06-152-2/+2
| * | | | | Fixed issue relating to using C files in cocoapods.Muller, Alexander (A.)2016-06-157-20/+18
| * | | | | Added touch manager to SmartDeviceLink.hMuller, Alexander (A.)2016-06-151-0/+2
| * | | | | Updated SDLTouchManager's header to publicMuller, Alexander (A.)2016-06-151-1/+3
| * | | | | Initial support for a touch manager for interpreting onTouchEvent notifications.Muller, Alexander (A.)2016-06-1514-0/+615
* | | | | | Updated starting audio session function declaration to match video session fu...Muller, Alexander (A.)2016-07-282-5/+5
* | | | | | Fixed issue with starting audio streaming using incorrect completion handler ...Muller, Alexander (A.)2016-07-282-4/+4
* | | | | | Fix using a deprecated enumJoel Fischer2016-07-281-1/+1
* | | | | | Merge branch 'develop' into feature/external_security_supportJoel Fischer2016-07-281-5/+6
|\ \ \ \ \ \ | | |_|_|/ / | |/| | | |
| * | | | | Merge branch 'master' into hotfix/issue_383hotfix/issue_383Joel Fischer2016-07-271064-5232/+48657
| |\ \ \ \ \ | | | |_|/ / | | |/| | |
| * | | | | SDLStreamingMediaManager deprecate and fix enum nameJoel Fischer2016-05-271-5/+6
* | | | | | Use an enum instead of multiple BOOLs for starting streaming mediaJoel Fischer2016-07-282-19/+26
* | | | | | Developers add appId in the same step as adding security managersJoel Fischer2016-07-282-7/+5
* | | | | | Merge remote-tracking branch 'origin/develop' into feature/external_security_...Muller, Alexander (A.)2016-07-28271-216/+43641
|\ \ \ \ \ \ | | |/ / / / | |/| | | |
| * | | | | add id attribute to section headers for linkingJason Emerick2016-07-251-1/+1
| * | | | | Add link to smartdevicelink.com to READMEJoel Fischer2016-07-141-1/+1
| | |_|/ / | |/| | |
| * | | | Update for v4.1.44.1.4Joel Fischer2016-07-066-7/+14
| * | | | Fix not handling the TCP disconnect casehotfix/issue_385Joel Fischer2016-07-061-7/+13
| * | | | Update README.mdJoel Fischer2016-06-101-1/+3
| * | | | Update README.mdCorey Maylone2016-06-091-1/+1
| * | | | Add documentation coverage badge to READMEJoel Fischer2016-06-081-0/+1
| | |/ / | |/| |
| * | | Fix `.xctool-args` path to projectJoel Fischer2016-06-071-1/+1
| * | | Fix another codecov.yml issueJoel Fischer2016-06-071-1/+1
| * | | Fix branch issue for codecov commentsSteve Peak2016-06-061-2/+3
| * | | Basically just a bump to re-run testsJoel Fischer2016-06-031-1/+1
| * | | Update for v4.1.34.1.3Joel Fischer2016-06-035-5/+18
| * | | Merge branch 'hotfix/issue_416'Joel Fischer2016-06-03261-0/+43356
| |\ \ \
| | * | | Add clean switch to generate-documentation.shJoel Fischer2016-06-031-1/+1
| | * | | Update gen documentation scriptJoel Fischer2016-06-031-0/+4
| | * | | Add Jazzy theme, scripts, initial documentation, and an updated gitignoreJoel Fischer2016-06-02261-0/+43352
| * | | | Merge branch 'hotfix/issue_414'Joel Fischer2016-06-021-0/+19
| |\ \ \ \
| | * | | | Update codecov yaml file comment and status settingshotfix/issue_414Joel Fischer2016-06-011-1/+12
| | * | | | Create .codecov.ymlJoel Fischer2016-05-311-0/+8
| * | | | | Merge branch 'hotfix/issue_412'Joel Fischer2016-06-021-7/+27
| |\ \ \ \ \ | | |_|/ / / | |/| | | |
| | * | | | Fix test scripthotfix/issue_412Joel Fischer2016-06-011-3/+1
| | * | | | Add carthage before_deploy generating of archiveJoel Fischer2016-05-311-0/+4
| | * | | | Update travis yaml file to support Xcode 7.3Joel Fischer2016-05-311-7/+25
| | |/ / /
| * | | | Merge branch 'master' of https://github.com/smartdevicelink/sdl_iosJoel Fischer2016-06-011-3/+3
| |\ \ \ \
| | * | | | Fix a badge in the READMEJoel Fischer2016-05-311-1/+1
| | |/ / /
| * | | | Fix mis-spaced README file causing header issuesJoel Fischer2016-06-011-197/+197
| |/ / /
* | | | Proxy can now take all security manager classes at onceJoel Fischer2016-07-272-7/+9
* | | | Update Proxy to no longer take makes when adding a security managerJoel Fischer2016-07-273-4/+13
* | | | Setting header's bytesInPayload after encryption for correct payload length.Muller, Alexander (A.)2016-06-011-1/+2
* | | | Added payload length checks for encryption/decryption.Muller, Alexander (A.)2016-06-011-3/+3