summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
...
| * | | | Added cancel test cases for choice setsNicoleYarroch2019-07-291-5/+8
| * | | | Added thread canceling to present choice set opNicoleYarroch2019-07-291-1/+8
| * | | | Added cancel test cases for choice setNicoleYarroch2019-07-291-0/+19
| * | | | Merge branch 'develop' into feature/issue_840_cancel_interaction_RPCNicoleYarroch2019-07-2955-221/+1783
| |\ \ \ \
| * | | | | cancelInteraction added to choice set managerNicoleYarroch2019-07-252-3/+124
| * | | | | Framework for canceling choice set addedNicoleYarroch2019-07-254-0/+70
| * | | | | Added cancelID to SliderNicoleYarroch2019-07-244-35/+73
| * | | | | Added cancelID to ScrollableMessageNicoleYarroch2019-07-243-34/+72
| * | | | | Added cancelID to PerformInteractionNicoleYarroch2019-07-243-43/+97
| * | | | | Added cancelID to AlertNicoleYarroch2019-07-243-48/+101
| * | | | | Fixed broken test caseNicoleYarroch2019-07-242-2/+2
| * | | | | Added Cancel Interaction to SdlProxyBaseNicoleYarroch2019-07-242-3/+26
| * | | | | Added Cancel Interaction to IProxyListenerBaseNicoleYarroch2019-07-241-0/+9
| * | | | | Added CancelInteraction response and testsNicoleYarroch2019-07-244-1/+172
| * | | | | Added CancelInteraction request and testsNicoleYarroch2019-07-174-31/+303
* | | | | | Merge pull request #1166 from smartdevicelink/testMMBrett2019-09-1050-83/+1733
|\ \ \ \ \ \ | |_|_|_|/ / |/| | | | |
| * | | | | fix brackettestMMBrettyWhite2019-09-061-3/+4
| * | | | | Merge branch 'develop' into testMMBrettyWhite2019-09-06117-450/+4352
| |\ \ \ \ \ | |/ / / / / |/| | | | |
* | | | | | Merge pull request #1128 from justinhsg/bugfix/issue_1102Brett2019-09-052-2/+3
|\ \ \ \ \ \
| * | | | | | Fix #1102: add StreamingStateMachine transition and SdlRemoteDisplay conditionJustin Hou2019-07-242-2/+3
| | * | | | | Fix per code review recommendations: remove unused imports and attempt to fix...Tuan Nguyen2019-08-1313-16/+6
| | * | | | | Removed unused import.Tuan Nguyen2019-08-131-1/+0
| | * | | | | Merge branch 'develop_mainRepo' into multipleModuleTuan Nguyen2019-08-1317-96/+770
| | |\ \ \ \ \ | | | | |_|/ / | | | |/| | |
| | * | | | | Revert "Attempt a work-around to fix failed test suite on server."Tuan Nguyen2019-07-311-7/+3
| | * | | | | Attempt a work-around to fix failed test suite on server.Tuan Nguyen2019-07-311-3/+7
| | * | | | | Merge branch 'develop_mainRepo' into multipleModuleTuan Nguyen2019-07-3114-106/+190
| | |\ \ \ \ \
| | * | | | | | Resolve more conflict.Tuan Nguyen2019-07-291-3/+0
| | * | | | | | Merge branch 'develop_mainRepo' into multipleModuleTuan Nguyen2019-07-2973-410/+1861
| | |\ \ \ \ \ \ | | | | |_|_|/ / | | | |/| | | |
| | * | | | | | Merge new changes from develop branchTuan Nguyen2019-07-2941-0/+5440
| | * | | | | | Merge new changes from develop branchTuan Nguyen2019-07-291-0/+11
| | * | | | | | Add more unit testsTuan Nguyen2019-07-2512-36/+158
| | * | | | | | Add unit tests for ReleaseInteriorVehicleDataModule and ReleaseInteriorVehicl...Tuan Nguyen2019-07-244-2/+143
| | * | | | | | Add unit tests for ReleaseInteriorVehicleDataModule and ReleaseInteriorVehicl...Tuan Nguyen2019-07-241-0/+14
| | * | | | | | Add test for GetInteriorVehicleDataConsentResponseTuan Nguyen2019-07-244-9/+103
| | * | | | | | Add unit tests for Grid, SeatLocation, GetInteriorVehicleDataConsentTuan Nguyen2019-07-245-0/+258
| | * | | | | | Add unit tests for Grid, SeatLocation, GetInteriorVehicleDataConsentTuan Nguyen2019-07-241-3/+10
| | * | | | | | Add unit tests for SeatLocationCapabilityTuan Nguyen2019-07-233-0/+124
| | * | | | | | Add tests for ModuleInfoTuan Nguyen2019-07-193-0/+130
| | * | | | | | Fix test cases, add more enum to enum tests and refractor functionId names.Tuan Nguyen2019-07-174-3/+11
| | * | | | | | Add overridden methods onGetInteriorVehicleDataConsentResponse and onReleaseI...Tuan Nguyen2019-07-171-0/+12
| | * | | | | | - handle new response msg for GetInteriorVehicleDataConsentResponse and Relea...Tuan Nguyen2019-07-167-49/+85
| | * | | | | | Multiple Module, 1st batchTuan Nguyen2019-07-1623-127/+845
| | * | | | | | Merge pull request #2 from smartdevicelink/developTuan Nguyen2019-06-061895-102117/+169279
| | |\ \ \ \ \ \
| | | | | | | | * handle case where TM is null in protocolbaseBrettyWhite2019-09-102-1/+4
| | | | | | | | * add a null check to proxylistenerBrettyWhite2019-09-101-1/+3
| | | | | | | | * fix thread lock issueBrettyWhite2019-09-101-2/+1
| | | | | | | | * notify iProxyListenerBase of service endingBrettyWhite2019-09-101-0/+2
| | | | | | | | * add one more checkBrettyWhite2019-09-051-1/+1
| | | | | | | | * allow videos to be stopped properly with secondary transport disconnectionBrettyWhite2019-09-052-12/+50
| | | | | | | | * fix older video stream restartsfeature/old_video_resumeBrettyWhite2019-09-031-0/+3
| |_|_|_|_|_|_|/ |/| | | | | | |