summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* Fixed no notification when a PASI request receivedfeature/issue_1147_and_1148_app_services_handle_requests_send_responsesNicoleYarroch2019-02-215-5/+5
* Removed unused code from SDLNotificationConstantsNicoleYarroch2019-02-213-14/+1
* Removed method from SDLConnectionManager protocolNicoleYarroch2019-02-214-20/+10
* `SDLManager` can now send non-requestsNicoleYarroch2019-02-2112-42/+323
* Fixed sending multiple responses/notifications not workingNicoleYarroch2019-02-203-27/+33
* reverted edits to AsynchronousRPCRequestOperationNicoleYarroch2019-02-193-41/+28
* Added a convenience init to `WeatherServiceData` structNicoleYarroch2019-02-193-1/+41
* Added a convenience init to `OnAppServiceData` RPCNicoleYarroch2019-02-193-1/+30
* Added convenience inits for response RPCsNicoleYarroch2019-02-1910-1/+118
* Merge branch 'feature/issue_1147_and_1148_app_services_weather_media' into fe...NicoleYarroch2019-02-1931-190/+166
|\
| * Renamed param in `PerformAppServiceInteraction` RPCNicoleYarroch2019-02-193-18/+18
| * Replaced `#import` with `@class` in header fileNicoleYarroch2019-02-193-3/+8
| * Updated param data type in `GetAppServicesData` structNicoleYarroch2019-02-193-9/+9
| * Updated param data type in `AppServicesData` structNicoleYarroch2019-02-193-6/+6
| * Removed param from `AppServicesCapabilities`NicoleYarroch2019-02-194-30/+5
| * Removed types from `AppServiceType` enumNicoleYarroch2019-02-197-40/+4
| * Renamed the `appServiceCapability` paramNicoleYarroch2019-02-185-20/+19
| * Fixed param capitization in `AppServiceRecord`NicoleYarroch2019-02-189-24/+24
| * Fixed the data type of the `handledRPCs` paramNicoleYarroch2019-02-184-11/+11
| * Added the `uriScheme` paramNicoleYarroch2019-02-185-6/+29
| * Fixed the data type of the `serviceIcon` paramNicoleYarroch2019-02-183-18/+28
| * Changed the data type of `serviceType`NicoleYarroch2019-02-183-9/+9
| * Fixed doc capitalization in `WeatherServiceData`NicoleYarroch2019-02-181-4/+4
* | Basic fix for receiving requests and sending responsesNicoleYarroch2019-02-198-29/+74
* | Fixed incorrect parameter namesNicoleYarroch2019-02-154-8/+28
* | Added support for getting requests from CoreNicoleYarroch2019-02-1510-8/+59
* | Added test cases for SDLRPCRequestNotification classNicoleYarroch2019-02-144-4/+65
* | Added the SDLRPCRequestNotification classNicoleYarroch2019-02-144-1/+117
|/
* Fixed spelling error in documentationNicoleYarroch2019-02-141-8/+8
* Added support for PerformAppServiceInteraction responseNicoleYarroch2019-02-137-0/+18
* Added support for GetFile responseNicoleYarroch2019-02-137-0/+18
* Added support for GetAppServiceData responseNicoleYarroch2019-02-137-1/+19
* Added support for PublishAppService responseNicoleYarroch2019-02-137-0/+18
* Added support for OnAppServiceData notificationNicoleYarroch2019-02-137-3/+32
* Fixed Swift framework not compilingNicoleYarroch2019-02-123-2/+4
* Added documentation to SDLAppServicesCapabilitiesNicoleYarroch2019-02-111-0/+7
* Removed unneeded commentNicoleYarroch2019-02-111-1/+0
* Fixed some AppServiceData documentationNicoleYarroch2019-02-111-1/+1
* Made the AppServicemanifest header publicNicoleYarroch2019-02-114-1/+4
* Made the WeatherAlert header publicNicoleYarroch2019-02-114-1/+4
* Made the WeatherData header publicNicoleYarroch2019-02-114-1/+4
* Made PerformAppServiceInteractionResponse header publicNicoleYarroch2019-02-114-1/+4
* Made the PerformAppServiceInteration header publicNicoleYarroch2019-02-114-1/+4
* Made the GetFileResponse header publicNicoleYarroch2019-02-114-2/+5
* Made the GetFile header publicNicoleYarroch2019-02-114-3/+6
* Made the OnAppServiceData header publicNicoleYarroch2019-02-114-1/+4
* Made the GetAppServiceDataResponse header publicNicoleYarroch2019-02-114-1/+4
* Made the GetAppServiceData header publicNicoleYarroch2019-02-114-1/+4
* Made AppServiceCapability header publicNicoleYarroch2019-02-114-2/+5
* Made AppServicesCapabilities header publicNicoleYarroch2019-02-114-1/+4