Closed
Bug 1264665
Opened 9 years ago
Closed 4 years ago
Simplify ActionBar setup and theming inheritance for GeckoPreferences and FxAccountStatusActivity
Categories
(Firefox for Android Graveyard :: Theme and Visual Design, defect, P4)
Firefox for Android Graveyard
Theme and Visual Design
Tracking
(firefox48 affected)
RESOLVED
INCOMPLETE
Tracking | Status | |
---|---|---|
firefox48 | --- | affected |
People
(Reporter: ahunt, Unassigned)
References
Details
We're doing unnecessary actionbar initialisation in code which we should be able to avoid by setting up our theming correctly. We also have our theming split across default, v11, v14 and v21 theme files - we should be able to simplify this now that we (A) only support >= 4.0 and (B) are using AppCompatActivity.
GeckoPreferences:
http://mxr.mozilla.org/mozilla-central/source/mobile/android/base/java/org/mozilla/gecko/preferences/GeckoPreferences.java#414
FxAccountStatusActivity:
http://mxr.mozilla.org/mozilla-central/source/mobile/android/services/src/main/java/org/mozilla/gecko/fxa/activities/FxAccountStatusActivity.java#70
We can probably avoid having a separate theme/style file (fxaccount_styles) too, let's look into cleaning that up (we can probably just use Gecko.Preferences directly).
Reporter | ||
Updated•9 years ago
|
Assignee: nobody → ahunt
Priority: -- → P4
Updated•9 years ago
|
Blocks: fennec-unified-ui, 1261037
Reporter | ||
Updated•8 years ago
|
Assignee: ahunt → nobody
Comment 1•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
•