summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
...
| * | | | Merge branch 'develop' into ↵Joel Fischer2019-04-044-92/+120
| |\ \ \ \ | | | | | | | | | | | | | | | | | | feature/issue_1212_update_system_capability_manager_auto_caching
| * | | | | 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
| | | | | | | | | | | | | | | | | | | | | | | | Basic support for `OnSystemCapabilityUpdated` added to SystemCapabilityManager
* | | | | | Merge pull request #1226 from ↵Joel Fischer2019-04-051-3/+1
|\ \ \ \ \ \ | |_|_|_|/ / |/| | | | | | | | | | | | | | | | | smartdevicelink/bugfix/issue-1218-Remove-class-check-for-actualLanguage- Removed check for class type
| * | | | | Removed check for class typebugfix/issue-1218-Remove-class-check-for-actualLanguage-Justin Gluck2019-04-051-3/+1
| | |_|/ / | |/| | |
* | | | | Merge pull request #1223 from ↵Joel Fischer2019-04-052-1/+28
|\ \ \ \ \ | |/ / / / |/| | | | | | | | | | | | | | smartdevicelink/bugfix/issue-1097-Add-Missing-ProtocolViolationCheck Adding missing conditional check to stop the manager if SDLAppInterfa…
| * | | | 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 #1211 from ↵Joel Fischer2019-04-055-18/+13
|\ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | smartdevicelink/bugfix/issue_1208_snapshot_tests_fail_xcode_10.2 Update test dependencies for Xcode 10.2
| * | | | | Update test swift versionbugfix/issue_1208_snapshot_tests_fail_xcode_10.2Joel Fischer2019-04-041-4/+3
| | | | | |
| * | | | | Fix warning about info.plist in example appsJoel Fischer2019-04-041-6/+1
| | | | | |
| * | | | | Update cartfile.resolvedJoel Fischer2019-04-041-2/+2
| | | | | |
| * | | | | Updated test deps, but it’s still brokenJoel Fischer2019-04-015-13/+19
| | |/ / / | |/| | |
* | | | | Merge pull request #1199 from mvyrko/feature/issue_0219_explicit_returned_typeJoel Fischer2019-04-05206-1029/+1606
|\ \ \ \ \ | |_|/ / / |/| | | | SDL-0219 verify type of returned objects
| * | | | return error for mandatory parametersMihail Vyrko2019-04-0514-20/+40
| | | | |
| * | | | addressed feedbackMihail Vyrko2019-04-043-14/+13
| | | | |
| * | | | update style for objectForName:ofClass:errorMihail Vyrko2019-04-031-10/+10
| | | | |
| * | | | return bad data to response, fix expected valueMihail Vyrko2019-04-031-3/+4
| | | | |
| * | | | fix after merge the latest developMihail Vyrko2019-04-0311-17/+17
| | | | |
| * | | | add logging retrieving object from store errorsMihail Vyrko2019-04-032-1/+3
| | | | |
| * | | | Merge branch 'develop' into feature/issue_0219_explicit_returned_typeMihail Vyrko2019-04-0390-182/+1875
| |\ \ \ \ | | |/ / /
| * | | | addressed feedbackMihail Vyrko2019-04-03193-997/+980
| | | | |
| * | | | verify type of returned objectsMihail Vyrko2019-03-20187-788/+1360
| | | | |
* | | | | 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
| | | |