Closed
Bug 1314902
Opened 8 years ago
Closed 4 years ago
Remove duplicated vector icons
Categories
(Firefox for Android Graveyard :: Activity Stream, defect, P5)
Firefox for Android Graveyard
Activity Stream
Tracking
(firefox52 affected)
RESOLVED
INCOMPLETE
Tracking | Status | |
---|---|---|
firefox52 | --- | affected |
People
(Reporter: ahunt, Unassigned)
References
Details
(Whiteboard: [MobileAS])
Attachments
(3 files)
The ActivityStream context menu (landed in Bug 1300144) added a bunch of VectorDrawable icons, some of which are near-duplicates of existing icons.
Most icons cannot be swapped directly, we need to adapt each existing icon/replacement on a case by case basis, including UX evaluation e.g.:
- bookmark star: requires a filled blue version, the vector version has a slightly fatter edge.
- private / tab icons: different design for private "mask", tab icon is hollow in the VectorDrawable version
etc.
- new "copy" icon is styled differently (our old copy icon is used in the old text selection action bar, i.e. matches the android system text selection actionbar)
- share icon: slightly different proportions, but might be the easiest icon to replace.
A full list of the icons that were added can be found in:
https://hg.mozilla.org/mozilla-central/rev/08a6186c2842
Bug 1312114 was a first attempt at doing this: in that bug we are landing code that allows us to use VectorDrawable's in various parts of the codebase (unfortunately Android doesn't support them everywhere by default, hence some code changes are needed).
We have a more generic bug to investigate replacing other icons in bug 1310143, this bug is focused on using the already added VectorDrawables to replace some png's.
Reporter | ||
Comment 1•8 years ago
|
||
I'm not quite sure what the priority on this is, setting P2 to keep it visible at least.
It might be best to use this as a metabug, and have a bug per icon replacement. In any case, I'll pushed my WIP patches to ReviewBoard as part of this bug, these should be a useful starting point for actually completing the icon upgrades.
Priority: -- → P2
Whiteboard: [MobileAS]
Comment hidden (mozreview-request) |
Comment hidden (mozreview-request) |
Comment hidden (mozreview-request) |
Updated•8 years ago
|
Priority: P2 → P3
Updated•7 years ago
|
Blocks: as-android-nicetohave
Updated•7 years ago
|
Rank: 2
All open Activity Stream bugs are moving from the whiteboard tag, "[mobileAS]", to the Firefox for Android component, "Activity Stream", so that I can keep better track of these bugs as the new triage owner; I will send out an email shortly with additional details, caveats, etc.
Component: General → Activity Stream
See Also: → 1310143
P5: there are many more UX issues to prioritize over APK size now but we'll take a patch for it.
Comment 7•4 years ago
|
||
We have completed our launch of our new Firefox on Android. The development of the new versions use GitHub for issue tracking. If the bug report still reproduces in a current version of [Firefox on Android nightly](https://play.google.com/store/apps/details?id=org.mozilla.fenix) an issue can be reported at the [Fenix GitHub project](https://github.com/mozilla-mobile/fenix/). If you want to discuss your report please use [Mozilla's chat](https://wiki.mozilla.org/Matrix#Connect_to_Matrix) server https://chat.mozilla.org and join the [#fenix](https://chat.mozilla.org/#/room/#fenix:mozilla.org) channel.
Status: NEW → RESOLVED
Closed: 4 years ago
Resolution: --- → INCOMPLETE
Updated•4 years ago
|
Product: Firefox for Android → Firefox for Android Graveyard
You need to log in
before you can comment on or make changes to this bug.
Description
•