summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
* Update test swift versionbugfix/issue_1208_snapshot_tests_fail_xcode_10.2Joel Fischer2019-04-041-4/+3
|
* Fix warning about info.plist in example appsJoel Fischer2019-04-041-6/+1
|
* Update cartfile.resolvedJoel Fischer2019-04-041-2/+2
|
* Updated test deps, but it’s still brokenJoel Fischer2019-04-015-13/+19
|
* Merge pull request #1205 from ↵Joel Fischer2019-03-251-0/+1
|\ | | | | | | | | smartdevicelink/bugfix/pr_1200_app_services_capability_clear Clear appServicesCapability in systemCapabilityManager on stop
| * Clear appServicesCapability in systemCapabilityManager on stopJoel Fischer2019-03-251-0/+1
| |
* | Merge pull request #1201 from smartdevicelink/bugfix/pr_1200_api_cleanupJoel Fischer2019-03-2510-96/+31
|\ \ | |/ |/| API cleanup
| * Restore authTokenJoel Fischer2019-03-252-0/+9
| |
| * Fix an `fit`bugfix/pr_1200_api_cleanupJoel Fischer2019-03-211-1/+1
| |
| * Fix unit testsJoel Fischer2019-03-213-36/+5
| |
| * API cleanupJoel Fischer2019-03-218-68/+25
|/
* Merge pull request #1175 from ↵Joel Fischer2019-03-1980-87/+1844
|\ | | | | | | | | smartdevicelink/feature/issue_1166_cloud_app_transport Cloud App Transport
| * Added some more documentationfeature/issue_1166_cloud_app_transportNicoleYarroch2019-03-121-1/+1
| |
| * Fixed some more documentationNicoleYarroch2019-03-121-1/+1
| |
| * Removed `requestSubType` from `SystemRequest`NicoleYarroch2019-03-121-1/+0
| | | | | | | | Removed `requestSubType` param when sending `SystemRequest` of type `ICON_URL`
| * Fixed method names in `SDLVersion` + test casesNicoleYarroch2019-03-126-7/+16
| | | | | | | | | | | | | | * Fixed `isGreaterThanOrEqualToVersion:` * Added `isLessThanOrEqualToVersion:` * Added test cases to SDLVersionSpec * Fixed some documentation
| * Made param in conv. init nullable `CloudAppProperties`NicoleYarroch2019-03-123-4/+4
| |
| * Fixed some formattingNicoleYarroch2019-03-125-6/+6
| |
| * Fixed parameter namesNicoleYarroch2019-03-1229-99/+140
| |
| * Merge branch 'develop' into feature/issue_1166_cloud_app_transportNicoleYarroch2019-03-12569-5354/+14910
| |\ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | # Conflicts: # SmartDeviceLink-iOS.podspec # SmartDeviceLink-iOS.xcodeproj/project.pbxproj # SmartDeviceLink.podspec # SmartDeviceLink/SDLFunctionID.m # SmartDeviceLink/SDLNames.h # SmartDeviceLink/SDLNames.m # SmartDeviceLink/SDLNotificationConstants.h # SmartDeviceLink/SDLNotificationConstants.m # SmartDeviceLink/SDLNotificationDispatcher.m # SmartDeviceLink/SDLProxyListener.h # SmartDeviceLink/SmartDeviceLink.h # SmartDeviceLinkTests/DevAPISpecs/SDLNotificationDispatcherSpec.m # SmartDeviceLinkTests/ProtocolSpecs/SDLFunctionIDSpec.m # SmartDeviceLinkTests/RPCSpecs/NotificationSpecs/SDLOnVehicleDataSpec.m # SmartDeviceLinkTests/RPCSpecs/RequestSpecs/SDLGetVehicleDataSpec.m # SmartDeviceLinkTests/RPCSpecs/RequestSpecs/SDLSubscribeVehicleDataSpec.m # SmartDeviceLinkTests/RPCSpecs/RequestSpecs/SDLUnsubscribeVehicleDataSpec.m # SmartDeviceLinkTests/RPCSpecs/ResponseSpecs/SDLGetVehicleDataResponseSpec.m # SmartDeviceLinkTests/RPCSpecs/ResponseSpecs/SDLSubscribeVehicleDataResponseSpec.m # SmartDeviceLinkTests/RPCSpecs/ResponseSpecs/SDLUnsubscribeVehicleDataResponseSpec.m
| * | Renamed appName to nicknames in CloudAppPropertiesNicoleYarroch2019-03-067-29/+30
| | | | | | | | | | | | * Renamed `appName` to `nicknames` in CloudAppProperties
| * | Fixed broken `SDLRegisterAppInterface` test casesNicoleYarroch2019-03-053-1/+3
| | | | | | | | | | | | | | | * Fixed broken `SDLRegisterAppInterface` test cases * Added check for the operation name to `SetCloudAppPropertiesResponseSpec` and `SDLGetCloudAppPropertiesResponseSpec` test cases
| * | Fixed doc. for SDLControlFramePayloadRPCStartServiceAckNicoleYarroch2019-03-051-5/+1
| | | | | | | | | | | | Fixed documentation for SDLControlFramePayloadRPCStartServiceAck
| * | Removed @sinceNicoleYarroch2019-03-057-15/+1
| | |
| * | Bumped the `SDLMaxProxyRPCVersion` to `5.1.0`NicoleYarroch2019-03-051-1/+1
| | |
| * | Added support for handling new RPC requestsNicoleYarroch2019-03-056-1/+35
| | | | | | | | | | | | Added support for handling `SetCloudAppProperties` and `GetCloudAppProperties` requests from Core
| * | Fixed documentation in `CloudAppProperties`NicoleYarroch2019-03-051-2/+2
| | |
| * | Fixed broken protocol version test casesNicoleYarroch2019-03-054-13/+40
| | | | | | | | | | | | | | | | | | * Fixed broken protocol version test cases * Added `isGreaterThanOrEqualVersion:` method to `SDLVersion` * Addded protocol version check before getting the `authToken` in the `SDLProtocol` class
| * | Merge branch 'develop' into feature/issue_1166_cloud_app_transportNicoleYarroch2019-03-0523-98/+448
| |\ \ | | | | | | | | | | | | | | | | | | | | # Conflicts: # SmartDeviceLink/SDLProtocol.m # SmartDeviceLinkTests/ProtocolSpecs/MessageSpecs/SDLProtocolSpec.m
| * | | Updated `CloudAppProperties` struct documentationNicoleYarroch2019-03-011-2/+2
| | | |
| * | | Fixed init in `ControlFramePayloadRPCStartServiceAck`NicoleYarroch2019-02-282-2/+1
| | | |
| * | | Can now get `authToken` from StartServiceACK headerNicoleYarroch2019-02-2813-43/+219
| | | | | | | | | | | | | | | | | | | | * Added support for getting `authToken` from start service ACK header * Added test cases to the `SDLLifecycleManagerSpec`, `SDLProtocolSpec`, `SDLControlFramePayloadRPCStartServiceAckSpec`.
| * | | Added support for downloading the cloud app iconNicoleYarroch2019-02-281-2/+25
| | | | | | | | | | | | | | | | When the library gets an `OnSystemRequest` from Core, it downloads the image from the `url` provided by Core and sends an `SystemRequest` to Core with the image data.
| * | | Added `AuthToken` key to ControlFramePayloadConstantsNicoleYarroch2019-02-274-4/+50
| | | | | | | | | | | | | | | | Added test cases for the SDLControlFramePayloadConstants class
| * | | Added support for new response RPC GetCloudAppPropertiesNicoleYarroch2019-02-277-2/+20
| | | |
| * | | Added support for new response RPC SetCloudAppPropertiesNicoleYarroch2019-02-277-0/+19
| | | |
| * | | Made CloudAppProperties header publicNicoleYarroch2019-02-274-1/+4
| | | |
| * | | Made HybridAppPreference header publicNicoleYarroch2019-02-274-1/+4
| | | |
| * | | Made the GetCloudAppPropertiesResponse header publicNicoleYarroch2019-02-274-1/+4
| | | |
| * | | Made the GetCloupAppProperties header publicNicoleYarroch2019-02-274-1/+4
| | | |
| * | | Made SetCloudAppPropertiesResponse header publicNicoleYarroch2019-02-274-1/+4
| | | |
| * | | Made SetCloudAppProperties header publicNicoleYarroch2019-02-274-1/+4
| | | |
| * | | Added param to OnVehicleDataNicoleYarroch2019-02-274-27/+79
| | | | | | | | | | | | | | | | Added cloudAppVehicleID param to OnVehicleData
| * | | Added param to GetVehicleData response RPCNicoleYarroch2019-02-273-17/+36
| | | | | | | | | | | | | | | | Added cloudAppVehicleID param to GetVehicleData response RPC
| * | | Added param to GetVehicleData request RPCNicoleYarroch2019-02-273-2/+100
| | | | | | | | | | | | | | | | Added cloudAppVehicleID param to GetVehicleData request RPC
| * | | Added param to UnsubscribeVehicleData response RPCNicoleYarroch2019-02-273-0/+20
| | | | | | | | | | | | | | | | Added the cloudAppVehicleID param to UnsubscribeVehicleData response RPC
| * | | Added param to UnsubscribeVehicleData RPCNicoleYarroch2019-02-273-1/+97
| | | | | | | | | | | | | | | | Added cloudAppVehicleID param to UnsubscribeVehicleData request RPC
| * | | Added new param to SubscribeVehicleData ResponseNicoleYarroch2019-02-273-0/+20
| | | | | | | | | | | | | | | | Added cloudAppVehicleID param to SubscribeVehicleData response
| * | | Added cloudAppVehicleID param to SubscribeVehicleDataNicoleYarroch2019-02-275-1/+100
| | | | | | | | | | | | | | | | Added cloudAppVehicleID param to SubscribeVehicleData RPC
| * | | Added VEHICLEDATA_CLOUDAPPVEHICLEID enumNicoleYarroch2019-02-273-0/+7
| | | | | | | | | | | | | | | | Added VEHICLEDATA_CLOUDAPPVEHICLEID case to VehicleDataType