summaryrefslogtreecommitdiff
path: root/SmartDeviceLink/SDLLifecycleManager.m
Commit message (Expand)AuthorAgeFilesLines
* Background task now stopped in ready statebugfix/issue_1326_background_task_suspended_before_RAI_sentNicoleYarroch2019-07-091-4/+4
* 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
| * | | Fix crash, add logsJoel Fischer2019-02-191-1/+3
| * | | First pass at auto disconnectJoel Fischer2019-02-191-2/+11
| * | | Create SDLVersion object and transition existing codeJoel Fischer2019-02-191-1/+6
| |/ /
* | | Can now get `authToken` from StartServiceACK headerNicoleYarroch2019-02-281-0/+9
|/ /
* | Merge pull request #1156 from mvyrko/hotfix/check_nullable_blockNicoleYarroch2019-02-131-1/+3
|\ \ | |/ |/|
| * check block on nil before callMihail Vyrko2019-02-061-1/+3
* | Fixed broken test casesfeature/issue_1058_video_streaming_backgrounded_stringNicoleYarroch2018-11-281-1/+1
* | Merge branch 'develop' into feature/issue_1058_video_streaming_backgrounded_s...NicoleYarroch2018-11-281-24/+26
|\ \
| * \ Merge branch 'master' into developJoel Fischer2018-11-281-24/+26
| |\ \ | | |/
| | * check class type to take care of language enum being “-1”Takamitsu Yoshii2018-11-131-24/+26
* | | Updated the streaming media manager initsNicoleYarroch2018-11-281-1/+1
* | | Merge branch 'develop' into feature/issue_1058_video_streaming_backgrounded_s...NicoleYarroch2018-11-271-2/+11
|\ \ \ | |/ /
| * | Remove duplicate logsbugs/issue_1124_debug_log_duplicationJoel Fischer2018-11-081-2/+11
| |/
* | Added custom message to backgrounded video streamNicoleYarroch2018-10-161-1/+1
|/
* Fixed language compairson checkNicoleYarroch2018-10-041-1/+1
* Merge pull request #1069 from XevoInc/fix/lifecycle_manager_queueJoel Fischer2018-09-261-22/+37
|\
| * Update sdl_transitionToState: to use dispatch_syncSho Amano2018-09-261-1/+2
| * Merge branch 'develop' into fix/lifecycle_manager_queueSho Amano2018-09-251-1/+3
| |\
| * | Cosmetic changeSho Amano2018-09-201-3/+1
| * | Create utility method sdl_transitionToState: in LifecycleManagerSho Amano2018-09-191-25/+32
| * | fix: lifecycle state machine not updated on dedicated queue when restartingSho Amano2018-08-311-2/+9
| * | fix: lifecycle state machine not updated on dedicated queueSho Amano2018-08-311-1/+3