summaryrefslogtreecommitdiff
path: root/src/components/application_manager/src
Commit message (Expand)AuthorAgeFilesLines
* Merge pull request #2155 from smartdevicelink/feature/mobile_projection_2JackLivio2018-06-138-271/+444
|\
| * Review issues: Remove changes from DEPRECATED HmiState methodsfeature/mobile_projection_2Elvis Kuliiev2018-06-061-5/+0
| * Provide specific behavior for navigation streaming HMI stateElvis Kuliiev2018-05-253-22/+41
| * Fix HMI conflict resolving for applied app in LIMITED stateElvis Kuliiev2018-05-241-15/+9
| * Review issues: remove deprecated VideoSourceHmiState constructorElvis Kuliiev2018-05-211-4/+0
| * Change behavior for EmbeddedNavi eventElvis Kuliiev2018-05-181-3/+0
| * Minor changes: extend logs, fix methods descriptionsElvis Kuliiev2018-05-174-72/+45
| * Fix HMI state resolver according to requirments of 'Mobile Projection Phase 2'Elvis Kuliiev2018-05-173-204/+314
| * Guarantee mutex release in StateControllerImpl::OnApplicationRegistered methodElvis Kuliiev2018-05-171-18/+21
| * Remove unused codeIra Lytvynenko2018-05-171-6/+0
| * Initial implementationIra Lytvynenko2018-05-177-25/+114
| * Treat projection app as audio appAndriy Byzhynar2018-05-171-1/+2
| * Fix A/V streaming starting for PROJECTION appsAndriy Byzhynar2018-05-171-0/+2
* | Merge remote-tracking branch 'origin/develop' into feature/add_display_namefeature/add_display_nameJackLivio2018-06-1112-97/+342
|\ \
| * \ Merge pull request #2221 from JackLivio/fix/display_capabilities_segfaultJackLivio2018-06-113-47/+81
| |\ \
| | * | Check if display capabilities struct is valid before setting valueJackLivio2018-06-072-27/+25
| | * | 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 branch 'develop' into feature/expandable_design_for_proprietary_data_ex...feature/expandable_design_for_proprietary_data_exchangeJacob Keeler2018-05-315-9/+27
| |\ \ \
| | * \ \ Merge pull request #2224 from JackLivio/feature/tire_pressure_additionsJackLivio2018-05-311-3/+3
| | |\ \ \
| | | * | | Remove extra line and fix styleJackLivio2018-05-311-3/+3
| | | |/ /
| | * | | Merge pull request #2140 from smartdevicelink/feature/template_imagesJackLivio2018-05-301-0/+1
| | |\ \ \
| | | * | | Provide new image type Image.isTemplatefeature/template_imagesElvis Kuliiev2018-05-141-0/+1
| | * | | | 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-252-0/+6
| | | |/ / | | |/| |
| * | | | Fix UT after implementation of Expandable DesignBSolonenko2018-05-242-0/+2
| * | | | Initial implementation of Expandable Design for Proprietary Data ExchangeAndriy Byzhynar (GitHub)2018-05-247-40/+195
| |/ / /
| * | | Merge pull request #2138 from smartdevicelink/feature/expand_put_fileJackLivio2018-05-232-6/+41
| |\ \ \
| | * | | Initial implementationAndriy Byzhynar2018-05-182-6/+41
| | | |/ | | |/|
* | | | Check if displayName key existsJackLivio2018-05-251-3/+5
* | | | DisplayName ImplementationJackLivio2018-05-232-0/+5
|/ / /
* | | Merge pull request #2168 from smartdevicelink/feature/new_vehicle_data_fuel_r...fix/sdl_send_retry_one_time_lessJackLivio2018-05-222-0/+3
|\ \ \
| * \ \ Merge branch 'develop' into feature/new_vehicle_data_fuel_rangefeature/new_vehicle_data_fuel_rangeJackLivio2018-05-214-2/+40
| |\ \ \
| * | | | Implement Fuel Range Vehicle Data ParameterJackLivio2018-05-032-0/+3
| | |_|/ | |/| |
* | | | Merge pull request #2158 from smartdevicelink/feature/0147_template_color_sch...JackLivio2018-05-215-2/+143
|\ \ \ \ | |_|/ / |/| | |
| * | | Style & Review Commentsfeature/0147_template_color_schemesJackLivio2018-05-031-32/+22
| * | | Fix StyleJackLivio2018-05-024-27/+33
| * | | Upadte Color Via Set Display Layout and add Reject LogicJackLivio2018-05-023-2/+56
| * | | Move color scheme to Dynamic Application Data & Add Set Display layout supportJackLivio2018-05-012-42/+53
| * | | Implementation of color schemesJackLivio2018-04-254-1/+81
| |/ /
* | | Merge pull request #2157 from smartdevicelink/feature/engine_oil_lifeJackLivio2018-05-212-1/+3
|\ \ \
| * | | Add `engineOilLife` vehicle datafeature/engine_oil_lifejacobkeeler2018-04-262-1/+3
| |/ /
* | | Merge pull request #2156 from smartdevicelink/feature/imagefieldname_for_seco...JackLivio2018-05-211-0/+3
|\ \ \ | |_|/ |/| |
| * | Add secondaryGraphic to ImageFieldName enumfeature/imagefieldname_for_secondaryimagejacobkeeler2018-05-021-0/+3
| |/
* | Merge pull request #2101 from smartdevicelink/fix/event_dispatcher_crashsubmenu_iconJacob Keeler2018-05-161-1/+34
|\ \ | |/ |/|
| * Prevent `INVALID_ID`responses from terminating valid requestsfix/event_dispatcher_crashjacobkeeler2018-05-141-0/+25
| * Fix EventDispatcher crash by rejecting duplicate correlation_idsjacobkeeler2018-03-291-1/+9