summaryrefslogtreecommitdiff
path: root/SmartDeviceLink/SDLLifecycleManager.m
Commit message (Expand)AuthorAgeFilesLines
* Add fix for data session close fail during change registrationbugfix/issue_1240_data_session_delayJoel Fischer2019-10-041-56/+64
* Merge branch 'develop' into feature/issue_1055_cancel_interaction_RPCJoel Fischer2019-09-111-7/+15
|\
| * Suppress deprecated messagesMauricio2019-08-271-0/+3
| * Merge branch 'develop' into feature/issue_0216_widget_supportMauricio2019-08-211-7/+6
| |\
| | * Fixes #1380bugfix/issue_1380_secondary_transport_configJoel Fischer2019-08-121-7/+6
| * | Validation for the OnHMIStatusMauricio2019-08-191-0/+6
| |/
* | Merge branch 'develop' into feature/issue_1055_cancel_interaction_RPCNicoleYarroch2019-07-311-1/+1
|\ \ | |/
| * Merge branch 'develop' into bugfix/issue-1352-Align-SDLSyncVersionbugfix/issue-1352-Align-SDLSyncVersionJustin Gluck2019-07-231-63/+60
| |\
| * | replaced SDLSyncMsgVersion with SDLMsgVersion, deprecated SDLSyncMsgVersion p...Justin Gluck2019-07-221-1/+1
* | | Merge branch 'develop' into feature/issue_1055_cancel_interaction_RPCNicoleYarroch2019-07-241-66/+63
|\ \ \ | | |/ | |/|
| * | Check API availability before using iOS 10 APIfeature/issue_1028_restructure_ios_threadingJoel Fischer2019-07-191-1/+6
| * | Merge branch 'develop' into feature/issue_1028_restructure_ios_threadingJoel Fischer2019-07-181-4/+4
| |\ \ | | |/
| | * Background task now stopped in ready statebugfix/issue_1326_background_task_suspended_before_RAI_sentNicoleYarroch2019-07-091-4/+4
| * | Merge branch 'master' into feature/issue_1028_restructure_ios_threadingJoel Fischer2019-07-151-5/+19
| |\ \ | | |/
| * | In progress file manager spec rewritefeature/issue_0187_restructure_ios_threadingJoel Fischer2019-06-121-3/+1
| * | Remove unused code and update testsJoel Fischer2019-06-101-30/+22
| * | Remove callback queue and just use processing queueJoel Fischer2019-06-061-11/+11
| * | Remove unused codeJoel Fischer2019-06-051-17/+15
| * | Merge branch 'develop' into feature/issue_0187_restructure_ios_threadingJoel Fischer2019-06-051-0/+1
| |\ \
| * | | Move callbacks to the callback queueJoel Fischer2019-05-161-10/+12
| * | | Fixing possible deadlocksJoel Fischer2019-05-161-3/+5
| * | | Starting work on re-queueing everythingJoel Fischer2019-05-141-8/+8
* | | | Basic framework - adding cancelIds to manager PICSNicoleYarroch2019-07-221-1/+0
| |_|/ |/| |
* | | Moved dealloc to BackgroundTaskManagerNicoleYarroch2019-06-261-8/+2
* | | Moved background task logic to own classNicoleYarroch2019-06-251-51/+15
* | | Background task killed on deallocNicoleYarroch2019-06-251-0/+6
* | | Moved the background task to the LifecycleManagerNicoleYarroch2019-06-251-0/+50
| |/ |/|
* | System Capability subscriptionsJoel Fischer2019-05-231-0/+1
|/
* Kill the proxy earlierbugfix/issue_1172_state_transitionJoel Fischer2019-04-151-1/+5
* Merge pull request #1225 from smartdevicelink/bugfix/issue_1214_max_correlati...Joel Fischer2019-04-081-1/+2
|\
| * Update `lastCorrelationId` to be Int32 instead of UInt16bugfix/issue_1214_max_correlation_idJoel Fischer2019-04-051-1/+2
* | 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
| |/
* | Removing class check and fixed test casebugfix/issue-1097-Add-Missing-ProtocolViolationCheckJustin Gluck2019-04-051-1/+1
* | Adding missing conditional check to stop the manager if SDLAppInterfaceUnregi...Justin Gluck2019-04-051-1/+1
|/
* Merge branch 'develop' into feature/issue_1166_cloud_app_transportNicoleYarroch2019-03-121-12/+44
|\
| * Modified methods in `SDLConnectionManagerType`NicoleYarroch2019-03-061-2/+15
| * Merge branch 'develop' into feature/issues_1147_1148_1162_app_services_weathe...NicoleYarroch2019-03-051-2/+18
| |\
| * | Removed unnecessary error handlingNicoleYarroch2019-03-041-1/+1
| * | Renamed `SDLRPCResponseOperation` classNicoleYarroch2019-03-041-2/+2
| * | Renamed method to `sendRPC:` in SDLLifecycleManagerNicoleYarroch2019-03-041-5/+5
| * | Renamed method in `SDLConnectionManagerType`NicoleYarroch2019-03-041-1/+1
| * | Merge branch 'feature/issue_1147_and_1148_app_services_handle_requests_send_r...feature/issue_1147_and_1148_app_services_weather_mediaNicoleYarroch2019-02-211-13/+32
| |\ \
| | * | Removed method from SDLConnectionManager protocolNicoleYarroch2019-02-211-4/+0
| | * | `SDLManager` can now send non-requestsNicoleYarroch2019-02-211-19/+18
| | * | Fixed sending multiple responses/notifications not workingNicoleYarroch2019-02-201-19/+20
| | * | reverted edits to AsynchronousRPCRequestOperationNicoleYarroch2019-02-191-4/+13
| | * | Basic fix for receiving requests and sending responsesNicoleYarroch2019-02-191-10/+24
* | | | Merge branch 'develop' into feature/issue_1166_cloud_app_transportNicoleYarroch2019-03-051-2/+18
|\ \ \ \ | | |_|/ | |/| |
| * | | Add testsJoel Fischer2019-02-191-3/+3