Closed
Bug 715260
Opened 13 years ago
Closed 13 years ago
Remove Web Apps shortcut intent from allowing one to add the Android widget
Categories
(Firefox for Android Graveyard :: General, defect, P2)
Tracking
(firefox11 fixed, firefox12 fixed, firefox13 fixed, fennec11+)
RESOLVED
FIXED
Firefox 13
People
(Reporter: aaronmt, Assigned: sriram)
Details
(Whiteboard: [inbound])
Attachments
(1 file)
1.65 KB,
patch
|
mfinkle
:
review+
akeybl
:
approval-mozilla-aurora+
akeybl
:
approval-mozilla-beta+
|
Details | Diff | Splinter Review |
As far as I know you can't install Web Apps in Nightly/Aurora, but you can add the $BRAND Web Apps widget to ones home-screen. Until the support is added, this should probably be hidden or removed.
Reporter | ||
Comment 1•13 years ago
|
||
(When you attempt to add the widget you'll get a message, "No Web Apps Found")
Updated•13 years ago
|
Assignee: nobody → mark.finkle
tracking-fennec: --- → 11+
Priority: -- → P2
Reporter | ||
Comment 2•13 years ago
|
||
@wesj, I guess just <activity android:name="LauncherShortcuts"></activity>
Updated•13 years ago
|
Assignee: mark.finkle → sriram
Assignee | ||
Comment 3•13 years ago
|
||
Does this need "removal" of all corresponding code? Or just "hiding" the "Fennec Web Apps" in android widget section?
Comment 4•13 years ago
|
||
Fabrice - Does the future of WebApps use the same kind of code as we currently have? If not we could remove it all. If it will be similar, we could just remove the minimum needed to hide the widget.
Comment 5•13 years ago
|
||
Yes, there will be the same kind of API available from js. Hiding the widget looks like a good solution for now.
Comment 6•13 years ago
|
||
(In reply to Fabrice Desré [:fabrice] from comment #5)
> Yes, there will be the same kind of API available from js. Hiding the widget
> looks like a good solution for now.
Sriram - Sounds like a plan
Assignee | ||
Comment 7•13 years ago
|
||
Hiding the Activity in AndroidManifest so that this can be re-used later when supported.
Attachment #593245 -
Flags: review?(mark.finkle)
Updated•13 years ago
|
Attachment #593245 -
Flags: review?(mark.finkle) → review+
Reporter | ||
Updated•13 years ago
|
status-firefox13:
--- → affected
Keywords: checkin-needed
Assignee | ||
Comment 8•13 years ago
|
||
Assignee | ||
Updated•13 years ago
|
Keywords: checkin-needed
Reporter | ||
Updated•13 years ago
|
Whiteboard: [inbound]
Comment 9•13 years ago
|
||
Status: NEW → RESOLVED
Closed: 13 years ago
Resolution: --- → FIXED
Target Milestone: --- → Firefox 13
Assignee | ||
Comment 10•13 years ago
|
||
Comment on attachment 593245 [details] [diff] [review]
Patch
[Approval Request Comment]
User impact if declined:
User will see a Fennec widget in "Widgets" section of the device. However he will not be able to add any.
Testing completed (on m-c, etc.): Landed on m-c on 02/01
Risk to taking this patch (and alternatives if risky):
None. This just hides exposing the widget.
String changes made by this patch:
None.
Attachment #593245 -
Flags: approval-mozilla-beta?
Attachment #593245 -
Flags: approval-mozilla-aurora?
Updated•13 years ago
|
status-firefox13:
affected → ---
Comment 11•13 years ago
|
||
Comment on attachment 593245 [details] [diff] [review]
Patch
[Triage Comment]
Mobile only - approved for Aurora 12 and Beta 11.
Attachment #593245 -
Flags: approval-mozilla-beta?
Attachment #593245 -
Flags: approval-mozilla-beta+
Attachment #593245 -
Flags: approval-mozilla-aurora?
Attachment #593245 -
Flags: approval-mozilla-aurora+
Comment 12•13 years ago
|
||
status-firefox13:
--- → fixed
Reporter | ||
Updated•13 years ago
|
Keywords: checkin-needed
Assignee | ||
Comment 13•13 years ago
|
||
Reporter | ||
Updated•13 years ago
|
Keywords: checkin-needed
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
•