summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* Merge pull request #2115 from smartdevicelink/feature/merge-7.6.0-master-into...HEADdevelopjacobrau-livio2022-10-260-0/+0
|\
| * Merge pull request #2111 from smartdevicelink/develop7.6.0masterjacobrau-livio2022-10-2645-209/+2679
| |\ | |/ |/|
* | Merge pull request #2114 from smartdevicelink/feature/update_7.6.0_release_ar...Ty Strayer2022-10-254-10/+37
|\ \
| * | 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
|\ \
| * | Add check for cleaving if out of rangeJustin Beharry2022-10-121-1/+5
|/ /
* | Merge pull request #2110 from smartdevicelink/bugfix/issue-2109-alert-overwri...7.6.0-rc.1Joel Fischer2022-09-232-12/+45
|\ \
| * | 2109 - Fix focused testJoel Fischer2022-09-221-1/+1
| * | 2109 - Add a test for static iconJoel Fischer2022-09-221-0/+19
| * | 2109 - Only track alert icon upload statusJoel Fischer2022-09-222-15/+12
| * | Issue 2109 - Fix wrong image nameJoel Fischer2022-09-211-1/+1
| * | Issue #2109 - Track uploaded image namesJoel Fischer2022-09-212-14/+31
* | | Merge pull request #2107 from smartdevicelink/bugfix/issue-1781-good-text-fai...Joel Fischer2022-09-225-21/+192
|\ \ \ | |/ / |/| |
| * | Remove unecessary code in update error stateJustin Beharry2022-09-191-1/+0
| * | Update SmartDeviceLink/private/SDLTextAndGraphicManager.mJustin Beharry2022-09-191-1/+1
| * | Update SmartDeviceLink/private/SDLTextAndGraphicManager.mJustin Beharry2022-09-191-1/+1
| * | 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
| * | Apply suggestions from code reviewJustin Beharry2022-08-303-7/+10
| * | Cleanup updateStateDataWithErrorData and refactorJustin Beharry2022-08-302-16/+16
| * | Apply suggestions from code reviewJustin Beharry2022-08-302-4/+4
| * | Refactor and rename from revisionsJustin Beharry2022-08-305-51/+65
| * | fix memory issue and update testsJustin Beharry2022-08-293-47/+62
| * | Don't cancel text and graphic update operationsJustin Beharry2022-08-291-4/+0
| * | Add error handling new state updateJustin Beharry2022-08-263-9/+31
* | | Merge pull request #2106 from smartdevicelink/bugfix/issue-2105-screen-params...Joel Fischer2022-09-132-5/+27
|\ \ \
| * | | Add expect for screenParams and mediaClockFormatsJustin Beharry2022-08-221-1/+2
| * | | Apply suggestions from code reviewJustin Beharry2022-08-221-2/+1
| * | | Remove unnecessary unit testJustin Beharry2022-08-191-45/+10
| * | | Apply suggestions from code reviewJustin Beharry2022-08-192-6/+7
| * | | Fix nil windowID and add unit testJustin Beharry2022-08-182-0/+9
| * | | Fix nil screenParams and mediaClockFormatsJustin Beharry2022-08-172-4/+51
| |/ /
* | | Merge pull request #2108 from smartdevicelink/bugfix/issue-1637-didreceivepin...Joel Fischer2022-09-061-1/+1
|\ \ \
| * | | Update SmartDeviceLink/public/SDLTouchManagerDelegate.hJustin Beharry2022-09-061-1/+1
| * | | deprecate didReceivePinchInView functionJustin Beharry2022-09-061-1/+1
|/ / /
* | | Merge pull request #2100 from smartdevicelink/issue-17-SDLProtocol-message-pa...Joel Fischer2022-09-0212-63/+1222
|\ \ \ | |/ / |/| |
| * | Add data to SDLProtocolHeader testJustin Beharry2022-09-011-2/+23
| * | Apply suggestions from code reviewJustin Beharry2022-09-013-13/+13
| * | Add test for Headers and modify hash functionJustin Beharry2022-09-016-7/+58
| * | 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
| * | update unit tests and add hash to proto headersJustin Beharry2022-08-243-248/+287