summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
* Removing class check and fixed test casebugfix/issue-1097-Add-Missing-ProtocolViolationCheckJustin Gluck2019-04-052-3/+3
|
* Adding missing conditional check to stop the manager if ↵Justin Gluck2019-04-052-1/+28
| | | | SDLAppInterfaceUnregisteredReason is PROTOCOL_VIOLATION
* Merge pull request #1219 from ↵Joel Fischer2019-04-043-1/+8
|\ | | | | | | | | smartdevicelink/bugfix/issue_1216_AppInterfaceUnregisteredReason-missing Add missing `SDLAppInterfaceUnregisteredReason`
| * JG- adding missing SDLAppInterfaceUnregisteredReason that were in the RPC ↵issue-1216-AppInterfaceUnregisteredReason-missingJustin Gluck2019-04-043-1/+8
|/ | | | spec but not the library
* Xcode 10.2 changeJoel Fischer2019-04-041-4/+10
|
* Merge pull request #1213 from ↵Joel Fischer2019-04-031-0/+4
|\ | | | | | | | | smartdevicelink/issue_1203_SDLManager_Stop_ReadyHandler_Crash Update documentation to warn the devs to wrap a `stop` call in `start:withReadyHandler:`
| * JGJustin Gluck2019-04-031-1/+1
| |
| * JG - adding empty lineJustin Gluck2019-04-031-0/+1
| |
| * JG.- fixing pre issues in spellingJustin Gluck2019-04-031-2/+4
| |
| * JG - addressing PR issuesissue_1203_SDLManager_Stop_ReadyHandler_CrashJustin Gluck2019-04-031-4/+2
| |
| * JG - Updating documentation to warn the devs to wrap a stop call on a main ↵Justin Gluck2019-04-031-0/+3
| | | | | | | | thread
* | Merge pull request #1209 from ↵Joel Fischer2019-04-033-92/+116
|\ \ | |/ |/| | | | | smartdevicelink/bugfix/issue_1207_haptic_input_checked_on_wrong_thread Hit test for a single tap now checked on main thread
| * Added check for nil hitViewHandler in Touch Managerbugfix/issue_1207_haptic_input_checked_on_wrong_threadNicoleYarroch2019-04-021-2/+4
| | | | | | | | * fixed documentation
| * Fixed parameter name in `SDLTouchManager`NicoleYarroch2019-04-021-3/+11
| |
| * Fixed single tap hit view return queueNicoleYarroch2019-04-021-2/+1
| |
| * Single tap hit view is now done on main threadNicoleYarroch2019-04-021-3/+17
| | | | | | | | checking if single tap hit a view is now done on main thread
| * Single tap hit view now checked on main threadNicoleYarroch2019-04-024-202/+112
| |
| * Made some hit test fixes for single tapNicoleYarroch2019-04-022-3/+11
| |
| * Fixed timer threadNicoleYarroch2019-04-011-2/+3
| |
| * Delegate notified of hit views on original threadNicoleYarroch2019-04-011-7/+25
| |
| * Check for hit view is now done in `SDLFocusableItemLocator`NicoleYarroch2019-04-015-54/+103
| |
| * Fixed failing `SDLTouchManager` test casesNicoleYarroch2019-03-281-0/+3
| |
| * Checking coordinates is now done on main threadNicoleYarroch2019-03-281-0/+12
|/
* Merge pull request #1205 from ↵Joel Fischer2019-03-251-0/+1
|\ | | | | | | | | smartdevicelink/bugfix/pr_1200_app_services_capability_clear Clear appServicesCapability in systemCapabilityManager on stop
| * Clear appServicesCapability in systemCapabilityManager on stopJoel Fischer2019-03-251-0/+1
| |
* | Merge pull request #1201 from smartdevicelink/bugfix/pr_1200_api_cleanupJoel Fischer2019-03-2510-96/+31
|\ \ | |/ |/| API cleanup
| * Restore authTokenJoel Fischer2019-03-252-0/+9
| |
| * Fix an `fit`bugfix/pr_1200_api_cleanupJoel Fischer2019-03-211-1/+1
| |
| * Fix unit testsJoel Fischer2019-03-213-36/+5
| |
| * API cleanupJoel Fischer2019-03-218-68/+25
|/
* Merge pull request #1175 from ↵Joel Fischer2019-03-1980-87/+1844
|\ | | | | | | | | smartdevicelink/feature/issue_1166_cloud_app_transport Cloud App Transport
| * Added some more documentationfeature/issue_1166_cloud_app_transportNicoleYarroch2019-03-121-1/+1
| |
| * Fixed some more documentationNicoleYarroch2019-03-121-1/+1
| |
| * Removed `requestSubType` from `SystemRequest`NicoleYarroch2019-03-121-1/+0
| | | | | | | | Removed `requestSubType` param when sending `SystemRequest` of type `ICON_URL`
| * Fixed method names in `SDLVersion` + test casesNicoleYarroch2019-03-126-7/+16
| | | | | | | | | | | | | | * Fixed `isGreaterThanOrEqualToVersion:` * Added `isLessThanOrEqualToVersion:` * Added test cases to SDLVersionSpec * Fixed some documentation
| * Made param in conv. init nullable `CloudAppProperties`NicoleYarroch2019-03-123-4/+4
| |
| * Fixed some formattingNicoleYarroch2019-03-125-6/+6
| |
| * Fixed parameter namesNicoleYarroch2019-03-1229-99/+140
| |
| * Merge branch 'develop' into feature/issue_1166_cloud_app_transportNicoleYarroch2019-03-12569-5354/+14910
| |\ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | # Conflicts: # SmartDeviceLink-iOS.podspec # SmartDeviceLink-iOS.xcodeproj/project.pbxproj # SmartDeviceLink.podspec # SmartDeviceLink/SDLFunctionID.m # SmartDeviceLink/SDLNames.h # SmartDeviceLink/SDLNames.m # SmartDeviceLink/SDLNotificationConstants.h # SmartDeviceLink/SDLNotificationConstants.m # SmartDeviceLink/SDLNotificationDispatcher.m # SmartDeviceLink/SDLProxyListener.h # SmartDeviceLink/SmartDeviceLink.h # SmartDeviceLinkTests/DevAPISpecs/SDLNotificationDispatcherSpec.m # SmartDeviceLinkTests/ProtocolSpecs/SDLFunctionIDSpec.m # SmartDeviceLinkTests/RPCSpecs/NotificationSpecs/SDLOnVehicleDataSpec.m # SmartDeviceLinkTests/RPCSpecs/RequestSpecs/SDLGetVehicleDataSpec.m # SmartDeviceLinkTests/RPCSpecs/RequestSpecs/SDLSubscribeVehicleDataSpec.m # SmartDeviceLinkTests/RPCSpecs/RequestSpecs/SDLUnsubscribeVehicleDataSpec.m # SmartDeviceLinkTests/RPCSpecs/ResponseSpecs/SDLGetVehicleDataResponseSpec.m # SmartDeviceLinkTests/RPCSpecs/ResponseSpecs/SDLSubscribeVehicleDataResponseSpec.m # SmartDeviceLinkTests/RPCSpecs/ResponseSpecs/SDLUnsubscribeVehicleDataResponseSpec.m
| * | Renamed appName to nicknames in CloudAppPropertiesNicoleYarroch2019-03-067-29/+30
| | | | | | | | | | | | * Renamed `appName` to `nicknames` in CloudAppProperties
| * | Fixed broken `SDLRegisterAppInterface` test casesNicoleYarroch2019-03-053-1/+3
| | | | | | | | | | | | | | | * Fixed broken `SDLRegisterAppInterface` test cases * Added check for the operation name to `SetCloudAppPropertiesResponseSpec` and `SDLGetCloudAppPropertiesResponseSpec` test cases
| * | Fixed doc. for SDLControlFramePayloadRPCStartServiceAckNicoleYarroch2019-03-051-5/+1
| | | | | | | | | | | | Fixed documentation for SDLControlFramePayloadRPCStartServiceAck
| * | Removed @sinceNicoleYarroch2019-03-057-15/+1
| | |
| * | Bumped the `SDLMaxProxyRPCVersion` to `5.1.0`NicoleYarroch2019-03-051-1/+1
| | |
| * | Added support for handling new RPC requestsNicoleYarroch2019-03-056-1/+35
| | | | | | | | | | | | Added support for handling `SetCloudAppProperties` and `GetCloudAppProperties` requests from Core
| * | Fixed documentation in `CloudAppProperties`NicoleYarroch2019-03-051-2/+2
| | |
| * | Fixed broken protocol version test casesNicoleYarroch2019-03-054-13/+40
| | | | | | | | | | | | | | | | | | * Fixed broken protocol version test cases * Added `isGreaterThanOrEqualVersion:` method to `SDLVersion` * Addded protocol version check before getting the `authToken` in the `SDLProtocol` class
| * | Merge branch 'develop' into feature/issue_1166_cloud_app_transportNicoleYarroch2019-03-0523-98/+448
| |\ \ | | | | | | | | | | | | | | | | | | | | # Conflicts: # SmartDeviceLink/SDLProtocol.m # SmartDeviceLinkTests/ProtocolSpecs/MessageSpecs/SDLProtocolSpec.m
| * | | Updated `CloudAppProperties` struct documentationNicoleYarroch2019-03-011-2/+2
| | | |
| * | | Fixed init in `ControlFramePayloadRPCStartServiceAck`NicoleYarroch2019-02-282-2/+1
| | | |