[composable toolbar] Initial integration in Fenix
Categories
(Fenix :: Toolbar, task, P2)
Tracking
(Not tracked)
People
(Reporter: petru, Assigned: petru)
References
(Blocks 2 open bugs)
Details
(Whiteboard: [fxdroid][group3][composable toolbar])
Attachments
(9 files)
48 bytes,
text/x-phabricator-request
|
Details | Review | |
48 bytes,
text/x-phabricator-request
|
Details | Review | |
48 bytes,
text/x-phabricator-request
|
Details | Review | |
48 bytes,
text/x-phabricator-request
|
Details | Review | |
48 bytes,
text/x-phabricator-request
|
Details | Review | |
48 bytes,
text/x-phabricator-request
|
Details | Review | |
48 bytes,
text/x-phabricator-request
|
Details | Review | |
Bug 1950909 - part 7 - Move home toolbar related classes to the toolbar package r=#android-reviewers
48 bytes,
text/x-phabricator-request
|
Details | Review | |
48 bytes,
text/x-phabricator-request
|
Details | Review |
Need an initial integration of the composable toolbar to serve as a base for the future configuration work.
The new toolbar should be gated by a hardcoded feature flag making it only available only in debug for the moment.
To limit the availability to only developers working on this feature the flag should be a secret setting only available in debug builds.
Updated•18 days ago
|
Assignee | ||
Comment 1•12 days ago
|
||
Assignee | ||
Comment 2•12 days ago
|
||
Assignee | ||
Comment 3•12 days ago
|
||
This will allow to easily change between a toolbar view and a toolbar composable.
Assignee | ||
Comment 4•12 days ago
|
||
This will make the toolbar menu building be reusable and allow decoupling
other functionalities from the browser toolbar view.
Assignee | ||
Comment 5•12 days ago
|
||
Assignee | ||
Comment 6•12 days ago
|
||
Being able to replace the toolbar view with a toolbar composable means we
can also make use of the existing support for the dynamic toolbar behavior.
Assignee | ||
Comment 7•11 days ago
|
||
This will allow to easily change between a toolbar view and a toolbar composable.
Assignee | ||
Comment 8•11 days ago
|
||
Assignee | ||
Comment 9•7 days ago
|
||
Updated•4 days ago
|
Description
•