summaryrefslogtreecommitdiff
path: root/SmartDeviceLink_Example/Classes
Commit message (Collapse)AuthorAgeFilesLines
* Merge branch 'master' into release/5.0.0Joel Fischer2017-07-101-33/+71
|\ | | | | | | | | | | # Conflicts: # SmartDeviceLink-iOS.xcodeproj/project.pbxproj # SmartDeviceLink_Example/Classes/ProxyManager.m
| * [Example App] Fix a compiler errorJoel Fischer2017-07-031-2/+2
| |
| * Update example app with a GetVehicleData commandJoel Fischer2017-06-291-32/+64
| |
| * small cleanupbugfix/issue_625BrettyWhite2017-06-141-4/+2
| |
| * FIx crash when using example app with iAPBrettyWhite2017-06-141-0/+8
| |
* | Merge branch 'master' into developJoel Fischer2017-04-182-4/+3
|\ \ | |/ | | | | | | # Conflicts: # SmartDeviceLink/SDLProxyFactory.m
| * Remove uses of @importhotfix/issue_595Joel Fischer2017-03-312-4/+3
| |
* | Update how log module filters workJoel Fischer2017-03-211-0/+1
| | | | | | | | * [Example App] Add an example filter
* | File logging fixesJoel Fischer2017-03-211-0/+3
| | | | | | | | * [Example app] Added additional logging
* | Merge remote-tracking branch 'origin/develop' into ↵Muller, Alexander (A.)2017-03-171-5/+5
|\ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 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
| * | Added convenience isEqualToEnum function.feature/issue_577_enum_equalityMuller, Alexander (A.)2017-03-131-5/+5
| | |
* | | Targets are now hashableJoel Fischer2017-03-141-1/+1
| | | | | | | | | | | | | | | | | | | | | * [Example App] Fix debug log configuration * Fix SDLLog.swift not found * Fix SDLLog.swift functions not compiling * Comments on logging stuff
* | | Update example app to use sdl loggerJoel Fischer2017-03-092-14/+18
| | |
* | | Fix last commitJoel Fischer2017-03-091-3/+0
| | |
* | | Merge branch 'develop' into feature/issue_545_redesign_loggingJoel Fischer2017-03-091-5/+7
|\ \ \ | |/ / | | | | | | | | | # Conflicts: # SmartDeviceLink/SDLLifecycleManager.m
| * | Merge branch 'develop' into feature/issue_537_handler_specificityJoel Fischer2017-03-091-1/+1
| |\ \ | | | | | | | | | | | | | | | | # Conflicts: # SmartDeviceLink/SDLResponseDispatcher.m
| * | | Fix handler updates in example app and unit testsJoel Fischer2017-03-031-5/+7
| | | |
* | | | Merge branch 'develop' into feature/issue_545_redesign_loggingJoel Fischer2017-03-071-1/+1
|\ \ \ \ | | |/ / | |/| |
| * | | Merge branch 'master' into developJoel Fischer2017-03-071-1/+1
| |\ \ \ | | |/ / | |/| / | | |/
| | * Fixed issue with incorrectly setting state on manager disconnect.hotfix/issue_560Muller, Alexander (A.)2017-03-021-1/+1
| | |
* | | In progress SDLDebugTool log replacementsJoel Fischer2017-03-032-6/+4
| | |
* | | Comment out all `SDLDebugTool` callsJoel Fischer2017-03-032-3/+5
|/ /
* | Merge remote-tracking branch 'origin/master' into developMuller, Alexander (A.)2017-01-263-11/+18
|\ \ | |/ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * 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
| * Re-add reconnecting stateJoel Fischer2017-01-261-5/+5
| |
| * Don’t auto-reconnect in example projectJoel Fischer2017-01-262-4/+5
| | | | | | | | | | | | ##### Example Project * Fix not properly updating proxy state * Fix connect button not properly updating
| * Cleaned up ProxyManager startWithReadyHandler:Muller, Alexander (A.)2017-01-251-4/+5
| |
| * In order to restart properly, we need to start only after ↵Muller, Alexander (A.)2017-01-251-1/+5
| | | | | | | | managerDidDisconnect (per new documentation).
| * Fixed issue with stopping the proxy didn't actually stop it.Muller, Alexander (A.)2017-01-201-1/+2
| |
* | Update broken tests and example app to use immutable arraysJoel Fischer2017-01-201-5/+5
| |
* | Fix an example app errorfeature/sdl_0009_prefer_nonatomicJoel Fischer2017-01-181-1/+1
| |
* | Merge remote-tracking branch 'origin/master' into developMuller, Alexander (A.)2016-11-031-12/+37
|\ \ | |/ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * 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
| * Update the example app to log out example permissionsJoel Fischer2016-11-011-0/+26
| | | | | | | | * Change Permission manager to remove some `*`s
| * Added support for deprecating SDLTTSChunkFactory in favor of SDLTTSChunk inits.feature/release_4.3.0_issue_459_ttschunk_initsMuller, Alexander (A.)2016-10-261-8/+9
| |
| * Added missing initializer for SDLTTSChunkMuller, Alexander (A.)2016-10-201-9/+7
| |
| * Replaced SDLRPCRequestFactory in all Managers and Spec tests.Muller, Alexander (A.)2016-10-201-1/+1
| |
| * Initial commit of deprecated SDLRPCRequestFactory and added inits.Muller, Alexander (A.)2016-10-201-1/+1
| |
* | Renamed SDLTextAlignment enumsMuller, Alexander (A.)2016-10-141-1/+1
| |
* | Merge remote-tracking branch 'origin/develop' into ↵Muller, Alexander (A.)2016-10-142-12/+30
|\ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 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
| * \ Merge branch 'develop' into feature/issue_247_objc_genericsJoel Fischer2016-10-131-11/+29
| |\ \ | | |/
| | * Fixed a file manager bugJoel Fischer2016-10-131-6/+28
| | | | | | | | | | | | | | | * 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
| | * Example app should only send command data on the first non-NONE HMI status, ↵Joel Fischer2016-10-121-5/+1
| | | | | | | | | | | | not any NONE
| * | Updated to include generics for all collection objects.Muller, Alexander (A.)2016-09-191-1/+1
| |/
* | Initial conversion of all enum objects to SDLEnum typedef.Muller, Alexander (A.)2016-09-211-19/+19
|/
* Update to Xcode 8 GMJoel Fischer2016-09-121-2/+3
| | | | * Fix a few bugs found by the Xcode 8 compiler
* [Example App] - Fixed issue with Proxy status not updating UI components.Muller, Alexander (A.)2016-09-023-12/+46
|
* [Example App] Fixes and updatesJoel Fischer2016-09-021-60/+94
|
* Merge branch 'release/4.3.0' of https://github.com/smartdevicelink/sdl_ios ↵Joel Fischer2016-09-021-2/+55
|\ | | | | | | into release/4.3.0
| * Updated example app to include a soft button with image in show.Muller, Alexander (A.)2016-09-011-2/+55
| |
* | [Example App] Remove a config that is already the defaultJoel Fischer2016-09-021-1/+0
|/
* Do a better job in the example app of starting the managerJoel Fischer2016-09-011-7/+8
|