summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
* Fix analyzer errorsfeature/carwindowJoel Fischer2017-11-281-1/+2
|
* Move the lock screen out of the CarWindowJoel Fischer2017-11-285-26/+17
|
* Change to using a lock windowJoel Fischer2017-11-287-18/+176
|
* Starting work on CarWindowJoel Fischer2017-11-288-16/+328
|
* Update test frameworksJoel Fischer2017-11-272-6/+6
|
* Update to 5.0.0-rc.35.0.0-rc.3Joel Fischer2017-11-27197-1303/+8654
|
* Merge pull request #793 from ↵Joel Fischer2017-11-223-4/+33
|\ | | | | | | | | smartdevicelink/bug/issue_789_filemanager_state_error Fix a crash on disconnects during a ListFiles response sent by the FileManager
| * Remove unit test focusbug/issue_789_filemanager_state_errorJoel Fischer2017-11-171-1/+1
| |
| * Add unit testsJoel Fischer2017-11-172-5/+29
| |
| * Fix #789Joel Fischer2017-11-171-0/+5
| | | | | | | | * If the remote files list request fails in progress and we’re in the shutdown state, we failed because we disconnected
* | Fix podfileJoel Fischer2017-10-311-2/+2
| |
* | Merge branch 'develop'5.0.0-rc.2Joel Fischer2017-10-3112-47/+58
|\ \ | |/
| * Fixed podspecJoel Fischer2017-10-3112-47/+58
| | | | | | | | * FocusableItemLocator only works on iOS 9+ so only allow it to be activated on 9+
| * Merge branch 'master' into developJoel Fischer2017-10-306-6/+6
| |\ | |/ |/|
* | This is 5.0.0 release candidate 15.0.0-rc.1Joel Fischer2017-10-306-6/+6
| |
| * Merge branch 'master' into developJoel Fischer2017-10-301395-62800/+49684
| |\ | |/ |/| | | | | # Conflicts: # SmartDeviceLink/SDLIAPTransport.m
* | Merge branch 'release/5.0.0'Joel Fischer2017-10-301395-62794/+49716
|\ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | # Conflicts: # README.md # SmartDeviceLink-iOS.podspec # SmartDeviceLink-iOS.xcodeproj/project.pbxproj # SmartDeviceLink.podspec # SmartDeviceLink/Assets/Base.lproj/SDLLockScreen.storyboard # SmartDeviceLink/Info.plist # SmartDeviceLink/SDLFunctionID.m # SmartDeviceLink/SDLHapticRect.h # SmartDeviceLink/SDLHapticRect.m # SmartDeviceLink/SDLIAPTransport.m # SmartDeviceLink/SDLMetadataTags.h # SmartDeviceLink/SDLMetadataTags.m # SmartDeviceLink/SDLMetadataType.h # SmartDeviceLink/SDLMetadataType.m # SmartDeviceLink/SDLNames.h # SmartDeviceLink/SDLProtocol.m # SmartDeviceLink/SDLProxy.m # SmartDeviceLink/SDLRectangle.h # SmartDeviceLink/SDLRectangle.m # SmartDeviceLink/SDLSendHapticData.h # SmartDeviceLink/SDLSendHapticData.m # SmartDeviceLink/SDLSendHapticDataResponse.h # SmartDeviceLink/SDLSendHapticDataResponse.m # SmartDeviceLink/SDLShow.h # SmartDeviceLink/SDLShow.m # SmartDeviceLink/SDLStreamingMediaManager.h # SmartDeviceLink/SDLTimer.m # SmartDeviceLink/SDLVideoStreamingCapability.h # SmartDeviceLink/SDLVideoStreamingCapability.m # SmartDeviceLink/SmartDeviceLink.h # SmartDeviceLinkTests/ProtocolSpecs/SDLFunctionIDSpec.m # SmartDeviceLinkTests/RPCSpecs/EnumSpecs/SDLMetadataTypeSpec.m # SmartDeviceLinkTests/RPCSpecs/RequestSpecs/SDLSendHapticDataSpec.m # SmartDeviceLinkTests/RPCSpecs/RequestSpecs/SDLShowSpec.m # SmartDeviceLinkTests/RPCSpecs/ResponseSpecs/SDLSendHapticDataResponseSpec.m # SmartDeviceLinkTests/RPCSpecs/StructSpecs/SDLHapticRectSpec.m # SmartDeviceLinkTests/RPCSpecs/StructSpecs/SDLMetadataTagsSpec.m # SmartDeviceLinkTests/RPCSpecs/StructSpecs/SDLRectangleSpec.m # SmartDeviceLinkTests/RPCSpecs/StructSpecs/SDLSystemCapabilitySpec.m # SmartDeviceLinkTests/RPCSpecs/StructSpecs/SDLVideoStreamingCapabilitySpec.m # SmartDeviceLink_Example/Info.plist # docs/Categories.html # docs/Classes.html # docs/Classes/SDLAbstractProtocol.html # docs/Classes/SDLAddCommand.html # docs/Classes/SDLAddCommandResponse.html # docs/Classes/SDLAddSubMenu.html # docs/Classes/SDLAddSubMenuResponse.html # docs/Classes/SDLAlert.html # docs/Classes/SDLAlertManeuver.html # docs/Classes/SDLAlertManeuverResponse.html # docs/Classes/SDLAlertResponse.html # docs/Classes/SDLAmbientLightStatus.html # docs/Classes/SDLAppHMIType.html # docs/Classes/SDLAppInterfaceUnregisteredReason.html # docs/Classes/SDLArtwork.html # docs/Classes/SDLAudioPassThruCapabilities.html # docs/Classes/SDLAudioStreamingState.html # docs/Classes/SDLAudioType.html # docs/Classes/SDLBitsPerSample.html # docs/Classes/SDLBodyInformation.html # docs/Classes/SDLButtonCapabilities.html # docs/Classes/SDLButtonEventMode.html # docs/Classes/SDLButtonName.html # docs/Classes/SDLButtonPressMode.html # docs/Classes/SDLCarModeStatus.html # docs/Classes/SDLChangeRegistration.html # docs/Classes/SDLChangeRegistrationResponse.html # docs/Classes/SDLCharacterSet.html # docs/Classes/SDLChoice.html # docs/Classes/SDLCompassDirection.html # docs/Classes/SDLComponentVolumeStatus.html # docs/Classes/SDLConfiguration.html # docs/Classes/SDLCreateInteractionChoiceSet.html # docs/Classes/SDLCreateInteractionChoiceSetResponse.html # docs/Classes/SDLDateTime.html # docs/Classes/SDLDeleteCommand.html # docs/Classes/SDLDeleteCommandResponse.html # docs/Classes/SDLDeleteFile.html # docs/Classes/SDLDeleteFileResponse.html # docs/Classes/SDLDeleteInteractionChoiceSet.html # docs/Classes/SDLDeleteInteractionChoiceSetResponse.html # docs/Classes/SDLDeleteSubMenu.html # docs/Classes/SDLDeleteSubMenuResponse.html # docs/Classes/SDLDeliveryMode.html # docs/Classes/SDLDeviceLevelStatus.html # docs/Classes/SDLDeviceStatus.html # docs/Classes/SDLDiagnosticMessage.html # docs/Classes/SDLDiagnosticMessageResponse.html # docs/Classes/SDLDialNumber.html # docs/Classes/SDLDialNumberResponse.html # docs/Classes/SDLDimension.html # docs/Classes/SDLDisplayCapabilities.html # docs/Classes/SDLDisplayType.html # docs/Classes/SDLDriverDistractionState.html # docs/Classes/SDLECallConfirmationStatus.html # docs/Classes/SDLEmergencyEventType.html # docs/Classes/SDLEndAudioPassThru.html # docs/Classes/SDLEndAudioPassThruResponse.html # docs/Classes/SDLFileManager.html # docs/Classes/SDLFileType.html # docs/Classes/SDLFuelCutoffStatus.html # docs/Classes/SDLGPSData.html # docs/Classes/SDLGenericResponse.html # docs/Classes/SDLGetDTCs.html # docs/Classes/SDLGetDTCsResponse.html # docs/Classes/SDLGetSystemCapability.html # docs/Classes/SDLGetSystemCapabilityResponse.html # docs/Classes/SDLGetVehicleData.html # docs/Classes/SDLGetVehicleDataResponse.html # docs/Classes/SDLGlobalProperty.html # docs/Classes/SDLHMILevel.html # docs/Classes/SDLHMIPermissions.html # docs/Classes/SDLHMIZoneCapabilities.html # docs/Classes/SDLHapticRect.html # docs/Classes/SDLHeadLampStatus.html # docs/Classes/SDLIgnitionStableStatus.html # docs/Classes/SDLIgnitionStatus.html # docs/Classes/SDLImage.html # docs/Classes/SDLImageFieldName.html # docs/Classes/SDLImageType.html # docs/Classes/SDLInteractionMode.html # docs/Classes/SDLKeyboardEvent.html # docs/Classes/SDLKeyboardLayout.html # docs/Classes/SDLKeypressMode.html # docs/Classes/SDLLanguage.html # docs/Classes/SDLLayoutMode.html # docs/Classes/SDLLifecycleConfiguration.html # docs/Classes/SDLListFiles.html # docs/Classes/SDLListFilesResponse.html # docs/Classes/SDLLocationCoordinate.html # docs/Classes/SDLMaintenanceModeStatus.html # docs/Classes/SDLMediaClockFormat.html # docs/Classes/SDLMenuParams.html # docs/Classes/SDLMetadataTags.html # docs/Classes/SDLNavigationCapability.html # docs/Classes/SDLOnAppInterfaceUnregistered.html # docs/Classes/SDLOnAudioPassThru.html # docs/Classes/SDLOnButtonEvent.html # docs/Classes/SDLOnButtonPress.html # docs/Classes/SDLOnCommand.html # docs/Classes/SDLOnDriverDistraction.html # docs/Classes/SDLOnHMIStatus.html # docs/Classes/SDLOnLanguageChange.html # docs/Classes/SDLOnLockScreenStatus.html # docs/Classes/SDLOnPermissionsChange.html # docs/Classes/SDLOnVehicleData.html # docs/Classes/SDLPRNDL.html # docs/Classes/SDLParameterPermissions.html # docs/Classes/SDLPerformAudioPassThru.html # docs/Classes/SDLPerformAudioPassThruResponse.html # docs/Classes/SDLPerformInteraction.html # docs/Classes/SDLPerformInteractionResponse.html # docs/Classes/SDLPermissionStatus.html # docs/Classes/SDLPhoneCapability.html # docs/Classes/SDLPresetBankCapabilities.html # docs/Classes/SDLPrimaryAudioSource.html # docs/Classes/SDLProtocol.html # docs/Classes/SDLPutFile.html # docs/Classes/SDLPutFileResponse.html # docs/Classes/SDLReadDID.html # docs/Classes/SDLReadDIDResponse.html # docs/Classes/SDLRectangle.html # docs/Classes/SDLRegisterAppInterface.html # docs/Classes/SDLRegisterAppInterfaceResponse.html # docs/Classes/SDLResetGlobalProperties.html # docs/Classes/SDLResetGlobalPropertiesResponse.html # docs/Classes/SDLResult.html # docs/Classes/SDLSamplingRate.html # docs/Classes/SDLScrollableMessage.html # docs/Classes/SDLScrollableMessageResponse.html # docs/Classes/SDLSendHapticData.html # docs/Classes/SDLSetAppIcon.html # docs/Classes/SDLSetAppIconResponse.html # docs/Classes/SDLSetDisplayLayout.html # docs/Classes/SDLSetDisplayLayoutResponse.html # docs/Classes/SDLSetGlobalProperties.html # docs/Classes/SDLSetGlobalPropertiesResponse.html # docs/Classes/SDLSetMediaClockTimer.html # docs/Classes/SDLSetMediaClockTimerResponse.html # docs/Classes/SDLShow.html # docs/Classes/SDLShowConstantTBT.html # docs/Classes/SDLShowConstantTBTResponse.html # docs/Classes/SDLShowResponse.html # docs/Classes/SDLSingleTireStatus.html # docs/Classes/SDLSlider.html # docs/Classes/SDLSliderResponse.html # docs/Classes/SDLSoftButtonCapabilities.html # docs/Classes/SDLSoftButtonType.html # docs/Classes/SDLSpeak.html # docs/Classes/SDLSpeakResponse.html # docs/Classes/SDLSpeechCapabilities.html # docs/Classes/SDLStartTime.html # docs/Classes/SDLStreamingMediaManager.html # docs/Classes/SDLSubscribeButton.html # docs/Classes/SDLSubscribeButtonResponse.html # docs/Classes/SDLSubscribeVehicleData.html # docs/Classes/SDLSubscribeVehicleDataResponse.html # docs/Classes/SDLSyncMsgVersion.html # docs/Classes/SDLSystemAction.html # docs/Classes/SDLSystemCapability.html # docs/Classes/SDLSystemContext.html # docs/Classes/SDLTTSChunk.html # docs/Classes/SDLTextAlignment.html # docs/Classes/SDLTextField.html # docs/Classes/SDLTextFieldName.html # docs/Classes/SDLTouchManager.html # docs/Classes/SDLTouchType.html # docs/Classes/SDLTriggerSource.html # docs/Classes/SDLUnregisterAppInterface.html # docs/Classes/SDLUnregisterAppInterfaceResponse.html # docs/Classes/SDLUnsubscribeButton.html # docs/Classes/SDLUnsubscribeButtonResponse.html # docs/Classes/SDLUnsubscribeVehicleData.html # docs/Classes/SDLUnsubscribeVehicleDataResponse.html # docs/Classes/SDLUpdateMode.html # docs/Classes/SDLUpdateTurnList.html # docs/Classes/SDLUpdateTurnListResponse.html # docs/Classes/SDLVRCapabilities.html # docs/Classes/SDLVehicleDataActiveStatus.html # docs/Classes/SDLVehicleDataEventStatus.html # docs/Classes/SDLVehicleDataNotificationStatus.html # docs/Classes/SDLVehicleDataResultCode.html # docs/Classes/SDLVehicleDataStatus.html # docs/Classes/SDLVehicleDataType.html # docs/Classes/SDLVehicleType.html # docs/Classes/SDLVideoStreamingCapability.html # docs/Classes/SDLVideoStreamingFormat.html # docs/Classes/SDLWarningLightStatus.html # docs/Classes/SDLWaypointType.html # docs/Classes/SDLWiperStatus.html # docs/Constants.html # docs/Enums.html # docs/Protocols/SDLManagerDelegate.html # docs/Protocols/SDLProtocolListener.html # docs/Protocols/SDLProxyListener.html # docs/Protocols/SDLRequestHandler.html # docs/Protocols/SDLTouchManagerDelegate.html # docs/Type Definitions.html # docs/badge.svg # docs/index.html # docs/search.json # docs/undocumented.json
| * | Update for 5.0.0 releaserelease/5.0.0Joel Fischer2017-10-30328-29147/+24042
| | |
| * | Merge pull request #782 from ↵Joel Fischer2017-10-302-4/+16
| |\ \ | | | | | | | | | | | | | | | | smartdevicelink/bug/issue_781_secure_and_insecure_streaming Check the makes when deciding if secure or insecure should start
| | * | Fixed broken test cases in `SDLLifecycleManagerSpec`bug/issue_781_secure_and_insecure_streamingNicoleYarroch2017-10-261-1/+2
| | | | | | | | | | | | | | | | - Added the streaming media configuration to the SDLConfiguration in the `SDLLifecycleManagerSpec` as it must be set when the app type is NAVIGATION
| | * | Check the makes when deciding if secure or insecure should startJoel Fischer2017-10-261-3/+14
| | | |
| * | | Merge pull request #778 from ↵Joel Fischer2017-10-301-0/+40
| |\ \ \ | | | | | | | | | | | | | | | | | | | | smartdevicelink/bug/issue_773_missing_protocol_string_crash Fix missing protocol string crash (5.0)
| | * | | Check required protocol strings in all locationsJoel Fischer2017-10-301-0/+7
| | | | |
| | * | | Add a logbug/issue_773_missing_protocol_string_crashJoel Fischer2017-10-241-0/+1
| | | | |
| | * | | Create a better crash in DEBUG if the dev forgets to add a protocol stringJoel Fischer2017-10-241-0/+32
| | | | |
| * | | | Merge pull request #783 from ↵Joel Fischer2017-10-301-0/+8
| |\ \ \ \ | | |_|/ / | |/| | | | | | | | | | | | | smartdevicelink/bug/issue_774_video_streaming_reconnect_foregrounded_broke Fixed foregrounded app video stream not starting
| | * | | Fixed foregrounded app video stream not startingbug/issue_774_video_streaming_reconnect_foregrounded_brokeNicoleYarroch2017-10-261-0/+8
| |/ / / | | | | | | | | | | | | Reset HMI level in the `SDLStreamingMediaLifecycleManage` class when app disconnects from Core.
| * | | Merge pull request #780 from ↵Joel Fischer2017-10-261-1/+1
| |\ \ \ | | |/ / | |/| | | | | | | | | | smartdevicelink/bug/issue_779_streaming_media_config_copy Fix streaming media config not copied
| | * | Fix streaming media config not copiedJoel Fischer2017-10-261-1/+1
| |/ /
| * | Fix SDLLogBytes not being defined in release causing a compile errorJoel Fischer2017-10-222-2/+3
| | |
| * | Merge pull request #767 from ↵Joel Fischer2017-10-1713-59/+67
| |\ \ | | | | | | | | | | | | | | | | smartdevicelink/bugfix/issue_766_haptic_manager_naming Fix haptic manager naming
| | * | Rename focusable item based stuffJoel Fischer2017-10-1713-59/+67
| | | |
| * | | Merge pull request #768 from smartdevicelink/bugfix/issue_762_documentationJoel Fischer2017-10-171-1/+1
| |\ \ \ | | |/ / | |/| | Documentation Fix on SDLRadioControlData
| | * | Minor documentation fix on SDLRadioControlDataJoel Fischer2017-10-171-1/+1
| |/ /
| * | Merge pull request #758 from ↵Joel Fischer2017-10-174-564/+615
| |\ \ | | | | | | | | | | | | | | | | smartdevicelink/bugfix/issue_740_Accessory_connection_fails_in_background Fix accessory connection fails in background
| | * | Edited debug statementsbugfix/issue_740_Accessory_connection_fails_in_backgroundNicoleYarroch2017-10-161-2/+1
| | | |
| | * | Removed logging from the example appNicoleYarroch2017-10-161-2/+1
| | | |
| | * | Cleaned up comments and debug statementsNicoleYarroch2017-10-161-52/+50
| | | |
| | * | Removed debug logsNicoleYarroch2017-10-161-4/+1
| | | |
| | * | Removed HMI level NONE checksNicoleYarroch2017-10-103-481/+462
| | | | | | | | | | | | | | | | | | | | | | | | | | | | - reverted to Joel’s lifecycle state changes - fixed the video start service so it is only sent after video capabilites response is returned Signed-off-by: NicoleYarroch <nicole@livio.io>
| | * | video start service was called in wrong placeNicoleYarroch2017-10-091-2/+15
| | | | | | | | | | | | | | | | Signed-off-by: NicoleYarroch <nicole@livio.io>
| | * | CleanupNicoleYarroch2017-10-053-16/+2
| | | | | | | | | | | | | | | | Signed-off-by: NicoleYarroch <nicole@livio.io>
| | * | Removed debug statements, extra linesNicoleYarroch2017-10-052-6/+0
| | | | | | | | | | | | | | | | Signed-off-by: NicoleYarroch <nicole@livio.io>
| | * | Removed debug statementsNicoleYarroch2017-10-051-2/+0
| | | | | | | | | | | | | | | | Signed-off-by: NicoleYarroch <nicole@livio.io>
| | * | Fixed timout lengthNicoleYarroch2017-10-053-7/+3
| | | | | | | | | | | | | | | | Signed-off-by: NicoleYarroch <nicole@livio.io>
| | * | Working with iOS11 and iOS10NicoleYarroch2017-10-042-45/+63
| | | | | | | | | | | | | | | | Signed-off-by: NicoleYarroch <nicole@livio.io>
| | * | DebuggingNicoleYarroch2017-10-047-122/+194
| | | | | | | | | | | | | | | | Signed-off-by: NicoleYarroch <nicole@livio.io>
| * | | Merge pull request #764 from ↵Joel Fischer2017-10-171-2/+2
| |\ \ \ | | |/ / | |/| | | | | | | | | | smartdevicelink/bugfix/issue_763_video_streaming_does_not_start_core_44 Fixed Video streaming does not start if a Video Capability Response is returned.
| | * | Fixed name for video codec and protocolbugfix/issue_763_video_streaming_does_not_start_core_44NicoleYarroch2017-10-161-2/+2
| |/ /
| * | Lifecycle manager and state machine logsJoel Fischer2017-10-033-35/+42
| | |