Closed
Bug 872754
Opened 12 years ago
Closed 4 years ago
Follow-up: Combine Fragments/pre-Fragment layouts into a single pre-processed xml
Categories
(Firefox for Android Graveyard :: General, defect)
Tracking
(Not tracked)
RESOLVED
INCOMPLETE
People
(Reporter: liuche, Unassigned)
References
Details
Through implementing multi-layer preference settings in bug 862116, we now have two sets of xml layout files to keep up to date. This is prone to errors/omissions.
The two sets of xml are necessary because we have to handle Fragments for tablets and (optionally v11+ phones) and pre-Fragments for pre-v11 phones; while the hierarchy is the same, the nesting code in layout has to specific either an Intent or a Fragment.
This should just basically be a single layout file that gets preprocessed into the correct Fragment/non-Fragment xml.
Reporter | ||
Updated•12 years ago
|
OS: Mac OS X → Android
Hardware: x86 → ARM
Reporter | ||
Comment 1•12 years ago
|
||
It may also make more sense to have the different files in xml-v11/ and xml/, if Android handles that correctly. That would at least make it more obvious that changes need to be mirrored into different xml files.
Reporter | ||
Comment 2•12 years ago
|
||
Re: comment 1: filed bug 873230 and added a patch.
Comment 3•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
Assignee | ||
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
•