summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
* Code indentbugfix/issue-1897-throw-an-exception-in-the-soft-button-managerFrank Elias2021-01-261-42/+42
|
* Test fixFrank Elias2021-01-261-6/+2
|
* Comments reviewFrank Elias2021-01-263-4/+4
|
* Spec file updatesFrank Elias2021-01-252-2/+3
|
* New exception added to handle SDLSoftButtonManagerFrank Elias2021-01-253-1/+6
|
* Merge pull request #1868 from LuxoftSDL/feature/sdl_0255_enhance_bodyInformationNicoleYarroch2021-01-2219-71/+1176
|\ | | | | SDL-0255 Enhance BodyInformation vehicle data
| * [0255] 'Enhance BodyInformation vehicle data': apply review commentsleonid lokhmatov, Luxoft2021-01-218-46/+35
| |
| * SDL0255 'enhance body info': apply code review comments (fix unit tests - ↵leonid lokhmatov, Luxoft2021-01-1414-108/+150
| | | | | | | | beforeEach(), remove unused parameter names, code formatting, typos etc.)
| * SDL0255 'enhance body info': improve test coverageleonid lokhmatov, Luxoft2020-12-064-0/+117
| |
| * SDL0255 'enhance body info': add lost filesleonid lokhmatov, Luxoft2020-12-063-10/+143
| |
| * SDL0255 'enhance body info': add lost filesleonid lokhmatov, Luxoft2020-12-065-16/+232
| |
| * SDL0255 'enhance body info': add lost filesleonid lokhmatov, Luxoft2020-12-063-8/+170
| |
| * SDL0255 'enhance body info': implement Enhance BodyInformation vehicle data, ↵leonid lokhmatov, Luxoft2020-12-0611-61/+507
| | | | | | | | implement tests for new structs and enum
* | Merge pull request #1874 from ↵Joel Fischer2021-01-206-26/+241
|\ \ | | | | | | | | | | | | smartdevicelink/feature/issue-1377-sdl-0244-custom-playback-rates-for-setMediaClockTimer SDL 0244 Custom playback rates for SetMediaClockTimer
| * | Comments reviewfeature/issue-1377-sdl-0244-custom-playback-rates-for-setMediaClockTimerFrank Elias2021-01-142-6/+70
| | |
| * | Comments reviewFrank Elias2021-01-132-4/+60
| | |
| * | Comment reviewFrank Elias2021-01-123-4/+32
| | |
| * | Spec file updateFrank Elias2021-01-122-16/+7
| | | | | | | | | | | | And update maxVersion in SDLGlobals
| * | Comment reviewFrank Elias2021-01-122-12/+4
| | |
| * | update deprecate messageFrank Elias2021-01-071-4/+4
| | |
| * | Fixes for SetMediaClockTimer class and specFrank Elias2020-12-143-40/+25
| | |
| * | Unit tests added for SDLSetMediaClockTimerSpecFrank Elias2020-12-111-0/+44
| | | | | | | | | | | | Unit tests added to cover the changes previously pushed
| * | Implemented properties to SDLSetMediaClockTimerFrank Elias2020-12-112-10/+63
| | | | | | | | | | | | Added missing property countRate and new init methods
| * | Added SDLRPCParameterNameCountRateFrank Elias2020-12-112-0/+2
| | |
* | | Merge pull request #1877 from LuxoftSDL/feature/SDL0285_constantTBT_updateNicoleYarroch2021-01-071-4/+4
|\ \ \ | | | | | | | | SDL0285: ShowConstantTBT Description Update
| * | | SDL0285: implemented, update the 2 descriptions for 'distanceToManeuver' and ↵leonid lokhmatov, Luxoft2020-12-161-4/+4
| |/ / | | | | | | | | | 'distanceToManeuverScale' fields
* | | Merge pull request #1832 from ↵Joel Fischer2021-01-061-6/+31
|\ \ \ | | | | | | | | | | | | | | | | smartdevicelink/bugfix/generator/issue_1751_default_value RPC spec generator now adds the default_value to the documentation for enum and bool parameters
| * | | Defined parameterItemsbugfix/generator/issue_1751_default_valueNicoleYarroch2020-12-161-0/+2
| | | | | | | | | | | | | | | | Signed-off-by: NicoleYarroch <nicole@livio.io>
| * | | Merge branch 'develop' into bugfix/generator/issue_1751_default_valueNicoleYarroch2020-12-16256-961/+1496
| |\ \ \ | | |/ / | | | | | | | | | | | | | | | | | | | | Signed-off-by: NicoleYarroch <nicole@livio.io> # Conflicts: # generator/transformers/common_producer.py
| * | | Updating documentation for methodsNicoleYarroch2020-10-271-2/+2
| | | | | | | | | | | | | | | | Signed-off-by: NicoleYarroch <nicole@livio.io>
| * | | Renamed var for consistencyNicoleYarroch2020-10-271-5/+5
| | | | | | | | | | | | | | | | Signed-off-by: NicoleYarroch <nicole@livio.io>
| * | | Fixed return type docsNicoleYarroch2020-10-271-2/+2
| | | | | | | | | | | | | | | | Signed-off-by: NicoleYarroch <nicole@livio.io>
| * | | Refactored description string creationNicoleYarroch2020-10-271-26/+27
| | | | | | | | | | | | | | | | Signed-off-by: NicoleYarroch <nicole@livio.io>
| * | | Added method to get default valueNicoleYarroch2020-10-271-7/+24
| | | | | | | | | | | | | | | | Signed-off-by: NicoleYarroch <nicole@livio.io>
| * | | Renamed function nameNicoleYarroch2020-10-271-3/+10
| | | | | | | | | | | | | | | | Signed-off-by: NicoleYarroch <nicole@livio.io>
* | | | Merge pull request #1833 from smartdevicelink/bugfix/issue-1778-softbutton-delayJoel Fischer2021-01-057-6/+14
|\ \ \ \ | | | | | | | | | | Put SDL queues at the highest priority
| * | | | Add a commentbugfix/issue-1778-softbutton-delayJoel Fischer2020-12-102-0/+2
| | | | |
| * | | | Update soft button operations to send empty string mainField1 if we know ↵Joel Fischer2020-12-102-2/+2
| | | | | | | | | | | | | | | | | | | | it's blank
| * | | | Merge branch 'develop' into bugfix/issue-1778-softbutton-delayJoel Fischer2020-12-0958-142/+470
| |\ \ \ \
| * | | | | Update operation queues quality of serviceJoel Fischer2020-11-184-2/+8
| | | | | |
| * | | | | Put SDL queues at the highest priorityJoel Fischer2020-10-291-2/+2
| | | | | |
* | | | | | Merge pull request #1881 from ↵Joel Fischer2021-01-051-1/+1
|\ \ \ \ \ \ | |_|_|_|/ / |/| | | | | | | | | | | | | | | | | smartdevicelink/bugfix/issue_1880_failing_GitHub_CI_unit_tests Fix unit tests fail randomly in the SDLVoiceCommandManagerSpec
| * | | | | Added timing fixbugfix/issue_1880_failing_GitHub_CI_unit_testsNicoleYarroch2020-12-171-1/+1
|/ / / / / | | | | | | | | | | | | | | | Signed-off-by: NicoleYarroch <nicole@livio.io>
* | | | | Merge pull request #1853 from ↵Joel Fischer2020-12-0911-33/+218
|\ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | smartdevicelink/bugfix/issue-1117-Setting-a-SDLArtwork-overwrite-property-to-true-does-not-work-with-screen-manager Fix for overwriting SDLArtwork
| * | | | | Comments reviewFrank Elias2020-12-093-11/+11
| | | | | |
| * | | | | Comments reviewbugfix/issue-1117-Setting-a-SDLArtwork-overwrite-property-to-true-does-not-work-with-screen-managerFrank Elias2020-12-082-2/+2
| | | | | |
| * | | | | unit test added for sdl_areAllCellArtworksUploadedFrank Elias2020-12-041-0/+16
| | | | | |
| * | | | | Comment reviewFrank Elias2020-12-031-2/+2
| | | | | |
| * | | | | Test fixesFrank Elias2020-12-031-3/+1
| | | | | |
| * | | | | Unit tests for fileNeedsUploadFrank Elias2020-12-032-3/+65
| | | | | |