summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
* Update docs/Enums/SDLSystemCapabilityManagerError.htmlfix-spelling-errorsJordyn Mackool2020-09-241-1/+1
| | | Co-authored-by: theresalech <theresa@livio.io>
* Update docs/Classes/SDLTextField.htmlJordyn Mackool2020-09-241-1/+1
| | | Co-authored-by: theresalech <theresa@livio.io>
* Update docs/Classes/SDLSeatControlCapabilities.htmlJordyn Mackool2020-09-241-1/+1
| | | Co-authored-by: theresalech <theresa@livio.io>
* Update docs/Classes/SDLScreenManager.htmlJordyn Mackool2020-09-241-1/+1
| | | Co-authored-by: theresalech <theresa@livio.io>
* Update docs/Classes/SDLStreamingMediaConfiguration.htmlJordyn Mackool2020-09-241-1/+1
| | | Co-authored-by: theresalech <theresa@livio.io>
* Update docs/Classes/SDLStreamingMediaConfiguration.htmlJordyn Mackool2020-09-241-1/+1
| | | Co-authored-by: theresalech <theresa@livio.io>
* Update docs/Classes/SDLStreamingMediaConfiguration.htmlJordyn Mackool2020-09-241-1/+1
| | | Co-authored-by: theresalech <theresa@livio.io>
* Update docs/Classes/SDLPerformInteraction.htmlJordyn Mackool2020-09-241-1/+1
| | | Co-authored-by: theresalech <theresa@livio.io>
* Update docs/Classes/SDLDisplayCapability.htmlJordyn Mackool2020-09-241-1/+1
| | | Co-authored-by: theresalech <theresa@livio.io>
* Update docs/Classes/SDLAddCommand.htmlJordyn Mackool2020-09-241-1/+1
| | | Co-authored-by: theresalech <theresa@livio.io>
* Cleanup spelling and grammar typos in overall documentationJordyn Mackool2020-09-2327-39/+39
|
* Update SDLTTSChunk.htmlJordyn Mackool2020-09-221-1/+1
| | | | Found one addtional spelling error. In the `SDLTTSChunk` class reference, `pronounciation` should be `pronunciation` in the overview section.
* Resolves typos in issue #1787Jordyn Mackool2020-09-223-3/+3
|
* Merge branch 'develop'7.0.0-rc.1Spelling-and-Grammar-Joel Fischer2020-09-212-0/+0
|\
| * Update submodules for 7.0.0-rc.1Joel Fischer2020-09-212-0/+0
| |
* | Merge branch 'develop'Joel Fischer2020-09-211532-52075/+53686
|\ \ | |/
| * Update project versions for 7.0.0-rc.1Joel Fischer2020-09-213-10/+10
| |
| * Merge pull request #1777 from ↵NicoleYarroch2020-09-181-2/+2
| |\ | | | | | | | | | | | | smartdevicelink/bugfix/issue-1763-RPC-generator-does-not-properly-initialize-float-values Rpc generator fix to generate optional floats
| | * Comment fixesbugfix/issue-1763-RPC-generator-does-not-properly-initialize-float-valuesFrank Elias2020-09-181-4/+2
| | |
| | * Rpc generator fix to generate optional floatsFrank Elias2020-09-101-1/+3
| | | | | | | | | | | | Rpc generator fix to generate optional floats
| * | Merge pull request #1779 from ↵Joel Fischer2020-09-184-5/+27
| |\ \ | | | | | | | | | | | | | | | | smartdevicelink/bugfix/issue-1720-RPC-spec-generator-should-alphabetize-imports Fixed RPC spec generator unsorted imports
| | * | Indent commentsFrank Elias2020-09-181-2/+2
| | | |
| | * | Add commentbugfix/issue-1720-RPC-spec-generator-should-alphabetize-importsFrank Elias2020-09-181-0/+2
| | | |
| | * | Fix for unsorted importsFrank Elias2020-09-161-22/+20
| | | | | | | | | | | | | | | | The #import s are now sorted in alphabetical order
| | * | RPC spec generator should alphabetize importsFrank Elias2020-09-161-3/+4
| | | | | | | | | | | | | | | | RPC spec generator should alphabetize imports
| | * | RPC spec generator should alphabetize importsFrank Elias2020-09-154-5/+26
| | |/ | | | | | | | | | RPC spec generator should alphabetize imports
| * | Merge pull request #1770 from ↵Joel Fischer2020-09-186-17/+131
| |\ \ | | | | | | | | | | | | | | | | smartdevicelink/bugfix/issue-1615-consolidate-logic-for-saving-the-dynamic-mtu-size Consolidate logic for saving the dynamic mtu size
| | * | Removed whitespaceFrank Elias2020-09-181-1/+1
| | | |
| | * | Comment fixesbugfix/issue-1615-consolidate-logic-for-saving-the-dynamic-mtu-sizeFrank Elias2020-09-172-3/+6
| | | |
| | * | all tests are successfulFrank Elias2020-09-081-2/+106
| | | | | | | | | | | | | | | | all tests are successful
| | * | save mtu size in protocolFrank Elias2020-09-031-7/+8
| | | | | | | | | | | | | | | | save mtu in protocol instead of audio and video managers
| | * | save mtu size in protocol classFrank Elias2020-09-036-16/+22
| | | | | | | | | | | | | | | | saving mtu from protocol instead of audio and video manager classes
| * | | Merge pull request #1759 from ↵Joel Fischer2020-09-18308-6983/+1822
| |\ \ \ | | | | | | | | | | | | | | | | | | | | smartdevicelink/feature/0312_update_min_required_iOS_version_to_10 SDL 0312 update minimum required iOS version to 10
| | * | | Added menuLayout testsNicoleYarroch2020-09-181-4/+4
| | | | | | | | | | | | | | | | | | | | Signed-off-by: NicoleYarroch <nicole@livio.io>
| | * | | Merge branch 'develop' into feature/0312_update_min_required_iOS_version_to_10NicoleYarroch2020-09-1830-429/+1365
| | |\ \ \ | | |/ / / | |/| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Signed-off-by: NicoleYarroch <nicole@livio.io> # Conflicts: # SmartDeviceLink/public/SDLSetGlobalProperties.h # SmartDeviceLink/public/SDLSetGlobalProperties.m # SmartDeviceLinkTests/RPCSpecs/RequestSpecs/SDLSetGlobalPropertiesSpec.m
| * | | | Merge pull request #1775 from ↵NicoleYarroch2020-09-183-29/+135
| |\ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | smartdevicelink/bugfix/issue-1771-SetGlobalProperties-init-missing-userLocation include userLocation in SetGlobalProperties init
| | * | | | Comment fixFrank Elias2020-09-181-13/+13
| | | | | | | | | | | | | | | | | | | | | | | | init parameter description
| | * | | | Comments fixesbugfix/issue-1771-SetGlobalProperties-init-missing-userLocationFrank Elias2020-09-173-32/+90
| | | | | | | | | | | | | | | | | | | | | | | | set init from generator file
| | * | | | test for deprecated initFrank Elias2020-09-081-0/+8
| | | | | | | | | | | | | | | | | | | | | | | | test for deprecated init
| | * | | | add test for initWithHelpTextFrank Elias2020-09-081-8/+26
| | | | | | | | | | | | | | | | | | | | | | | | add test for initWithHelpText
| | * | | | include userLocation in SetGlobalProperties initFrank Elias2020-09-042-4/+26
| | | | | | | | | | | | | | | | | | | | | | | | include userLocation variable in SetGlobalProperties init
| * | | | | Merge pull request #1776 from ↵Joel Fischer2020-09-1721-400/+1283
| |\ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | smartdevicelink/feature/issue-1612-screen-manager-template-management [SDL 0278] Screen Manager Template Management
| | * | | | | Update SmartDeviceLink/private/SDLTextAndGraphicManager.mJoel Fischer2020-09-171-1/+1
| | | | | | | | | | | | | | | | | | | | | Co-authored-by: NicoleYarroch <nicole@livio.io>
| | * | | | | Add additional tests for canceling and failing text and image operationsfeature/issue-1612-screen-manager-template-managementJoel Fischer2020-09-161-16/+61
| | | | | | |
| | * | | | | Add operation tests for title and media track text fieldsJoel Fischer2020-09-161-2/+46
| | | | | | |
| | * | | | | Fix test description and add screen manager testJoel Fischer2020-09-162-2/+5
| | | | | | |
| | * | | | | Remove test focusJoel Fischer2020-09-161-1/+1
| | | | | | |
| | * | | | | Fix a bug with setting main fields to 0 length stringsJoel Fischer2020-09-161-4/+4
| | | | | | |
| | * | | | | Add tests for SetDisplayLayout cancelJoel Fischer2020-09-161-3/+26
| | | | | | |
| | * | | | | Fix operation self capturing bugJoel Fischer2020-09-161-3/+3
| | | | | | |