summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* added CreateMessageForHMI functionfix/sdl_not_restore_subscription_status_on_waypoint_related_dataMaksym Ked (GitHub)2018-09-035-32/+41
* Fixes as per commentsMaksym Ked (GitHub)2018-09-031-1/+1
* added HMI notification to AddWayPointsSubscriptionMaksym Ked (GitHub)2018-09-035-0/+33
* fixed buildMaksym Ked (GitHub)2018-09-039-45/+18
* changed result code int to enum type, moved FinishSendingRegisterAppInterface...Maksym Ked (GitHub)2018-09-033-48/+34
* Remove app from waypoints list (copied from Sync3.2v2)Maksym Ked (GitHub)2018-09-031-0/+1
* Fix compilationAlexander2018-08-311-0/+10
* fixes for failing feature testsMaksym Ked (GitHub)2018-08-3112-57/+175
* fixed failing reset global properties smoke testsMaksym Ked (GitHub)2018-08-281-2/+2
* Merge pull request #2506 from mked-luxoft/feature/resumption_data_error_handlingMaksym Ked (GitHub)2018-08-2716-376/+603
|\
| * Merge branch 'feature/resumption_data_error_handling' of https://github.com/m...Maksym Ked (GitHub)2018-08-2016-376/+603
| |\
| | * fixes as per PR commentsMaksym Ked (GitHub)2018-08-104-25/+26
| | * fixed code styleMaksym Ked (GitHub)2018-08-103-4/+4
| | * made IsApplicationForbidden() const (to fix build)Maksym Ked (GitHub)2018-08-101-1/+1
| | * changed int64_t to enum type (as per PR comment)Maksym Ked (GitHub)2018-08-101-2/+3
| | * moved ResetGlobalProperties to ApplicationManagerMaksym Ked (GitHub)2018-08-0914-368/+593
* | | Merge pull request #2530 from LuxoftAKutsan/fix/response_on_register_app_inte...Maksym Ked (GitHub)2018-08-2710-20/+60
|\ \ \ | |/ / |/| |
| * | Use alias for RAI callbakcAlexander2018-08-277-19/+20
| * | Send RAI response on last received response of resumption dataAlexander2018-08-2710-21/+60
|/ /
* | fixup! Refactor register app interface request logicAlexander2018-08-091-1/+1
|/
* Added resumption and revert resumption process.BSolonenko2018-08-095-5/+833
* Added revert resumption option for pluginsBSolonenko2018-08-097-35/+146
* Removed resumption data process from resume ctrl.BSolonenko2018-08-092-271/+2
* Typo fix in Application ManagerAlexander2018-08-091-1/+1
* fixup! Refactor register app interface request logicAlexander2018-08-091-1/+1
* Refactor register app interface request logicAlexander2018-08-093-218/+352
* Merge pull request #2419 from LuxoftAKutsan/fix/boost_using_third_party_varia...fix/sdl_must_store_onwaypointchange_internallyJackLivio2018-08-013-3/+6
|\
| * Set absolute path for linking boost libraries to utilsAlexander2018-08-013-3/+6
|/
* Merge pull request #2276 from ashwink11/feature/SDL_0042_Transfer_RPC_with_In...Jacob Keeler2018-07-3119-101/+420
|\
| * Fix defects found after ATF testingAKalinich-Luxoft2018-07-303-30/+31
| * Answer Livio commentsAKalinich-Luxoft2018-07-306-42/+47
| * fix styleAshwin Karemore2018-07-265-23/+17
| * added UT for warningsAshwin Karemore2018-07-265-1/+223
| * create interaction choice set run method changesAshwin Karemore2018-07-261-19/+16
| * revert image check and return Warning or invalid dataAshwin Karemore2018-07-2617-70/+262
| * fix for show RPC UTAshwin Karemore2018-07-261-8/+19
| * fix build after resolving conflictAshwin Karemore2018-07-261-3/+3
| * fix for invalid image rpc in create interaction choice set requestAshwin Karemore2018-07-265-59/+46
| * UT fix after removing image checkAshwin Karemore2018-07-265-31/+93
| * removed image check in RPCAshwin Karemore2018-07-268-152/+0
* | Merge pull request #2474 from smartdevicelink/fix/remove_bool_lock_constructorsJacob Keeler2018-07-314-7/+4
|\ \
| * | remove Lock(bool) constructorsConlain Kelly2018-07-304-7/+4
| |/
* | Merge pull request #2473 from smartdevicelink/fix/invalid_ptr_assignmentJacob Keeler2018-07-301-2/+2
|\ \ | |/ |/|
| * Return correct pointer type in ParseArray()fix/invalid_ptr_assignmentConlain Kelly2018-07-301-2/+2
|/
* Merge pull request #2416 from smartdevicelink/feature/nicer_travisJacob Keeler2018-07-241-3/+1
|\
| * Only run tests on successful buildfeature/nicer_travisconlain-k2018-07-231-2/+1
| * Add multithread and move tests into main buildConlain Kelly2018-07-201-2/+1
* | Merge pull request #2392 from smartdevicelink/feature/boost_lock_implementationJacob Keeler2018-07-2435-332/+253
|\ \
| * | Remove exception-handling code, extra constructorsfeature/boost_lock_implementationConlain Kelly2018-07-244-69/+36
| * | Make sure boost target is always there, utils needs it nowConlain Kelly2018-07-241-27/+27