Closed
Bug 929352
Opened 11 years ago
Closed 11 years ago
[Gaia][NFC] Implementing shrinking in AppWindow
Categories
(Firefox OS Graveyard :: NFC, defect)
Tracking
(blocking-b2g:1.3+)
People
(Reporter: gweng, Assigned: gweng)
References
Details
Attachments
(1 file, 1 obsolete file)
+++ This bug was initially created as a clone of Bug #920882 +++
When users try to share URL/vCards/image/video via NFC tag function, shrinking UI is needed to indicate the sharing process has been started.
Assignee | ||
Updated•11 years ago
|
Assignee: nobody → gweng
OS: Mac OS X → Gonk (Firefox OS)
Hardware: x86 → ARM
Assignee | ||
Comment 1•11 years ago
|
||
This bug will provide a implemenet for the UX spec, and will update with a WIP patch first to demo the current visual effects.
Assignee | ||
Comment 2•11 years ago
|
||
In AppWindow, expose 3 methods:
* shirnkingStart - make the window tilted and capture touch events for sending
* shirnkingStop - make the window tilted back and stop capturing touch events
* shirnking - let users detect whether the window is shirnking
In WindowManager, hook these events:
* 'nfc-enable' - long press the home key to trigger this dummy event and demo the visual effect
* 'screenchange', 'holdsleep' - to let the window tilt back when the phone black out
Attachment #823228 -
Flags: feedback?(alive)
Comment 3•11 years ago
|
||
Comment on attachment 823228 [details] [review]
WIP patch
Canceling first.
Attachment #823228 -
Flags: feedback?(alive)
Assignee | ||
Comment 4•11 years ago
|
||
Use the new addMix method to mix a standalone ShrinkingUI implementation to AppWindow. However, in current master the method doesn't exist so I add it manually for the demo purpose.
Attachment #825172 -
Flags: feedback?(alive)
Assignee | ||
Updated•11 years ago
|
Attachment #823228 -
Attachment is obsolete: true
Comment 5•11 years ago
|
||
Comment on attachment 825172 [details] [review]
WIP patch
Some more nits.
Attachment #825172 -
Flags: feedback?(alive) → feedback+
Comment 6•11 years ago
|
||
It looks like a 1.3+ for me. Ken, what do you think?
blocking-b2g: --- → 1.3?
Flags: needinfo?(kchang)
Comment 8•11 years ago
|
||
It seems better to finish this bug before sprint5. If you think it isn't reasonable, please update target milestone.
Updated•11 years ago
|
Target Milestone: --- → 1.3 Sprint 5 - 11/22
Updated•11 years ago
|
Whiteboard: [FT:RIL, 1.3:p1] → [FT:RIL]
Comment 9•11 years ago
|
||
Close this bug.
Hi Greg, please move you patch to bug 920882 used for tracking shrinking UI function. Thanks
Status: NEW → RESOLVED
Closed: 11 years ago
Resolution: --- → DUPLICATE
Updated•11 years ago
|
Whiteboard: [FT:RIL]
You need to log in
before you can comment on or make changes to this bug.
Description
•