summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
* updating as per review comments and fixing bug in case of background apphotfix/on_button_press_conditionsMadhu Yaduguri2016-11-041-15/+12
|
* Sending button press event based on conditions(recommended by Justin) a. If ↵Madhu Yaduguri2016-11-031-10/+19
| | | | no 'appID' -> send to FULL apps only \n b.If 'appID' is present -> send to the named app, only if it’s in FULL or LIMITED? \n c. ignore for background & none even if there is 'appID'
* Merge pull request #907 from smartdevicelink/release/4.2.04.2.0Jacob Keeler2016-10-26231-2712/+21069
|\ | | | | Release 4.2.0
| * Merge branch 'master'release/4.2.0Jacob Keeler2016-10-2410-67/+78
| |\ | | | | | | | | | | | | Conflicts: src/components/application_manager/src/request_controller.cc
| * \ Merge pull request #904 from ↵Andriy Byzhynar (GitHub)2016-10-192-17/+14
| |\ \ | | | | | | | | | | | | | | | | LevchenkoS/fix/Fix_that_start_stream_request_may_hang_forever_in_case_of_app_absence Fix that StartStreamRequest may hang forever in case of app absence
| | * | Fix that StartStreamRequest may hang forever in case of app absenceLevchenkoS2016-10-192-17/+14
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | In `AudioStartStreamRequest` and `NaviStartStreamRequest`, subscription to event and disabling of `AllowedToTerminate` flag, has been moved after checking for applications presence. Closes bug: APPLINK-28988
| * | | Merge commit '5bf2c5500309d36b60987e74bdd4ed1610ecffde' into release/4.2.0Alexander Kutsan2016-10-1527-2347/+2507
| |\ \ \
| * | | | Create unit tests for commands UI (#882)Kozlov Oleksandr (GitHub)2016-10-1423-726/+2687
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * Create unit test for mobile commands - created UT for mobile commands for UI interface for checking SDL behavior in case HMI does not respond to IsReady_request or respond with "available" = false. Command list: 1. Alert 2. Show 3. AddCommand 4. DeleteCommand 5. AddSubMenu 6. DeleteSubMenu 7. PerformInteraction 8. SetMediaClockTimer 9. SetGlobalProperties 10. ChangeRegistration 11. SetAppIcon 12. SetDisplayLayout 13. Slider 14. ScrollableMessage 15. PerformAudioPassThru 16. EndAudioPassThru Related to APPLINK-25091
| * | | | Cover by UT navigation interface behavior (#899)Sergey Levchenko (GitHub)2016-10-136-4/+489
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Has been covered SDL commands behavior in case HMI does not respond to `IsReadyRequest`, or respond with `available == false`. Related to: APPLINK-25174
| * | | | Add Unit Tests to TTS IsReady false (#886)Oleh Herasym (GitHub)2016-10-135-0/+567
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * Add Unit Tests to TTS IsReady false Add uncovered cases to change registration Related: APPLINK-25123 Related: APPLINK-25122
| * | | | Fix problem with merging info for delete command (#903)Dmitrii Trunov (GitHub)2016-10-131-1/+1
| | |/ / | |/| | | | | | Closes defect [APPLINK-28944](https://adc.luxoft.com/jira/browse/APPLINK-28944)
| * | | Merge pull request #901 from ↵Artem Nosach (GitHub)2016-10-131-2/+5
| |\ \ \ | | | | | | | | | | | | | | | | | | | | LevchenkoS/fix/Fix_broken_test_case_in_RegisterAppInterfaceRequestTest Fix broken test case in RegisterAppInterfaceRequestTest
| | * | | Fix broken test case in RegisterAppInterfaceRequestTestLevchenkoS2016-10-131-2/+5
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Test case `RegisterAppInterfaceRequestTest .Run_HmiInterfacesStateAvailable_SUCCESS` has been fixed. Related to: APPLINK-28912
| * | | | Fix change registration wrong code (#902)Oleh Herasym (GitHub)2016-10-132-12/+5
| |/ / / | | | | | | | | | | | | | | | | | | | | * Fix change registration wrong code Related: APPLINK-28910, 28905
| * | | Fix/sdl responds add command with incorrect info (#898)Dmitrii Trunov (GitHub)2016-10-125-11/+30
| | | | | | | | | | | | | | | | | | | | | | | | * Fix problem with merging info Closes defect [APPLINK-28758](https://adc.luxoft.com/jira/browse/APPLINK-28758)
| * | | Fix TTS IsReady false issues (#892)Oleh Herasym (GitHub)2016-10-1233-144/+132
| | | | | | | | | | | | | | | | | | | | | | | | * Fix TTS IsReady false issues Related: APPLINK-28576, 28577, 28662
| * | | Fix problem with incorrect success result (#895)Dmitrii Trunov (GitHub)2016-10-123-11/+4
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * Fix problem with incorrect success result HMI send erronius result code and after that SDL answers with success=true. I fix this problem. Fix UT according to new implementation. Closes bug [APPLINK-28762](https://adc.luxoft.com/jira/browse/APPLINK-28762)
| * | | Merge pull request #897 from ↵Alexander Kutsan (GitHub)2016-10-124-9/+7
| |\ \ \ | | | | | | | | | | | | | | | | | | | | LuxoftAKutsan/fix/rui_rejected_vr_unsupported_resource_delete_command Fix/rui rejected vr unsupported resource delete command
| | * | | Remove reduntant if to provide PrepareResultCodeForResponse function resolve ↵Alex2016-10-121-5/+0
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | result code relate issue : APPLINK-28797
| | * | | Remove redundant DCHECK if application unregisters during resumption timerAlex2016-10-123-4/+7
| | | | | | | | | | | | | | | | | | | | related issue : APPLINK-28817
| * | | | Merge pull request #893 from LuxoftAKutsan/fix/send_language_if_tts_availableAlexander Kutsan (GitHub)2016-10-121-0/+11
| |\ \ \ \ | | |/ / / | | | | | Send language param in RAI response if TTS is available
| | * | | Send language param in RAI response if TTS is availableAlexander Kutsan2016-10-121-0/+11
| |/ / / | | | | | | | | | | | | Related issue : APPLINK-28819
| * | | Merge pull request #891 from LuxoftAKutsan/fix/response_function_id_checkAlexander Kutsan (GitHub)2016-10-1210-36/+64
| |\ \ \ | | | | | | | | | | Add function_id check in request controller
| | * | | fixup! Add function_id check in request controllerAlexander Kutsan2016-10-122-4/+4
| | | | |
| | * | | fixup! Add function_id check in request controllerAlexander Kutsan2016-10-122-2/+2
| | | | |
| | * | | fixup! Add function_id check in request controllerAlexander Kutsan2016-10-121-5/+5
| | | | |
| | * | | fixup! Add function_id check in request controllerAlexander Kutsan2016-10-124-5/+8
| | | | |
| | * | | Add function_id check in request controllerAlexander Kutsan2016-10-1110-33/+58
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Request controller should not terminate request in case if function id does not match. Related issue : APPLINK-28636
| * | | | Merge pull request #768 from ↵Artem Nosach (GitHub)2016-10-1123-93/+196
| |\ \ \ \ | | |/ / / | |/| | | | | | | | | | | | | dtrunov/feature/Navigation_interface_SDL_behavior_in_case_HMI_does_not_respond_to_IsReady_request_or_respond_with_available_false Navigation interface sdl behavior in case hmi does not respond to is ready request or respond with available false
| | * | | Fix problems according to test coverage (#1)Anton Hrytsevich (GitHub)2016-10-113-4/+41
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * Fix problems according to test coverage Related-tesk: [APPLINK-25171](https://adc.luxoft.com/jira/browse/APPLINK-25171)
| | * | | Fix comments after reviewdtrunov2016-10-1122-87/+156
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Renamed structure, renamed method, move common logic to separate method Fix comments after review. Remove OVERRIDE from destructor, create const variable, and change the method of obtaining parameter from smart object Related issue [APPLINK-25171](https://adc.luxoft.com/jira/browse/APPLINK-25171)
| | * | | Navigation interface: SDL behavior in case HMI does not respond to IsReady ↵dtrunov2016-10-056-32/+29
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | request or respond with "available" = false Added logic for processing case when HMI does not respond to IsReady request or respond with "available"=false. Changed processing of result code UNSUPPORTED_RESOURCE for navi commands. CRQ [APPLINK-25171](https://adc.luxoft.com/jira/browse/APPLINK-25171)
| | * | | VehicleInfo interface: SDL behavior in case HMI does not respond to IsReady ↵Alexander Kutsan2016-10-052-1/+1
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | request or respond with "available" = false Added logic for processing case when HMI does not respond to IsReady request or respond with "available"=false. Based on implementation CRQ [APPLINK-20920](https://adc.luxoft.com/jira/browse/APPLINK-20920) CRQ [APPLINK-25201](https://adc.luxoft.com/jira/browse/APPLINK-25201)
| * | | | Merge pull request #879 from ↵Artem Nosach (GitHub)2016-10-102-105/+147
| |\ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | dtrunov/fix/SDL_should_respond_IGNORED_for_UnSubscribeVehicleData_in_case_HMI_does_not_respond Fix problem with saving VI subscribtion when vi interface isn't available
| | * | | | Fix comments after reviewdtrunov2016-10-102-10/+11
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Change type of some variables, change comparison, fix code style. Closes bug [APPLINK-28726](https://adc.luxoft.com/jira/browse/APPLINK-28726)
| | * | | | Fix problem with saving VI subscribtion when vi interface isn't availabledtrunov2016-10-063-105/+149
| | |/ / / | | | | | | | | | | | | | | | | | | | | | | | | | Forbid ability to save vi subscribtion if vi interface isn't available Closes defect [APPLINK-28468](https://adc.luxoft.com/jira/browse/APPLINK-28468)
| * | | | Merge pull request #881 from ↵Artem Nosach (GitHub)2016-10-107-55/+93
| |\ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | dtrunov/fix/SDL_returns_success_false_when_HMI_replies_with_unexpected_for_RPC_result_code Fix problem with incorrect result
| | * | | | Fix coding styledtrunov2016-10-107-19/+17
| | | | | | | | | | | | | | | | | | | | | | | | Closes bug [APPLINK-28491](https://adc.luxoft.com/jira/browse/APPLINK-28491)
| | * | | | Fix problem with incorrect resultdtrunov2016-10-077-53/+93
| | |/ / / | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Fix problem with incorrect result when HMI respond wiht successfull result code Closes bug [APPLINK-28491](https://adc.luxoft.com/jira/browse/APPLINK-28491)
| * | | | Merge pull request #873 from ↵Aleksandr Galiuzov (GutHub)2016-10-062-30/+18
| |\ \ \ \ | | |/ / / | |/| | | | | | | | | | | | | AGritsevich/fix/PerfomInteraction_request_when_VR_is_not_respond_and_UI_respond_success Fix incorrect behaviour of response for PerfomInte
| | * | | Remove useless doxygen commentHrytsevich Anton2016-10-061-2/+0
| | | | |
| | * | | Delete useless return and fix grammatical mistakeHrytsevich Anton2016-10-062-15/+12
| | | | |
| | * | | Fix incorrect behaviour of response for PerfomInteHrytsevich Anton2016-10-061-13/+6
| |/ / / | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Fixed incorrect behaviour for PerfomInteraction request in case: 1) when VR is not responded and UI respond success 2) when VR responds UNSUPPORTED_RESOURCE and UI/TTS responds one of success codes 3) when VR responds UNSUPPORTED_RESOURCE and UI responds one of unsuccess codes. Closes-bug: [APPLINK-27576](https://adc.luxoft.com/jira/browse/APPLINK-27576) Closes-bug: [APPLINK-27580](https://adc.luxoft.com/jira/browse/APPLINK-27580) Closes-bug: [APPLINK-27598](https://adc.luxoft.com/jira/browse/APPLINK-27598)
| * | | Feature/tts interface sdl behavior in case hmi does not respond to is ready ↵Oleh Herasym (GitHub)2016-10-053-94/+56
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | request or respond with available false (#868) * Add logic for processing case when HMI does not respond to IsReady Related: APPLINK-25171 * Add logic for processing SpeakRequest in case HMI does not respond to IsReady_request related: APPLINK-25119
| * | | Merge pull request #858 from ↵Artem Nosach (GitHub)2016-10-0455-1300/+1784
| |\ \ \ | | | | | | | | | | | | | | | | | | | | dtrunov/feature/UI_interface_SDL_behavior_in_case_HMI_does_not_respond_to_IsReady_request_or_respond_with_available_false UI interface: SDL behavior in case HMI does not respond to IsReady request or respond with "available" = false
| | * | | Fix comments after reviewdtrunov2016-10-0422-156/+137
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Add constructor to structure, and reorder parameter in method Related issue [APPLINK-25088](https://adc.luxoft.com/jira/browse/APPLINK-25088)
| | * | | Fix code styledtrunov2016-10-0437-598/+660
| | | | | | | | | | | | | | | | | | | | Related issue [APPLINK-25088](https://adc.luxoft.com/jira/browse/APPLINK-25088)
| | * | | Fix review commentsdtrunov2016-10-0417-70/+69
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Rename methods, structures reorganize methods Related issue [APPLINK-25088](https://adc.luxoft.com/jira/browse/APPLINK-25088)
| | * | | Fix failed UTsdtrunov2016-10-035-131/+284
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Fix UTs for mobile commands, and hmi commands. Related issue [APPLINK-25088](https://adc.luxoft.com/jira/browse/APPLINK-25088)
| | * | | UI interface: SDL behavior in case HMI does not respond to IsReady request ↵dtrunov2016-09-2952-1112/+1401
| |/ / / | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | or respond with "available" = false Added logic for processing case when HMI does not respond to IsReady request or respond with "available"=false. Added logic to UI command in order to process UNSUPPORTED_RESOURCE result code. Change logic for processing response IsReady for UI, VR, TTS, VI interfaces. CRQ [APPLINK-25087](https://adc.luxoft.com/jira/browse/APPLINK-25087)