Merge branch 'master' into stable
[EGD-4338] Fix menu notification dot
Each tile in Menu that uses notification dot
is be refreshed. It also solves missing dot
issue of EGD-4129 and lack of sound notification
on incoming text message.
[EGD-4836] Add firmware update test
Add test utility to update firmware via USB (service-desktop API)
Add timeout to harness port discovery
[EGD-5240] Add common timeout to python test harness
General purpose timeout based on signals library
[EGD-5239] Preserve 1Phone testing
In the long run test harness requires two phones,
but allow for one phone to still pass some test cases
[EGD-4968] Change GUI service to optimize flow and memory management
Gui and Eink services refactor.
Displaying frames performance optimization.
Critical resources management.
[EGD-4694] Add CPU frequency shift mechanism
The CPU frequency changes automatically which saves energy
[EGD-4898] Add GUI for Custom MMI messages- call forwarding
Visitor framework for displaing MMI messages.
GUI for call forwarding custom messages.
[EGD-5033] Fix missing texts for ApplicationDesktop
*Screen and Sim lock windows missing texts added
[EGD-4925] Change new filesystem handling implementation in module-gui. (#1193)
Due to vfs deprecation there is need to remove all vfs calls from code. This PR covers module gui. There are some modifications in other modules included which are necessary because of build system issues.
Merge branch 'master' into stable
[EGD-4559] store update history in settings db (#1134)
* [EGD-4559] store update history in settings db
* [EGD-4559] first review fixes
* [EGD-4559] catch changed
Co-authored-by: Alek Rudnik <aleksander.rudnik@mudita.com>
[EGD-4464] Provide GUI for MMI internal messages (#1139)
[EGD-4009] alarm clock: add main window (#1100)
Create alarm clock application and add main window.
[EGD-4687] Text enum names cleanup. (#1142)
Change enum names to CamelCase.
Merge branch 'master' into stable
[EGD-4465] Create info window for incoming MMI messages (#1078)
[EGD-4466] Create USSD communication window (#1117)
[EGD-4455] Desktop windows refactored (#1095)
[EGD-4150] Change filename i18 to i18n (#1108)
Change filename of internationalization files from i18 to i18n.
I18n should stand for internationalization, not i18. That's why I changed in 'module-utils' name of the folder 'i18' and both .cpp and .hpp files to 'i18n'.
[EGD-4452] unify desktop locks (#1071)
* [EGD-4452] Desktop locks refactored