summaryrefslogtreecommitdiff
path: root/src/components/application_manager/include/application_manager/hmi_language_handler.h
Commit message (Collapse)AuthorAgeFilesLines
* Remove redundant aliases to smart_objects namespaceSergey Levchenko (GitHub)2016-11-101-2/+3
| | | | Related to: APPLINK-29754
* Fix core crash during streaming and execution smoke test.dtrunov2016-07-131-0/+7
| | | | | | | | | DCHECK appeared because application was unregestered during registration. Fix problem with unregistration application in HMILanguageHandler. Moved DCHECK from hmi_state because it posible if application might be unregistered during processing application in state_ctrl. Added DCHECK for checking app_id when SLD adds hmi state to application. Closes bug:[APPLINK-26397](https://adc.luxoft.com/jira/browse/APPLINK-26397)
* Code style format with clang-formatKozoriz2016-04-251-13/+7
|
* ApplicationManager correctives after remove all singletonesKozoriz2016-04-251-1/+5
| | | | | Removed singletone from AM Updated after removing Profile singleton
* ApplicationManager correctivesKozoriz2016-03-311-5/+8
| | | | | Correctives in application manager component after removing LastState, PolicyHandler, MEdiaManager singletons
* Remove CH, PH, HMI_MH singletones from ApplicationManagerKozoriz2016-03-041-0/+1
| | | | | | | Correctives after refactoring ConnectioinHandler, ProtocolHandler, HMIMessageHandler Related to : APPLINK-21440
* Reduces interfaces, adds more constraints, fixes testsAndrey Oleynik2016-02-021-31/+19
| | | | | | | | | | Implements: APPLINK-20560 Conflicts: src/components/application_manager/test/CMakeLists.txt src/components/application_manager/test/hmi_capabilities_test.cc src/components/application_manager/test/mock_message_helper.cc src/components/application_manager/test/mock_message_helper.h
* Fixes language comparison logic and adds event race handling.Andrey Oleynik2016-02-021-3/+77
| | | | | | | | | | | | Since it is unknow what will occur earlier - languages responses or applications registration - it is necessary to meet all conditions. Also this logic should be invoked only in case of some apps registered before responsed have been received. Impements: APPLINK-20560 Conflicts: src/components/application_manager/src/hmi_capabilities.cc
* Adds description for new class and its members.Andrey Oleynik2016-02-021-0/+46
| | | | Implements: APPLINK-20560
* Fixes subsciptions for responses of GetLanguages request.Andrey Oleynik2016-02-021-0/+3
| | | | | | | | | | Correlation_id is necessary to subscribe for responses. Changed implementation to make new logic able to do this. Implements: APPLINK-20560 Conflicts: src/components/application_manager/src/hmi_capabilities.cc
* Adds logic for language checking from persistent storage firstAndrey Oleynik2016-02-021-0/+4
| | | | | | | In case languages found in perstistent storage SDL has to provide these languages to application. Implements: APPLINK-20560
* Adds new logic for handling of apps till HMI languages will be knownAndrey Oleynik2016-02-021-0/+63
HMI has delayed response with currently active languages set, so SDL should keep these infomation to minimize WRONG_LANGUAGE code situation for apps. Implements: APPLINK-20560 Conflicts: src/components/application_manager/include/application_manager/message_helper.h