summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* Merge remote-tracking branch 'origin/develop' into fix/pipe_audiostream_cutofffix/pipe_audiostream_cutoffJackLivio2019-08-28288-5181/+18769
|\
| * Merge pull request #2980 from smartdevicelink/feature/widget_supportJackLivio2019-08-26139-1155/+8885
| |\
| | * fixup! Implement Resumption for widgetsfeature/widget_supportAndriy Byzhynar (GitHub)2019-08-257-5/+40
| | * Remove redundant condition lead to core crashAndriy Byzhynar2019-08-231-1/+7
| | * fixup! Fixes after rebaseAndriy Byzhynar (GitHub)2019-08-212-3/+6
| | * Fix nickname validation issue appeared after rebaseAndriy Byzhynar (GitHub)2019-08-211-3/+4
| | * Remove redundant policy handler code left after rebaseAndriy Byzhynar (GitHub)2019-08-211-5/+0
| | * fixup! Update Mobile & HMI API with new data types and parametersAndriy Byzhynar (GitHub)2019-08-211-4/+12
| | * Add app version check to SetDisplayLayout RPCAndriy Byzhynar (GitHub)2019-08-213-14/+78
| | * Fix policy manager unit tests after rebaseAndriy Byzhynar (GitHub)2019-08-211-0/+4
| | * fixup! Send one OnSystemCapabilitiesUpdated on resumptionmked-luxoft2019-08-201-1/+1
| | * Fixes after rebasemked-luxoft2019-08-203-11/+5
| | * fixup! Update application and its dependenciesmked-luxoft2019-08-201-0/+25
| | * Add validation to CreateWindow requestmked-luxoft2019-08-205-0/+189
| | * Add accumulating window capabilitiesmked-luxoft2019-08-2014-25/+173
| | * fixup! Update Mobile & HMI API with new data types and parametersmked-luxoft2019-08-202-2/+5
| | * Use window id as intmked-luxoft2019-08-207-11/+11
| | * fixup! Update logic of OnSystemContext for widget windowsmked-luxoft2019-08-201-1/+1
| | * fixup! Send one OnSystemCapabilitiesUpdated on resumptionmked-luxoft2019-08-201-3/+3
| | * fixup! Implement Resumption for widgetsmked-luxoft2019-08-206-7/+7
| | * Check hmi level of relevant window on button notificationsmked-luxoft2019-08-2013-19/+132
| | * fixup! Update Show RPCmked-luxoft2019-08-202-3/+15
| | * Rename DISPLAY to DISPLAYS according to the proposal revisionLitvinenkoIra2019-08-2012-30/+30
| | * Send one OnSystemCapabilitiesUpdated on resumptionmked-luxoft2019-08-2023-42/+454
| | * Update logic of OnSystemContext for widget windowsAndrii Kalinich2019-08-201-10/+19
| | * Implement Resumption for widgetsAndriy Byzhynar2019-08-2018-7/+689
| | * Update Show RPCAndriy Byzhynar2019-08-203-11/+613
| | * Update SetDisplayLayout RPCAndriy Byzhynar2019-08-202-15/+21
| | * Implement hmi capabilties handlingAndriy Byzhynar2019-08-2015-23/+656
| | * Implement Policies changes and dependenciesAndriy Byzhynar2019-08-2014-22/+225
| | * Implement StateController changesAndriy Byzhynar2019-08-2018-478/+1340
| | * Add window_id() method to Command classAndriy Byzhynar2019-08-204-0/+21
| | * Update OnHMIStatus notificationAndriy Byzhynar2019-08-2010-66/+40
| | * Add app automatic subscription to "DISPLAY" capabilities updatesAndriy Byzhynar2019-08-201-2/+8
| | * Implement BC.OnSystemCapabilitiesUpdated notification from HMIAndriy Byzhynar2019-08-206-4/+379
| | * Implement CreateWindow and DeleteWindow RPCsAndriy Byzhynar2019-08-2025-0/+2143
| | * Update application and its dependenciesAndriy Byzhynar2019-08-2048-416/+1161
| | * Update Mobile & HMI API with new data types and parametersmked-luxoft2019-08-202-67/+524
| * | Fix shutdown crash static var colission (#2939)Alexander Kutsan (GitHub)2019-08-2237-108/+182
| * | update API to reflect proposal revisions (#2994)Collin2019-08-212-4/+4
| * | Feature/Pixel density and scale (#2757)Igor Gapchuk (GitHub)2019-08-216-2/+35
| |/
| * Merge pull request #2034 from shoamano83/feat/sdl-0138_audio_pass_thru_arrayJackLivio2019-08-2015-63/+190
| |\
| | * Omit the case where UI.GetCapabilityResponse returns a list in audioPassThruC...Sho Amano2019-08-162-14/+13
| | * Now that audio_pass_thru_capabilities() is always an array, remove unnecessar...Sho Amano2019-08-071-9/+3
| | * Always make audio_pass_thru_capabilities_ an array when reading from UIGetCap...Sho Amano2019-08-061-2/+13
| | * always make audio_pass_thru_capabilities_ an arraySho Amano2019-08-012-14/+14
| | * fix: update hmi_capabilities_test.cc to run on latest codebaseSho Amano2019-07-251-2/+2
| | * Use utility method for reading pcmStreamCapabilities alsoSho Amano2019-07-251-20/+1
| | * Update audioPassThruCapabilities in hmi_capabilities.json to arraySho Amano2019-07-259-28/+129
| | * Update HMI_API.xml to add audioPassThruCapabilitiesListSho Amano2019-07-255-3/+44