summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
...
| * | | | | | Fix HMI conflict resolving for applied app in LIMITED stateElvis Kuliiev2018-05-241-15/+9
| * | | | | | Review issues: add missing function descriptionsElvis Kuliiev2018-05-223-0/+32
| * | | | | | Review issues: remove deprecated VideoSourceHmiState constructorElvis Kuliiev2018-05-212-7/+0
| * | | | | | Merge pull request #2167 from EKuliiev/feature/mobile_projection_2Elvis Kuliiev (GitHub)2018-05-1813-391/+561
| |\ \ \ \ \ \
| | * | | | | | Change behavior for EmbeddedNavi eventElvis Kuliiev2018-05-182-3/+4
| | * | | | | | Disable failing state controller UTsElvis Kuliiev2018-05-171-4/+5
| | * | | | | | Fix UTs according to updated logic of mobile projection 2BSolonenko2018-05-171-14/+23
| | * | | | | | Minor changes: extend logs, fix methods descriptionsElvis Kuliiev2018-05-176-75/+48
| | * | | | | | Add State Controller documentationElvis Kuliiev2018-05-172-0/+77
| | * | | | | | Fix HMI state resolver according to requirments of 'Mobile Projection Phase 2'Elvis Kuliiev2018-05-179-260/+369
| | * | | | | | Fix video state for Deactivate/SafetyMode/AudioSource HMI statesElvis Kuliiev2018-05-171-0/+12
| | * | | | | | Add missed include in state_controller_impl.hElvis Kuliiev2018-05-171-1/+2
| | * | | | | | Guarantee mutex release in StateControllerImpl::OnApplicationRegistered methodElvis Kuliiev2018-05-171-18/+21
| | * | | | | | Remove unused method StateControllerImpl::SetupRegularHmiStateElvis Kuliiev2018-05-171-16/+0
| |/ / / / / /
| * | | | | | Fix UTs according to new implementationIra Lytvynenko2018-05-172-42/+143
| * | | | | | Remove unused codeIra Lytvynenko2018-05-172-153/+0
| * | | | | | Initial implementationIra Lytvynenko2018-05-1724-39/+225
| * | | | | | Fix affected unit testsAndrii Kalinich2018-05-174-0/+4
| * | | | | | Update SDL preloaded PT with PROJECTION HMI typeAndrii Kalinich2018-05-175-4/+5
| * | | | | | Treat projection app as audio appAndriy Byzhynar2018-05-172-2/+3
| * | | | | | Fix A/V streaming starting for PROJECTION appsAndriy Byzhynar2018-05-171-0/+2
* | | | | | | Merge pull request #2212 from smartdevicelink/feature/add_display_nameJacob Keeler2018-06-1210-0/+23
|\ \ \ \ \ \ \ | |_|_|/ / / / |/| | | | | |
| * | | | | | Merge remote-tracking branch 'origin/develop' into feature/add_display_namefeature/add_display_nameJackLivio2018-06-1181-259/+2181
| |\ \ \ \ \ \ | |/ / / / / / |/| | | | | |
* | | | | | | Merge pull request #2221 from JackLivio/fix/display_capabilities_segfaultJackLivio2018-06-119-63/+119
|\ \ \ \ \ \ \ | |_|_|_|_|/ / |/| | | | | |
| * | | | | | Fix unit test, add imageTypeSupportedJackLivio2018-06-111-0/+24
| * | | | | | Remove invalid array from capabilities jsonJackLivio2018-06-071-8/+0
| * | | | | | Check if display capabilities struct is valid before setting valueJackLivio2018-06-077-35/+39
| * | | | | | Check for mandatory parameters in display_capabilities()JackLivio2018-06-061-0/+24
| * | | | | | Revert "Omit display capability from RAI response if mandatory display capabi...JackLivio2018-06-061-13/+0
| * | | | | | Omit display capability from RAI response if mandatory display capabilities a...JackLivio2018-06-061-0/+13
| * | | | | | Add checks to display capabilitiesJackLivio2018-05-251-44/+56
* | | | | | | Merge pull request #2149 from smartdevicelink/feature/expandable_design_for_p...Jacob Keeler2018-06-0662-130/+1597
|\ \ \ \ \ \ \ | |_|_|_|_|/ / |/| | | | | |
| * | | | | | Merge branch 'develop' into feature/expandable_design_for_proprietary_data_ex...feature/expandable_design_for_proprietary_data_exchangeJacob Keeler2018-05-3113-56/+349
| |\ \ \ \ \ \ | |/ / / / / / |/| | | | | |
* | | | | | | Merge pull request #2224 from JackLivio/feature/tire_pressure_additionsJackLivio2018-05-313-4/+70
|\ \ \ \ \ \ \
| * | | | | | | Remove extra line and fix styleJackLivio2018-05-312-4/+3
| * | | | | | | Add tire pressure parametersJackLivio2018-05-292-1/+68
| | |/ / / / / | |/| | | | |
* | | | | | | Merge pull request #2140 from smartdevicelink/feature/template_imagesJackLivio2018-05-307-46/+180
|\ \ \ \ \ \ \
| * | | | | | | Provide new image type Image.isTemplatefeature/template_imagesElvis Kuliiev2018-05-147-46/+180
* | | | | | | | Merge pull request #2126 from smartdevicelink/feature/app_icon_resumptionJacob Keeler2018-05-298-6/+99
|\ \ \ \ \ \ \ \ | |_|/ / / / / / |/| | | | | | |
| * | | | | | | Set app icon ut coverage.feature/app_icon_resumptionBSolonenko2018-05-251-0/+48
| * | | | | | | Fix unit test according to code changesAndriy Byzhynar2018-05-251-0/+23
| * | | | | | | Save icon for resumtion after successful SetAppIconElvis Kuliiev2018-05-251-5/+7
| * | | | | | | Setting app icon to application in case if it exist on file systemAlexander Kutsan2018-05-252-1/+10
| * | | | | | | Add icon resumption parameter to stringsAlexander Kutsan2018-05-253-0/+7
| * | | | | | | Add API changes for support AppIcon resumptionAlexander Kutsan2018-05-251-0/+4
|/ / / / / / /
| | * | | | | Remove redundant enum and update logic accordinglyAndriy Byzhynar2018-05-305-50/+10
| | * | | | | Fix code according to review commentsIryna Lytvynenko2018-05-243-59/+31
| | * | | | | Fix unit tests according to changed logicAndriy Byzhynar2018-05-244-9/+28
| | * | | | | Implement external proprietary policy for expandable designAndriy Byzhynar2018-05-2421-39/+534
| | * | | | | Added UT after implementation of Expandable DesignBSolonenko2018-05-243-1/+204