summaryrefslogtreecommitdiff
path: root/SmartDeviceLink/SmartDeviceLink.h
Commit message (Collapse)AuthorAgeFilesLines
* Update to 4.3.0-beta.1Joel Fischer2016-08-121-2/+2
|
* Merge branch 'feature/enhanced_framework' into developJoel Fischer2016-08-081-0/+26
|\ | | | | | | | | | | # Conflicts: # SmartDeviceLink-iOS.xcodeproj/project.pbxproj # SmartDeviceLinkTests/ProtocolSpecs/MessageSpecs/SDLProtocolSpec.m
| * Fix library not building and tests erroring… 🙃Joel Fischer2016-08-081-1/+1
| | | | | | | | | | | | | | | | | | | | | | * 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
| * Some general cleanupJoel Fischer2016-07-281-7/+15
| |
| * Fixed a lot of notification handler method namesJoel Fischer2016-07-121-1/+0
| | | | | | | | | | * Shuffled around files in groups * Added `managerDidDisconnect` delegate method on SDLManagerDelegate
| * Fix `SDLManagerDelegate` marked as internalJoel Fischer2016-06-071-0/+1
| |
| * Merge branch 'develop' into feature/enhanced_frameworkJoel Fischer2016-05-271-0/+18
| | | | | | | | | | | | Conflicts: README.md SmartDeviceLink-iOS.xcodeproj/project.pbxproj
* | Merge remote-tracking branch 'origin/feature/external_security_support' into ↵Muller, Alexander (A.)2016-08-021-0/+2
|\ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 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-291-0/+2
| |\ \ | | | | | | | | | | | | | | | | | | | | | | | | # Conflicts: # SmartDeviceLink/SDLProxy.m # SmartDeviceLink/SDLStreamingMediaManager.h # SmartDeviceLink/SDLStreamingMediaManager.m
| * | | Merge branch 'develop' into feature/external_security_supportJoel Fischer2016-05-271-0/+2
| | |/ | |/|
* | | Made AppInfo a public headerMuller, Alexander (A.)2016-07-291-0/+1
| |/ |/|
* | Renamed SDLTouchManagerListener to SDLTouchManagerDelegateMuller, Alexander (A.)2016-07-171-1/+1
| |
* | Added touch manager to SmartDeviceLink.hMuller, Alexander (A.)2016-06-151-0/+2
|/
* Shift files into root directoryJoel Fischer2016-05-251-0/+275