Closed
Bug 836043
Opened 11 years ago
Closed 11 years ago
Use icons for tab switching in Tabs UI
Categories
(Firefox for Android Graveyard :: Theme and Visual Design, defect)
Tracking
(firefox20 verified, firefox21 verified)
VERIFIED
FIXED
Firefox 21
People
(Reporter: sriram, Assigned: sriram)
References
Details
Attachments
(3 files)
53.73 KB,
patch
|
mfinkle
:
review+
bajaj
:
approval-mozilla-aurora+
|
Details | Diff | Splinter Review |
26.65 KB,
patch
|
mfinkle
:
review+
bajaj
:
approval-mozilla-aurora+
|
Details | Diff | Splinter Review |
7.75 KB,
patch
|
mfinkle
:
review+
bajaj
:
approval-mozilla-aurora+
|
Details | Diff | Splinter Review |
It's better to use icons for tabs -- instead of text or spinner -- for switching different panels in tabs ui.
Assignee | ||
Comment 1•11 years ago
|
||
This patch adds a new IconTabWidget to handle the tab switching.
Attachment #707851 -
Flags: review?(mark.finkle)
Assignee | ||
Updated•11 years ago
|
Attachment #707851 -
Attachment description: Patch → Part 1: Icon TabWidget
Assignee | ||
Comment 2•11 years ago
|
||
This adds a dark toolbar. The divider should be underneath the buttons, hence a RelativeLayout is used. Since the toolbar is dark, the tabs button has to be dark when in opened state. Also, the same should be reflected in personas. Late realization: I could have renamed the tabs_tray_selected_bg to tabs_tray_dark_bg. :(
Attachment #707866 -
Flags: review?(mark.finkle)
Comment 3•11 years ago
|
||
Comment on attachment 707851 [details] [diff] [review] Part 1: Icon TabWidget >diff --git a/mobile/android/base/GeckoViewsFactory.java b/mobile/android/base/GeckoViewsFactory.java Can you remove the Log that always outputs the view anme? Let's just keep the Log that warns for a missing view.
Attachment #707851 -
Flags: review?(mark.finkle) → review+
Updated•11 years ago
|
Attachment #707866 -
Flags: review?(mark.finkle) → review+
Assignee | ||
Comment 4•11 years ago
|
||
I had wrongly copied the tab-icons to xlarge folder instead of large folder. That's rectified in this patch.
Attachment #708309 -
Flags: review?(mark.finkle)
Updated•11 years ago
|
Attachment #708309 -
Flags: review?(mark.finkle) → review+
Assignee | ||
Comment 5•11 years ago
|
||
https://hg.mozilla.org/integration/mozilla-inbound/rev/4271cc336457 https://hg.mozilla.org/integration/mozilla-inbound/rev/445674b9dd09 https://hg.mozilla.org/integration/mozilla-inbound/rev/ffe303f6ee85
Comment 6•11 years ago
|
||
https://hg.mozilla.org/mozilla-central/rev/4271cc336457 https://hg.mozilla.org/mozilla-central/rev/445674b9dd09 https://hg.mozilla.org/mozilla-central/rev/ffe303f6ee85
Assignee: nobody → sriram
Status: NEW → RESOLVED
Closed: 11 years ago
Resolution: --- → FIXED
Target Milestone: --- → Firefox 21
Assignee | ||
Comment 7•11 years ago
|
||
Comment on attachment 707851 [details] [diff] [review] Part 1: Icon TabWidget [Approval Request Comment] Bug caused by (feature/regressing bug #): New UI. User impact if declined: Spinners on phones and tablets to switch tab panels. Testing completed (on m-c, etc.): Landed in m-c on 01/31 Risk to taking this patch (and alternatives if risky): Low. String or UUID changes made by this patch: None.
Attachment #707851 -
Flags: approval-mozilla-aurora?
Assignee | ||
Comment 8•11 years ago
|
||
Comment on attachment 707866 [details] [diff] [review] Part 2: Dark toolbar [Approval Request Comment] Bug caused by (feature/regressing bug #): New UI. User impact if declined: Darker toolbar for tabs-ui will not be seen. Testing completed (on m-c, etc.): Landed in m-c on 01/31 Risk to taking this patch (and alternatives if risky): Low. String or UUID changes made by this patch: None.
Attachment #707866 -
Flags: approval-mozilla-aurora?
Assignee | ||
Comment 9•11 years ago
|
||
Comment on attachment 708309 [details] [diff] [review] Part 3: 7" tablet tabs-ui [Approval Request Comment] Bug caused by (feature/regressing bug #): New UI. User impact if declined: 7" will have blurry icons. Testing completed (on m-c, etc.): Landed in m-c on 01/31 Risk to taking this patch (and alternatives if risky): Very low. Just moving images around. String or UUID changes made by this patch: None.
Attachment #708309 -
Flags: approval-mozilla-aurora?
Updated•11 years ago
|
Attachment #707851 -
Flags: approval-mozilla-aurora? → approval-mozilla-aurora+
Updated•11 years ago
|
Attachment #707866 -
Flags: approval-mozilla-aurora? → approval-mozilla-aurora+
Updated•11 years ago
|
Attachment #708309 -
Flags: approval-mozilla-aurora? → approval-mozilla-aurora+
Assignee | ||
Comment 10•11 years ago
|
||
https://hg.mozilla.org/releases/mozilla-aurora/rev/af947a1a7dd3 https://hg.mozilla.org/releases/mozilla-aurora/rev/39dea33472a1 https://hg.mozilla.org/releases/mozilla-aurora/rev/fbf89bfb81d3
Updated•11 years ago
|
status-firefox20:
--- → fixed
status-firefox21:
--- → fixed
Comment 11•11 years ago
|
||
The icon for Sync should have been arrows in a circle, much like the desktop Sync button. The current icon is similar to what they use in Android to indicate connectivity.
Comment 12•11 years ago
|
||
Tabs have icons for switching different panels in Tabs UI. Closing bug as verified fixed on: Nightly 21.0a1(2013-02-07) and Aurora 20.0a2(2013-02-07), using Samsung Galaxy Tab 10.1
Status: RESOLVED → VERIFIED
Updated•10 years ago
|
Updated•3 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
•