summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
* Move MaxSupportedProtocolVersion to correct sectionhotfix/move_ini_protocol_versionJacob Keeler2017-11-081-2/+2
| | | It was in the `Main` section, but belongs in (and is read from) the `ProtocolHandler` section of the INI file
* Merge pull request #1844 from ↵JackLivio2017-11-081-1/+0
|\ | | | | | | | | smartdevicelink/hotfix/rc_sends_activate_app_at_wrong_time Activate app sent at wrong time for RC apps
| * Activate app sent at wrong time for RC appshotfix/rc_sends_activate_app_at_wrong_timeJackLivio2017-11-031-1/+0
|/ | | | This function call will cause BC.ActivateApp to be sent to the hmi when a RC app is connected for the first time.
* Merge pull request #1751 from smartdevicelink/release/4.4.04.4.0JackLivio2017-10-30430-32095/+36384
|\ | | | | Release/4.4.0
| * Merge pull request #1826 from smartdevicelink/feature/update_hmi_api_versionrelease/4.4.0Jacob Keeler2017-10-201-6/+6
| |\ | | | | | | Update HMI API interface versions
| | * Update HMI API interface versionsfeature/update_hmi_api_versionjacobkeeler2017-10-201-6/+6
| |/
| * Merge pull request #1817 from smartdevicelink/fix/rc_capabilitiesJacob Keeler2017-10-207-123/+92
| |\ | | | | | | Fix System Capabilities
| | * RC capabilities is set in RC.GetCapabilities, not UI.GetCapabilitiesfix/rc_capabilitiesjacobkeeler2017-10-127-123/+92
| |/ | | | | Also make sure to set rc_supported based on the result of this RPC
| * Merge pull request #1812 from smartdevicelink/fix/validate_video_params_enums4.4.0RCJacob Keeler2017-10-061-14/+20
| |\ | | | | | | Reject invalid enum values in video params
| | * Reject invalid enum values in video paramsfix/validate_video_params_enumsjacobkeeler2017-10-061-14/+20
| | | | | | | | | Fixes issues where invalid enum values are ignored but still reciprocated in the StartSessionACK
| * | Merge remote-tracking branch 'dev-gh/feature/Contribution_docs_update' into ↵jacobkeeler2017-10-061-0/+6
| |\ \ | | |/ | |/| | | | release/4.4.0
| | * Reverts changes in COMMITERS.md according to review noteAndrey Oleynik (GitHub)2017-10-061-2/+4
| | | | | | | | | | | | This reverts commit cf77cfe2e71837cd00467a0a6c449dce8d2bb840.
| | * Updates outdated rules and environment detailsAndrey Oleynik (GitHub)2017-09-262-4/+8
| | |
| * | Merge pull request #1805 from ↵JackLivio2017-10-041-5/+1
| |\ \ | | | | | | | | | | | | | | | | smartdevicelink/fix/remove_remote_control_default_policies Remove Remote Control Policies From Default
| | * | Update sdl_preloaded_pt.jsonJackLivio2017-10-041-1/+1
| | | |
| | * | Remove Remote Control Policies From DefaultJackLivio2017-10-041-5/+1
| |/ /
| * | Merge pull request #1804 from smartdevicelink/developJackLivio2017-10-042-5/+8
| |\ \ | | | | | | | | Merge Develop Fixes
| | * \ Merge pull request #1803 from ↵JackLivio2017-10-041-0/+2
| | |\ \ | | | | | | | | | | | | | | | | | | | | shoamano83/fix/media_manager_test_with_extended_media_mode fix: media_managet_test fails if EXTENDED_MEDIA_MODE is enabled
| | | * | fix: media_managet_test fails if EXTENDED_MEDIA_MODE is enabledSho Amano2017-10-041-0/+2
| | |/ /
| | * | Merge pull request #1691 from ↵JackLivio2017-10-031-5/+6
| | |\ \ | | | |/ | | |/| | | | | | | | | shoamano83/fix/memory_issue_in_from_mic_to_file_recorder fix: memory issue in FromMicToFileRecorderThread
| | | * fix: memory issue in FromMicToFileRecorderThreadSho Amano2017-07-191-5/+6
| | | | | | | | | | | | | | | | | | | | | | | | Strings were not copied properly, instead pointers to buffers were copied. One of the buffer was released immediately, causing memory access through a dangling pointer.
| * | | Add .github folder along with new Issue and PR templates (#1800)Jacob Keeler2017-10-034-103/+61
| | | |
| * | | Merge pull request #1690 from ↵Jacob Keeler2017-10-032-10/+27
| |\ \ \ | | | | | | | | | | | | | | | | | | | | shoamano83/fix/memory_leak_in_from_mic_to_file_recorder fix: memory leak in FromMicToFileRecorderThread
| | * | | fix coding style using check_style.shSho Amano2017-08-031-1/+1
| | | | |
| | * | | fix: memory leak in FromMicToFileRecorderThreadSho Amano2017-07-192-10/+27
| | | |/ | | |/|
| * | | fix: invalid memory access in websocket_handler (#1687)Sho Amano2017-10-031-3/+3
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * fix: invalid memory access in websocket_handler * Revert "fix: invalid memory access in websocket_handler" This reverts commit 120c087d92fac3e3c950f1e689461aafd2fa459c. * fix: (again) invalid memory access in websocket_handler Previous commit was incomplete; we need to shift the whole buffer.
| * | | Fix/1701 (#1702)fronneburg2017-10-036-1/+20
| | | | | | | | | | | | | | | | proper socket streamer cleanup
| * | | Merge pull request #1780 from smartdevicelink/fix/README_updatesJacob Keeler2017-10-031-51/+1
| |\ \ \ | | | | | | | | | | Remove app launching guide from README
| | * | | Remove app launching guide from READMEfix/README_updatesJacob Keeler2017-09-221-51/+1
| | | |/ | | |/| | | | | | | | | | | | | It is confusing to keep it here, it will be moved to the Wiki. Also removing Travis Badge since it is no longer used for CI.
| * | | Merge pull request #1779 from ↵Jacob Keeler2017-10-038-72/+136
| |\ \ \ | | | | | | | | | | | | | | | | | | | | AKalinich-Luxoft/hotfix/fix_default_app_policies_update_after_ptu Fix PTU applying for "default" app policies
| | * | | Fix unit test expectationAKalinich-Luxoft2017-09-271-1/+1
| | | | |
| | * | | Fix PTU applying for default app policy sectionAKalinich-Luxoft2017-09-277-71/+135
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | There was a problem with applying changes for applications which is registered with "default" policies and this policy group was updated after PTU. In this case permissions for already registered applications which is using these groups still have permissions as before update. Also default policy section was not updated after PTU with changes in this section. This issue is reproduced on EXTERNAL_PROPRIETARY flow only. To fix this issue there was removed code in CacheManager, which incorrectly assigns default policies to apps with "default" policies. Also there was a redundant code because default policies is unwrapped in PTU before its applying, so all specific application policies is already have actual new default policy permissions. In this case it is correct to assign to every app his own policies from PTU. Also there was updated logic in ProcessAppPolicyCheckResults() to perform all needed actions once per app, because its possible that results could contain sever results for one app_id.
| * | | | Merge pull request #1797 from smartdevicelink/fix/1789_refixJackLivio2017-09-294-11/+11
| |\ \ \ \ | | | | | | | | | | | | Fix compilation warning #1789
| | * | | | Remove ifdefJackLivio2017-09-291-4/+1
| | | | | | | | | | | | | | | | | | | | | | | | clearner approach to handling warning as error.
| | * | | | Fix compilation warning #1789JackLivio2017-09-294-9/+12
| |/ / / / | | | | | | | | | | | | | | | Changes made in #1789 + compilation fix. Original author @shoamano83
| * | | | Merge pull request #1794 from ↵JackLivio2017-09-283-10/+9
| |\ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | smartdevicelink/revert-1789-fix/build_break_without_log Revert "fix: build break with ENABLE_LOG=OFF"
| | * | | | 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
| |\ \ \ \ | | | | | | | | | | | | fix: build break with ENABLE_LOG=OFF
| | * | | | Remove temporary value app_idSho Amano2017-09-281-7/+5
| | | | | | | | | | | | | | | | | | | | | | | | Reflecting review comment.
| | * | | | 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 API
| | * | | | 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
| |\ \ \ \ \ | | | | | | | | | | | | | | Pr/1674
| * \ \ \ \ \ 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-4
| | * | | | | | fix: send Service Data ACK frames only for version 2-4Sho Amano2017-09-222-21/+78
| | | |_|/ / / | | |/| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | The protocol spec document https://github.com/smartdevicelink/protocol_spec says that the frame is deprecated. Looking at its commit history the frame has been marked as deprecated before introducing protocol version 5. Also, looking at the comment in protocol_handler_impl.cc the frame wasn't meant to send out in protocol version 1. Therefore this fix will limit the use of Service Data ACK for protocol version 2 through 4.
| * | | | | | Merge pull request #1791 from BrandonHe/hotfix/connection_list_lock_releaseJackLivio2017-09-281-0/+2
| |\ \ \ \ \ \ | | |_|_|/ / / | |/| | | | | hotfix connection list lock is not released
| * | | | | | 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` repo
| | * | | | | | Update MOBILE_API.xml to match `rpc_spec` repofix/update_mobile_api_4.4.0jacobkeeler2017-09-223-6151/+6054
| | | | | | | | | | | | | | | | | | | | | | | | Includes fixes to build issues resulting from this update.
| * | | | | | | Merge pull request #1784 from smartdevicelink/fix/video_capabilities_validationJacob Keeler2017-09-261-3/+28
| |\ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | Validate outgoing video params
| | * | | | | | | Validate outgoing video paramsfix/video_capabilities_validationjacobkeeler2017-09-251-3/+28
| | | | | | | | | | | | | | | | | | | | | | | | | | | Reverts this section back to https://github.com/shoamano83/sdl_core/commit/f6ea1262c4b6a3d1e10dc89fa570720a6c85ea9d#diff-4a7a19ae471dc741759dcc42796f9fc3R1513