summaryrefslogtreecommitdiff
path: root/src/components
Commit message (Expand)AuthorAgeFilesLines
* Conditions to transfer on button press on button event (#775)Oleh Herasym (GitHub)2016-08-253-37/+39
* Fix WARNINGS response from RegisterAppInterface on valid AppHMIType received ...Sergey Levchenko (GitHub)2016-08-181-1/+1
* Merge pull request #702 from smartdevicelink/hotfix/apphmitype_warningArtem Nosach (GitHub)2016-08-041-6/+30
|\
| * Fixed improper variable namehotfix/apphmitype_warningJacob Keeler2016-08-021-4/+4
| * Simplified returnJacob Keeler2016-08-021-5/+2
| * Fixed style issuesJacob Keeler2016-07-281-6/+8
| * Fix Travis build errorJacob Keeler2016-07-271-1/+2
| * Changing switch to map accessJacob Keeler2016-07-271-19/+25
| * Fixed casting issues, included DCHECK for unrecognized AppHMITypeJacob Keeler2016-07-251-23/+15
| * Fixes issue where the list of AppHMITypes sent from mobile was being incorrec...Jacob Keeler2016-07-221-1/+27
* | Merge pull request #642 from smartdevicelink/hotfix/fix_request_header_typo_a...Artem Nosach (GitHub)2016-08-042-10/+22
|\ \
| * | Changed ParsePTString() to return the calculated content lengthhotfix/fix_request_header_typo_and_content_length_calculationJackLivio2016-07-012-7/+8
| * | Fix "Content-Length" Spelling and CalculationJackLivio2016-06-232-10/+21
| |/
* | Merge pull request #549 from madhuy/hotfix/452Artem Nosach (GitHub)2016-08-041-1/+5
|\ \ | |/ |/|
| * updating as per review commentsMadhu Yaduguri2016-05-191-2/+2
| * fix for pthread_join() crash in some platformsMadhu Yaduguri2016-05-181-1/+5
* | ParsePTString to Modify string, instead of returning a copyhotfix/add_escape_characters_during_ptu_header_constructionJackLivio2016-06-202-7/+7
* | Parse PT String for HTTP Request BodyJackLivio2016-06-082-2/+19
* | Reverts device certificate support.Andrey Oleynik2016-05-175-27/+4
* | Fixes policy update triggering on exceedeed kilometers.Andrey Oleynik2016-05-141-0/+1
* | Fixes policy update triggering on application registrationAndrey Oleynik2016-05-141-3/+5
* | Removes non-open-source fields support from policyAndrey Oleynik2016-05-134-112/+21
* | Fixes retry sequence implementationAnton Hrytsevich2016-05-138-167/+235
* | Updates PolicyManager in order to properly support certificate fieldAleksandr Galiuzov2016-05-135-1596/+1611
* | Fixes setting of default HMI level during application registrationAndrey Oleynik2016-05-1312-4149/+4151
* | Merge pull request #524 from smartdevicelink/hotfix/Add_isSDLAllowed_to_initi...4.0.11AGaliuzov2016-05-101-0/+1
|\ \
| * | Add is sdl allowed to initializer list, in proper orderhotfix/Add_isSDLAllowed_to_initializer_list_v2JackLivio2016-05-021-0/+1
* | | Merge pull request #514 from smartdevicelink/hotfix/generate_snapshot_fix_#461AGaliuzov2016-05-102-2/+17
|\ \ \
| * | | Rewrite GenerateSnapshot()hotfix/generate_snapshot_fix_#461JackLivio2016-04-262-2/+17
| |/ /
* | | Merge pull request #483 from smartdevicelink/hotfix/14AGaliuzov2016-05-101-1/+2
|\ \ \
| * | | Wrap unused param (while logger is off) in ifdefhotfix/14Justin Dickow2016-04-121-1/+2
* | | | Merge pull request #471 from dev-gh/hotfix/Partial_proprietary_policy_supportAGaliuzov2016-05-1014-147/+340
|\ \ \ \ | |_|/ / |/| | |
| * | | Fixes build warning for 32-bit UbuntuAndrey Oleynik2016-04-281-1/+1
| * | | Changes logic of GetURLs and OnSystemRequest according to new APIAndrey Oleynik2016-04-282-9/+14
| * | | Changes HMI API for SystemRequest, OnSystemRequestAndrey Oleynik2016-04-281-4/+4
| * | | Wrapped extended policy logic with ifdef, code beautified.Andrey Oleynik2016-04-114-40/+54
| * | | Adds HTTP header to message being sent with OnSystemRequestAndrey Oleynik2016-04-112-26/+90
| * | | Adds new logic of GetURLs processing for extended policy modeAndrey Oleynik2016-04-112-16/+123
| * | | Beatufies GetURL command code, no logic changedAndrey Oleynik2016-04-111-40/+41
| * | | Adds sending of BC.PolicyUpdate to systemAndrey Oleynik2016-04-114-21/+23
| |/ /
* | | Updated utils cmake file to build static libraryOleksandr Koreniak2016-04-141-1/+1
|/ /
* | Merge pull request #456 from dev-gh/hotfix/DialNumber_functionality_implement...4.0.10AGaliuzov2016-04-0613-10/+541
|\ \
| * | More style changesAndrey Oleynik2016-04-064-7/+7
| * | Code style changesAndrey Oleynik2016-04-052-2/+2
| * | Adds latest number validation changesAndrey Oleynik2016-04-042-2/+4
| * | Adds implementation of DialNumber RPCAndrey Oleynik2016-04-0413-8/+537
* | | Merge pull request #449 from okoreniak/hotfix/Fixed_SDL_do_not_send_two_OnHMI...AGaliuzov2016-04-041-8/+13
|\ \ \
| * | | Fixed SDL to do not send two OnHMIStatus notification to launched applicationOleksandr Koreniak2016-03-301-8/+13
| | |/ | |/|
* | | Merge pull request #433 from okoreniak/hotfix/Fixed_Validator_In_SystemReques...AGaliuzov2016-04-041-73/+416
|\ \ \ | |_|/ |/| |
| * | Code for synonyms validation moved to functionOleksandr Koreniak2016-04-041-103/+127