Closed
Bug 800271
Opened 13 years ago
Closed 13 years ago
B2G STKUI: Add support to STK_CMD_SET_UP_IDLE_MODE_TEXT
Categories
(Firefox OS Graveyard :: Gaia, defect)
Tracking
(blocking-basecamp:-)
VERIFIED
FIXED
blocking-basecamp | - |
People
(Reporter: frsela, Assigned: frsela)
References
()
Details
Attachments
(3 files, 1 obsolete file)
2.55 KB,
patch
|
vingtetun
:
review+
vingtetun
:
approval-gaia-v1+
|
Details | Diff | Splinter Review |
360 bytes,
text/html
|
Details | |
759 bytes,
patch
|
vingtetun
:
approval-gaia-v1+
|
Details | Diff | Splinter Review |
Add support to STK_CMD_SET_UP_IDLE_MODE_TEXT on STK app.
Assignee | ||
Updated•13 years ago
|
Assignee | ||
Updated•13 years ago
|
blocking-basecamp: --- → ?
Assignee | ||
Comment 1•13 years ago
|
||
As Yoshi informed me:
SET_UP_IDLE_MODE_TEXT is to show the text in idle mode (i.e. screen off),
whereas REFRESH is to tell ME to remove the idle mode text()
Assignee | ||
Comment 2•13 years ago
|
||
I'd been talking with Rafael and we decided to show this messages with the attention screen (notifications) and ignore REFRESH command to remove it since it'll be removed automatically when the users attends the message.
Assignee | ||
Comment 4•13 years ago
|
||
(In reply to Fernando R. Sela from comment #2)
> I'd been talking with Rafael and we decided to show this messages with the
> attention screen (notifications) and ignore REFRESH command to remove it
> since it'll be removed automatically when the users attends the message.
To clarify, REFRESH won't be ignored, I talked with Beatriz and we shall follow the specs so we should remove the notification message.
Assignee | ||
Comment 5•13 years ago
|
||
This is a preview since this patch is asking the user to ALLOW the notification and shall be transparent to him.
Also it's needed to add a remove method but I'm not sure if remove is supported by mozNotification ...
Attachment #671809 -
Flags: feedback?(21)
Assignee | ||
Updated•13 years ago
|
Assignee: nobody → frsela
Assignee | ||
Comment 6•13 years ago
|
||
Comment on attachment 671809 [details] [diff] [review]
Patch to support IDLE messages commands
The issue with permissions had been solved in my handset, I think this patch is prepared to land.
The message remove is pending (TODO)
----
NOTE: If blocking-basecamp+ is set, just land it for now.
[Approval Request Comment]
Bug caused by (feature/regressing bug #):
User impact if declined:
Testing completed:
Risk to taking this patch (and alternatives if risky):
Attachment #671809 -
Flags: feedback?(21) → review?(21)
Comment 7•13 years ago
|
||
Per b2g-drivers, no feature work will be marked as blocking, and require driver approval to land. Marking as blocking-, please get approval from Vivien before landing.
blocking-basecamp: ? → -
Comment 8•13 years ago
|
||
Fernando, Please explain why this would depend on 782211. Removing for now.
No longer depends on: 782211
Assignee | ||
Comment 9•13 years ago
|
||
(In reply to Doug Turner (:dougt) from comment #8)
> Fernando, Please explain why this would depend on 782211. Removing for now.
We need the improvements on 782211 in order to be able to remove notifications when the REFRESH command is sent by the UICC.
But after the discussion in the webapi list this won't be landed before V1 so I agree to remove this dependency.
Assignee | ||
Comment 10•13 years ago
|
||
Comment on attachment 671809 [details] [diff] [review]
Patch to support IDLE messages commands
Hi Vivien,
It's pending the remove notification on REFRESH command but I think we cann't support it now since mozNotification API don't support it ... probably in next release we can support this one.
Now is commented as TO-DO. In order to avoid "noise" changing the patch for only this comment I ask you for approval to land it and I'll rebase it and also change this comment to a more clear one before the final land :p
--
NOTE: If blocking-basecamp+ is set, just land it for now.
[Approval Request Comment]
Bug caused by (feature/regressing bug #):
User impact if declined:
Testing completed:
Risk to taking this patch (and alternatives if risky):
Attachment #671809 -
Flags: approval-gaia-master?(21)
Comment 11•13 years ago
|
||
Comment on attachment 671809 [details] [diff] [review]
Patch to support IDLE messages commands
Review of attachment 671809 [details] [diff] [review]:
-----------------------------------------------------------------
Part of of a late feature work. This code only alters the behavior of the icc part of settings with small changes. a=me.
Attachment #671809 -
Flags: review?(21)
Attachment #671809 -
Flags: review+
Attachment #671809 -
Flags: approval-gaia-master?(21)
Attachment #671809 -
Flags: approval-gaia-master+
Comment 12•13 years ago
|
||
(In reply to Doug Turner (:dougt) from comment #8)
> Fernando, Please explain why this would depend on 782211. Removing for now.
I believe this is because they want to use notification.close.
Assignee | ||
Comment 13•13 years ago
|
||
Patch approved. PR link
Assignee | ||
Comment 14•13 years ago
|
||
Attachment #673816 -
Attachment is obsolete: true
Assignee | ||
Comment 15•13 years ago
|
||
Merged: https://github.com/mozilla-b2g/gaia/pull/5928
https://github.com/mozilla-b2g/gaia/commit/b98fb062612ee58fefdeebc27c0d42c3751dcaf2
Status: NEW → RESOLVED
Closed: 13 years ago
Resolution: --- → FIXED
Assignee | ||
Comment 16•13 years ago
|
||
A little syntax fix
--
NOTE: If blocking-basecamp+ is set, just land it for now.
[Approval Request Comment]
Bug caused by (feature/regressing bug #):
User impact if declined:
Testing completed:
Risk to taking this patch (and alternatives if risky):
Attachment #673835 -
Flags: approval-gaia-master?(21)
Attachment #673835 -
Flags: approval-gaia-master?(21) → approval-gaia-master+
Comment 17•13 years ago
|
||
fix verified in Build 20130113070202 - the text in shown when in idle mode
Status: RESOLVED → VERIFIED
You need to log in
before you can comment on or make changes to this bug.
Description
•