Closed
Bug 809974
Opened 13 years ago
Closed 13 years ago
Populate the Device Information->Last Updated field with the last update date/time
Categories
(Firefox OS Graveyard :: Gaia::Settings, defect, P1)
Firefox OS Graveyard
Gaia::Settings
Tracking
(blocking-basecamp:+, firefox19 fixed, firefox20 fixed, b2g18 fixed)
People
(Reporter: lsblakk, Assigned: marshall)
References
Details
(Keywords: b2g-testdriver, unagi)
Attachments
(2 files)
I say date/time in here because we might have more than one update in a day so seeing 11-05/12:52 vs 11-05/2:43 would help with knowing what a stable channel user is on.
We'll need this more once we have FOTA enabled and users have to go from update to update in a linear fashion. It will tell us a) how far away from 'done' the update path is and b) allow the testers an at-a-glance way to talk about what update they are on that is not the build id (most people in the test community will not know what to do with a build id).
Gaia triage : LAst Updated field is there. We would need to fix or remove. blocking +, P1.
blocking-basecamp: ? → +
Priority: -- → P1
Updated•13 years ago
|
Component: Gaia → Gaia::Settings
Reporter | ||
Updated•13 years ago
|
Target Milestone: --- → B2G C1 (to 19nov)
Assignee | ||
Comment 3•13 years ago
|
||
This sets a pref and setting, which Gaia uses to show in "Last Updated" under
the Settings app in "Device Info".
Attachment #684093 -
Flags: review?(fabrice)
Comment 4•13 years ago
|
||
Comment on attachment 684093 [details] [diff] [review]
last update installed - v1
Review of attachment 684093 [details] [diff] [review]:
-----------------------------------------------------------------
Why do we need both the pref and the setting?
::: b2g/components/UpdatePrompt.js
@@ +152,5 @@
> },
>
> showUpdateHistory: function UP_showUpdateHistory(aParent) { },
> + showUpdateInstalled: function UP_showUpdateInstalled() {
> + let installed = new Date().getTime();
Nit: use Date.now();
Attachment #684093 -
Flags: review?(fabrice) → review+
Assignee | ||
Comment 5•13 years ago
|
||
Comment 6•13 years ago
|
||
Status: NEW → RESOLVED
Closed: 13 years ago
Resolution: --- → FIXED
Assignee | ||
Comment 7•13 years ago
|
||
Attachment #686615 -
Flags: review?(kaze)
Assignee | ||
Comment 8•13 years ago
|
||
Reopening for gaia pull request as well
Status: RESOLVED → REOPENED
Resolution: FIXED → ---
Comment 9•13 years ago
|
||
Comment on attachment 686615 [details] [review]
Gaia pull request 6560
Per Github comments re-assigning Evelyn for review.
Attachment #686615 -
Flags: review?(kaze) → review?(ehung)
Comment 10•13 years ago
|
||
Comment on attachment 686615 [details] [review]
Gaia pull request 6560
r=me, r+ with comment addressed.
Attachment #686615 -
Flags: review?(ehung) → review+
Comment 11•13 years ago
|
||
Status: REOPENED → RESOLVED
Closed: 13 years ago → 13 years ago
Resolution: --- → FIXED
Updated•12 years ago
|
Keywords: checkin-needed
Comment 12•12 years ago
|
||
https://hg.mozilla.org/releases/mozilla-aurora/rev/fcfcf8f40472
https://hg.mozilla.org/releases/mozilla-b2g18/rev/66f5143457d0
status-b2g18:
--- → fixed
status-firefox19:
--- → fixed
status-firefox20:
--- → fixed
Keywords: checkin-needed
Updated•12 years ago
|
Attachment mime type: text/plain → text/x-github-pull-request
You need to log in
before you can comment on or make changes to this bug.
Description
•