summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* Add .github folder along with new Issue and PR templatesfeature/issue_pr_templatejacobkeeler2017-10-034-103/+61
* Merge pull request #1779 from AKalinich-Luxoft/hotfix/fix_default_app_policie...Jacob Keeler2017-10-038-72/+136
|\
| * Fix unit test expectationAKalinich-Luxoft2017-09-271-1/+1
| * Fix PTU applying for default app policy sectionAKalinich-Luxoft2017-09-277-71/+135
* | Merge pull request #1797 from smartdevicelink/fix/1789_refixJackLivio2017-09-294-11/+11
|\ \
| * | Remove ifdefJackLivio2017-09-291-4/+1
| * | Fix compilation warning #1789JackLivio2017-09-294-9/+12
|/ /
* | Merge pull request #1794 from smartdevicelink/revert-1789-fix/build_break_wit...JackLivio2017-09-283-10/+9
|\ \
| * | Revert "fix: build break with ENABLE_LOG=OFF"revert-1789-fix/build_break_without_logJackLivio2017-09-283-10/+9
|/ /
* | Merge pull request #1789 from shoamano83/fix/build_break_without_logJackLivio2017-09-283-9/+10
|\ \
| * | Remove temporary value app_idSho Amano2017-09-281-7/+5
| * | fix: build break with ENABLE_LOG=OFFSho Amano2017-09-283-4/+7
* | | Merge pull request #1786 from smartdevicelink/fix/remote_control_supportedJacob Keeler2017-09-2811-0/+172
|\ \ \
| * | | Add `remoteControl` to HMICapability struct in Mobile APIfix/remote_control_supportedJacob Keeler2017-09-2611-0/+172
* | | | Merge pull request #1793 from smartdevicelink/pr/1674JackLivio2017-09-281-17/+11
|\ \ \ \
| * | | | Style & remove unused codeJackLivio2017-09-281-14/+2
| * | | | Remove lock release. Change already existsJackLivio2017-09-281-1/+0
| * | | | fixing mistake in previous check-inMadhu Yaduguri2017-07-201-0/+1
| * | | | Fix PR issues.David Switzer2017-07-201-1/+0
| * | | | Fix for sending wrong app handle to RemoveFinalizedConnection() due to erase ...David Switzer2017-07-201-6/+13
* | | | | Merge pull request #1769 from shoamano83/fix/deprecate_service_data_ackJacob Keeler2017-09-282-21/+78
|\ \ \ \ \
| * | | | | fix: send Service Data ACK frames only for version 2-4Sho Amano2017-09-222-21/+78
| | |_|/ / | |/| | |
* | | | | Merge pull request #1791 from BrandonHe/hotfix/connection_list_lock_releaseJackLivio2017-09-281-0/+2
|\ \ \ \ \ | |_|_|/ / |/| | | |
| * | | | hotfix connection list lock is not releasedBrandonHe2017-04-281-0/+2
* | | | | Merge pull request #1775 from smartdevicelink/fix/update_mobile_api_4.4.0Jacob Keeler2017-09-263-6151/+6054
|\ \ \ \ \
| * | | | | Update MOBILE_API.xml to match `rpc_spec` repofix/update_mobile_api_4.4.0jacobkeeler2017-09-223-6151/+6054
* | | | | | Merge pull request #1784 from smartdevicelink/fix/video_capabilities_validationJacob Keeler2017-09-261-3/+28
|\ \ \ \ \ \
| * | | | | | 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
|\ \ \ \ | |/ / / |/| | |