summaryrefslogtreecommitdiff
path: root/src
Commit message (Expand)AuthorAgeFilesLines
* Merge branch 'develop' into SDL-0076_Support_For_Additional_LanguagesJackLivio2017-08-15126-1749/+7109
|\
| * 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
| | * Add definitions of newly added keysSho Amano2017-08-116-18/+33
| | * Deprecate StartNaviService()Sho Amano2017-08-112-0/+43
| | * Deprecate OnServiceStartedCallback()Sho Amano2017-08-114-0/+60
| | * Deprecate OnSessionStartedCallback()Sho Amano2017-08-116-75/+256
| | * Deprecate HandleControlMessageStartSession()Sho Amano2017-08-112-0/+157
| | * Add preferredResolution and maxBitrate in HMI capabilities fileSho Amano2017-08-111-0/+5
| | * Add videoStreamingCapability in SystemCapability structSho Amano2017-08-111-0/+2
| | * fix: increase stack size of protocol handler threadsSho Amano2017-08-111-1/+1
| | * fix: avoid crash in bson_object_from_bytes() when data is NULLSho Amano2017-08-111-1/+6
| | * fix: protect navi_service_status_Sho Amano2017-08-112-66/+115
| | * fix: build break in protocol_header_validator_test.ccSho Amano2017-08-111-4/+4
| | * Add unit tests for Navi.SetVideoConfig request/responseSho Amano2017-08-112-0/+267
| | * Add unit tests for message helperSho Amano2017-08-111-0/+32
| | * Add unit tests for applicationSho Amano2017-08-111-0/+36