summaryrefslogtreecommitdiff
path: root/SmartDeviceLink/SDLDialNumber.h
Commit message (Collapse)AuthorAgeFilesLines
* Added nullability annotations for requests.Muller, Alexander (A.)2016-12-221-0/+5
|
* Merge remote-tracking branch 'origin/master' into developMuller, Alexander (A.)2016-11-031-0/+2
|\ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * origin/master: (26 commits) Update to v4.3.0 final Run clang-format Added a fix for when a navigation app is attempting to connect to a non-navigation capable core that would cause a crash on RAI. Missing forward class declaration for SDLProxy. Add documentation around the reason there is an SDLProxy property on SDLManager Add a passthrough SDLProxy property to SDLManager for minor backcompat cases Update the example app to log out example permissions Fixed issue related RAI failing due to missing parameter in SDLAppInfo. removed double set property in initializer. Updated RAI to include missing properties in initializers. Fix a crasher bug when an RAIR errors Added support for deprecating SDLTTSChunkFactory in favor of SDLTTSChunk inits. Added missing generic. Updated spec to use non-nsnumbers in initializers. Added missing generics and removed remaining NSNumbers used in initializers Removed imports and put in superclass. Add generics to initializers Added missing initializer for SDLTTSChunk Fixed misstype in spec. Removed NSNumbers in favor of their primitive types for initializers. ... # Conflicts: # SmartDeviceLink/SDLAddCommand.h # SmartDeviceLink/SDLAddCommand.m # SmartDeviceLink/SDLAddSubMenu.m # SmartDeviceLink/SDLAlert.h # SmartDeviceLink/SDLAlertManeuver.h # SmartDeviceLink/SDLAlertManeuver.m # SmartDeviceLink/SDLChangeRegistration.m # SmartDeviceLink/SDLChoice.m # SmartDeviceLink/SDLCreateInteractionChoiceSet.m # SmartDeviceLink/SDLDeleteCommand.m # SmartDeviceLink/SDLDeleteInteractionChoiceSet.m # SmartDeviceLink/SDLDeleteSubMenu.m # SmartDeviceLink/SDLDeviceInfo.m # SmartDeviceLink/SDLDiagnosticMessage.m # SmartDeviceLink/SDLDialNumber.h # SmartDeviceLink/SDLGetDTCs.h # SmartDeviceLink/SDLGetDTCs.m # SmartDeviceLink/SDLGetVehicleData.m # SmartDeviceLink/SDLImage.m # SmartDeviceLink/SDLKeyboardProperties.h # SmartDeviceLink/SDLKeyboardProperties.m # SmartDeviceLink/SDLMenuParams.h # SmartDeviceLink/SDLMenuParams.m # SmartDeviceLink/SDLPerformAudioPassThru.m # SmartDeviceLink/SDLPerformInteraction.h # SmartDeviceLink/SDLPermissionManager.m # SmartDeviceLink/SDLRPCRequestFactory.h # SmartDeviceLink/SDLRPCRequestFactory.m # SmartDeviceLink/SDLReadDID.m # SmartDeviceLink/SDLRegisterAppInterface.h # SmartDeviceLink/SDLResetGlobalProperties.h # SmartDeviceLink/SDLResetGlobalProperties.m # SmartDeviceLink/SDLSendLocation.h # SmartDeviceLink/SDLSendLocation.m # SmartDeviceLink/SDLSetGlobalProperties.m # SmartDeviceLink/SDLShow.h # SmartDeviceLink/SDLShowConstantTBT.h # SmartDeviceLink/SDLSlider.m # SmartDeviceLink/SDLSoftButton.m # SmartDeviceLink/SDLSpeak.m # SmartDeviceLink/SDLStartTime.m # SmartDeviceLink/SDLSubscribeButton.h # SmartDeviceLink/SDLSubscribeButton.m # SmartDeviceLink/SDLSubscribeVehicleData.m # SmartDeviceLink/SDLSyncMsgVersion.m # SmartDeviceLink/SDLSystemRequest.h # SmartDeviceLink/SDLSystemRequest.m # SmartDeviceLink/SDLTTSChunk.m # SmartDeviceLink/SDLTTSChunkFactory.h # SmartDeviceLink/SDLTTSChunkFactory.m # SmartDeviceLink/SDLTurn.m # SmartDeviceLink/SDLUnsubscribeButton.m # SmartDeviceLink/SDLUnsubscribeVehicleData.m # SmartDeviceLink/SDLUpdateTurnList.m # SmartDeviceLink/SDLVrHelpItem.m # SmartDeviceLinkTests/DevAPISpecs/SDLResponseDispatcherSpec.m # SmartDeviceLink_Example/Classes/ProxyManager.m
| * Initial commit of deprecated SDLRPCRequestFactory and added inits.Muller, Alexander (A.)2016-10-201-0/+2
| |
* | Migrated initWithDictionary to take non-mutable dictionary as parameter.Muller, Alexander (A.)2016-09-221-3/+0
|/
* Shift files into root directoryJoel Fischer2016-05-251-0/+22