summaryrefslogtreecommitdiff
Commit message (Expand)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 SDLAppInterfaceUnregi...Justin Gluck2019-04-052-1/+28
* Merge pull request #1219 from smartdevicelink/bugfix/issue_1216_AppInterfaceU...Joel Fischer2019-04-043-1/+8
|\
| * JG- adding missing SDLAppInterfaceUnregisteredReason that were in the RPC spe...issue-1216-AppInterfaceUnregisteredReason-missingJustin Gluck2019-04-043-1/+8
|/
* Xcode 10.2 changeJoel Fischer2019-04-041-4/+10
* Merge pull request #1213 from smartdevicelink/issue_1203_SDLManager_Stop_Read...Joel Fischer2019-04-031-0/+4
|\
| * 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 th...Justin Gluck2019-04-031-0/+3
* | Merge pull request #1209 from smartdevicelink/bugfix/issue_1207_haptic_input_...Joel Fischer2019-04-033-92/+116
|\ \ | |/ |/|
| * Added check for nil hitViewHandler in Touch Managerbugfix/issue_1207_haptic_input_checked_on_wrong_threadNicoleYarroch2019-04-021-2/+4
| * 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
| * 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 smartdevicelink/bugfix/pr_1200_app_services_cap...Joel Fischer2019-03-251-0/+1
|\
| * 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
|\ \ | |/ |/|
| * 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 smartdevicelink/feature/issue_1166_cloud_app_tr...Joel Fischer2019-03-1980-87/+1844
|\
| * 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
| * Fixed method names in `SDLVersion` + test casesNicoleYarroch2019-03-126-7/+16
| * 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
| |\
| * | Renamed appName to nicknames in CloudAppPropertiesNicoleYarroch2019-03-067-29/+30
| * | Fixed broken `SDLRegisterAppInterface` test casesNicoleYarroch2019-03-053-1/+3
| * | Fixed doc. for SDLControlFramePayloadRPCStartServiceAckNicoleYarroch2019-03-051-5/+1
| * | 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
| * | Fixed documentation in `CloudAppProperties`NicoleYarroch2019-03-051-2/+2
| * | Fixed broken protocol version test casesNicoleYarroch2019-03-054-13/+40
| * | Merge branch 'develop' into feature/issue_1166_cloud_app_transportNicoleYarroch2019-03-0523-98/+448
| |\ \
| * | | Updated `CloudAppProperties` struct documentationNicoleYarroch2019-03-011-2/+2
| * | | Fixed init in `ControlFramePayloadRPCStartServiceAck`NicoleYarroch2019-02-282-2/+1