Confirmed users
401
edits
(Created page with "= System Refactor Plan = == High level goals == * Modularization * One system app for multiple devices * Maintenance == Key features == * Swappable functionality * Concentrate...") |
No edit summary |
||
| Line 26: | Line 26: | ||
* Notification refactor | * Notification refactor | ||
* LockScreen | * LockScreen | ||
==== Notification Refactor ==== | |||
* Ideally we shall have a simple NotificationManager singleton and several NotificationUI instances | |||
* NotificationManager is responsible to create NotificationUI instances due to events from gecko | |||
* The behavior of the NotificationUI is dependent from the NotificationManager | |||
* NotificationUI is device specific - it may change due to UX design | |||