summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
* Fix test failuresbugfix/issue_1129_remove_choiceset_0_managerJoel Fischer2018-11-292-3/+3
|
* Add testsJoel Fischer2018-11-281-16/+36
|
* Delete test choice set in choice set managerJoel Fischer2018-11-281-2/+12
|
* Merge branch 'master' into developJoel Fischer2018-11-2811-32/+44
|\
| * Update for v6.1.26.1.2Joel Fischer2018-11-288-7/+11
| |
| * Merge pull request #1114 from ↵Joel Fischer2018-11-281-1/+1
| |\ | | | | | | | | | | | | t-yoshii/fix/retry-connection-after-data-session-is-closed fix to call sdl_retryEstablishSession after data sesion is closed
| | * fix to call sdl_retryEstablishSession after data sesion is closedTakamitsu Yoshii2018-10-241-1/+1
| | |
| * | Update for v6.1.1 release6.1.1Joel Fischer2018-11-274-3/+8
| | |
| * | Merge pull request #1123 from ↵Joel Fischer2018-11-271-0/+1
| |\ \ | | | | | | | | | | | | | | | | t-yoshii/fix/crash-at-maxNumberOfMainFieldLines-in-ShowManagerExensions Check class type to take care of the case textField.name has "long" type
| | * | Check class type to take care of the case textField.name has "long" type.Takamitsu Yoshii2018-10-291-0/+1
| | | |
| * | | Merge pull request #1128 from t-yoshii/fix/check-class-type-of-language-in-RAIJoel Fischer2018-11-271-24/+26
| |\ \ \ | | | | | | | | | | check class type to take care of language enum being “-1”
| | * | | check class type to take care of language enum being “-1”Takamitsu Yoshii2018-11-131-24/+26
| |/ / /
* | | | Merge pull request #1134 from ↵Joel Fischer2018-11-261-0/+3
|\ \ \ \ | | | | | | | | | | | | | | | | | | | | smartdevicelink/bugfix/issue_1133_add_verbose_logging_received_messages Added verbose logging for recieved messages
| * | | | Added verbose logging for recieved messagesNicoleYarroch2018-11-261-0/+3
| | | | |
* | | | | Merge pull request #1131 from ↵Joel Fischer2018-11-261-0/+5
|\ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | kshala-ford/bugfix/issue_1130_reference_cycle_display_link Fix: Reference cycle with video manager and display link causing touch issues
| * | | | | Stopping audio and video manager if streaming manager is deallocated. This ↵Kujtim Shala2018-11-161-0/+5
| |/ / / / | | | | | | | | | | | | | | | makes sure no reference cycle occurs.
* | | | | Merge pull request #1116 from ↵Joel Fischer2018-11-261-2/+12
|\ \ \ \ \ | |/ / / / |/| | | | | | | | | | | | | | kshala-ford/bugfix/issue_1115_display_link_recreate DisplayLink issue when app gets (in)active on the phone
| * | | | Extracted display link dispose to a method.Kujtim Shala2018-11-151-12/+10
| | | | |
| * | | | invalidates and deletes the display link if the video stream is suspended ↵Kujtim Shala2018-10-241-0/+12
| | | | | | | | | | | | | | | | | | | | (or ready with a valid link)
* | | | | Merge pull request #1125 from ↵Joel Fischer2018-11-083-8/+12
|\ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | smartdevicelink/bugs/issue_1124_debug_log_duplication Remove duplicate logs
| * | | | | Remove duplicate logsbugs/issue_1124_debug_log_duplicationJoel Fischer2018-11-083-8/+12
| |/ / / /
* | | | | Merge branch 'master' into developJoel Fischer2018-11-082-2/+2
|\ \ \ \ \ | |/ / / / |/| / / / | |/ / /
| * | | Merge pull request #1120 from smartdevicelink/hotfix/issue_templateJoel Fischer2018-10-301-1/+1
| |\ \ \ | | | | | | | | | | Add best practices link to ISSUE_TEMPLATE.md
| | * | | Add best practices link to ISSUE_TEMPLATE.mdhotfix/issue_templatetheresalech2018-10-261-1/+1
| | |/ /
| * | | Merge pull request #1121 from smartdevicelink/hotfix/pull_request_templateJoel Fischer2018-10-301-1/+1
| |\ \ \ | | |/ / | |/| | Add best practices link and review info to template
| | * | Add best practices link and review info to templatehotfix/pull_request_templatetheresalech2018-10-261-1/+1
| |/ /
* | | Merge branch 'master' into developJoel Fischer2018-10-192-2/+3
|\ \ \ | |/ /
| * | Fix some castshotfix/6.1.1Joel Fischer2018-10-191-2/+2
| | |
| * | Add missing changelog entryJoel Fischer2018-10-191-0/+1
| |/
| * Merge branch 'develop'6.1.0Joel Fischer2018-10-19563-4260/+43461
| |\ | |/ |/|
* | Update for 6.1.0Joel Fischer2018-10-198-7/+14
| |
* | Merge branch 'develop' of https://github.com/smartdevicelink/sdl_ios into ↵6.1.0-rc.2Joel Fischer2018-10-184-0/+56
|\ \ | | | | | | | | | develop
| * \ Merge pull request #1109 from ↵Joel Fischer2018-10-184-0/+56
| |\ \ | | | | | | | | | | | | | | | | smartdevicelink/bugfix/issue_1108_setdisplaylayout_screenmanager_fail Fix screen sub-managers failing if Register or SetDisplayLayout responses are failures
| | * | Add checks to menu managerJoel Fischer2018-10-181-0/+14
| | | |
| | * | Change to error logJoel Fischer2018-10-183-6/+6
| | | |
| | * | use previous displayCapabilities if one wasn’t sent but the ↵Joel Fischer2018-10-183-0/+25
| | | | | | | | | | | | | | | | SetDisplayLayout succeeded
| | * | If screen managers get a failed register / setdisplaylayout response, ↵bugfix/issue_1108_setdisplaylayout_screenmanager_failJoel Fischer2018-10-173-0/+17
| |/ / | | | | | | | | | don’t take the `nil` displayCapabilities
* | | Update version for 6.1.0 release candidate 2Joel Fischer2018-10-188-10/+12
|/ /
* | Create release for v6.1.0-rc.16.1.0-rc.1Joel Fischer2018-10-1083-839/+18684
| |
* | Fix duplicate SDLFileName definitionJoel Fischer2018-10-101-2/+0
| |
* | Fix incorrect importsJoel Fischer2018-10-102-1/+2
| |
* | Merge pull request #1104 from ↵Joel Fischer2018-10-091-0/+5
|\ \ | | | | | | | | | | | | smartdevicelink/bugfix/issue_1103_AudioTranscoder_modulemap Fix Audio Transcoder Files Missing from Module Map
| * | Add audio transcoder files to default module mapJoel Fischer2018-10-091-0/+5
| | |
* | | Merge pull request #1102 from ↵Joel Fischer2018-10-095-23/+33
|\ \ \ | |/ / | | | | | | | | | smartdevicelink/bugfix/issue_1101_1100_streaming_rootViewController_fixes Fix Streaming RootViewController getter & setter
| * | Fix rootViewController getter / setterbugfix/issue_1101_1100_streaming_rootViewController_fixesJoel Fischer2018-10-095-23/+33
| | |
* | | Merge pull request #1098 from smartdevicelink/bugfix/issue_1096_double_spec_fileJoel Fischer2018-10-091-420/+0
|\ \ \ | |/ / | | | Fix duplicate test file
| * | Remove duplicate spec filebugfix/issue_1096_double_spec_fileJoel Fischer2018-10-081-420/+0
|/ /
* | Merge pull request #1095 from ↵Joel Fischer2018-10-043-22/+23
|\ \ | | | | | | | | | | | | smartdevicelink/bugfix/issue_1094_language_check_fails Fixed language check always failing
| * | Added the SDLLifecycleConfigurationUpdateSpec backNicoleYarroch2018-10-042-0/+81
| | | | | | | | | | | | Signed-off-by: NicoleYarroch <nicole@livio.io>
| * | Removed SDLLifecycleConfigurationUpdateSpec from the projectNicoleYarroch2018-10-042-80/+0
| | | | | | | | | | | | | | | | | | Removed the SDLLifecycleConfigurationUpdateSpec.m file from the project Signed-off-by: NicoleYarroch <nicole@livio.io>