summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
* Making Lockscreen fullscreen for iOS 13bugfix/issue-1422-iOS13-Lockscreen-dismissibleJustin Gluck2019-10-011-7/+4
|
* Merge pull request #1421 from ↵Joel Fischer2019-10-0110-16/+24
|\ | | | | | | | | smartdevicelink/bugfix/issue-1417-Update-RPC-response-params Update some RPC response params to be optional
| * Update some RPC response params to be optionalJustin Gluck2019-09-3010-16/+24
|/
* Merge pull request #1418 from ↵Joel Fischer2019-09-304-34/+33
|\ | | | | | | | | smartdevicelink/feature/issue-1389-app-services-hmicapabilities Add HMICapabilities.appServices parameter
| * 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 ↵Joel Fischer2019-09-302-6/+24
|\ \ | | | | | | | | | | | | smartdevicelink/bug/issue-1404-SliderScrollableNotSupportedAlert Slider/Scrollable Message Alert if unsupported
| * | Apply suggestions from code reviewbug/issue-1404-SliderScrollableNotSupportedAlertjustingluck932019-09-272-3/+3
| | | | | | | | | Co-Authored-By: Joel Fischer <joeljfischer@gmail.com>
| * | updating to show alert if slider or scrollable message failsJustin Gluck2019-09-202-6/+24
| | |
* | | Merge pull request #1412 from ↵Joel Fischer2019-09-302-11/+51
|\ \ \ | | | | | | | | | | | | | | | | smartdevicelink/feature/issue-1411-Streamingvideolifecyclemanagers-isStreamingSupported Streamingvideolifecyclemanagers is streaming supported
| * | | 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
| | | | | | | | | | | | Co-Authored-By: Joel Fischer <joeljfischer@gmail.com>
| * | | adding check for 4.5Justin Gluck2019-09-252-2/+40
| | | |
* | | | Merge pull request #1415 from ↵Joel Fischer2019-09-303-20/+20
|\ \ \ \ | |_|_|/ |/| | | | | | | | | | | smartdevicelink/fix/issue-1414-CancelInteraction-inits changing inits to class methods to fix swift formatting issues
| * | | 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 ↵Joel Fischer2019-09-261-3/+2
|\ \ \ | |/ / |/| | | | | | | | smartdevicelink/fix/issue-1402-SDLGetDTCsSpec-included-twice Remove duplicate SDLGetDTCsSpec.m from build
| * | removed duplicate Spec file in build phasesfix/issue-1402-SDLGetDTCsSpec-included-twiceJustin Gluck2019-09-261-3/+2
|/ /
* | Merge pull request #1408 from ↵Joel Fischer2019-09-259-10/+20
|\ \ | | | | | | | | | | | | smartdevicelink/feature/issue-1407-Payload-Unit-Tets-Fail Payload Unit Test Fix
| * | 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 ↵NicoleYarroch2019-09-2314-13/+16
|\ \ | | | | | | | | | | | | smartdevicelink/bugfix/issue-1379-async-operation-return-bool Update SDLAsynchronousOperation subclasses to abort on start if they're cancelled
| * | Fix testbugfix/issue-1379-async-operation-return-boolJoel Fischer2019-09-191-1/+1
| | |
| * | Update SDLAsynchronousOperation subclasses to abort on start if they're ↵Joel Fischer2019-09-1913-12/+15
| | | | | | | | | | | | cancelled
* | | Merge pull request #1393 from t-yoshii/fix/reflect-bitrateNicoleYarroch2019-09-235-0/+26
|\ \ \ | |_|/ |/| | reflect bitrate returned from HMI in video encoder settings
| * | 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
|\ \ \ | |_|/ |/| | Updating travis.yml to use iOS 12.4
| * | Remove focusJoel Fischer2019-09-191-1/+1
| | |
| * | Set test value to nil before runningJoel Fischer2019-09-191-1/+2
| | |
| * | Additional test fixesbugfix/issue_1399_travis_failJoel Fischer2019-09-182-4/+2
| | |
| * | Still fixing testsJoel Fischer2019-09-182-2/+2
| | |
| * | Additional test fixesJoel Fischer2019-09-182-8/+6
| | |
| * | Fix a bunch of the test errors and update snapshot test typeJoel Fischer2019-09-1814-6/+18
| | |
| * | Fixing test errorsJoel Fischer2019-09-181-3/+3
| | |
| * | Fix example app buildJoel Fischer2019-09-181-1/+2
| | |
| * | Attempting to fix build errorsJoel Fischer2019-09-181-2/+2
| | |
| * | Attempt to fix test failuresJoel Fischer2019-09-181-5/+5
| | |
| * | Fix build fails not being propogatedJoel Fischer2019-09-181-2/+2
| | |
| * | Updating travis.yml to use iOS 12.4Joel Fischer2019-09-171-4/+4
| | |
* | | Merge pull request #1398 from ↵Joel Fischer2019-09-185-1/+46
|\ \ \ | |/ / |/| | | | | | | | smartdevicelink/bug/issue-1395-Missing-remote-control-availability Add remoteControl to HMICapabilities
| * | PR issues adding since informationJustin Gluck2019-09-181-0/+13
| | |
| * | adding missing remote control property to HMICapabilities, updated testsbug/issue-1395-Missing-remote-control-availabilityJustin Gluck2019-09-175-1/+33
| | |
* | | Merge pull request #1397 from ↵Joel Fischer2019-09-172-2/+5
|\ \ \ | |/ / |/| | | | | | | | smartdevicelink/bug/issue-1396-SDLSystemCapabilityTypeSeatLocation SystemCapabilityManager fails to support SeatLocation capability
| * | updating array to include seatlocationbug/issue-1396-SDLSystemCapabilityTypeSeatLocationJustin Gluck2019-09-162-2/+5
|/ /
* | Merge pull request #1346 from ↵Joel Fischer2019-09-1354-817/+2720
|\ \ | | | | | | | | | | | | smartdevicelink/feature/issue_1055_cancel_interaction_RPC Implement SDL-0184 CancelInteraction RPC