Closed
Bug 1244020
Opened 10 years ago
Closed 10 years ago
[TV][2.5] Reset and no longer count "open times" after app was added
Categories
(Firefox OS Graveyard :: Gaia::TV::System, defect)
Tracking
(feature-b2g:2.5+, b2g-v2.5 fixed, b2g-master fixed)
VERIFIED
FIXED
| feature-b2g | 2.5+ |
People
(Reporter: rickychien, Assigned: rickychien)
Details
(Whiteboard: [ft:conndevices])
Attachments
(3 files)
According UX spec P.29 as attachment, we should reset and no longer count "open times" after app was added because it will run into a weird scenario when user opens up website's preview window in X times and add and then remove that website by option key. Once user removes that website will close preview window instantly and prompt the "Add {app name} to Apps?" dialog after then. It's an unintuitive use case should be fixed.
Updated•10 years ago
|
feature-b2g: --- → 2.5+
| Assignee | ||
Updated•10 years ago
|
Summary: [TV] Reset and no longer count "open times" after app was added → [TV][2.5] Reset and no longer count "open times" after app was added
Comment 1•10 years ago
|
||
| Assignee | ||
Updated•10 years ago
|
Attachment #8714834 -
Flags: review?(lchang)
Comment 2•10 years ago
|
||
Comment on attachment 8714834 [details] [review]
[gaia] rickychien:reset-open-times > mozilla-b2g:master
Two comments:
1. Could you write a function for resetting the counter in PreviewWindow?
2. Make the timing more consistent. (e.q. right before showing "added to apps")
Attachment #8714834 -
Flags: review?(lchang)
| Assignee | ||
Updated•10 years ago
|
Attachment #8714834 -
Flags: review?(lchang)
Comment 3•10 years ago
|
||
Comment on attachment 8714834 [details] [review]
[gaia] rickychien:reset-open-times > mozilla-b2g:master
Good to go!
Attachment #8714834 -
Flags: review?(lchang) → review+
| Assignee | ||
Comment 4•10 years ago
|
||
Landed in master:
https://github.com/mozilla-b2g/gaia/commit/14ab87ef3ac912a949da1d214eb875c5798246a5
Status: ASSIGNED → RESOLVED
Closed: 10 years ago
Resolution: --- → FIXED
| Assignee | ||
Comment 5•10 years ago
|
||
Comment on attachment 8714834 [details] [review]
[gaia] rickychien:reset-open-times > mozilla-b2g:master
[Approval Request Comment]
[Bug caused by] (feature/regressing bug #): new feature
[User impact] if declined: minor
[Testing completed]: verified manually on simulator
[Risk to taking this patch] (and alternatives if risky): none
[String changes made]: none
Attachment #8714834 -
Flags: approval-gaia-v2.5?
| Assignee | ||
Comment 6•10 years ago
|
||
[Approval Request Comment]
[Bug caused by] (feature/regressing bug #): new feature
[User impact] if declined: minor
[Testing completed]: verified manually on simulator
[Risk to taking this patch] (and alternatives if risky): none
[String changes made]: none
Attachment #8715637 -
Flags: approval-gaia-v2.5?
| Assignee | ||
Updated•10 years ago
|
Attachment #8714834 -
Flags: approval-gaia-v2.5?
| Assignee | ||
Comment 7•10 years ago
|
||
Please apply to v2.5 by this patch:
curl -L https://github.com/rickychien/gaia/commit/dd27921c5a851bf5805da3a87e59de9aa88c0d94.patch | git am
Updated•10 years ago
|
Whiteboard: [ft:conndevices]
Updated•10 years ago
|
status-b2g-v2.5:
--- → affected
status-b2g-master:
--- → fixed
Comment 8•10 years ago
|
||
Comment on attachment 8715637 [details]
patch uplifts to v2.5
Approve for TV 2.5
Attachment #8715637 -
Flags: approval-gaia-v2.5? → approval-gaia-v2.5+
| Assignee | ||
Comment 9•10 years ago
|
||
For uplifting to v2.5:
curl -L https://github.com/rickychien/gaia/commit/dd27921c5a851bf5805da3a87e59de9aa88c0d94.patch | git am
Flags: needinfo?(cbook)
Comment 10•10 years ago
|
||
Hi Ricky, i did this and got :
Applying: Bug 1244020 - [TV][2.5] Reset preview window open times
error: patch failed: tv_apps/smart-system/js/app_install_manager.js:45
error: tv_apps/smart-system/js/app_install_manager.js: patch does not apply
Patch failed at 0001 Bug 1244020 - [TV][2.5] Reset preview window open times
The copy of the patch that failed is found in: .git/rebase-apply/patch
When you have resolved this problem, run "git am --continue".
If you prefer to skip this patch, run "git am --skip" instead.
To restore the original branch and stop patching, run "git am --abort".
Flags: needinfo?(cbook) → needinfo?(rchien)
| Assignee | ||
Comment 11•10 years ago
|
||
curl -L https://github.com/rickychien/gaia/commit/6f1847582a080856c4c9cc669618a6b6a839e46c.patch | git am
Flags: needinfo?(rchien) → needinfo?(cbook)
Comment 12•10 years ago
|
||
Flags: needinfo?(cbook)
Comment 13•10 years ago
|
||
We verified on simulator version 2.6.20160221014426.
gaia:
https://github.com/mozilla-b2g/gaia/commit/a6ecae635719115aa72465efe522fdced3dd1d70
gecko:
https://hg.mozilla.org/mozilla-central/rev/af6356a3e8c56036b74ba097395356d9c6e6c5a3
If the user presses “Add”, the content will be add to “Web Apps” and the notification "Press option to ADD to APPS" will no longer appear.
Status: RESOLVED → VERIFIED
You need to log in
before you can comment on or make changes to this bug.
Description
•