summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* Check before using subscribefeature/issue_1212_update_system_capability_manager_auto_cachingJoel Fischer2019-04-052-2/+105
* Only handle GetSystemCapabilityResponse from inside the SCM, not outside as wellJoel Fischer2019-04-052-94/+21
* Consume all `GetSystemCapabilityResponse` messages and update the cacheJoel Fischer2019-04-041-0/+8
* Fix checking wrong response propertyJoel Fischer2019-04-041-2/+2
* Fix appServicesCapabilities not returning nil in some situationsJoel Fischer2019-04-041-0/+2
* Store app services capabilities in a dictJoel Fischer2019-04-041-16/+21
* Remove system capability manager handler from storageJoel Fischer2019-04-041-36/+38
* Merge branch 'develop' into feature/issue_1212_update_system_capability_manag...Joel Fischer2019-04-044-92/+120
|\
| * 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
| |/
* | xcode 10.2 auto changesJoel Fischer2019-04-041-4/+10
* | Added doc and refactored system capability managerNicoleYarroch2019-04-042-125/+137
* | Added stop test cases in System Capability ManagerNicoleYarroch2019-04-031-10/+62
* | OnSystemCapabilityUpdated added to SystemCapabilityManagerNicoleYarroch2019-04-031-8/+87
|/
* 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