summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
* Fixed issue relating to not all single touch callbacks. firing.hotfix/issue_441_single_touch_eventsMuller, Alexander (A.)2016-09-131-0/+1
|
* changed CGFloat to double due to issue in adding an NSUInteger to ↵hotfix/travis_issue_439Muller, Alexander (A.)2016-08-231-1/+1
| | | | float/double (depending on architecture).
* More descriptive fail statements.Muller, Alexander (A.)2016-08-231-8/+8
|
* Increasing wait time for gesture timeout.Muller, Alexander (A.)2016-08-231-40/+42
|
* Bump version to v4.2.34.2.3Joel Fischer2016-08-234-3/+7
|
* Minor clarity updates to HTTPS alterationshotfix/issue_432_https_failsJoel Fischer2016-08-231-4/+4
|
* Fix HTTPS uploadsJoel Fischer2016-08-222-2/+2
|
* Update version to 4.2.24.2.2Joel Fischer2016-08-185-3/+8
|
* Fix an errant spaceJoel Fischer2016-08-181-1/+1
|
* Fix HTTP -> HTTPS on redirectsJoel Fischer2016-08-181-2/+2
|
* Remove usage of NSURLComponentsJoel Fischer2016-08-181-8/+7
|
* Add a test for HTTP -> HTTPS conversionhotfix/issue_432_HTTP__Convert_ATSJoel Fischer2016-08-181-78/+88
|
* Change HTTP alerting in SDLURLSession to use NSURLComponentsJoel Fischer2016-08-181-7/+8
| | | | Fixes #432
* Changelog updateJoel Fischer2016-08-171-1/+1
|
* Update to v4.2.14.2.1Joel Fischer2016-08-175-4/+8
|
* Fixed replacement of unused authentication properties for encryption properties.Muller, Alexander (A.)2016-08-171-6/+2
|
* Merge branch 'master' into release/4.2.04.2.0Joel Fischer2016-08-172-0/+15
|\ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | # Conflicts: # CHANGELOG.md # README.md # SmartDeviceLink-iOS.podspec # SmartDeviceLink/Info.plist # SmartDeviceLink/SDLProxy.m # docs/Classes.html # docs/Classes/SDLAbstractProtocol.html # docs/Classes/SDLProtocol.html # docs/Classes/SDLProtocolHeader.html # docs/Classes/SDLProxy.html # docs/Classes/SDLStreamingMediaManager.html # docs/Constants.html # docs/Enums.html # docs/Enums/SDLStreamingVideoError.html # docs/Protocols.html # docs/Protocols/SDLProtocolListener.html # docs/undocumented.json
| * Set version to v4.1.54.1.5Joel Fischer2016-08-16256-2447/+2451
| |
| * Alter all URL sessions to occur through HTTPS even if an HTTP URL is passedJoel Fischer2016-08-161-0/+11
| | | | | | | | Fixed #432
* | Update for v4.2.0 finalJoel Fischer2016-08-177-21/+76
| |
* | Modified videoSessionAuthenticated to videoSessionEncrypted. We now modify ↵release/4.2.0Muller, Alexander (A.)2016-08-172-10/+12
| | | | | | | | this value based on response from Start Session ACK's header encrypt flag.
* | Removed necessary NSNotificationCenter removeObserverMuller, Alexander (A.)2016-08-171-1/+0
| |
* | Removed releasing unincluded variable.Muller, Alexander (A.)2016-08-171-2/+0
| |
* | Using CFDictionaryRef instead of NSDictionary of VTCompressionSession ↵Muller, Alexander (A.)2016-08-171-8/+19
| | | | | | | | initializer due to memory issues.
* | Properly releasing pixel buffer pool on teardown.Muller, Alexander (A.)2016-08-171-0/+2
| |
* | Removing data copy.Muller, Alexander (A.)2016-08-161-1/+1
| |
* | Adding property to obtain a pixel buffer pool from the video encoder.Muller, Alexander (A.)2016-08-162-1/+28
| |
* | Updated proper cleanup of NSNotificationCenter observers for ↵Muller, Alexander (A.)2016-08-111-0/+3
| | | | | | | | SDLStreamingMediaManager.
* | Fix a missed documentation TODOJoel Fischer2016-08-111-2/+7
| |
* | Update version to 4.2.0-beta.14.2.0-beta.1Joel Fischer2016-08-082-2/+2
| |
* | Proper handling of stoping security managers when the proxy disconnects.Muller, Alexander (A.)2016-08-041-0/+4
| |
* | Fixed some crashing testsJoel Fischer2016-08-032-193/+112
| |
* | Fix file missing an importJoel Fischer2016-08-031-0/+2
| |
* | Set version to v4.2.0Joel Fischer2016-08-03277-2784/+3952
| | | | | | | | | | * Run clang-format over all code files * Generate documentation
* | Extracted display capabilities out and allowed it to be a settable property ↵Muller, Alexander (A.)2016-08-023-14/+37
| | | | | | | | of SDLStreamingMediaManager.
* | Merge remote-tracking branch 'origin/feature/external_security_support' into ↵Muller, Alexander (A.)2016-08-0221-416/+881
|\ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | develop * origin/feature/external_security_support: (47 commits) Updated starting audio session function declaration to match video session functions. Fixed issue with starting audio streaming using incorrect completion handler resulting in crash. Fix using a deprecated enum Use an enum instead of multiple BOOLs for starting streaming media Developers add appId in the same step as adding security managers Proxy can now take all security manager classes at once Update Proxy to no longer take makes when adding a security manager Setting header's bytesInPayload after encryption for correct payload length. Added payload length checks for encryption/decryption. Revert to previous code for getting header's sessionID. Updated sessionID retrieval in start service to correctly pull sessionID in default case. Fix proxy version set incorrectly Fix starting a secure session not starting the secure session Add a TODO for future work Update protocol spec Allow authenticated streaming without encryption Remove the separate storage for the RPC session Id Store the entire header for services instead of just the sessionId SDLProxy addSecurityManager now takes an array of vehicleMakes Update security interface to take an app id ...
| * \ Merge branch 'develop' into feature/external_security_supportfeature/external_security_supportJoel Fischer2016-07-2921-20/+2100
| |\ \ | | | | | | | | | | | | | | | | | | | | | | | | # Conflicts: # SmartDeviceLink/SDLProxy.m # SmartDeviceLink/SDLStreamingMediaManager.h # SmartDeviceLink/SDLStreamingMediaManager.m
| * | | Updated starting audio session function declaration to match video session ↵Muller, Alexander (A.)2016-07-282-5/+5
| | | | | | | | | | | | | | | | functions.
| * | | Fixed issue with starting audio streaming using incorrect completion handler ↵Muller, Alexander (A.)2016-07-282-4/+4
| | | | | | | | | | | | | | | | resulting in crash.
| * | | Fix using a deprecated enumJoel Fischer2016-07-281-1/+1
| | | |
| * | | Merge branch 'develop' into feature/external_security_supportJoel Fischer2016-07-281-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 ↵Muller, Alexander (A.)2016-07-28271-216/+43641
| |\ \ \ \ | | | |_|/ | | |/| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | feature/external_security_support * origin/develop: (22 commits) add id attribute to section headers for linking Add link to smartdevicelink.com to README Update for v4.1.4 Fix not handling the TCP disconnect case Update README.md Update README.md Add documentation coverage badge to README Fix `.xctool-args` path to project Fix another codecov.yml issue Fix branch issue for codecov comments Basically just a bump to re-run tests Update for v4.1.3 Add clean switch to generate-documentation.sh Update gen documentation script Add Jazzy theme, scripts, initial documentation, and an updated gitignore Update codecov yaml file comment and status settings Fix mis-spaced README file causing header issues Fix test script Add carthage before_deploy generating of archive Fix a badge in the README ...
| * | | | 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
| | | | | | | | | | | | | | | | | | | | * Proxy now retrieves makes from the security manager class on the updated protocol method
| * | | | 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
| | | | |
| * | | | Revert to previous code for getting header's sessionID.Muller, Alexander (A.)2016-05-311-1/+1
| | | | |
| * | | | Updated sessionID retrieval in start service to correctly pull sessionID in ↵Muller, Alexander (A.)2016-05-311-1/+1
| | | | | | | | | | | | | | | | | | | | default case.