summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* Fix version negotiation for pre-v5 appsfix/version_negotiation_pre_v5Jacob Keeler2017-08-181-6/+12
* Merge pull request #1592 from dev-gh/fix/Hash_update_on_unavailable_UI_interfaceJackLivio2017-08-1773-600/+744
|\
| * Renames member variable according to common styleAndrey Oleynik2017-06-081-45/+47
| * Fixes unit tests after hash update logic changeAndrey Oleynik2017-06-0741-369/+290
| * Enabled CommandRequestImpl tests and added new unit testsAndrey Oleynik2017-06-072-64/+136
| * Moves hash update logic into base class, checks UI interface state nowAndrey Oleynik2017-06-0730-129/+278
* | Merge pull request #1644 from AByzhynar/fix/Add_SDL_support_for_PEM_certsJackLivio2017-08-175-57/+44
|\ \
| * | Update generate_test_certificates.py scriptSergey Levchenko (GitHub)2017-06-235-57/+44
* | | Merge pull request #1719 from shoamano83/fix/build_break_protocol_packet_testJacob Keeler2017-08-161-3/+6
|\ \ \
| * | | fix: build break in protocol_packet_test.ccSho Amano2017-08-121-3/+6
* | | | Merge pull request #1723 from LuxoftAKutsan/fix/bson_instalation_no_root_accessJacob Keeler2017-08-152-15/+60
|\ \ \ \
| * | | | Update clone URL and fix build stepJacob Keeler2017-08-151-4/+2
| * | | | Fix instalation of bson to avoid root accessAlexander Kutsan2017-08-152-15/+62
* | | | | Merge pull request #1680 from Toyota-Sbetts/SDL-0076_Support_For_Additional_L...JackLivio2017-08-157-8/+153
|\ \ \ \ \
| * \ \ \ \ Merge branch 'develop' into SDL-0076_Support_For_Additional_LanguagesJackLivio2017-08-15128-1751/+7117
| |\ \ \ \ \ | |/ / / / / |/| | | | |
* | | | | | Merge pull request #1700 from shoamano83/feature/video_streaming_capabilitiesJackLivio2017-08-1557-182/+3786
|\ \ \ \ \ \ | |_|/ / / / |/| | | | |
| * | | | | fix: inconsistency in license headersSho Amano2017-08-156-6/+6
| * | | | | fix: add OVERRIDE keyword to OnStreamingConfigured()Sho Amano2017-08-151-4/+5
| * | | | | Fix: deinitialize BSON objectjacobkeeler2017-08-141-0/+1
| * | | | | Fix style issuesjacobkeeler2017-08-142-21/+19
| * | | | | Fix crash related to previous refactoringjacobkeeler2017-08-141-2/+5
| * | | | | Refactoring of NotifySessionStartedResultjacobkeeler2017-08-141-50/+30
| * | | | | fix: don't use local var for mock OnSessionStartedCallback() callSho Amano2017-08-121-26/+14
| * | | | | fix: wrong arg of OnStreamingConfigured()Sho Amano2017-08-122-12/+9
| * | | | | Fix usage of StartSessionHandler to include payload params.jacobkeeler2017-08-111-6/+25
| * | | | | Just copy the parameters from the original message rather than check and copy...jacobkeeler2017-08-111-28/+4
| * | | | | fix: missing deinit of temporary BSON objectSho Amano2017-08-111-0/+1
| * | | | | Update SendStartSessionAck() to always receive paramsSho Amano2017-08-112-93/+55
| * | | | | Clean up SetVideoStreamingCapability_SUCCESS test caseSho Amano2017-08-111-38/+19
| * | | | | Rename some test cases for better descriptionSho Amano2017-08-111-3/+4
| * | | | | Smarter implementation of ValidateListSho Amano2017-08-111-17/+5
| * | | | | Use iterator for vector loopSho Amano2017-08-111-5/+7
| * | | | | Reduce the scope of a variableSho Amano2017-08-111-2/+1
| * | | | | Use OVERRIDE keywordSho Amano2017-08-112-4/+4
| * | | | | fix: DISALLOW_COPY_AND_ASSIGN not working if BUILD_TESTSSho Amano2017-08-111-0/+2
| * | | | | Add description of ApplicationManagerImpl::AddMockApplication()Sho Amano2017-08-111-1/+5
| * | | | | Remove deprecated enable_protocol_5() method in test codeSho Amano2017-08-111-2/+2
| * | | | | Add video related keys in bson_object_keys.ccSho Amano2017-08-116-55/+94
| * | | | | Format codeSho Amano2017-08-113-3/+5
| * | | | | Append video releated parameters in Start Service ACK packetSho Amano2017-08-113-8/+145
| * | | | | Rename 'desiredHeight' and 'desiredWidth' tagsSho Amano2017-08-112-12/+12
| * | | | | Add unit test to simulate two out-of-order NotifyServiceStartedResult callsSho Amano2017-08-111-0/+94
| * | | | | fix: wrong service started result may be notifiedSho Amano2017-08-117-48/+78
| * | | | | Add unit test to simulate two video StartService packetsSho Amano2017-08-111-0/+172
| * | | | | fix: session ID and hash ID may be notified to wrong proxySho Amano2017-08-118-98/+187
| * | | | | fix: copy-paste mistake in test dataSho Amano2017-08-111-1/+1
| * | | | | Add definitions of newly added keysSho Amano2017-08-114-32/+65
| * | | | | Add another definition of newly added keySho Amano2017-08-114-5/+9
| * | | | | Use newly added SmartObject keysSho Amano2017-08-112-22/+25
| * | | | | Remove OnNaviSetVideoConfigDone()Sho Amano2017-08-117-44/+51