| Commit message (Collapse) | Author | Age | Files | Lines |
| |
|
|\
| |
| |
| |
| |
| | |
# Conflicts:
# SmartDeviceLink-iOS.xcodeproj/project.pbxproj
# SmartDeviceLinkTests/ProtocolSpecs/MessageSpecs/SDLProtocolSpec.m
|
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| | |
* Fix SDLRPCRequestFactory tests throwing warnings because they’re testing deprecated methods.
* Fix SDLLifecycleManager tests erroring on no longer extant properties.
* Work around SDLLifecycleManager tests erroring because the RAI response comes inline instead of on a method callback.
* Fix SmartDeviceLink.h erroring because some files don’t exist publicly and some do that did and did not before, respectively.
* SDLLifecycleManager now manually imports each class it uses instead of all classes.
* Removed old properties on SDLLifecycleManager and fix a public / private mismatch on hmiLevel probably causing them not to fire delegate callbacks.
* Stub the hmiLevel delegate callback on the example project.
* Add new tests for calling the hmiLevel SDLManagerDelegate callback
|
| | |
|
| |
| |
| |
| |
| | |
* Shuffled around files in groups
* Added `managerDidDisconnect` delegate method on SDLManagerDelegate
|
| | |
|
| |
| |
| |
| |
| |
| | |
Conflicts:
README.md
SmartDeviceLink-iOS.xcodeproj/project.pbxproj
|
|\ \
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | | |
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
...
|
| |\ \
| | | |
| | | |
| | | |
| | | |
| | | |
| | | | |
# Conflicts:
# SmartDeviceLink/SDLProxy.m
# SmartDeviceLink/SDLStreamingMediaManager.h
# SmartDeviceLink/SDLStreamingMediaManager.m
|
| | |/
| |/| |
|
| |/
|/| |
|
| | |
|
|/ |
|
|
|