[EGD-4423] Added MMI convertible to action messages. (#1087)
* [EGD-4423] Added MMI convertible to action messages.
* [EGD-4423] Fixed message type.
* [EGD-4423] Review applied.
* [EGD-4423] Unneded message removed, restored cellular log blocking.
Co-authored-by: Kuba Kleczkowski <dd>
[EGD-4155] Created a code example of possible implementation of generic data pack for actions. (#957)
[EGD-4153] Use actions instead explicit applications switch. (#1032)
[EGD-4367] sim passcodes flow implementation (#1033)
[EGD-3572] SettingsTable exchanged to Settings::Settings (#968)
[EGD-3572] Application has an instance of Settings - removed from derived apps
[EGD-3572] review issues resolved
[EGD-3572] shared_ptr -> unique_ptr
[EGD-3572] Primary Key for settings_tab:path
[EGD-3572] empty values handling
[EGD-4217] Convert service-db to library
[EGD-4272] Translating messages to actions introduced to application manager. (#987)
Code cleanup:
- Removed static constants from ApplicationHandle
- Application manager messages refactored.
[EGD-4216] Convert service-cellular to library
[EGD-4214] Convert service audio to library
[EGD-4302] Properly invalidate application handle on application close in order to call its destructor. (#964)
[EGD-4200] Message handling refactored. (#974)
[EGD-3360] Input and display language separation, input language setting implementation (#920)
[EGD-4288] refactor global data (#959)
Reduce firmware size by refactoring global data defined in public
headers.
Each global variable which require runtime initialization adds
initialization code to every translation unit which includes the header
where the variable is defined and declared.
[EGD-4213] Convert service-appmgr to library - library (#960)
[EGD-4151] Application manager actions introduced. (#905)
* [EGD-4151] Application manifest structure defined.
* [EGD-4156] Applications registry and basic action handler implemented.
EGD-3585 ServiceGUI and ServiceEink initial cleanup (#953)
* EGD-3585 SerwiceGUI and ServiceEink initial cleanup
* moved code to one function per message handling
* removed dead code from comments
* added Service.cpp demangling to debug messages for clear output
* added Response value to return messages to `connect()`
Egd 3676 (#824)
[EGD-3676] Version of PIN SIM handling with mockuped actions (messages)
[EGD-3852] clean include in service (#928)
[EGD-4134] New application manager proposal documentation. (#882)