summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
* Merge pull request #2115 from ↵HEADdevelopjacobrau-livio2022-10-260-0/+0
|\ | | | | | | | | smartdevicelink/feature/merge-7.6.0-master-into-develop Merge pull request #2111 from smartdevicelink/develop
| * Merge pull request #2111 from smartdevicelink/develop7.6.0masterjacobrau-livio2022-10-2645-209/+2679
| |\ | |/ |/| v7.6.0 Release
* | Merge pull request #2114 from ↵Ty Strayer2022-10-254-10/+37
|\ \ | | | | | | | | | | | | smartdevicelink/feature/update_7.6.0_release_artifacts Prepare 7.6.0 release
| * | Update changelogJacob Rau2022-10-251-0/+27
| | |
| * | Bump versionJacob Rau2022-10-252-2/+2
| | |
| * | Bump versionJacob Rau2022-10-251-8/+8
|/ /
* | Merge pull request #2113 from smartdevicelink/bugfix/issue-2112-iap-range-error7.6.0-rc.2Frank Elias2022-10-211-1/+5
|\ \ | | | | | | Fix iAP write data range error
| * | Add check for cleaving if out of rangeJustin Beharry2022-10-121-1/+5
|/ / | | | | | | | | -Add error messaging -Remove the corrupted buffer
* | Merge pull request #2110 from ↵7.6.0-rc.1Joel Fischer2022-09-232-12/+45
|\ \ | | | | | | | | | | | | smartdevicelink/bugfix/issue-2109-alert-overwrite-fail Fix overwriting alert view images not being shown
| * | 2109 - Fix focused testJoel Fischer2022-09-221-1/+1
| | |
| * | 2109 - Add a test for static iconJoel Fischer2022-09-221-0/+19
| | | | | | | | | | | | * Static icon test ensures that it's marked as uploaded and added to RPC
| * | 2109 - Only track alert icon upload statusJoel Fischer2022-09-222-15/+12
| | | | | | | | | | | | * Soft buttons don't show the same bug
| * | Issue 2109 - Fix wrong image nameJoel Fischer2022-09-211-1/+1
| | |
| * | Issue #2109 - Track uploaded image namesJoel Fischer2022-09-212-14/+31
| | | | | | | | | | | | | | | * If the alert icon image wasn't successfully uploaded, don't show it (fixes a case where an overwriting image could fail and the old image could show) * Fix tests
* | | Merge pull request #2107 from ↵Joel Fischer2022-09-225-21/+192
|\ \ \ | |/ / |/| | | | | | | | smartdevicelink/bugfix/issue-1781-good-text-failing Bugfix/issue 1781 good text failing
| * | Remove unecessary code in update error stateJustin Beharry2022-09-191-1/+0
| | |
| * | Update SmartDeviceLink/private/SDLTextAndGraphicManager.mJustin Beharry2022-09-191-1/+1
| | | | | | | | | Co-authored-by: Joel Fischer <joeljfischer@gmail.com>
| * | Update SmartDeviceLink/private/SDLTextAndGraphicManager.mJustin Beharry2022-09-191-1/+1
| | | | | | | | | Co-authored-by: Joel Fischer <joeljfischer@gmail.com>
| * | Add check to make sure error state key existsJustin Beharry2022-09-151-1/+4
| | |
| * | Update errorState to use isEqual and improve testJustin Beharry2022-09-012-24/+94
| | |
| * | Add unit tests for T&G update operationJustin Beharry2022-08-312-1/+46
| | |
| * | Make failedScreenState key into a global variableJustin Beharry2022-08-303-2/+6
| | |
| * | Add error to Text and Graphic Show failed messageJustin Beharry2022-08-301-1/+1
| | | | | | | | | Co-authored-by: Joel Fischer <joeljfischer@gmail.com>
| * | Apply suggestions from code reviewJustin Beharry2022-08-303-7/+10
| | | | | | | | | Co-authored-by: Joel Fischer <joeljfischer@gmail.com>
| * | Cleanup updateStateDataWithErrorData and refactorJustin Beharry2022-08-302-16/+16
| | |
| * | Apply suggestions from code reviewJustin Beharry2022-08-302-4/+4
| | | | | | | | | Co-authored-by: Joel Fischer <joeljfischer@gmail.com>
| * | Refactor and rename from revisionsJustin Beharry2022-08-305-51/+65
| | |
| * | fix memory issue and update testsJustin Beharry2022-08-293-47/+62
| | | | | | | | | | | | | | | | | | -Add null check for errorState -Update and add unit tests for SDLTextAndGraphicManager -Update unit tests for SDLTextAndGraphicUpdateOperation
| * | Don't cancel text and graphic update operationsJustin Beharry2022-08-291-4/+0
| | | | | | | | | | | | Allow update operations to run sequentialy in order to catch errors
| * | Add error handling new state updateJustin Beharry2022-08-263-9/+31
| | |
* | | Merge pull request #2106 from ↵Joel Fischer2022-09-132-5/+27
|\ \ \ | | | | | | | | | | | | | | | | smartdevicelink/bugfix/issue-2105-screen-params-nil Fix SystemCapabilityManager windowID, screenParams nil, and mediaClockFormats empty when updating DisplayCapability
| * | | Add expect for screenParams and mediaClockFormatsJustin Beharry2022-08-221-1/+2
| | | |
| * | | Apply suggestions from code reviewJustin Beharry2022-08-221-2/+1
| | | | | | | | | | | | Co-authored-by: Joel Fischer <joeljfischer@gmail.com>
| * | | Remove unnecessary unit testJustin Beharry2022-08-191-45/+10
| | | |
| * | | Apply suggestions from code reviewJustin Beharry2022-08-192-6/+7
| | | | | | | | | | | | Co-authored-by: Joel Fischer <joeljfischer@gmail.com>
| * | | Fix nil windowID and add unit testJustin Beharry2022-08-182-0/+9
| | | |
| * | | Fix nil screenParams and mediaClockFormatsJustin Beharry2022-08-172-4/+51
| |/ / | | | | | | | | | | | | | | | -keep mediaClockFormats to initialized value -set conversion display capabilities to original screenParams -add unit test in SDLSystemCapabilityManager spec
* | | Merge pull request #2108 from ↵Joel Fischer2022-09-061-1/+1
|\ \ \ | | | | | | | | | | | | | | | | smartdevicelink/bugfix/issue-1637-didreceivepinchinview-deprecate deprecate didReceivePinchInView function
| * | | Update SmartDeviceLink/public/SDLTouchManagerDelegate.hJustin Beharry2022-09-061-1/+1
| | | | | | | | | | | | Co-authored-by: Joel Fischer <joeljfischer@gmail.com>
| * | | deprecate didReceivePinchInView functionJustin Beharry2022-09-061-1/+1
|/ / /
* | | Merge pull request #2100 from ↵Joel Fischer2022-09-0212-63/+1222
|\ \ \ | |/ / |/| | | | | | | | smartdevicelink/issue-17-SDLProtocol-message-parsing Update Protocol Message Parsing to Use a State Machine
| * | Add data to SDLProtocolHeader testJustin Beharry2022-09-011-2/+23
| | |
| * | Apply suggestions from code reviewJustin Beharry2022-09-013-13/+13
| | | | | | | | | Co-authored-by: Joel Fischer <joeljfischer@gmail.com>
| * | Add test for Headers and modify hash functionJustin Beharry2022-09-016-7/+58
| | | | | | | | | | | | Removed data from hash function. Does not work on SDlProtocolHeader hash
| * | Add bytesInPayload to hashJustin Beharry2022-08-312-2/+3
| | |
| * | Create hash for SDLProtocolHeadersJustin Beharry2022-08-313-5/+14
| | |
| * | Potentially fix streaming issueJustin Beharry2022-08-301-4/+2
| | |
| * | Move test processor expects outside of completion blockJustin Beharry2022-08-261-82/+80
| | |
| * | Update SmartDeviceLink/private/SDLV2ProtocolHeader.mJustin Beharry2022-08-261-1/+1
| | | | | | | | | Co-authored-by: Joel Fischer <joeljfischer@gmail.com>
| * | update unit tests and add hash to proto headersJustin Beharry2022-08-243-248/+287
| | | | | | | | | | | | | | | | | | -Rename unit tests -Add expects into into ready blocks -Create a hash for proto headers for isEqual