Closed
Bug 662891
Opened 13 years ago
Closed 13 years ago
Require Android 2.2 (API level 8)
Categories
(Core Graveyard :: Widget: Android, defect)
Tracking
(fennec-)
RESOLVED
FIXED
mozilla13
Tracking | Status | |
---|---|---|
fennec | - | --- |
People
(Reporter: mbrubeck, Assigned: mbrubeck)
References
Details
Attachments
(1 file)
(deleted),
patch
|
dougt
:
review+
|
Details | Diff | Splinter Review |
Most or all devices we support have been updated to Android 2.2. (We should look at our Market statistics to confirm this.) Dropping support for Android 2.1 and earlier would let us simplify our code by removing 2.1-specific code paths. For example: bug 661843, bug 622684, and bug 602978.
This would also give us access to new platform APIs, like Camera.setPreviewCallbackWithBuffer (faster frame rate for camera preview) and new MotionEvent fields (simplifies multi-touch implementation).
Comment 1•13 years ago
|
||
Stuart said in the meeting we are still at about 10% pre-2.2.
Comment 2•13 years ago
|
||
stuart, is that just installs or pings?
Comment 3•13 years ago
|
||
2.1 still takes up 10% according to marketplace. WONTFIX for now.
Status: NEW → RESOLVED
Closed: 13 years ago
Resolution: --- → WONTFIX
Updated•13 years ago
|
tracking-fennec: ? → -
Comment 4•13 years ago
|
||
2.1 is at 7.1% now
Assignee | ||
Comment 5•13 years ago
|
||
If the usage share is at 7% now, and is currently falling at about 3% per month, then it could be pretty tiny three months from now when Firefox 8 ships, or five months from now when Firefox 9 ships. I think it's reasonable to make this change in next release cycle or so.
Status: RESOLVED → REOPENED
Resolution: WONTFIX → ---
Updated•13 years ago
|
OS: Linux → Android
Hardware: x86 → ARM
Comment 7•13 years ago
|
||
See also Bug 717869, which touches code that already relies on API v8.
Blocks: 717869
Comment 8•13 years ago
|
||
Any closer to a final decision on this, chaps? Would like to know whether I ought to hack Base64 in (see Bug 730637).
Assignee | ||
Updated•13 years ago
|
Assignee | ||
Comment 9•13 years ago
|
||
We should land this on the Maple branch because of bug 727142.
Attachment #600932 -
Flags: review?(doug.turner)
Comment 10•13 years ago
|
||
Comment on attachment 600932 [details] [diff] [review]
patch
Review of attachment 600932 [details] [diff] [review]:
-----------------------------------------------------------------
agreed. we can back this out when we do run on 2.1 without the startup crash
Attachment #600932 -
Flags: review?(doug.turner) → review+
Assignee | ||
Comment 11•13 years ago
|
||
Landed on Maple:
https://hg.mozilla.org/projects/maple/rev/1613b71bad2e
If this is not backed out before release, we'll need to make some sort of announcement that Firefox for Android 2.0 and 2.1 is EOL.
Status: ASSIGNED → RESOLVED
Closed: 13 years ago → 13 years ago
Resolution: --- → FIXED
Target Milestone: --- → mozilla13
Comment 12•13 years ago
|
||
Filed Bug 731315 to track reverting to API level 5.
Updated•3 years ago
|
Product: Core → Core Graveyard
You need to log in
before you can comment on or make changes to this bug.
Description
•