summaryrefslogtreecommitdiff
path: root/src/components
Commit message (Collapse)AuthorAgeFilesLines
* destroy DeviceAppsLauncherImpl ptr impl_ when parent DeviceAppsLauncher is ↵fix/stream_memleak_452collin2022-01-182-1/+8
| | | | destroyed
* build on ubuntu 18collin2022-01-144-18/+10
|
* Merge pull request #2728 from smartdevicelink/patch/update_to_rpc_spec_4.5.14.5.2release/4.5.2Jacob Keeler2018-10-301-6/+7
|\ | | | | Release 4.5: Update MOBILE_API.xml to rpc spec version 4.5.1
| * Update MOBILE_API.xml to rpc spec version 4.5.1patch/update_to_rpc_spec_4.5.1jacobkeeler2018-10-291-6/+7
| |
* | Fix infinite PTU when invalid PT, then a valid PT is receivedfix/retry_after_failed_ptujacobkeeler2018-04-161-2/+1
| |
* | Fix style issuesjacobkeeler2018-04-125-11/+10
| |
* | Merge pull request #2114 from smartdevicelink/hotfix/invalid_ptu_loopJacob Keeler2018-04-114-7/+17
|\ \ | | | | | | Don't force a PTU when an invalid PT is received
| * | Don't force a PTU when an invalid PT is receivedhotfix/invalid_ptu_loopjacobkeeler2018-04-094-7/+17
| | |
* | | Fix/unregister while audio pass thru (#1757)hotfix/unregister_during_audio_pass_thruSho Amano2018-04-0510-25/+234
|/ / | | | | | | | | | | | | | | | | | | * fix build error in MockMediaManager * Add SetMockMediaManager * add AudioPassThru start/stop tests * Add new BeginAudioPassThru() and EndAudioPassThru() methods * fix: don't terminate AudioPassThru when another app is unregistered * Append DEPRECATED macro only in interface header file and mock file. * Use @deprecated comments
* | Add license to new message broker filesfix/add_license_to_mb_filesJackLivio2018-04-044-1/+120
| |
* | Additional fixes for 2072fix/load_service_type_as_string_from_backup_ptJackLivio2018-04-042-5/+5
| | | | | | | | When loading the policy table from backup sql file, service types must be read in a strings.
* | External Proprietary Lock Screen URL FixJackLivio2018-03-292-6/+2
| | | | | | | | The service enpoints in the policy table should be saved as strings instead of integers.
* | Move checking if app revoked in the begining of check PermissionsAlex Kutsan2018-03-291-11/+11
| | | | | | | | | | In case if app revoked it should not be checked for any other permissions
* | Process setting user concent if group permissions are emptyAlex Kutsan2018-03-291-4/+0
| |
* | Avoid adding RC groups in external policy flowAlex Kutsan2018-03-291-12/+1
| | | | | | | | fixup! Avoid adding RC groups in external policy flow
* | Add apropriate logging in policy flowAlex Kutsan2018-03-285-8/+12
| |
* | Merge pull request #2085 from ↵JackLivio2018-03-2611-19/+26
|\ \ | | | | | | | | | | | | LuxoftAKutsan/fix/activation_app_external_proprietary_fix Fix/activation app external proprietary fix
| * | Fix styleAlex Kutsan2018-03-231-3/+2
| | |
| * | Avoid integer overflowAlex Kutsan2018-03-2311-19/+26
| | | | | | | | | | | | | | | Replaced all usaged of device handle with apropriate typedef Assignment device handle to uint32_t leads to integer overflow
* | | Fix build issues and test failures when building with ENABLE_SECURITY=OFFfix/security_off_buildjacobkeeler2018-03-2118-96/+136
|/ /
* | Erase connection from mapJackLivio2018-02-281-0/+1
| |
* | Fix DBus build issue due to new message brokerjacobkeeler2018-02-262-16/+38
| |
* | Merge pull request #1828 from leekillough/Hotfix/AppIconJacob Keeler2018-02-221-1/+1
|\ \ | | | | | | Fix incorrect App ID caused by implicit conversion of smart pointer to integer
| * | Add files via uploadleekillough2017-10-111-1/+1
| | | | | | | | | Fix silent bug caused by implicit conversion of smart pointer to integer
* | | Warning only on failed restorehotfix/bluetooth_restore_on_startJackLivio2018-02-211-1/+0
| | |
* | | Fix unit test failureJackLivio2018-02-213-6/+39
| | |
* | | Fix bluetooth restore on startupJackLivio2018-02-202-10/+12
| | |
* | | Policy Fix: Remove redundant function call to SaveAppGroupJackLivio2018-02-151-6/+1
| | |
* | | Run Style ScriptJackLivio2018-02-1410-12269/+10930
| | |
* | | Coverity FixesJackLivio2018-02-143-6/+13
| | |
* | | Merge pull request #1950 from fronneburg/fix/Issue_1949Jacob Keeler2018-02-131-5/+5
|\ \ \ | | | | | | | | prevent deadlocks in EventDispatcherImpl::raise_event
| * | | prevent deadlocks in EventDispatcherImpl::raise_eventFrank2017-12-131-5/+5
| | | |
* | | | Fix external policy buildJackLivio2018-02-131-1/+1
| | | |
* | | | Merge pull request #1962 from fronneburg/fix/Issue_1961JackLivio2018-02-133-25/+114
|\ \ \ \ | | | | | | | | | | protect pt_ from concurrent access
| * | | | try build fix againFrank2017-12-182-9/+9
| | | | |
| * | | | fix buildFrank2017-12-181-4/+4
| | | | |
| * | | | fix buildFrank2017-12-181-2/+2
| | | | |
| * | | | protect pt_ from concurrent accessFrank2017-12-183-22/+111
| |/ / /
* | | | Merge pull request #1954 from fronneburg/fix/Issue_1953JackLivio2018-02-131-0/+3
|\ \ \ \ | | | | | | | | | | protect access to ResumptionDataJson during state save
| * | | | protect access to ResumptionDataJson during state saveFrank2017-12-131-0/+3
| |/ / /
* | | | Merge branch 'release/4.5.0' into fix/OnDriverDistructionJackLivio2018-02-12981-49791/+23636
|\ \ \ \
| * \ \ \ Merge pull request #1969 from ↵JackLivio2018-02-125-15/+146
| |\ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | AByzhynar/fix/PoliciesManager_allows_all_requested_params_in_case_parameters_field_is_empty Fix/policies manager allows all requested params in case parameters field is empty
| | * | | | Add differentiation of parameters absence from emptinessAndriy Byzhynar2017-12-214-15/+139
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Added way how to store empty parameters in policy db for further restoring after ingnition off Added empty lines between functions definitions to improve readability
| | * | | | Add SDL behavor handling in case of RPC parameters field exists but emptyAndriy Byzhynar2017-12-151-0/+7
| | |/ / / | | | | | | | | | | | | | | | | | | | | Added check for RPC parameters existence and emptiness Added necessary SDL behaviour for case specified above
| * | | | Merge branch 'develop' into feature/boost_websocket_hmi_message_adapterfeature/boost_websocket_hmi_message_adapterJackLivio2018-02-0261-472/+14706
| |\ \ \ \
| | * \ \ \ Merge branch 'develop' into hotfix/dynamically_link_librarieshotfix/dynamically_link_librariesJackLivio2018-02-021044-50870/+10055
| | |\ \ \ \
| | | * \ \ \ Merge pull request #1525 from smartdevicelink/feature/invalid_data_infoJacob Keeler2018-02-0235-319/+803
| | | |\ \ \ \ | | | | | | | | | | | | | | | | Include info in INVALID_DATA responses
| | | | * | | | Update PR to use new DEPRECATED macrofeature/invalid_data_infojacobkeeler2018-01-1911-14/+3
| | | | | | | |
| | | | * | | | Merge remote-tracking branch 'origin/develop' into feature/invalid_data_infojacobkeeler2018-01-19193-1586/+2496
| | | | |\ \ \ \
| | | | * | | | | Use ValidationReport objects for reporting rather than stringsjacobkeeler2017-11-3046-732/+650
| | | | | | | | |