summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
* Changing swift version to 4.2feature/issue_-1185_swift_updateJustin Gluck2019-03-181-2/+2
|
* Merge branch 'develop' into feature/issue_-1185_swift_updateJustin Gluck2019-03-184-29/+29
|\
| * Merge pull request #1194 from ↵Joel Fischer2019-03-184-29/+29
| |\ | | | | | | | | | | | | smartdevicelink/bug/issue_-1190_checkCurrentGroupPermissions Removed SDLBool Protocol from SDLPermissionManager
| | * Merge branch 'develop' into bug/issue_-1190_checkCurrentGroupPermissionsbug/issue_-1190_checkCurrentGroupPermissionsJustin Gluck2019-03-1513-35/+38
| | |\
| | * | JG - Removed SDLBool protocol type from NSNumber in return type of ↵Justin Gluck2019-03-154-29/+29
| | | | | | | | | | | | | | | | Dictionary modified tests to reflect this change.
* | | | Merge branch 'develop' into feature/issue_-1185_swift_updateJustin Gluck2019-03-1819-192/+192
|\ \ \ \ | |/ / /
| * | | Merge pull request #1196 from ↵Joel Fischer2019-03-183-157/+135
| |\ \ \ | | |_|/ | |/| | | | | | | | | | smartdevicelink/bugfix/issue_1170_sendlocation_documenation_initializer Update sendlocation documentation and add a corresponding initializer
| | * | Update documentationJoel Fischer2019-03-181-2/+42
| | | |
| | * | Fix `addressLines` -> `address`bugfix/issue_1170_sendlocation_documenation_initializerJoel Fischer2019-03-151-3/+3
| | | |
| | * | Add testsJoel Fischer2019-03-152-152/+72
| | | |
| | * | Update sendlocation documentation and add a corresponding initializerJoel Fischer2019-03-152-5/+23
| |/ /
| * | Merge pull request #1195 from ↵Joel Fischer2019-03-155-22/+25
| |\ \ | | | | | | | | | | | | | | | | smartdevicelink/bugfix/issue_1193_update_param_name_in_SDLWeatherData_struct Update param name in `SDLWeatherData` struct
| | * | Changed param name in `SDLWeatherDataSpec`NicoleYarroch2019-03-155-22/+25
| | |/ | | | | | | | | | `weatherIconImageName` is now `weatherIcon`
| * | Merge pull request #1187 from ↵Joel Fischer2019-03-157-9/+9
| |\ \ | | | | | | | | | | | | | | | | smartdevicelink/bugfix/issue_1186_update_app_services_documentation Fixed the documentation to match the RPC Spec for App Services
| | * | Updated library documentation per the rpc_specbugfix/issue_1186_update_app_services_documentationNicoleYarroch2019-03-137-9/+9
| | | | | | | | | | | | | | | | Updated documentation per the rpc_spec for App Services
| * | | Merge pull request #1192 from ↵Joel Fischer2019-03-152-4/+4
| |\ \ \ | | |_|/ | |/| | | | | | | | | | smartdevicelink/bugfix/issue_1191_make_serviceData_param_nullable Made service data param nullable
| | * | Made service data param nullableNicoleYarroch2019-03-152-4/+4
| | |/
| * | Merge pull request #1189 from ↵Joel Fischer2019-03-153-0/+19
| |\ \ | | |/ | |/| | | | | | | smartdevicelink/bugfix/issue_1188_add_convenience_init_to_GetAppServiceData_struct Added a convenience init to `GetAppServiceData` struct
| | * Added conv. init to `GetAppServiceData` structbugfix/issue_1188_add_convenience_init_to_GetAppServiceData_structNicoleYarroch2019-03-133-0/+19
| |/
* | Updating Swift 3 to swift 4.2Justin Gluck2019-03-145-18/+18
| |
* | JG - Changed settings to compile with swift 4.2 from 3Justin Gluck2019-03-131-7/+7
|/
* Merge pull request #1165 from ↵Joel Fischer2019-03-12567-5312/+14890
|\ | | | | | | | | smartdevicelink/feature/issues_1147_1148_1162_app_services_weather_media_navigation Weather, Media, and Navigation App Services
| * Fixed broken documentation in AppServiceManifestfeature/issues_1147_1148_1162_app_services_weather_media_navigationNicoleYarroch2019-03-111-1/+1
| | | | | | | | Added missing “*” to documentation in AppServiceManifest
| * Fixed conv. init in `SDLWeatherServiceData`NicoleYarroch2019-03-112-2/+2
| |
| * Added conv. inits to `SDLTemperature`NicoleYarroch2019-03-113-9/+56
| |
| * Added conv. init to `SDLLocationCoordinate`NicoleYarroch2019-03-113-6/+38
| |
| * Added conv. inits to `SDLLocationDetails`NicoleYarroch2019-03-113-1/+95
| |
| * Added conv. init to `GetAppServiceData`NicoleYarroch2019-03-083-9/+33
| | | | | | | | Added conv. init for app service type to `GetAppServiceData`
| * Removed unused param names from SDLRPCParameterNameNicoleYarroch2019-03-082-4/+0
| |
| * Fix library not compilingNicoleYarroch2019-03-084-18/+20
| | | | | | | | Fixed lib not compiling because the SDLRPCRequestNotification.m file did not have a target membership
| * Added `SDLRPCRequestNotification` to the SDL projectNicoleYarroch2019-03-071-0/+2
| |
| * Fixing the SDLRPCRequestNotification file locationNicoleYarroch2019-03-072-18/+14
| | | | | | | | Another attempt to fix the SDLRPCRequestNotification file location
| * Fixed `RPCRequestNotification` not being added to CocoapodsNicoleYarroch2019-03-073-2/+2
| | | | | | | | Fixed the location of the `RPCRequestNotification` file so the file path in podspecs is correct
| * System capability manager now gets app services capabilityNicoleYarroch2019-03-073-1/+20
| | | | | | | | The system capability manager now gets and stores the app services capability
| * Added conv. init to `AppServiceData`NicoleYarroch2019-03-063-0/+27
| |
| * Fixed the `AppServiceManifest` conv. initsNicoleYarroch2019-03-063-22/+49
| |
| * Modified methods in `SDLConnectionManagerType`NicoleYarroch2019-03-0615-39/+65
| | | | | | | | | | | | | | * Removed method `sendConnectionRPC:withResponseHandler:` * Added method `sendConnectionRequest:withResponseHandler:` * Added method `sendConnectionRPC:` * Renamed the `SDLAsynchronousRPCOperationSpec` so it matches the class it testing.
| * Added documentation to the `SDLAsynchronousOperation` classesNicoleYarroch2019-03-063-0/+48
| | | | | | | | | | | | | | Added documentation to: * `SDLSequentialRPCRequestOperation` header file * `SDLAsynchronousRPCRequestOperation` header file * `SDLAsynchronousRPCOperation` header file
| * Added param bounds documentation to `WeatherData`NicoleYarroch2019-03-061-4/+4
| | | | | | | | Added min and max values to four `WeatherData` params: `humidity`, `cloudCover`, `moonPhase`, and `precipProbability`
| * Merge branch 'develop' into ↵NicoleYarroch2019-03-0523-97/+447
| |\ | | | | | | | | | | | | | | | | | | feature/issues_1147_1148_1162_app_services_weather_media_navigation # Conflicts: # SmartDeviceLinkTests/ProtocolSpecs/SDLProtocolMessageDisassemblerSpec.m
| * | Renamed `SDLNames` to `SDLRPCParameterNames`NicoleYarroch2019-03-05473-5076/+5076
| | |
| * | All RPC names moved to SDLRPCFunctionNamesNicoleYarroch2019-03-05237-459/+698
| | | | | | | | | | | | | | | | | | * All RPC names moved from `SDLNames` to `SDLRPCFunctionNames` * Made `SDLRPCFunctionNames` header public * Fixed test cases
| * | Removed RPC names from `SDLNames`NicoleYarroch2019-03-054-154/+2
| | | | | | | | | | | | * Fixed `SDLSendHapticDataResponse` using wrong name
| * | Added function names to `SDLRPCFunctionNames`NicoleYarroch2019-03-054-3/+256
| | |
| * | Added `SDLRPCFunctionNames` classNicoleYarroch2019-03-054-4/+31
| | |
| * | Added support for `SystemRequest` request handlingNicoleYarroch2019-03-056-0/+23
| | |
| * | Made `SDLSystemRequest` header publicNicoleYarroch2019-03-054-1/+4
| | |
| * | Made `FunctionID` header publicNicoleYarroch2019-03-054-1/+4
| | |
| * | Fixed test case failing b/c it not enough timeNicoleYarroch2019-03-041-1/+1
| | | | | | | | | | | | Fixed failing test case because it was not given enough time
| * | Fixed imorts in `AppServiceRecord`NicoleYarroch2019-03-043-2/+6
| | |