summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* Merge pull request #1445 from jacobkeeler/fix/revert_HMI_removalfeature/sdl_rc_functionalityJacob Keeler2017-04-05255-1/+67072
|\
| * Revert removal of HMI on RC branchJacob Keeler2017-04-04255-1/+67072
|/
* Merge pull request #1298 from LuxoftAKutsan/fix/disable_protocol_handler_testsAlexander Kutsan (GitHub)2017-02-161-1/+1
|\
| * Disable protocol handler testsAlexander Kutsan2017-02-161-1/+1
* | Merge pull request #1296 from LuxoftAKutsan/fix/fix_tyle_isuesAlexander Kutsan (GitHub)2017-02-163-5/+6
|\ \ | |/
| * Fix style issuesAlexander Kutsan2017-02-162-3/+3
| * Add return code to style check scriptAlexander Kutsan2017-02-161-2/+3
|/
* Merge pull request #1294 from LuxoftAKutsan/fix/disable_request_ctrl_utAlexander Kutsan (GitHub)2017-02-161-1/+1
|\
| * Disable unit test due to stab in RequestCtr UTAlexander Kutsan2017-02-161-1/+1
|/
* Merge pull request #1290 from smartdevicelink/developAlexander Kutsan (GitHub)2017-02-1516-473/+38
|\
| * Merge pull request #1272 from smartdevicelink/revert-1260-fix/FixAddSubMenuIc...Jacob Keeler2017-02-0916-473/+38
| |\
| | * Revert "Add new param "subMenuIcon" at AddSubMenu RPC"revert-1260-fix/FixAddSubMenuIconInvalidCaseVeronica Veremjova2017-02-097-87/+5
| | * Revert "Resume subMenuIcon"Veronica Veremjova2017-02-093-57/+7
| | * Revert "Add unit tests for subMenuIcon parameter"Veronica Veremjova2017-02-095-344/+24
| | * Revert "Remove redundant calls in unit tests"Veronica Veremjova2017-02-091-5/+20
| | * Revert "Fix wrong indents"Veronica Veremjova2017-02-091-2/+1
| | * Revert "Send INVALID_DATA in case SubMenuIcon is invalid"Veronica Veremjova (GitHub)2017-02-092-32/+35
| |/
* | Merge pull request #1288 from pold500/fix/fix_cppcheck_errorAlexander Kutsan (GitHub)2017-02-151-1/+1
|\ \
| * | Fix cppcheck error in file src/components/application_manager/test/commands/h...PDmytriiev2017-02-151-1/+1
* | | Merge pull request #1286 from dcherniev/fix/fix_registration_of_applications_...Alexander Kutsan (GitHub)2017-02-158-20/+62
|\ \ \ | |/ / |/| |
| * | Fix registration of applications with same paramsdcherniev2017-02-153-20/+39
| * | Add new method GetDeviceHandlerByIddcherniev2017-02-155-0/+23
|/ /
* | Merge pull request #1285 from LevchenkoS/fix/Start_PTU_flow_after_App_registr...Alexander Kutsan (GitHub)2017-02-1415-117/+101
|\ \
| * | Fix send of OnStatusUpdate before OnAppRegistered for external PolicySergey Levchenko (GitHub)2017-02-144-19/+9
| * | Fix send of OnStatusUpdate before OnAppRegistered for regular PolicySergey Levchenko (GitHub)2017-02-149-62/+35
| * | Fix coding styleSergey Levchenko (GitHub)2017-02-142-36/+57
|/ /
* | Merge pull request #1281 from dcherniev/fix/fix_setting_of_new_hmi_levelAlexander Kutsan (GitHub)2017-02-143-146/+10
|\ \
| * | Delete unused methodsdcherniev2017-02-141-137/+0
| * | Fix setting of new hmi leveldcherniev2017-02-142-9/+10
|/ /
* | Merge pull request #1274 from okozlovlux/fix/SDL_not_send_BCActiveApp_to_HMIAlexander Kutsan (GitHub)2017-02-1313-92/+103
|\ \
| * | xFix issue when SDL does not send BC.ActiveApp to HMIokozlovlux2017-02-1313-92/+103
* | | Merge pull request #1270 from LitvinenkoIra/feature/sdl_rc_functionalityAlexander Kutsan (GitHub)2017-02-13101-603/+16512
|\ \ \ | |/ / |/| |
| * | Fix SQL PT Representation tests failureSergey Levchenko (GitHub)2017-02-104-6/+8
| * | Fix UTIra Lytvynenko2017-02-103-70/+19
| * | Merge remote-tracking branch 'sdl_core/develop' into feature/sdl_rc_functiona...Ira Lytvynenko2017-02-09101-603/+16563
| |\ \ | | |/
| | * Merge pull request #1266 from istoilovgithub/fix/disable_protocol_handler_flo...Alexander Kutsan (GitHub)2017-02-081-5/+5
| | |\
| | | * Disable protocol_handler flood testsIvo Stoilov (GitHub)2017-02-081-5/+5
| | |/
| | * Merge pull request #1260 from VVeremjova/fix/FixAddSubMenuIconInvalidCaseVeronica Veremjova (GitHub)2017-02-082-35/+32
| | |\
| | | * Update unit tests after changesVeronica Veremjova2017-02-071-30/+26
| | | * Send INVALID_DATA in case SubMenuIcon is invalidVeronica Veremjova2017-02-071-5/+6
| | * | Merge pull request #1257 from LitvinenkoIra/feature/move_missed_testsAlexander Kutsan (GitHub)2017-02-0877-138/+14668
| | |\ \
| | | * | Fix build issues with TransportManager UTIvo Stoilov (GitHub)2017-02-071-4/+1
| | | * | Comment application_manager_impl_test to increase coverageIra Lytvynenko2017-02-071-1/+5
| | | * | Move HMI commands missed tests from release/4.3.0 to developIra Lytvynenko2017-02-0776-137/+14663
| | | |/
| | * | Merge pull request #1261 from istoilovgithub/fix/transport_manager_async_utAlexander Kutsan (GitHub)2017-02-081-4/+1
| | |\ \ | | | |/ | | |/|
| | | * Fix build issues with TransportManager UTIvo Stoilov (GitHub)2017-02-071-4/+1
| | |/
| | * Merge pull request #1244 from istoilovgithub/fix/remove_gmock_patchesIvo Stoilov (GitHub)2017-02-0613-357/+892
| | |\
| | | * Apply code review commentsIvo Stoilov (GitHub)2017-02-068-203/+183
| | | * Fix build issues on CIIvo Stoilov (GitHub)2017-02-061-2/+5
| | | * Fix waits count in ConnectionHandler testsIvo Stoilov (GitHub)2017-02-061-5/+5