summaryrefslogtreecommitdiff
path: root/SmartDeviceLink/SDLShowConstantTBT.h
Commit message (Collapse)AuthorAgeFilesLines
* RPC arrays are now immutableJoel Fischer2017-01-201-1/+1
|
* Merge branch 'develop' into feature/sdl_0009_prefer_nonatomicJoel Fischer2017-01-181-12/+17
|\ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | # Conflicts: # SmartDeviceLink/SDLAbstractProtocol.h # SmartDeviceLink/SDLAbstractTransport.h # SmartDeviceLink/SDLAddCommand.h # SmartDeviceLink/SDLAddSubMenu.h # SmartDeviceLink/SDLAlert.h # SmartDeviceLink/SDLAlertManeuver.h # SmartDeviceLink/SDLAlertResponse.h # SmartDeviceLink/SDLBodyInformation.h # SmartDeviceLink/SDLChoice.h # SmartDeviceLink/SDLDIDResult.h # SmartDeviceLink/SDLDeviceInfo.h # SmartDeviceLink/SDLDisplayCapabilities.h # SmartDeviceLink/SDLGetDTCs.h # SmartDeviceLink/SDLGetVehicleData.h # SmartDeviceLink/SDLGetVehicleDataResponse.h # SmartDeviceLink/SDLGetWaypointsResponse.h # SmartDeviceLink/SDLHeadLampStatus.h # SmartDeviceLink/SDLIAPSession.h # SmartDeviceLink/SDLIAPTransport.h # SmartDeviceLink/SDLIAPTransport.m # SmartDeviceLink/SDLImageField.h # SmartDeviceLink/SDLKeyboardProperties.h # SmartDeviceLink/SDLListFilesResponse.h # SmartDeviceLink/SDLLocationDetails.h # SmartDeviceLink/SDLMenuParams.h # SmartDeviceLink/SDLObjectWithPriority.h # SmartDeviceLink/SDLOnButtonEvent.h # SmartDeviceLink/SDLOnButtonPress.h # SmartDeviceLink/SDLOnEncodedSyncPData.h # SmartDeviceLink/SDLOnKeyboardInput.h # SmartDeviceLink/SDLOnSyncPData.h # SmartDeviceLink/SDLOnSystemRequest.h # SmartDeviceLink/SDLOnVehicleData.h # SmartDeviceLink/SDLPerformAudioPassThru.h # SmartDeviceLink/SDLPerformInteraction.h # SmartDeviceLink/SDLPerformInteractionResponse.h # SmartDeviceLink/SDLProtocol.m # SmartDeviceLink/SDLProtocolMessage.h # SmartDeviceLink/SDLProtocolMessage.m # SmartDeviceLink/SDLProtocolMessageAssembler.h # SmartDeviceLink/SDLProtocolReceivedMessageRouter.h # SmartDeviceLink/SDLProtocolReceivedMessageRouter.m # SmartDeviceLink/SDLProxy.h # SmartDeviceLink/SDLProxy.m # SmartDeviceLink/SDLPutFile.h # SmartDeviceLink/SDLRPCMessage.h # SmartDeviceLink/SDLRPCPayload.h # SmartDeviceLink/SDLRPCResponse.h # SmartDeviceLink/SDLReadDIDResponse.h # SmartDeviceLink/SDLRegisterAppInterface.h # SmartDeviceLink/SDLRegisterAppInterfaceResponse.h # SmartDeviceLink/SDLScreenParams.h # SmartDeviceLink/SDLScrollableMessage.h # SmartDeviceLink/SDLSetDisplayLayoutResponse.h # SmartDeviceLink/SDLSetGlobalProperties.h # SmartDeviceLink/SDLSetMediaClockTimer.h # SmartDeviceLink/SDLShow.h # SmartDeviceLink/SDLShowConstantTBT.h # SmartDeviceLink/SDLSlider.h # SmartDeviceLink/SDLSliderResponse.h # SmartDeviceLink/SDLSoftButton.h # SmartDeviceLink/SDLSubscribeVehicleData.h # SmartDeviceLink/SDLSubscribeVehicleDataResponse.h # SmartDeviceLink/SDLSystemRequest.h # SmartDeviceLink/SDLTimer.h # SmartDeviceLink/SDLTimer.m # SmartDeviceLink/SDLTurn.h # SmartDeviceLink/SDLUnsubscribeVehicleData.h # SmartDeviceLink/SDLUnsubscribeVehicleDataResponse.h # SmartDeviceLink/SDLUpdateTurnList.h # SmartDeviceLink/SDLVehicleType.h # SmartDeviceLink/SDLVrHelpItem.h
| * Merge remote-tracking branch 'origin/develop' into ↵Muller, Alexander (A.)2017-01-111-3/+1
| |\ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | feature/sdl_0018_nullability_annotations * origin/develop: (30 commits) Remove a test focus Fixed test cases Fix podspec not updated with latest version number Update for v4.5.0 Follow style guide for boolean check Updated formatting of README.md Added steps for using the lock screen manager from SDL's bundle to the readme. Added check when trying to upload an appIcon for a head unit that does not support graphics. Update for v4.5.0 Fixed issue with trying to upload a file that is nil will cause an infinite loop. Fixed an issue with initializer causing infinite loop. Improved readability for nil-checks. Fixed issue relating to SDLLocationDetails' searchAddress using the wrong key for object store. Fixed formatting for some interfaces. Fixed issue with LocationDetails' properties not properly becoming initialized. Fixed issue with waypoints not being correctly initialized as SDLLocationDetails Adding in nil checks for completion handlers of Streaming Media Manager. Updated description to return correct control data name. Update changelog for v4.5.0-beta.1 Update for v4.5.0-beta.1 release ... # Conflicts: # SmartDeviceLink/SDLGetWaypoints.h # SmartDeviceLink/SDLGetWaypoints.m # SmartDeviceLink/SDLGetWaypointsResponse.h # SmartDeviceLink/SDLGetWaypointsResponse.m # SmartDeviceLink/SDLLocationDetails.m # SmartDeviceLink/SDLOnWaypointChange.h # SmartDeviceLink/SDLOnWaypointChange.m # SmartDeviceLink/SDLPerformInteraction.h # SmartDeviceLink/SDLPerformInteraction.m # SmartDeviceLink/SDLShowConstantTBT.h # SmartDeviceLink/SDLShowConstantTBT.m # SmartDeviceLink/SDLSoftButton.h # SmartDeviceLink/SDLSubscribeWaypoints.h # SmartDeviceLink/SDLSubscribeWaypoints.m # SmartDeviceLink/SDLSubscribeWaypointsResponse.h # SmartDeviceLink/SDLUnsubscribeWaypoints.h # SmartDeviceLink/SDLUnsubscribeWaypoints.m # SmartDeviceLink/SDLUnsubscribeWaypointsResponse.h # SmartDeviceLink/SDLUnsubscribeWaypointsResponse.m
| * | Added nullability annotations for requests.Muller, Alexander (A.)2016-12-221-12/+17
| | |
* | | Make properties nonatomicJoel Fischer2017-01-181-11/+11
| |/ |/|
* | Merge remote-tracking branch 'origin/master' into developMuller, Alexander (A.)2017-01-111-3/+1
|\ \ | |/ |/| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * origin/master: (30 commits) Remove a test focus Fixed test cases Fix podspec not updated with latest version number Update for v4.5.0 Follow style guide for boolean check Updated formatting of README.md Added steps for using the lock screen manager from SDL's bundle to the readme. Added check when trying to upload an appIcon for a head unit that does not support graphics. Update for v4.5.0 Fixed issue with trying to upload a file that is nil will cause an infinite loop. Fixed an issue with initializer causing infinite loop. Improved readability for nil-checks. Fixed issue relating to SDLLocationDetails' searchAddress using the wrong key for object store. Fixed formatting for some interfaces. Fixed issue with LocationDetails' properties not properly becoming initialized. Fixed issue with waypoints not being correctly initialized as SDLLocationDetails Adding in nil checks for completion handlers of Streaming Media Manager. Updated description to return correct control data name. Update changelog for v4.5.0-beta.1 Update for v4.5.0-beta.1 release ... # Conflicts: # SmartDeviceLink/SDLDiagnosticMessage.m # SmartDeviceLink/SDLGetWaypointsResponse.m # SmartDeviceLink/SDLKeyboardProperties.h # SmartDeviceLink/SDLLocationDetails.m # SmartDeviceLink/SDLNames.h # SmartDeviceLink/SDLOnWaypointChange.m # SmartDeviceLink/SDLPerformInteraction.h # SmartDeviceLink/SDLPerformInteraction.m # SmartDeviceLink/SDLProxy.m # SmartDeviceLink/SDLPutFile.h # SmartDeviceLink/SDLReadDID.m # SmartDeviceLink/SDLSetGlobalProperties.h # SmartDeviceLink/SDLSetMediaClockTimer.h # SmartDeviceLink/SDLSoftButton.h # SmartDeviceLink/SDLUnsubscribeWaypoints.m # SmartDeviceLink/SDLUpdateTurnList.m # SmartDeviceLink/SDLV2ProtocolHeader.m # SmartDeviceLinkTests/RPCSpecs/RequestSpecs/SDLGetWaypointsSpec.m # SmartDeviceLinkTests/RPCSpecs/StructSpecs/SDLLocationDetailsSpec.m
| * Fixed types for multiple different class's instance initializers.Muller, Alexander (A.)2016-11-301-3/+1
| |
* | Merge remote-tracking branch 'origin/master' into developMuller, Alexander (A.)2016-11-031-0/+4
|\ \ | |/ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * 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
| * Add generics to initializersJoel Fischer2016-10-241-1/+2
| |
| * Removed NSNumbers in favor of their primitive types for initializers.Muller, Alexander (A.)2016-10-201-1/+3
| |
| * Initial commit of deprecated SDLRPCRequestFactory and added inits.Muller, Alexander (A.)2016-10-201-0/+2
| |
* | Updated all NSNumbers with type generic.Muller, Alexander (A.)2016-10-221-3/+3
| |
* | Added missing genericsMuller, Alexander (A.)2016-10-171-2/+2
| |
* | Migrated initWithDictionary to take non-mutable dictionary as parameter.Muller, Alexander (A.)2016-09-221-5/+1
|/
* Shift files into root directoryJoel Fischer2016-05-251-0/+33