summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
...
| | * | | | | 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
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | There was added PROJECTION HMI type to the notifications_per_minute_by_priority structure. Also this structure was updated in the policy types to make everything work correctly.
| * | | | | Treat projection app as audio appAndriy Byzhynar2018-05-172-2/+3
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Add projection app to audio app list as it can stream audio This is done to enable HMI leve switching to LIMITED level.
| * | | | | 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
|\ \ \ \ \ \ | |_|_|/ / / |/| | | | | DisplayName Implementation
| * | | | | Merge remote-tracking branch 'origin/develop' into feature/add_display_namefeature/add_display_nameJackLivio2018-06-1181-259/+2181
| |\ \ \ \ \ | |/ / / / / |/| | | | | | | | | | | | | | | | | # Conflicts: # src/components/application_manager/src/commands/mobile/register_app_interface_request.cc
* | | | | | Merge pull request #2221 from JackLivio/fix/display_capabilities_segfaultJackLivio2018-06-119-63/+119
|\ \ \ \ \ \ | |_|_|_|_|/ |/| | | | | Add checks to RAI display capabilities
| * | | | | 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 ↵JackLivio2018-06-061-13/+0
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | capabilities are missing" This reverts commit 0391ec0254aa19869c4e72a1201e19d64d06e0ca.
| * | | | | Omit display capability from RAI response if mandatory display capabilities ↵JackLivio2018-06-061-0/+13
| | | | | | | | | | | | | | | | | | | | | | | | are missing
| * | | | | Add checks to display capabilitiesJackLivio2018-05-251-44/+56
| | | | | |
* | | | | | Merge pull request #2149 from ↵Jacob Keeler2018-06-0662-130/+1597
|\ \ \ \ \ \ | |_|_|_|_|/ |/| | | | | | | | | | | | | | | | | smartdevicelink/feature/expandable_design_for_proprietary_data_exchange Feature/expandable design for proprietary data exchange
| * | | | | Merge branch 'develop' into ↵feature/expandable_design_for_proprietary_data_exchangeJacob Keeler2018-05-3113-56/+349
| |\ \ \ \ \ | |/ / / / / |/| | | | | | | | | | | feature/expandable_design_for_proprietary_data_exchange
* | | | | | Merge pull request #2224 from JackLivio/feature/tire_pressure_additionsJackLivio2018-05-313-4/+70
|\ \ \ \ \ \ | | | | | | | | | | | | | | Add tire pressure parameters
| * | | | | | 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
|\ \ \ \ \ \ | | | | | | | | | | | | | | Feature/template images
| * | | | | | 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
|\ \ \ \ \ \ \ | |_|/ / / / / |/| | | | | | Feature/app icon resumption
| * | | | | | Set app icon ut coverage.feature/app_icon_resumptionBSolonenko2018-05-251-0/+48
| | | | | | | | | | | | | | | | | | | | | | | | | | | | test set appIcon when app register.
| * | | | | | Fix unit test according to code changesAndriy Byzhynar2018-05-251-0/+23
| | | | | | | | | | | | | | | | | | | | | | | | | | | | Added missed fields and expectations
| * | | | | | 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
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Implementation of proposal 0041-appicon-resumption.md Technical task : https://github.com/smartdevicelink/sdl_core/issues/1456 Setup Icon to application if icon exist on file system Implementation of proposal 0041-appicon-resumption.md Technical task : https://github.com/smartdevicelink/sdl_core/issues/1456
| * | | | | | Add icon resumption parameter to stringsAlexander Kutsan2018-05-253-0/+7
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Implementation of proposal 0041-appicon-resumption.md Technical task : https://github.com/smartdevicelink/sdl_core/issues/1456 Add response parameter IconResumed Set response parameter iconResumed to true in case if app icon exist otherwise set false Implementation of proposal 0041-appicon-resumption.md Technical task : https://github.com/smartdevicelink/sdl_core/issues/1456
| * | | | | | Add API changes for support AppIcon resumptionAlexander Kutsan2018-05-251-0/+4
|/ / / / / / | | | | | | | | | | | | | | | | | | | | | | | | Implementation of proposal 0041-appicon-resumption.md Task : https://github.com/smartdevicelink/sdl_core/issues/1456
| | * | | | Remove redundant enum and update logic accordinglyAndriy Byzhynar2018-05-305-50/+10
| | | | | |
| | * | | | Fix code according to review commentsIryna Lytvynenko2018-05-243-59/+31
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Removed redundant block Added missed expecation in unit test
| | * | | | Fix unit tests according to changed logicAndriy Byzhynar2018-05-244-9/+28
| | | | | |
| | * | | | Implement external proprietary policy for expandable designAndriy Byzhynar2018-05-2421-39/+534
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Implemented support of expandable design for EXTERNAL_PROPRIETARY policy flow
| | * | | | Added UT after implementation of Expandable DesignBSolonenko2018-05-243-1/+204
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | added next test cases: Run_RequestTypeAllowedAndRequestSubTypeAllowed_SendHMIRequest Run_RequestTypeAllowedAndRequestSubTypeDisallowed_SendDisallowedResponse Run_RequestTypeDisallowed_SendDisallowedResponse Run_RequestTypeAllowedAndRequestSubTypeDisallowed_MessageNotSentToMobile Run_RequestTypeAllowedAndRequestSubTypeAllowed_SendMessageToMobile IsRequestSubTypeAllowed
| | * | | | Fix UT after implementation of Expandable DesignBSolonenko2018-05-249-2/+50
| | | | | |
| | * | | | Initial implementation of Expandable Design for Proprietary Data ExchangeAndriy Byzhynar (GitHub)2018-05-2433-72/+842
| |/ / / / |/| | | | | | | | | | | | | | | | | | | | | | | | | | | | | Added new parameters to Mobile_API.xml & HMI_API.xml Added handling of new RequestType and RequestSubTypes to policy component Edited encoding & line endings in sdl_preloaded_pt.json Updated notifications triggering
* | | | | Merge pull request #2138 from smartdevicelink/feature/expand_put_fileJackLivio2018-05-237-14/+118
|\ \ \ \ \ | | | | | | | | | | | | Feature/expand put file
| * | | | | UT coverage checking CRC.feature/expand_put_fileBSolonenko2018-05-181-0/+59
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Added Run_SrcSumEqual_SendSuccessResponse and Run_SrcSumEqual_SendCorruptedDataResponse test cases.
| * | | | | Initial implementationAndriy Byzhynar2018-05-186-14/+59
| | |_|/ / | |/| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Implemented function in PutFile which correctly calculates CRC32 checksum for std::vector<uint8_t> Added comparison of calculated CRC checksum with received in PutFile request. Added PutFile response generation in case of CRC sum mismatch Fixed handling of unsigned integer values
| | | * | Remove deprecated keyword from API XMLsJackLivio2018-06-064-19/+8
| | | | |
| | | * | Check if displayName key existsJackLivio2018-05-251-3/+5
| | | | |
| | | * | DisplayName ImplementationJackLivio2018-05-2312-8/+38
| |_|/ / |/| | |
* | | | Merge pull request #2168 from ↵fix/sdl_send_retry_one_time_lessJackLivio2018-05-2251-0/+287
|\ \ \ \ | | | | | | | | | | | | | | | | | | | | smartdevicelink/feature/new_vehicle_data_fuel_range Implement Fuel Range Vehicle Data Parameter