| Commit message (Collapse) | Author | Age | Files | Lines |
|
|
|
| |
Have to do this because compiler treating warnings as errors
|
|\
| |
| |
| |
| | |
dev-gh/hotfix/DialNumber_functionality_implementation
Adds implementation of DialNumber RPC
|
| | |
|
| | |
|
| |
| |
| |
| |
| |
| |
| |
| |
| |
| | |
According to latest information number should be verified as:
"Phone number is a string, which can be up to 40 chars.
All characters shall be stripped from string except digits 0-9 and * # ,
; +"
Implements: APPLINK-11266
|
| |
| |
| |
| |
| |
| |
| | |
DialNumber allows to initiate call from user's device trough device
attached to the system.
Implements: APPLINK-11266
|
|\ \
| | |
| | |
| | |
| | | |
okoreniak/hotfix/Fixed_SDL_do_not_send_two_OnHMIStatus_notifications_to_LAUNCHED_App
Fixed SDL to do not send two OnHMIStatus notification to launched app…
|
| | |
| | |
| | |
| | |
| | | |
Updated processing of RegisterAppInterfaceRequest::SendRegisterAppInterfaceResponseToMobile().
Added test for the application hmilevel before assigning the default hmilevel and performing resumptions.
|
|\ \ \
| |_|/
|/| |
| | |
| | | |
okoreniak/hotfix/Fixed_Validator_In_SystemRequest_QUERY_APPS_processing
Hotfix/fixed validator in system request query apps processing
|
| | | |
|
| | |
| | |
| | |
| | | |
Added class QueryAppsDataValidatorTemplate<SmartObject> to validate request data.
|
| | |
| | |
| | |
| | | |
This was causing issues with certain compilers, and the code is never run.
|
|\ \ \
| | | |
| | | | |
Add check for snasphot when loading from preload
|
| |/ /
| | |
| | |
| | | |
Closes-Bug: APPLINK-22423
|
|\ \ \
| | | |
| | | |
| | | |
| | | | |
dev-gh/hotfix/Buttons.GetCapabilities_response_handling_fix
Fixes ressetting of default buttons capabilities
|
| |/ /
| | |
| | |
| | |
| | |
| | |
| | |
| | | |
In case of error response for Buttons.GetCapabilities SDL was resetting
default buttons capabilities (from JSON file) to null. This change adds
checking of response result code to avoid that issue.
Closes-bug: APPLINK-22416
|
|/ /
| |
| |
| |
| |
| |
| |
| |
| |
| | |
equal to slider RPC timeout plus default command timeout
Conflicts:
src/components/application_manager/src/commands/mobile/slider_request.cc
Conflicts:
src/components/application_manager/src/commands/mobile/slider_request.cc
|
|\ \
| | |
| | | |
Changed mobile api result code to better match hmi api
|
| | | |
|
|/ /
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| | |
There were two deadlocks during unregistering of all apps because of
MASTER_RESET:
- ApplicationManagerImpl::UnregisterAllApplications vs
ConnectionHandler::CloseSessionServices
- ApplicationManagerImpl::UnregisterApplication vs
ApplicationManagerImpl::RemoveAppFromTTSGlobalPropertiesList
That was causing reset flow blocking and data had not been cleaned up
completely.
Closes-bug: APPLINK-22117
Conflicts:
src/components/application_manager/include/application_manager/application_manager_impl.h
src/components/application_manager/src/application_manager_impl.cc
src/components/connection_handler/include/connection_handler/connection_handler_impl.h
src/components/connection_handler/src/connection_handler_impl.cc
|
|\ \
| | |
| | | |
Fix for sending policy table snapshot (Genivi implementation)
|
| |/
| |
| |
| |
| |
| | |
Policy handler was checking an unimplemented contained last_used_app_ids_. Replaced with 'GetAppIdForSending() to properly find app id to send policy snapshot to.
Also in message_helper.cc, I fixed the url paremeter to what actually corresponds to onSystemRequests in the mobile_api.xml
|
|/ |
|
|\
| |
| | |
Fixed IviInfoUpdated App Query
|
| |
| |
| |
| | |
The query in IviInfoUpdated was only returing connected navigation apps. It now returns apps that are subscribed to vehicle info.
|
|\ \
| |/
|/|
| |
| | |
LuxoftSDL/hotfix/SDL_transfers_PlayTone_parameter_to_HMI_in_Speak_request_from_mobile
SDL transfer PlayTone parameter to HMI in speak request.
|
| |
| |
| |
| |
| |
| |
| | |
Added ability to remove fake parameter according with
MOBILE_API.xml
Closes-bug:[APPLINK-17980](https://adc.luxoft.com/jira/browse/APPLINK-17980)
|
|\ \
| | |
| | |
| | |
| | | |
LuxoftSDL/hotfix/Fix_build_fail_with_disabled_logging
Fix build fail with disabled logging
|
| | |
| | |
| | |
| | |
| | |
| | | |
Build fail due to missing link to map definition, which automatically
added when logging enabled.
Also removed c-style call.
|
| | |
| | |
| | |
| | |
| | |
| | |
| | | |
Fix incorrect behavior
Related:
APPLINK-17652
|
|/ /
| |
| |
| |
| |
| |
| |
| |
| | |
Fix defect: SDL doesn't send VR.DeleteCommand to HMI in case
ChoiceSet commands and HMI sends a VR.AddCommand
responses with error
Related:
APPLINK-17652
|
|\ \
| | |
| | | |
Remove DCHECKs that seem to always be tripping everyone up
|
| |/ |
|
|\ \
| | |
| | | |
Fixes #314
|
| |/ |
|
|/ |
|
|
|
|
|
|
|
|
|
| |
Up to now, when performing Policy Table Update, the module_config part
of the policy table was not copied. The change adds copying of this
part. The code is taken from CustomSDL/sdl_panasonic/develop (dd8ade70),
with just a small fix about copying exchange_after_x_ignition_cycles.
Fixes: APPLINK-20261
|
|
|
|
|
|
|
|
|
| |
Add tests in 3rd-party-static/test/.
Add tests in tools/intergern/test/.
Add tests in tools/policy_table_validator/.
Related:
APPLINK-20109
|
|
|
|
|
| |
Related:
APPLINK-20109
|
|
|
|
|
|
| |
Duplicated code moved to separate method
Renamed local variable frames_to_send to frames_to_send_local to
avoid confusion between framaes_to_send and frames_to_send_
|
|
|
|
|
|
| |
Added one more protection with mutex for usage of variable "frames_to_send_"
Relates: APPLINK-19408
|
|
|
|
|
|
| |
Edited indents according codinh style
Relates: APPLINK-19408
|
|
|
|
|
|
| |
Added protection for usage of the frames_to_send_ with the mutex as it's done in the other places
Relates:APPLINK-19408
|
|\ |
|
| |\
| | |
| | |
| | |
| | | |
LuxoftSDL/hotfix/Change_description_of_greyOut_param_in_HMI_API_SDL_rel4_0
Changed description of parameter greyOut to correspond requirements
|
| | |
| | |
| | |
| | | |
Fixes: APPLINK-18998
|
| |\ \
| | | |
| | | | |
Hotfix/core dump if make master reset
|
| | | |
| | | |
| | | |
| | | |
| | | |
| | | | |
Increase of scope of lock in method Handle() in order to exclude problem with core crash.
Closes-bug: APPLINK-17367
|
| | |/
| | |
| | |
| | |
| | |
| | | |
Forbid processing message from mobile if Core begins stopping of work.
Closes-bug: APPLINK-17367
|
| |\ \
| | | |
| | | |
| | | |
| | | | |
LuxoftSDL/hotfix/SDL_writes_to_DB_incorrect_value_as_imageType_after_IGN_CYCLE
Add checking of SO field.
|