summaryrefslogtreecommitdiff
path: root/src/components/application_manager/include/application_manager/hmi_state.h
Commit message (Collapse)AuthorAgeFilesLines
* Remove deprecated methods from projectfeature/remove_deprecated_functions_5_0jacobkeeler2018-08-171-35/+0
|
* Replace utils::SharedPtr with std::shared_ptr, remove non-standard usageConlain Kelly2018-07-181-14/+14
|
* Provide specific behavior for navigation streaming HMI stateElvis Kuliiev2018-05-251-2/+14
|
* Review issues: add missing function descriptionsElvis Kuliiev2018-05-221-0/+13
|
* Review issues: remove deprecated VideoSourceHmiState constructorElvis Kuliiev2018-05-211-3/+0
|
* Change behavior for EmbeddedNavi eventElvis Kuliiev2018-05-181-0/+4
|
* Minor changes: extend logs, fix methods descriptionsElvis Kuliiev2018-05-171-2/+2
|
* Fix HMI state resolver according to requirments of 'Mobile Projection Phase 2'Elvis Kuliiev2018-05-171-8/+16
|
* Fix video state for Deactivate/SafetyMode/AudioSource HMI statesElvis Kuliiev2018-05-171-0/+12
|
* Initial implementationIra Lytvynenko2018-05-171-0/+25
|
* Replace deprecation comments with DEPRECATED macroAndriy Byzhynar2018-01-181-16/+12
|
* Reverts deprecated interfacesAndrey Oleynik (GitHub)2018-01-181-0/+50
|
* Adds descriptions, removes unused codeAndrey Oleynik (GitHub)2018-01-181-0/+17
|
* Adds main logic and related bugfixes for transport switchingAndrey Oleynik (GitHub)2018-01-181-18/+25
|
* Mobile Projection Implementation and Unit TestsJackLivio2017-07-271-0/+2
|
* Update all header-guards in projectIvo Stoilov (GitHub)2017-01-251-3/+3
| | | | Related tasks APPLINK-30588 APPLINK-30974
* Fix comments after reviewdtrunov2016-07-181-8/+0
| | | | | | | Changed interface in hmi_capabilities.h, reworked loks for HMILanguageHandler. Related issue:[APPLINK-26397](https://adc.luxoft.com/jira/browse/APPLINK-26397)
* Fix core crash during streaming and execution smoke test.dtrunov2016-07-131-1/+9
| | | | | | | | | 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-7/+13
|
* ApplicationManager correctives after remove all singletonesKozoriz2016-04-251-19/+15
| | | | | Removed singletone from AM Updated after removing Profile singleton
* Adds apps handling on OnEventChanged(AUDIO_SOURCE/EMBEDDED_NAVI)Andrey Oleynik2016-01-291-2/+2
| | | | | | | | | | | Registered apps should change theirs HMI levels accordingly on OnEventChanged(AUDIO_SOURCE/EMBEDDED_NAVI) event Implements: APPLINK-17839 Conflicts: src/components/application_manager/include/application_manager/hmi_state.h src/components/application_manager/src/hmi_state.cc
* Final formating changed filesAlexander Kutsan2016-01-201-3/+6
|
* Used OVERRIDE macro against virtual in hmi_state.hAlexander Kutsan2016-01-191-17/+17
| | | | Override macro will be usefull for c++11 migration
* Resolve rebase conflictsAlexander Kutsan2016-01-191-22/+91
| | | | | | | | Refactor StateCtrl Fix compile errors Fix build with tests Fix tests
* Fix formating to simplify mergeAlexander Kutsan2016-01-191-140/+146
|
* Add new hmi state IDArtem Nosach2015-10-051-14/+52
| | | | | | | | - Add POSTPONED_STATE to state ids enum - Add setter for state id - Pass parameters by const reference instead of reference Implements: APPLINK-12032
* Add hmi state for case if app stream from limited.Artem Nosach2015-04-231-0/+10
|
* APPLINK-8555 Add State contextAlexander Kutsan2015-04-151-31/+65
| | | | | | | | | Add states list to StateController If App is registered and there are some active states, app should get HMI status according to active HMIstates Conflicts: src/components/application_manager/src/application_manager_impl.cc src/components/application_manager/src/request_info.cc
* APPLINK-11444 APPLINK-11448 APPLINK-11445 APPLINK-8555Aleksandr Galiuzov2015-04-151-11/+17
| | | | | | | | | Add usage of StateController in SDL Conflicts: src/components/application_manager/include/application_manager/application_impl.h src/components/application_manager/src/application_manager_impl.cc src/components/hmi_message_handler/src/messagebroker_adapter.cc
* APPLINK-11447 Remove set_audio_streaming_state from AMAlexander Kutsan2015-04-151-1/+1
| | | | | | | | Move ActivateAppLogic to State Ctrl Conflicts: src/components/application_manager/src/commands/hmi/on_app_deactivated_notification.cc src/components/application_manager/src/policies/policy_handler.cc
* APPLINK-11444 Implement OnPhoneCall via HMIStateAlexandr Galiuzov2015-04-151-6/+5
|
* APPLINK-8555 Refactor StateCtrl and add usage of StateCtrlAlexander Kutsan2015-04-151-0/+14
| | | | | | | | Conflicts: src/components/application_manager/include/application_manager/application.h src/components/application_manager/include/application_manager/application_impl.h src/components/application_manager/include/application_manager/application_manager_impl.h src/components/application_manager/src/application_manager_impl.cc
* APPLINK-11447 Release TTS Speak Start Stop processAlexander Kutsan2015-04-151-17/+33
|
* APPLINK-8555 Review Notes and tests repairAlexander Kutsan2015-04-151-1/+1
|
* APPLINK-8555 Use Event engine and Safety mode realisationAlexander Kutsan2015-04-151-10/+19
| | | | | Conflicts: src/components/application_manager/src/application_manager_impl.cc
* APPLINK-8555 Common Implementation of State Controllerakutsan2015-04-151-0/+98
Add StateContrllerClass and HmiState Class. Create interfaces in AM Remove redudant function IN HMI_API.xml Conflicts: src/components/application_manager/include/application_manager/application.h src/components/application_manager/src/application_manager_impl.cc