summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* Add fix for data session close fail during change registrationbugfix/issue_1240_data_session_delayJoel Fischer2019-10-042-56/+67
* Merge branch 'develop' into bugfix/issue_1240_data_session_delayJoel Fischer2019-10-04262-998/+7570
|\
| * Merge pull request #1413 from t-yoshii/fix/reflect-bitrate-refixJoel Fischer2019-10-035-27/+12
| |\
| | * reflect bitrate setting from HMITakamitsu Yoshii2019-09-251-2/+13
| | * Revert "reflect bitrate value returned from HMI"Takamitsu Yoshii2019-09-251-8/+0
| | * Revert "fix-review: change value type of max bitrate to unsigned long long fr...Takamitsu Yoshii2019-09-251-1/+1
| | * Revert "fix-review: add `allowOverrideEncoderSettings` to SDLStreamingMediaCo...Takamitsu Yoshii2019-09-254-17/+1
| | * Revert "add test"Takamitsu Yoshii2019-09-252-2/+0
| | * Revert "fix comment"Takamitsu Yoshii2019-09-251-1/+1
| * | Merge pull request #1429 from smartdevicelink/bugfix/issue-1406-failing-travi...Joel Fischer2019-10-039-29/+25
| |\ \
| | * | Fixing another testbugfix/issue-1406-failing-travis-testsJoel Fischer2019-10-031-1/+1
| | * | Fix snapshot testsJoel Fischer2019-10-037-24/+18
| | * | Use iPhone 11 in travis testsJoel Fischer2019-10-031-3/+3
| | * | Update travis yml for Xcode 11Joel Fischer2019-10-032-5/+7
| |/ /
| * | Merge pull request #1425 from smartdevicelink/bugfix/issue-1423-SeatLocation-...Joel Fischer2019-10-024-0/+38
| |\ \
| | * | addig missing paramsbugfix/issue-1423-SeatLocation-Dislays-In-HMICapabilitiesJustin Gluck2019-10-014-0/+38
| * | | Merge pull request #1426 from smartdevicelink/bugfix/issue-1422-iOS13-Lockscr...Joel Fischer2019-10-021-7/+4
| |\ \ \ | | |/ / | |/| |
| | * | Making Lockscreen fullscreen for iOS 13bugfix/issue-1422-iOS13-Lockscreen-dismissibleJustin Gluck2019-10-011-7/+4
| |/ /
| * | Merge pull request #1421 from smartdevicelink/bugfix/issue-1417-Update-RPC-re...Joel Fischer2019-10-0110-16/+24
| |\ \
| | * | Update some RPC response params to be optionalJustin Gluck2019-09-3010-16/+24
| |/ /
| * | Merge pull request #1418 from smartdevicelink/feature/issue-1389-app-services...Joel Fischer2019-09-304-34/+33
| |\ \
| | * | Update testsfeature/issue-1389-app-services-hmicapabilitiesJoel Fischer2019-09-272-34/+14
| | * | Add appServices parameter to HMICapabilities structJoel Fischer2019-09-272-0/+19
| * | | Merge pull request #1405 from smartdevicelink/bug/issue-1404-SliderScrollable...Joel Fischer2019-09-302-6/+24
| |\ \ \
| | * | | Apply suggestions from code reviewbug/issue-1404-SliderScrollableNotSupportedAlertjustingluck932019-09-272-3/+3
| | * | | updating to show alert if slider or scrollable message failsJustin Gluck2019-09-202-6/+24
| * | | | Merge pull request #1412 from smartdevicelink/feature/issue-1411-Streamingvid...Joel Fischer2019-09-302-11/+51
| |\ \ \ \
| | * | | | fixing removed linefeature/issue-1411-Streamingvideolifecyclemanagers-isStreamingSupportedJustin Gluck2019-09-271-0/+1
| | * | | | updatingJustin Gluck2019-09-271-2/+2
| | * | | | updating unit testsJustin Gluck2019-09-271-23/+24
| | * | | | Apply suggestions from code reviewjustingluck932019-09-272-2/+2
| | * | | | adding check for 4.5Justin Gluck2019-09-252-2/+40
| * | | | | Merge pull request #1415 from smartdevicelink/fix/issue-1414-CancelInteractio...Joel Fischer2019-09-303-20/+20
| |\ \ \ \ \ | | |_|_|/ / | |/| | | |
| | * | | | adding NSSwiftNamefix/issue-1414-CancelInteraction-initsJustin Gluck2019-09-271-1/+1
| | * | | | changing inits to class methods to fix swift formatting issuesJustin Gluck2019-09-263-20/+20
| | |/ / /
| * | | | Merge pull request #1416 from smartdevicelink/fix/issue-1402-SDLGetDTCsSpec-i...Joel Fischer2019-09-261-3/+2
| |\ \ \ \ | | |/ / / | |/| | |
| | * | | removed duplicate Spec file in build phasesfix/issue-1402-SDLGetDTCsSpec-included-twiceJustin Gluck2019-09-261-3/+2
| |/ / /
| * | | Merge pull request #1408 from smartdevicelink/feature/issue-1407-Payload-Unit...Joel Fischer2019-09-259-10/+20
| |\ \ \ | | |_|/ | |/| |
| | * | fixing issue with description being changed, using base64 encode version of datafeature/issue-1407-Payload-Unit-Tets-FailJustin Gluck2019-09-259-10/+20
| |/ /
| * | Merge pull request #1403 from smartdevicelink/bugfix/issue-1379-async-operati...NicoleYarroch2019-09-2314-13/+16
| |\ \
| | * | Fix testbugfix/issue-1379-async-operation-return-boolJoel Fischer2019-09-191-1/+1
| | * | Update SDLAsynchronousOperation subclasses to abort on start if they're cance...Joel Fischer2019-09-1913-12/+15
| * | | Merge pull request #1393 from t-yoshii/fix/reflect-bitrateNicoleYarroch2019-09-235-0/+26
| |\ \ \ | | |_|/ | |/| |
| | * | fix commentTakamitsu Yoshii2019-09-181-1/+1
| | * | add testTakamitsu Yoshii2019-09-092-0/+2
| | * | fix-review: add `allowOverrideEncoderSettings` to SDLStreamingMediaConfigurationTakamitsu Yoshii2019-09-094-1/+17
| | * | fix-review: change value type of max bitrate to unsigned long long from intTakamitsu Yoshii2019-09-091-1/+1
| | * | reflect bitrate value returned from HMITakamitsu Yoshii2019-09-021-0/+8
| * | | Merge pull request #1400 from smartdevicelink/bugfix/issue_1399_travis_failJoel Fischer2019-09-1918-24/+34
| |\ \ \ | | |_|/ | |/| |
| | * | Remove focusJoel Fischer2019-09-191-1/+1