~aleteoryx/muditaos

ref: 2de63da94351d16b4bd25ad45c5ad70cbc1bb6fa muditaos/module-apps/Application.cpp -rw-r--r-- 28.0 KiB
ae619d45 — mkamonMdt 5 years ago
[EGD-2514] Fix clock does not refresh

There was no refresh trigger that would cause items like clock
to display its up-to-date state while user is being inactive.
This PR solves that issue providing timer-based refresh trigger
that is dependent on user activity.
9e792021 — RobertPiet 5 years ago
[EGD-5519] Lockscreen does not ask for pin after reset solved

Name of parameter for lockscreen mode on/off updated in sql script.
Register on param lockscreen only reacts on value change.
658b540b — RobertPiet 5 years ago
[EGD-5387] Volte settings change problem solved

Volte settings made global. Merge issue regarding screen lock resolved
92a8a78e — Marcin Smoczyński 5 years ago
Merge branch 'master' into stable
a446a30a — RobertPiet 5 years ago
[EGD-4960] lockScreenPasscodeIsOn is a global setting
fb36efb8 — RobertPiet 5 years ago
[EGD-4960] Settings Interface added parameter do distinguish global/app settings
[EGD-4960] global/local setting determined by enum value, unregister all variables in one call, ut updated
[EGD-4960] SettingsScope usage in SettingsMessages
4c61595a — Piotr Tański 5 years ago
[EGD-4801] Add application-wide top bar manager

Applications configure the top bar once for all their windows.
Sometimes, windows need to configure top bars with its configuration.
9645fbc2 — Przemyslaw Brudny 5 years ago
[EDG-4717] Add screen for brightness control

Window for manual and automatic screen brightness control.
280c5930 — Marcin Smoczyński 5 years ago
Merge branch 'master' into stable
8856a656 — Mateusz Grzegorzek 5 years ago
[EGD-4995] Add changing passcode windows flow

Implement changing passcode windows flow
7d7003d6 — Marcin Smoczyński 5 years ago
Merge branch 'master' into stable
6c900d7b — Piotr Tański 5 years ago
[EGD-5166] Add query-callback synchronization mechanism

Receiver object cancels the callbacks at the end of its lifecycle.
3f29c30b — Piotr Tański 5 years ago
[EGD-4968] Change GUI service to optimize flow and memory management

Gui and Eink services refactor.
Displaying frames performance optimization.
Critical resources management.
26212722 — Mateusz Grzywacz 5 years ago
battery renames, clean up, degreasing
3b08e4c3 — Mateusz Grzywacz 5 years ago
[EGD-4932] new battery icons + battery in TopBar rework
24e2607f — Wojtek Rzepecki 5 years ago
[EGD-4727] Change Torch hardware control

Change way of button usage
c0d1d524 — Lucjan Bryndza 5 years ago
Merge branch 'master' into stable
675dc59c — RobertPiet 5 years ago
[EGD-3572] SettingsTable exchanged to settings::Settings (#968) (#1044)

[EGD-3572] Application has an instance of Settings - removed from derived apps
[EGD-3572] Application is the owner of Settings handling for its windows/widgets
[EGD-3572] Settings header moved to service-db public section
506f5615 — Piotr Tanski 5 years ago
[EGD-4373] Fix for the unexpected call to onClose() method. (#1048)

0a0366bb — Piotr Tanski 5 years ago
[EGD-4267] Don't clean application windows if the application switch is not yet confirmed. (#1040)

Next