summaryrefslogtreecommitdiff
path: root/SmartDeviceLink/SDLLifecycleManager.m
Commit message (Expand)AuthorAgeFilesLines
* Update `lastCorrelationId` to be Int32 instead of UInt16bugfix/issue_1214_max_correlation_idJoel Fischer2019-04-051-1/+2
* 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
* | | Merge branch 'develop' into feature/multiple_transportsSho Amano2018-09-261-1/+3
|\ \ \ | | |/ | |/|
| * | Merge branch 'develop' into feature/issue_246_play_pause_enumJoel Fischer2018-09-171-1/+1
| |\ \
| | * \ Merge branch 'develop' into feature/issue_942_support_short_and_full_uuid_app_idNicoleYarroch2018-08-231-7/+13
| | |\ \ | | | |/
| * | | Handle Play/Pause additionJoel Fischer2018-09-121-0/+2
| | |/ | |/|
* | | Merge branch 'develop' into feature/multiple_transportsSho Amano2018-08-201-2/+8
|\ \ \ | |/ /
| * | Merge branch 'develop' into feature/issue_600_appicon_resumptionfeature/issue_600_appicon_resumptionJoel Fischer2018-08-161-7/+8
| |\ \
| | * | Fixed deprecated methods & refactored function namesNicoleYarroch2018-08-141-1/+2
| | * | Merge branch 'develop' into feature/issue_599_expand_mobile_putfileNicoleYarroch2018-08-011-5/+16
| | |\ \
| | * | | Added file manager config to SDLConfigurationNicoleYarroch2018-07-121-1/+1
| * | | | Implement SDL-0041 App Icon ResumptionJoel Fischer2018-07-231-0/+5
| | |_|/ | |/| |
* | | | Use lifecycle manager queue for secondary transport manager's state machineSho Amano2018-08-201-1/+3
* | | | Update streamManager starting based on latest implementation from developSho Amano2018-08-091-9/+4