| Commit message (Collapse) | Author | Age | Files | Lines |
| |\
| |
| |
| |
| |
| | |
# Conflicts:
# SmartDeviceLink-iOS.xcodeproj/project.pbxproj
# SmartDeviceLink_Example/Classes/ProxyManager.m
|
| | | |
|
| | | |
|
| | | |
|
| | | |
|
| |\ \
| |/
| |
| |
| | |
# Conflicts:
# SmartDeviceLink/SDLProxyFactory.m
|
| | | |
|
| | |
| |
| |
| | |
* [Example App] Add an example filter
|
| | |
| |
| |
| | |
* [Example app] Added additional logging
|
| |\ \
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | | |
feature/issue_545_redesign_logging
* origin/develop:
Updated appType to return when setting to nil with default value.
Changed NSString category name from Enum to SDLEnum.
Added convenience isEqualToEnum function.
Update README.md
# Conflicts:
# SmartDeviceLink-iOS.xcodeproj/project.pbxproj
# SmartDeviceLink/SDLEnum.h
# SmartDeviceLink/SDLProxy.m
|
| | | | |
|
| | | |
| | |
| | |
| | |
| | |
| | |
| | | |
* [Example App] Fix debug log configuration
* Fix SDLLog.swift not found
* Fix SDLLog.swift functions not compiling
* Comments on logging stuff
|
| | | | |
|
| | | | |
|
| |\ \ \
| |/ /
| | |
| | |
| | | |
# Conflicts:
# SmartDeviceLink/SDLLifecycleManager.m
|
| | |\ \
| | | |
| | | |
| | | |
| | | | |
# Conflicts:
# SmartDeviceLink/SDLResponseDispatcher.m
|
| | | | | |
|
| |\ \ \ \
| | |/ /
| |/| | |
|
| | |\ \ \
| | |/ /
| |/| /
| | |/ |
|
| | | | |
|
| | | | |
|
| |/ / |
|
| |\ \
| |/
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| | |
* origin/master:
Fixed issue with retain cycle within the dispatch_after block.
Fix double semi-colon
Re-add reconnecting state
Don’t auto-reconnect in example project
Cleaned up ProxyManager startWithReadyHandler:
In order to restart properly, we need to start only after managerDidDisconnect (per new documentation).
Adding a fix to restarting the proxy around an Apple Bug.
Adding a note about stopping SDLManager.
Removing Reconnecting state and instead using started.
Updated lifecycle manager states to handle stopping the manager correctly.
Fixed issue with stopping the proxy didn't actually stop it.
# Conflicts:
# SmartDeviceLink-iOS.xcodeproj/project.pbxproj
# SmartDeviceLink/SDLLifecycleManager.m
|
| | | |
|
| | |
| |
| |
| |
| |
| | |
##### Example Project
* Fix not properly updating proxy state
* Fix connect button not properly updating
|
| | | |
|
| | |
| |
| |
| | |
managerDidDisconnect (per new documentation).
|
| | | |
|
| | | |
|
| | | |
|
| |\ \
| |/
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| | |
* 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
|
| | |
| |
| |
| | |
* Change Permission manager to remove some `*`s
|
| | | |
|
| | | |
|
| | | |
|
| | | |
|
| | | |
|
| |\ \
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | | |
feature/issue_425_stringly_typed_enum
* origin/develop:
Fixed a file manager bug
Update to v4.3.0-rc.6
Improved error messaging if you connect to a head unit that doesn’t support files
Example app should only send command data on the first non-NONE HMI status, not any NONE
Fix a warning regarding format strings
Fix an issue where developers could attempt to send a file on a non-ready FileManager
If the file manager fails to start, we should continue (e.g. head units that do not support files)
Fixed a bug where the File Manager could fail to start without calling its start block
Update for 4.3.0-rc.5
Actually fix the podspec…probably
Fix Cocoapods podspec not including SmartDeviceLink.h
Fix podspec not using the new version number
Update for 4.3.0-rc.4
List public headers in podspec
Update the README to point to the smartdevicelink.com guides
Fix another minor issue in SDLRPCMessage initWithDictionary
Fix a warning and analyzer error
Updated to include generics for all collection objects.
# Conflicts:
# README.md
# SmartDeviceLink/SDLAmbientLightStatus.h
# SmartDeviceLink/SDLAmbientLightStatus.m
# SmartDeviceLink/SDLAppHMIType.h
# SmartDeviceLink/SDLAppHMIType.m
# SmartDeviceLink/SDLAppInterfaceUnregisteredReason.h
# SmartDeviceLink/SDLAppInterfaceUnregisteredReason.m
# SmartDeviceLink/SDLAudioStreamingState.h
# SmartDeviceLink/SDLAudioStreamingState.m
# SmartDeviceLink/SDLAudioType.h
# SmartDeviceLink/SDLAudioType.m
# SmartDeviceLink/SDLBitsPerSample.h
# SmartDeviceLink/SDLBitsPerSample.m
# SmartDeviceLink/SDLButtonEventMode.h
# SmartDeviceLink/SDLButtonEventMode.m
# SmartDeviceLink/SDLButtonName.h
# SmartDeviceLink/SDLButtonName.m
# SmartDeviceLink/SDLButtonPressMode.h
# SmartDeviceLink/SDLButtonPressMode.m
# SmartDeviceLink/SDLCarModeStatus.h
# SmartDeviceLink/SDLCarModeStatus.m
# SmartDeviceLink/SDLCharacterSet.h
# SmartDeviceLink/SDLCharacterSet.m
# SmartDeviceLink/SDLCompassDirection.h
# SmartDeviceLink/SDLCompassDirection.m
# SmartDeviceLink/SDLComponentVolumeStatus.h
# SmartDeviceLink/SDLComponentVolumeStatus.m
# SmartDeviceLink/SDLDeviceLevelStatus.h
# SmartDeviceLink/SDLDeviceLevelStatus.m
# SmartDeviceLink/SDLDimension.h
# SmartDeviceLink/SDLDimension.m
# SmartDeviceLink/SDLDisplayType.h
# SmartDeviceLink/SDLDisplayType.m
# SmartDeviceLink/SDLDriverDistractionState.h
# SmartDeviceLink/SDLDriverDistractionState.m
# SmartDeviceLink/SDLECallConfirmationStatus.h
# SmartDeviceLink/SDLECallConfirmationStatus.m
# SmartDeviceLink/SDLEmergencyEventType.h
# SmartDeviceLink/SDLEmergencyEventType.m
# SmartDeviceLink/SDLFileType.h
# SmartDeviceLink/SDLFileType.m
# SmartDeviceLink/SDLFuelCutoffStatus.h
# SmartDeviceLink/SDLFuelCutoffStatus.m
# SmartDeviceLink/SDLGlobalProperty.h
# SmartDeviceLink/SDLGlobalProperty.m
# SmartDeviceLink/SDLHMILevel.h
# SmartDeviceLink/SDLHMILevel.m
# SmartDeviceLink/SDLHMIZoneCapabilities.h
# SmartDeviceLink/SDLHMIZoneCapabilities.m
# SmartDeviceLink/SDLIgnitionStableStatus.h
# SmartDeviceLink/SDLIgnitionStableStatus.m
# SmartDeviceLink/SDLIgnitionStatus.h
# SmartDeviceLink/SDLIgnitionStatus.m
# SmartDeviceLink/SDLImageFieldName.h
# SmartDeviceLink/SDLImageFieldName.m
# SmartDeviceLink/SDLImageType.h
# SmartDeviceLink/SDLImageType.m
# SmartDeviceLink/SDLInteractionMode.h
# SmartDeviceLink/SDLInteractionMode.m
# SmartDeviceLink/SDLKeyboardEvent.h
# SmartDeviceLink/SDLKeyboardEvent.m
# SmartDeviceLink/SDLKeyboardLayout.h
# SmartDeviceLink/SDLKeyboardLayout.m
# SmartDeviceLink/SDLKeypressMode.h
# SmartDeviceLink/SDLKeypressMode.m
# SmartDeviceLink/SDLLanguage.h
# SmartDeviceLink/SDLLanguage.m
# SmartDeviceLink/SDLLayoutMode.h
# SmartDeviceLink/SDLLayoutMode.m
# SmartDeviceLink/SDLLockScreenStatus.h
# SmartDeviceLink/SDLLockScreenStatus.m
# SmartDeviceLink/SDLMaintenanceModeStatus.h
# SmartDeviceLink/SDLMaintenanceModeStatus.m
# SmartDeviceLink/SDLMediaClockFormat.h
# SmartDeviceLink/SDLMediaClockFormat.m
# SmartDeviceLink/SDLPRNDL.h
# SmartDeviceLink/SDLPRNDL.m
# SmartDeviceLink/SDLPermissionStatus.h
# SmartDeviceLink/SDLPermissionStatus.m
# SmartDeviceLink/SDLPowerModeQualificationStatus.h
# SmartDeviceLink/SDLPowerModeQualificationStatus.m
# SmartDeviceLink/SDLPowerModeStatus.h
# SmartDeviceLink/SDLPowerModeStatus.m
# SmartDeviceLink/SDLPredefinedLayout.h
# SmartDeviceLink/SDLPredefinedLayout.m
# SmartDeviceLink/SDLPrerecordedSpeech.h
# SmartDeviceLink/SDLPrerecordedSpeech.m
# SmartDeviceLink/SDLPrimaryAudioSource.h
# SmartDeviceLink/SDLPrimaryAudioSource.m
# SmartDeviceLink/SDLRPCRequestFactory.h
# SmartDeviceLink/SDLRPCRequestFactory.m
# SmartDeviceLink/SDLRequestType.h
# SmartDeviceLink/SDLRequestType.m
# SmartDeviceLink/SDLResult.h
# SmartDeviceLink/SDLResult.m
# SmartDeviceLink/SDLSamplingRate.h
# SmartDeviceLink/SDLSamplingRate.m
# SmartDeviceLink/SDLSoftButtonType.h
# SmartDeviceLink/SDLSoftButtonType.m
# SmartDeviceLink/SDLSpeechCapabilities.h
# SmartDeviceLink/SDLSpeechCapabilities.m
# SmartDeviceLink/SDLSystemAction.h
# SmartDeviceLink/SDLSystemAction.m
# SmartDeviceLink/SDLSystemContext.h
# SmartDeviceLink/SDLSystemContext.m
# SmartDeviceLink/SDLTBTState.h
# SmartDeviceLink/SDLTBTState.m
# SmartDeviceLink/SDLTTSChunkFactory.h
# SmartDeviceLink/SDLTextAlignment.h
# SmartDeviceLink/SDLTextAlignment.m
# SmartDeviceLink/SDLTextFieldName.h
# SmartDeviceLink/SDLTextFieldName.m
# SmartDeviceLink/SDLTimerMode.h
# SmartDeviceLink/SDLTimerMode.m
# SmartDeviceLink/SDLTouchType.h
# SmartDeviceLink/SDLTouchType.m
# SmartDeviceLink/SDLTriggerSource.h
# SmartDeviceLink/SDLTriggerSource.m
# SmartDeviceLink/SDLUpdateMode.h
# SmartDeviceLink/SDLUpdateMode.m
# SmartDeviceLink/SDLVehicleDataActiveStatus.h
# SmartDeviceLink/SDLVehicleDataActiveStatus.m
# SmartDeviceLink/SDLVehicleDataEventStatus.h
# SmartDeviceLink/SDLVehicleDataEventStatus.m
# SmartDeviceLink/SDLVehicleDataNotificationStatus.h
# SmartDeviceLink/SDLVehicleDataNotificationStatus.m
# SmartDeviceLink/SDLVehicleDataResultCode.h
# SmartDeviceLink/SDLVehicleDataResultCode.m
# SmartDeviceLink/SDLVehicleDataStatus.h
# SmartDeviceLink/SDLVehicleDataStatus.m
# SmartDeviceLink/SDLVehicleDataType.h
# SmartDeviceLink/SDLVehicleDataType.m
# SmartDeviceLink/SDLVrCapabilities.h
# SmartDeviceLink/SDLVrCapabilities.m
# SmartDeviceLink/SDLWarningLightStatus.h
# SmartDeviceLink/SDLWarningLightStatus.m
# SmartDeviceLink/SDLWiperStatus.h
# SmartDeviceLink/SDLWiperStatus.m
# SmartDeviceLinkTests/RPCSpecs/EnumSpecs/SDLAmbientLightStatusSpec.m
# SmartDeviceLinkTests/RPCSpecs/EnumSpecs/SDLAppHMITypeSpec.m
# SmartDeviceLinkTests/RPCSpecs/EnumSpecs/SDLAppInterfaceUnregisteredReasonSpec.m
# SmartDeviceLinkTests/RPCSpecs/EnumSpecs/SDLAudioStreamingStateSpec.m
# SmartDeviceLinkTests/RPCSpecs/EnumSpecs/SDLAudioTypeSpec.m
# SmartDeviceLinkTests/RPCSpecs/EnumSpecs/SDLBitsPerSampleSpec.m
# SmartDeviceLinkTests/RPCSpecs/EnumSpecs/SDLButtonEventModeSpec.m
# SmartDeviceLinkTests/RPCSpecs/EnumSpecs/SDLButtonNameSpec.m
# SmartDeviceLinkTests/RPCSpecs/EnumSpecs/SDLButtonPressModeSpec.m
# SmartDeviceLinkTests/RPCSpecs/EnumSpecs/SDLCarModeStatusSpec.m
# SmartDeviceLinkTests/RPCSpecs/EnumSpecs/SDLCharacterSetSpec.m
# SmartDeviceLinkTests/RPCSpecs/EnumSpecs/SDLCompassDirectionSpec.m
# SmartDeviceLinkTests/RPCSpecs/EnumSpecs/SDLComponentVolumeStatusSpec.m
# SmartDeviceLinkTests/RPCSpecs/EnumSpecs/SDLDeviceLevelStatusSpec.m
# SmartDeviceLinkTests/RPCSpecs/EnumSpecs/SDLDimensionSpec.m
# SmartDeviceLinkTests/RPCSpecs/EnumSpecs/SDLDisplayTypeSpec.m
# SmartDeviceLinkTests/RPCSpecs/EnumSpecs/SDLDriverDistractionStateSpec.m
# SmartDeviceLinkTests/RPCSpecs/EnumSpecs/SDLECallConfirmationStatusSpec.m
# SmartDeviceLinkTests/RPCSpecs/EnumSpecs/SDLEmergencyEventTypeSpec.m
# SmartDeviceLinkTests/RPCSpecs/EnumSpecs/SDLFileTypeSpec.m
# SmartDeviceLinkTests/RPCSpecs/EnumSpecs/SDLFuelCutoffStatusSpec.m
# SmartDeviceLinkTests/RPCSpecs/EnumSpecs/SDLGlobalProperySpec.m
# SmartDeviceLinkTests/RPCSpecs/EnumSpecs/SDLHMILevelSpec.m
# SmartDeviceLinkTests/RPCSpecs/EnumSpecs/SDLHMIZoneCapabilitiesSpec.m
# SmartDeviceLinkTests/RPCSpecs/EnumSpecs/SDLIgnitionStableStatusSpec.m
# SmartDeviceLinkTests/RPCSpecs/EnumSpecs/SDLIgnitionStatusSpec.m
# SmartDeviceLinkTests/RPCSpecs/EnumSpecs/SDLImageFieldNameSpec.m
# SmartDeviceLinkTests/RPCSpecs/EnumSpecs/SDLImageTypeSpec.m
# SmartDeviceLinkTests/RPCSpecs/EnumSpecs/SDLInteractionModeSpec.m
# SmartDeviceLinkTests/RPCSpecs/EnumSpecs/SDLKeyboardEventSpec.m
# SmartDeviceLinkTests/RPCSpecs/EnumSpecs/SDLKeyboardLayoutSpec.m
# SmartDeviceLinkTests/RPCSpecs/EnumSpecs/SDLKeypressModeSpec.m
# SmartDeviceLinkTests/RPCSpecs/EnumSpecs/SDLLanguageSpec.m
# SmartDeviceLinkTests/RPCSpecs/EnumSpecs/SDLLayoutModeSpec.m
# SmartDeviceLinkTests/RPCSpecs/EnumSpecs/SDLLockScreenStatusSpec.m
# SmartDeviceLinkTests/RPCSpecs/EnumSpecs/SDLMaintenanceModeStatusSpec.m
# SmartDeviceLinkTests/RPCSpecs/EnumSpecs/SDLMediaClockFormatSpec.m
# SmartDeviceLinkTests/RPCSpecs/EnumSpecs/SDLPRNDLSpec.m
# SmartDeviceLinkTests/RPCSpecs/EnumSpecs/SDLPermissionStatusSpec.m
# SmartDeviceLinkTests/RPCSpecs/EnumSpecs/SDLPowerModeQualificationStatusSpec.m
# SmartDeviceLinkTests/RPCSpecs/EnumSpecs/SDLPowerModeStatusSpec.m
# SmartDeviceLinkTests/RPCSpecs/EnumSpecs/SDLPredefinedLayoutSpec.m
# SmartDeviceLinkTests/RPCSpecs/EnumSpecs/SDLPrerecordedSpeechSpec.m
# SmartDeviceLinkTests/RPCSpecs/EnumSpecs/SDLPrimaryAudioSource.m
# SmartDeviceLinkTests/RPCSpecs/EnumSpecs/SDLRequestTypeSpec.m
# SmartDeviceLinkTests/RPCSpecs/EnumSpecs/SDLResultSpec.m
# SmartDeviceLinkTests/RPCSpecs/EnumSpecs/SDLSamplingRateSpec.m
# SmartDeviceLinkTests/RPCSpecs/EnumSpecs/SDLSoftButtonTypeSpec.m
# SmartDeviceLinkTests/RPCSpecs/EnumSpecs/SDLSpeechCapabilitiesSpec.m
# SmartDeviceLinkTests/RPCSpecs/EnumSpecs/SDLSystemAction.m
# SmartDeviceLinkTests/RPCSpecs/EnumSpecs/SDLSystemContextSpec.m
# SmartDeviceLinkTests/RPCSpecs/EnumSpecs/SDLTBTStateSpec.m
# SmartDeviceLinkTests/RPCSpecs/EnumSpecs/SDLTextAlignmentSpec.m
# SmartDeviceLinkTests/RPCSpecs/EnumSpecs/SDLTextFieldNameSpec.m
# SmartDeviceLinkTests/RPCSpecs/EnumSpecs/SDLTimerModeSpec.m
# SmartDeviceLinkTests/RPCSpecs/EnumSpecs/SDLTouchTypeSpec.m
# SmartDeviceLinkTests/RPCSpecs/EnumSpecs/SDLTriggerSource.m
# SmartDeviceLinkTests/RPCSpecs/EnumSpecs/SDLUpdateModeSpec.m
# SmartDeviceLinkTests/RPCSpecs/EnumSpecs/SDLVehicleDataActiveStatusSpec.m
# SmartDeviceLinkTests/RPCSpecs/EnumSpecs/SDLVehicleDataEventStatusSpec.m
# SmartDeviceLinkTests/RPCSpecs/EnumSpecs/SDLVehicleDataNotificationStatusSpec.m
# SmartDeviceLinkTests/RPCSpecs/EnumSpecs/SDLVehicleDataResultCodeSpec.m
# SmartDeviceLinkTests/RPCSpecs/EnumSpecs/SDLVehicleDataStatusSpec.m
# SmartDeviceLinkTests/RPCSpecs/EnumSpecs/SDLVehicleDataTypeSpec.m
# SmartDeviceLinkTests/RPCSpecs/EnumSpecs/SDLVrCapabilitiesSpec.m
# SmartDeviceLinkTests/RPCSpecs/EnumSpecs/SDLWarningLightStatusSpec.m
# SmartDeviceLinkTests/RPCSpecs/EnumSpecs/SDLWiperStatusSpec.m
# SmartDeviceLinkTests/RPCSpecs/NotificationSpecs/SDLOnAppInterfaceUnregisteredSpec.m
# SmartDeviceLinkTests/RPCSpecs/NotificationSpecs/SDLOnButtonEventSpec.m
# SmartDeviceLinkTests/RPCSpecs/NotificationSpecs/SDLOnButtonPressSpec.m
# SmartDeviceLinkTests/RPCSpecs/NotificationSpecs/SDLOnCommandSpec.m
# SmartDeviceLinkTests/RPCSpecs/NotificationSpecs/SDLOnDriverDistractionSpec.m
# SmartDeviceLinkTests/RPCSpecs/NotificationSpecs/SDLOnHMIStatusSpec.m
# SmartDeviceLinkTests/RPCSpecs/NotificationSpecs/SDLOnKeyboardInputSpec.m
# SmartDeviceLinkTests/RPCSpecs/NotificationSpecs/SDLOnLanguageChangeSpec.m
# SmartDeviceLinkTests/RPCSpecs/NotificationSpecs/SDLOnLockScreenStatusSpec.m
# SmartDeviceLinkTests/RPCSpecs/NotificationSpecs/SDLOnSystemRequestSpec.m
# SmartDeviceLinkTests/RPCSpecs/NotificationSpecs/SDLOnTBTClientStateSpec.m
# SmartDeviceLinkTests/RPCSpecs/NotificationSpecs/SDLOnTouchEventSpec.m
# SmartDeviceLinkTests/RPCSpecs/NotificationSpecs/SDLOnVehicleDataSpec.m
# SmartDeviceLinkTests/RPCSpecs/RequestSpecs/SDLPerformAudioPassThruSpec.m
# SmartDeviceLinkTests/RPCSpecs/RequestSpecs/SDLPerformInteractionSpec.m
# SmartDeviceLinkTests/RPCSpecs/RequestSpecs/SDLPutFileSpec.m
# SmartDeviceLinkTests/RPCSpecs/RequestSpecs/SDLRegisterAppInterfaceSpec.m
# SmartDeviceLinkTests/RPCSpecs/RequestSpecs/SDLResetGlobalPropertiesSpec.m
# SmartDeviceLinkTests/RPCSpecs/RequestSpecs/SDLSetMediaClockTimerSpec.m
# SmartDeviceLinkTests/RPCSpecs/RequestSpecs/SDLShowSpec.m
# SmartDeviceLinkTests/RPCSpecs/RequestSpecs/SDLSubscribeButtonSpec.m
# SmartDeviceLinkTests/RPCSpecs/RequestSpecs/SDLSystemRequestSpec.m
# SmartDeviceLinkTests/RPCSpecs/RequestSpecs/SDLUnsubscribeButtonSpec.m
# SmartDeviceLinkTests/RPCSpecs/ResponseSpecs/SDLGetVehicleDataResponseSpec.m
# SmartDeviceLinkTests/RPCSpecs/ResponseSpecs/SDLPerformInteractionResponseSpec.m
# SmartDeviceLinkTests/RPCSpecs/ResponseSpecs/SDLRegisterAppInterfaceResponseSpec.m
# SmartDeviceLinkTests/RPCSpecs/StructSpecs/SDLAirbagStatusSpec.m
# SmartDeviceLinkTests/RPCSpecs/StructSpecs/SDLAudioPassThruCapabilitiesSpec.m
# SmartDeviceLinkTests/RPCSpecs/StructSpecs/SDLBeltStatusSpec.m
# SmartDeviceLinkTests/RPCSpecs/StructSpecs/SDLBodyInformationSpec.m
# SmartDeviceLinkTests/RPCSpecs/StructSpecs/SDLButtonCapabilitiesSpec.m
# SmartDeviceLinkTests/RPCSpecs/StructSpecs/SDLClusterModeStatusSpec.m
# SmartDeviceLinkTests/RPCSpecs/StructSpecs/SDLDIDResult.m
# SmartDeviceLinkTests/RPCSpecs/StructSpecs/SDLDeviceStatusSpec.m
# SmartDeviceLinkTests/RPCSpecs/StructSpecs/SDLDisplayCapabilitiesSpec.m
# SmartDeviceLinkTests/RPCSpecs/StructSpecs/SDLECallInfoSpec.m
# SmartDeviceLinkTests/RPCSpecs/StructSpecs/SDLEmergencyEventSpec.m
# SmartDeviceLinkTests/RPCSpecs/StructSpecs/SDLGPSDataSpec.m
# SmartDeviceLinkTests/RPCSpecs/StructSpecs/SDLHMIPermissionsSpec.m
# SmartDeviceLinkTests/RPCSpecs/StructSpecs/SDLHeadLampStatusSpec.m
# SmartDeviceLinkTests/RPCSpecs/StructSpecs/SDLImageFieldSpec.m
# SmartDeviceLinkTests/RPCSpecs/StructSpecs/SDLImageSpec.m
# SmartDeviceLinkTests/RPCSpecs/StructSpecs/SDLKeyboardPropertiesSpec.m
# SmartDeviceLinkTests/RPCSpecs/StructSpecs/SDLMyKeySpec.m
# SmartDeviceLinkTests/RPCSpecs/StructSpecs/SDLParameterPermissionsSpec.m
# SmartDeviceLinkTests/RPCSpecs/StructSpecs/SDLSingleTireStatusSpec.m
# SmartDeviceLinkTests/RPCSpecs/StructSpecs/SDLSoftButtonSpec.m
# SmartDeviceLinkTests/RPCSpecs/StructSpecs/SDLTTSChunkSpec.m
# SmartDeviceLinkTests/RPCSpecs/StructSpecs/SDLTextFieldSpec.m
# SmartDeviceLinkTests/RPCSpecs/StructSpecs/SDLTireStatusSpec.m
# SmartDeviceLinkTests/RPCSpecs/StructSpecs/SDLVehicleDataResultSpec.m
# SmartDeviceLink_Example/Classes/ProxyManager.m
|
| | |\ \
| | |/ |
|
| | | |
| | |
| | |
| | |
| | | |
* Prevent the attempt to upload a nil file, which could cause an uncontrollable spike in memory usage until the app is killed.
* Fix some error messaging
|
| | | |
| | |
| | |
| | | |
not any NONE
|
| | |/ |
|
| |/ |
|
| |
|
|
| |
* Fix a few bugs found by the Xcode 8 compiler
|
| | |
|
| | |
|
| |\
| |
| |
| | |
into release/4.3.0
|
| | | |
|
| |/ |
|
| | |
|