summaryrefslogtreecommitdiff
path: root/SmartDeviceLinkTests
Commit message (Expand)AuthorAgeFilesLines
* Fix an `fit`bugfix/pr_1200_api_cleanupJoel Fischer2019-03-211-1/+1
* Fix unit testsJoel Fischer2019-03-213-36/+5
* Merge pull request #1175 from smartdevicelink/feature/issue_1166_cloud_app_tr...Joel Fischer2019-03-1923-66/+802
|\
| * Fixed method names in `SDLVersion` + test casesNicoleYarroch2019-03-121-0/+4
| * Made param in conv. init nullable `CloudAppProperties`NicoleYarroch2019-03-121-1/+1
| * Fixed parameter namesNicoleYarroch2019-03-128-32/+48
| * Merge branch 'develop' into feature/issue_1166_cloud_app_transportNicoleYarroch2019-03-12256-1669/+4834
| |\
| * | Renamed appName to nicknames in CloudAppPropertiesNicoleYarroch2019-03-063-14/+14
| * | Fixed broken `SDLRegisterAppInterface` test casesNicoleYarroch2019-03-053-1/+3
| * | Added support for handling new RPC requestsNicoleYarroch2019-03-052-1/+6
| * | Fixed broken protocol version test casesNicoleYarroch2019-03-051-10/+32
| * | Merge branch 'develop' into feature/issue_1166_cloud_app_transportNicoleYarroch2019-03-058-32/+176
| |\ \
| * | | Can now get `authToken` from StartServiceACK headerNicoleYarroch2019-02-284-33/+156
| * | | Added `AuthToken` key to ControlFramePayloadConstantsNicoleYarroch2019-02-271-0/+40
| * | | Added support for new response RPC GetCloudAppPropertiesNicoleYarroch2019-02-272-0/+2
| * | | Added support for new response RPC SetCloudAppPropertiesNicoleYarroch2019-02-272-0/+2
| * | | Added param to OnVehicleDataNicoleYarroch2019-02-272-27/+66
| * | | Added param to GetVehicleData response RPCNicoleYarroch2019-02-271-17/+24
| * | | Added param to GetVehicleData request RPCNicoleYarroch2019-02-271-0/+43
| * | | Added param to UnsubscribeVehicleData response RPCNicoleYarroch2019-02-271-0/+5
| * | | Added param to UnsubscribeVehicleData RPCNicoleYarroch2019-02-271-0/+41
| * | | Added new param to SubscribeVehicleData ResponseNicoleYarroch2019-02-271-0/+5
| * | | Added cloudAppVehicleID param to SubscribeVehicleDataNicoleYarroch2019-02-271-0/+43
| * | | Added VEHICLEDATA_CLOUDAPPVEHICLEID enumNicoleYarroch2019-02-271-0/+1
| * | | Added ICON_URL case to `RequestType`NicoleYarroch2019-02-271-0/+1
| * | | Added the GetCloudAppPropertiesResponse class and testsNicoleYarroch2019-02-262-1/+58
| * | | Added GetCloudAppProperties class and testsNicoleYarroch2019-02-261-0/+58
| * | | Added SetCloudAppPropertiesResponse class and testsNicoleYarroch2019-02-261-0/+35
| * | | Added SetCloudAppProperties class and testsNicoleYarroch2019-02-261-0/+57
| * | | Added CloudAppProperties class and testsNicoleYarroch2019-02-261-0/+113
| * | | Added HybridAppPreference enum + testsNicoleYarroch2019-02-261-0/+24
* | | | Merge pull request #1194 from smartdevicelink/bug/issue_-1190_checkCurrentGro...Joel Fischer2019-03-181-24/+24
|\ \ \ \
| * \ \ \ Merge branch 'develop' into bug/issue_-1190_checkCurrentGroupPermissionsbug/issue_-1190_checkCurrentGroupPermissionsJustin Gluck2019-03-151-9/+10
| |\ \ \ \
| * | | | | JG - Removed SDLBool protocol type from NSNumber in return type of Dictionary...Justin Gluck2019-03-151-24/+24
* | | | | | Add testsJoel Fischer2019-03-151-151/+71
| |/ / / / |/| | | |
* | | | | Changed param name in `SDLWeatherDataSpec`NicoleYarroch2019-03-151-9/+10
|/ / / /
* | | | Added conv. init to `GetAppServiceData` structbugfix/issue_1188_add_convenience_init_to_GetAppServiceData_structNicoleYarroch2019-03-131-0/+7
| |_|/ |/| |
* | | Merge pull request #1165 from smartdevicelink/feature/issues_1147_1148_1162_a...Joel Fischer2019-03-12255-1651/+4814
|\ \ \
| * | | Added conv. inits to `SDLTemperature`NicoleYarroch2019-03-111-1/+17
| * | | Added conv. init to `SDLLocationCoordinate`NicoleYarroch2019-03-111-1/+12
| * | | Added conv. inits to `SDLLocationDetails`NicoleYarroch2019-03-111-0/+45
| * | | Added conv. init to `GetAppServiceData`NicoleYarroch2019-03-081-9/+18
| * | | Fix library not compilingNicoleYarroch2019-03-083-0/+0
| * | | System capability manager now gets app services capabilityNicoleYarroch2019-03-071-0/+5
| * | | Added conv. init to `AppServiceData`NicoleYarroch2019-03-061-0/+12
| * | | Fixed the `AppServiceManifest` conv. initsNicoleYarroch2019-03-061-9/+25
| * | | Modified methods in `SDLConnectionManagerType`NicoleYarroch2019-03-064-17/+21
| * | | Merge branch 'develop' into feature/issues_1147_1148_1162_app_services_weathe...NicoleYarroch2019-03-058-32/+176
| |\ \ \ | | | |/ | | |/|
| * | | Renamed `SDLNames` to `SDLRPCParameterNames`NicoleYarroch2019-03-05233-1536/+1536
| * | | All RPC names moved to SDLRPCFunctionNamesNicoleYarroch2019-03-0595-240/+339