summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* Merge pull request #1066 from LuxoftAKutsan/feature/support_extended_propriat...feature/support_extended_propriatary_policyAlexander Kutsan (GitHub)2016-11-241-1/+1
|\
| * Fux int\uint mistmatchAlexander Kutsan (GitHub)2016-11-231-1/+1
* | Merge pull request #1055 from LuxoftAKutsan/feature/support_extended_propriat...Alexander Kutsan (GitHub)2016-11-232-4/+4
|\ \ | |/
| * fixup! Fix usages of policy in codeAlexander Kutsan2016-11-212-4/+4
|/
* fixup! Fix usages of policy in codeAlexander Kutsan2016-11-211-1/+1
* Fix style issuesAlexander Kutsan2016-11-186-10/+11
* Fix usages of policy in codeAlexander Kutsan2016-11-1863-783/+935
* Interface changes for premium policyAlexander Kutsan2016-11-182-0/+18
* Add premium policyAlexander Kutsan2016-11-18247-0/+130035
* Move old policies to new folder structureAlexander Kutsan2016-11-1815-0/+1298
* Delete all policies for change folder structureAlexander Kutsan2016-11-1897-44004/+0
* Merge pull request #1042 from VVeremjova/fix/Fix_security_manager_unit_testsArtem Nosach (GitHub)2016-11-151-17/+28
|\
| * Fix tests for ssl contextVeronica Veremjova2016-11-151-17/+28
* | Merge pull request #1044 from smartdevicelink/hotfix/on_button_press_conditionsAlexander Kutsan (GitHub)2016-11-151-2/+8
|\ \ | |/ |/|
| * 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 n...Madhu Yaduguri2016-11-031-10/+19
* | Merge pull request #1040 from LevchenkoS/feature/Improve_build_speedAndriy Byzhynar (GitHub)2016-11-11108-269/+4162
|\ \
| * | Add distcc and ccache as cmake optionsAlexander Kutsan2016-11-111-0/+33
| * | Add Gold Linker usage by defaultHerasym Oleh2016-11-112-0/+14
| * | Apply single compilation unit builds for commands_testSergey Levchenko (GitHub)2016-11-104-124/+39
| * | Add additional namespaces to command testsSergey Levchenko (GitHub)2016-11-1055-3/+123
| * | Add Cotire CMake moduleSergey Levchenko (GitHub)2016-11-101-0/+3917
| * | Remove redundant aliases to smart_objects namespaceSergey Levchenko (GitHub)2016-11-1047-143/+37
|/ /
* | Merge pull request #1039 from Kozoriz/feature/Format_all_code_to_correct_codi...Alexander Kutsan (GitHub)2016-11-0910-61/+65
|\ \
| * | Format codding style with updated config file.Kozoriz2016-11-099-61/+61
| * | Add cpp03 standart to .clang-format config fileKozoriz2016-11-091-0/+4
* | | Change rule of sending Rejected code according to CRS (#954)Anton Hrytsevich (GitHub)2016-11-094-2/+252
|/ /
* | Merge pull request #928 from smartdevicelink/revert-766-feature/PLAY_PAUSE_im...Jacob Keeler2016-11-0111-29/+2
|\ \
| * | Revert "Inclusion of PLAY_PAUSE as a subscribable button"revert-766-feature/PLAY_PAUSE_implementationJacob Keeler2016-11-0111-29/+2
|/ /
* | Merge pull request #766 from smartdevicelink/feature/PLAY_PAUSE_implementationJacob Keeler2016-11-0111-2/+29
|\ \
| * | Fix HMI capabilities test failureJacob Keeler2016-11-011-1/+1
| * | Inclusion of PLAY_PAUSE as a subscribable buttonJacob Keeler2016-10-3110-1/+28
| |/
* | Merge pull request #926 from LuxoftAKutsan/fix/avoid_segfault_during_navi_str...Alexander Kutsan (GitHub)2016-11-011-2/+2
|\ \ | |/ |/|
| * Make navi timer singleshotAlexander Kutsan2016-11-011-2/+2
* | Merge pull request #907 from smartdevicelink/release/4.2.04.2.0Jacob Keeler2016-10-26231-2712/+21069
|\ \
| * \ Merge branch 'master'release/4.2.0Jacob Keeler2016-10-2410-67/+78
| |\ \
| * \ \ Merge pull request #904 from LevchenkoS/fix/Fix_that_start_stream_request_may...Andriy Byzhynar (GitHub)2016-10-192-17/+14
| |\ \ \ | | |_|/ | |/| |
| | * | Fix that StartStreamRequest may hang forever in case of app absenceLevchenkoS2016-10-192-17/+14
| * | | 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
| * | | | Cover by UT navigation interface behavior (#899)Sergey Levchenko (GitHub)2016-10-136-4/+489
| * | | | Add Unit Tests to TTS IsReady false (#886)Oleh Herasym (GitHub)2016-10-135-0/+567
| * | | | Fix problem with merging info for delete command (#903)Dmitrii Trunov (GitHub)2016-10-131-1/+1
| | |/ / | |/| |
| * | | Merge pull request #901 from LevchenkoS/fix/Fix_broken_test_case_in_RegisterA...Artem Nosach (GitHub)2016-10-131-2/+5
| |\ \ \
| | * | | Fix broken test case in RegisterAppInterfaceRequestTestLevchenkoS2016-10-131-2/+5
| * | | | Fix change registration wrong code (#902)Oleh Herasym (GitHub)2016-10-132-12/+5
| |/ / /
| * | | Fix/sdl responds add command with incorrect info (#898)Dmitrii Trunov (GitHub)2016-10-125-11/+30
| * | | Fix TTS IsReady false issues (#892)Oleh Herasym (GitHub)2016-10-1233-144/+132
| * | | Fix problem with incorrect success result (#895)Dmitrii Trunov (GitHub)2016-10-123-11/+4
| * | | Merge pull request #897 from LuxoftAKutsan/fix/rui_rejected_vr_unsupported_re...Alexander Kutsan (GitHub)2016-10-124-9/+7
| |\ \ \