summaryrefslogtreecommitdiff
path: root/SmartDeviceLink
Commit message (Expand)AuthorAgeFilesLines
* 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-231-3/+15
|\
| * 2109 - Only track alert icon upload statusJoel Fischer2022-09-221-12/+9
| * Issue 2109 - Fix wrong image nameJoel Fischer2022-09-211-1/+1
| * Issue #2109 - Track uploaded image namesJoel Fischer2022-09-211-5/+20
* | Merge pull request #2107 from smartdevicelink/bugfix/issue-1781-good-text-fai...Joel Fischer2022-09-223-10/+47
|\ \ | |/ |/|
| * 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-011-14/+15
| * 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-301-4/+3
| * 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-303-15/+25
| * fix memory issue and update testsJustin Beharry2022-08-291-1/+4
| * 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-131-1/+4
|\ \
| * | Apply suggestions from code reviewJustin Beharry2022-08-221-2/+1
| * | Apply suggestions from code reviewJustin Beharry2022-08-191-2/+3
| * | Fix nil windowID and add unit testJustin Beharry2022-08-181-0/+1
| * | Fix nil screenParams and mediaClockFormatsJustin Beharry2022-08-171-1/+3
| |/
* | 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-026-58/+364
|\ \ | |/ |/|
| * Add test for Headers and modify hash functionJustin Beharry2022-09-013-7/+7
| * 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
| * Update SmartDeviceLink/private/SDLV2ProtocolHeader.mJustin Beharry2022-08-261-1/+1
| * update unit tests and add hash to proto headersJustin Beharry2022-08-242-11/+12
| * Apply suggestions from code reviewJustin Beharry2022-08-242-18/+3
| * organize unit tests and remove unnecessary headerJustin Beharry2022-08-231-4/+3
| * review editsGeorge Miller2022-08-181-0/+2
| * update the reset function.George Miller2022-08-181-0/+4
| * isEqual so that testing can be easyGeorge Miller2022-08-182-0/+24
| * review editsGeorge Miller2022-08-171-0/+7
| * miss when messageHasEnded was addedGeorge Miller2022-08-161-2/+3
| * Apply suggestions from code reviewGeorge Miller2022-08-161-4/+5
| * fixed maxMtuSizeGeorge Miller2022-08-151-18/+12
| * fixing a bugGeorge Miller2022-08-121-0/+4
| * Fixed tests after input from JoelGeorge Miller2022-08-111-6/+6
| * missed a semicolonGeorge Miller2022-08-091-1/+1
| * remove some excess spacesGeorge Miller2022-08-091-1/+1
| * removed datalengthcheck for protocol version 5.George Miller2022-08-091-9/+8
| * Apply suggestions from code reviewGeorge Miller2022-08-091-7/+7
| * moved temp vars into local scopeGeorge Miller2022-08-081-30/+32