summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
...
| * | | Added ICON_URL case to `RequestType`NicoleYarroch2019-02-273-0/+8
| * | | Added the GetCloudAppPropertiesResponse class and testsNicoleYarroch2019-02-265-1/+157
| * | | Added GetCloudAppProperties class and testsNicoleYarroch2019-02-266-0/+154
| * | | Added SetCloudAppPropertiesResponse class and testsNicoleYarroch2019-02-264-0/+94
| * | | Added SetCloudAppProperties class and testsNicoleYarroch2019-02-266-0/+158
| * | | Added CloudAppProperties class and testsNicoleYarroch2019-02-266-0/+336
| * | | Added HybridAppPreference enum + testsNicoleYarroch2019-02-264-0/+78
* | | | Merge pull request #1197 from smartdevicelink/feature/issue_-1185_swift_updateJoel Fischer2019-03-185-27/+27
|\ \ \ \
| * | | | Fixing issue that caused app to crash on launchJustin Gluck2019-03-181-5/+5
| * | | | Addressing PR issue fixed example nameJustin Gluck2019-03-181-5/+5
| * | | | 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 smartdevicelink/bug/issue_-1190_checkCurrentGro...Joel Fischer2019-03-184-29/+29
|\ \ \ \ \
| * \ \ \ \ 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 Dictionary...Justin Gluck2019-03-154-29/+29
| | | * | | | Merge branch 'develop' into feature/issue_-1185_swift_updateJustin Gluck2019-03-1819-192/+192
| | | |\ \ \ \ | |_|_|/ / / / |/| | | | | |
* | | | | | | Merge pull request #1196 from smartdevicelink/bugfix/issue_1170_sendlocation_...Joel Fischer2019-03-183-157/+135
|\ \ \ \ \ \ \ | |_|/ / / / / |/| | | | | |
| * | | | | | 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 smartdevicelink/bugfix/issue_1193_update_param_...Joel Fischer2019-03-155-22/+25
|\ \ \ \ \ \
| * | | | | | Changed param name in `SDLWeatherDataSpec`NicoleYarroch2019-03-155-22/+25
| |/ / / / /
* | | | | | Merge pull request #1187 from smartdevicelink/bugfix/issue_1186_update_app_se...Joel Fischer2019-03-157-9/+9
|\ \ \ \ \ \
| * | | | | | Updated library documentation per the rpc_specbugfix/issue_1186_update_app_services_documentationNicoleYarroch2019-03-137-9/+9
| | |_|_|_|/ | |/| | | |
* | | | | | Merge pull request #1192 from smartdevicelink/bugfix/issue_1191_make_serviceD...Joel Fischer2019-03-152-4/+4
|\ \ \ \ \ \ | |_|/ / / / |/| | | | |
| * | | | | Made service data param nullableNicoleYarroch2019-03-152-4/+4
| |/ / / /
* | | | | Merge pull request #1189 from smartdevicelink/bugfix/issue_1188_add_convenien...Joel Fischer2019-03-153-0/+19
|\ \ \ \ \ | |/ / / / |/| | | |
| * | | | 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 smartdevicelink/feature/issues_1147_1148_1162_a...Joel Fischer2019-03-12567-5312/+14890
|\ \ \
| * | | Fixed broken documentation in AppServiceManifestfeature/issues_1147_1148_1162_app_services_weather_media_navigationNicoleYarroch2019-03-111-1/+1
| * | | 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
| * | | Removed unused param names from SDLRPCParameterNameNicoleYarroch2019-03-082-4/+0
| * | | Fix library not compilingNicoleYarroch2019-03-084-18/+20
| * | | Added `SDLRPCRequestNotification` to the SDL projectNicoleYarroch2019-03-071-0/+2
| * | | Fixing the SDLRPCRequestNotification file locationNicoleYarroch2019-03-072-18/+14
| * | | Fixed `RPCRequestNotification` not being added to CocoapodsNicoleYarroch2019-03-073-2/+2
| * | | System capability manager now gets app services capabilityNicoleYarroch2019-03-073-1/+20
| * | | 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
| * | | Added documentation to the `SDLAsynchronousOperation` classesNicoleYarroch2019-03-063-0/+48
| * | | Added param bounds documentation to `WeatherData`NicoleYarroch2019-03-061-4/+4
| * | | Merge branch 'develop' into feature/issues_1147_1148_1162_app_services_weathe...NicoleYarroch2019-03-0523-97/+447
| |\ \ \ | | | |/ | | |/|