Closed
Bug 1112325
Opened 10 years ago
Closed 10 years ago
Periodic update last synced value in the Remote Tabs home panel
Categories
(Firefox for Android Graveyard :: General, defect)
Tracking
(firefox40 fixed)
RESOLVED
FIXED
Firefox 40
Tracking | Status | |
---|---|---|
firefox40 | --- | fixed |
People
(Reporter: nalexander, Assigned: nalexander, Mentored)
References
Details
Attachments
(1 file, 1 obsolete file)
Over in Bug 1096669, vivek made the Firefox Account status screen update every minute, so that the "last synced" timestamp reflected when we did in fact sync last. This ticket tracks doing the same for the Remote Tabs home panel.
Notes:
1) this is not forcing a sync, it's just updating the UI to reflect the current value;
2) we need to take care that we only update the UI when it's visible.
I would like to patch this bug. Can you provide with some mxr/dxr links?
Assignee | ||
Comment 2•10 years ago
|
||
(In reply to Manu Jain from comment #1)
> I would like to patch this bug. Can you provide with some mxr/dxr links?
Yes! The relevant Home Panel is at [1]. I realize now that I haven't landed the work from the earlier bug yet (Christmas holiday has delayed things), but you can look at [2] for how vivek did the first version of this work. It's a scheduled Runnable that updates the UI; you'll need to do similar.
[1] http://dxr.mozilla.org/mozilla-central/source/mobile/android/base/home/RemoteTabsExpandableListFragment.java
[2] https://bugzilla.mozilla.org/attachment.cgi?id=8534677
Assignee | ||
Updated•10 years ago
|
Mentor: vivekb.balakrishnan
Assignee | ||
Comment 3•10 years ago
|
||
/r/6627 - Bug 1112325 - Update 'Last synced:' timestamp in Remote Tabs home panel every minute. r=vivek
Pull down this commit:
hg pull -r 44eefeacecbead3ead95ff8a961637eb097388df https://reviewboard-hg.mozilla.org/gecko/
Assignee | ||
Comment 4•10 years ago
|
||
Comment on attachment 8588158 [details]
MozReview Request: bz://1112325/nalexander
/r/6627 - Bug 1112325 - Update 'Last synced:' timestamp in Remote Tabs home panel every minute. r=vivek
Pull down this commit:
hg pull -r 44eefeacecbead3ead95ff8a961637eb097388df https://reviewboard-hg.mozilla.org/gecko/
Attachment #8588158 -
Flags: review?(nalexander)
Assignee | ||
Comment 5•10 years ago
|
||
Comment on attachment 8588158 [details]
MozReview Request: bz://1112325/nalexander
vivek: hey, do you want the review for this? Can you see the RB link (it may be private)?
It's copy-paste of your code from Bug 1096669 and tweaks for the Home Panel.
Attachment #8588158 -
Flags: review?(nalexander) → review?(vivekb.balakrishnan)
Comment 6•10 years ago
|
||
Comment on attachment 8588158 [details]
MozReview Request: bz://1112325/nalexander
looks good to me
Attachment #8588158 -
Flags: review?(vivekb.balakrishnan) → review+
Assignee | ||
Comment 7•10 years ago
|
||
Comment 8•10 years ago
|
||
Assignee: nobody → nalexander
Status: NEW → RESOLVED
Closed: 10 years ago
status-firefox40:
--- → fixed
Resolution: --- → FIXED
Target Milestone: --- → Firefox 40
Assignee | ||
Comment 9•9 years ago
|
||
Attachment #8588158 -
Attachment is obsolete: true
Attachment #8618932 -
Flags: review+
Assignee | ||
Comment 10•9 years ago
|
||
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
•