summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* Adding comment so devs dont move logic aroundbugfix/issue-1097-OnAppInterfaceUnregistered-ReconnectingJustin Gluck2019-04-111-0/+1
* Fixing issue that caused SDLTransportDidDisconnect to get called before OnApp...Justin Gluck2019-04-091-3/+4
* Merge pull request #1225 from smartdevicelink/bugfix/issue_1214_max_correlati...Joel Fischer2019-04-084-3/+4
|\
| * Remove `fit`Joel Fischer2019-04-081-1/+1
| * Fix broken test caseJoel Fischer2019-04-081-2/+2
| * Update `lastCorrelationId` to be Int32 instead of UInt16bugfix/issue_1214_max_correlation_idJoel Fischer2019-04-053-2/+3
* | Merge pull request #1215 from smartdevicelink/feature/issue_1212_update_syste...Joel Fischer2019-04-052-106/+296
|\ \
| * | 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 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 #1226 from smartdevicelink/bugfix/issue-1218-Remove-class-...Joel Fischer2019-04-051-3/+1
|\ \ \ \
| * | | | Removed check for class typebugfix/issue-1218-Remove-class-check-for-actualLanguage-Justin Gluck2019-04-051-3/+1
| | |_|/ | |/| |
* | | | Merge pull request #1223 from smartdevicelink/bugfix/issue-1097-Add-Missing-P...Joel Fischer2019-04-052-1/+28
|\ \ \ \ | |/ / / |/| | |
| * | | 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 #1211 from smartdevicelink/bugfix/issue_1208_snapshot_test...Joel Fischer2019-04-055-18/+13
|\ \ \ \
| * | | | 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
|\ \ \ \ | |_|/ / |/| | |
| * | | 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 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