summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
...
| | * | | | | | | Validate outgoing video paramsfix/video_capabilities_validationjacobkeeler2017-09-251-3/+28
| * | | | | | | | Merge pull request #1781 from APCVSRepo/fix/core-cannot-find-app-via-btJacob Keeler2017-09-261-0/+1
| |\ \ \ \ \ \ \ \
| | * \ \ \ \ \ \ \ Merge pull request #7 from ilikegithubcom/fix/core-cannot-find-app-via-btBrandon Shuliang He2017-09-121-0/+1
| | |\ \ \ \ \ \ \ \ | | | |_|_|_|/ / / / | | |/| | | | | | |
| | | * | | | | | | fix core cannot find app via bt.panliang012017-09-121-0/+1
| | |/ / / / / / /
| * | | | | | | | Merge pull request #1774 from AKalinich-Luxoft/hotfix/fix_cache_manager_hmi_t...JackLivio2017-09-262-2/+8
| |\ \ \ \ \ \ \ \ | | |_|/ / / / / / | |/| | | | | | |
| | * | | | | | | Fix DISALLOWED response when app has specifically defined policiesAKalinich-Luxoft2017-09-222-2/+8
| * | | | | | | | Merge pull request #1776 from JackLivio/fix/haptic_data_nav_onlyJackLivio2017-09-252-1/+37
| |\ \ \ \ \ \ \ \
| | * | | | | | | | Require nav or projection app for SendHapticDataJackLivio2017-09-252-1/+37
| | | |_|/ / / / / | | |/| | | | | |
| * | | | | | | | Merge pull request #1763 from shoamano83/fix/enable_system_capabilities_from_...JackLivio2017-09-255-0/+122
| |\ \ \ \ \ \ \ \ | | |/ / / / / / / | |/| | | | | | |
| | * | | | | | | Remove unnecessary set_xxx_supported() callsSho Amano2017-09-222-15/+44
| | * | | | | | | fix: update supported flags of system capabilities when reading from fileSho Amano2017-09-131-0/+12
| | * | | | | | | Update unit tests to check system capability support flagsSho Amano2017-09-134-0/+81
| | | |/ / / / / | | |/| | | | |
| * | | | | | | Merge pull request #1767 from smartdevicelink/fix/coverity_issues_4.4.0Jacob Keeler2017-09-216-23/+22
| |\ \ \ \ \ \ \ | | |_|/ / / / / | |/| | | | | |
| | * | | | | | Fix style issuesfix/coverity_issues_4.4.0jacobkeeler2017-09-213-9/+12
| | * | | | | | Fix resource leaks introduced in RC baselinejacobkeeler2017-09-212-9/+4
| | * | | | | | Fix coverity issues related to protocol changesjacobkeeler2017-09-213-7/+8
| |/ / / / / /
| * | | | | | Merge pull request #1760 from AKalinich-Luxoft/fix/fix_core_crash_on_nonrc_ap...JackLivio2017-09-1916-48/+82
| |\ \ \ \ \ \ | | |_|_|_|/ / | |/| | | | |
| | * | | | | Fix affected mocks and unit tests logicAKalinich-Luxoft2017-09-185-10/+23
| | * | | | | Fix possible NULL pointer assignment in Resource Allocation ManagerAKalinich-Luxoft2017-09-181-3/+5
| | * | | | | Fix SDL crash on exit/unregistering of non-RC applicationAKalinich-Luxoft2017-09-1811-35/+54
| | |/ / / /
| * | | | | Merge pull request #1761 from JackLivio/fix/metadata_unit_test_fixJackLivio2017-09-181-0/+7
| |\ \ \ \ \
| | * | | | | Fix unit test failureJackLivio2017-09-181-0/+7
| |/ / / / /
| * | | | | Merge pull request #1752 from LuxoftAKutsan/hotfix/extended_policy_tests_buil...Jacob Keeler2017-09-111-1/+1
| |\ \ \ \ \ | | |/ / / / | |/| | | |
| | * | | | Replace Functional module libraryAlexander Kutsan2017-09-081-1/+1
| |/ / / /
| * | | | Merge remote-tracking branch 'LuxoftAKutsan/fix/SDL_respond_ACK_with_protocol...jacobkeeler2017-09-082-12/+21
| |\ \ \ \
| | * | | | fixup! Fix incorrect behaviour of SDL during respose ACK whenr video and audi...Alex Kutsan2017-06-232-5/+8
| | * | | | Fix incorrect behaviour of SDL during respose ACK whenr video and audio servi...okozlovlux2017-06-201-2/+5
| * | | | | Merge pull request #1750 from JackLivio/fix/remove_equipment_rc_artifactJackLivio2017-09-071-1/+0
| |\ \ \ \ \
| | * | | | | Remove RC artifactJackLivio2017-09-071-1/+0
| |/ / / / /
| * | | | | Merge pull request #1624 from AKalinich-Luxoft/fix/fix_messages_default_langu...Jacob Keeler2017-09-074-6/+19
| |\ \ \ \ \
| | * | | | | Fix Consumer friendly message default language checkingAKalinich-Luxoft2017-06-194-6/+19
| * | | | | | Merge pull request #1746 from ChrisB-Elektrobit/feature/metadata_taggingJacob Keeler2017-09-077-2/+358
| |\ \ \ \ \ \
| | * | | | | | - adding a test to cover the case where metadata tagging is provided but no a...ChrisB-Elektrobit2017-08-211-12/+61
| | * | | | | | - performed renamings suggested in smartdevicelink/sdl_evolution#239ChrisB-Elektrobit2017-08-176-31/+30
| | * | | | | | - changing Show Request metadata but no data warning result code from IGNORED...ChrisB-Elektrobit2017-08-171-1/+1
| | * | | | | | - adding warning result code and info message to ShowResponse to handleChrisB-Elektrobit2017-08-142-4/+21
| | * | | | | | - removed some extraneous logging to clean up the code a bitChrisB-Elektrobit2017-08-111-12/+4
| | * | | | | | - added some additional unit tests to show_test.cc to test translation ofChrisB-Elektrobit2017-08-091-0/+130
| | * | | | | | - added new ShowRequest::HandleMetadata function for the Show RPC toChrisB-Elektrobit2017-08-084-0/+65
| | * | | | | | - modified HMI_API.xml to support the changes needed for metadata taggingChrisB-Elektrobit2017-08-041-0/+42
| | * | | | | | - modified MOBILE_API.xml to support the changes needed for metadataChrisB-Elektrobit2017-08-041-0/+62
| * | | | | | | Merge pull request #1615 from AKalinich-Luxoft/fix/fix_consumer_friendly_mess...Jacob Keeler2017-09-072-63/+70
| |\ \ \ \ \ \ \
| | * | | | | | | Fixed logger messages contextAKalinich-Luxoft2017-06-162-8/+8
| | * | | | | | | Refactoring in SaveConsumerFriendlyMessages functionAKalinich-Luxoft2017-06-152-65/+70
| | * | | | | | | Fix consumer friendly messages removing from PTAKalinich-Luxoft2017-06-151-3/+5
| | | |/ / / / / | | |/| | | | |
| * | | | | | | Merge pull request #1620 from AByzhynar/fix/FixFactoryDefaultsJacob Keeler2017-09-078-13/+57
| |\ \ \ \ \ \ \
| | * | | | | | | Fix SDL behavior in case of MASTER_RESET & FACTORY_DEFAULTSVeronica Veremjova2017-06-218-13/+57
| | | |_|/ / / / | | |/| | | | |
| * | | | | | | Merge pull request #1631 from LitvinenkoIra/fix/SDL_does_not_set_timeout_for_...Jacob Keeler2017-09-072-0/+20
| |\ \ \ \ \ \ \
| | * | | | | | | Add const and description to some methods of PolicyHandlerSergey Levchenko (GitHub)2017-09-072-0/+20
| |/ / / / / / /
| * | | | | | | Merge pull request #1634 from LitvinenkoIra/fix/SDL_sends_BC.UpdateDeviceList...Jacob Keeler2017-09-061-2/+5
| |\ \ \ \ \ \ \