Closed
Bug 1253280
Opened 9 years ago
Closed 7 years ago
Content notifications: Check for subscribe-able site
Categories
(Firefox for Android Graveyard :: General, defect)
Tracking
(Not tracked)
RESOLVED
WONTFIX
People
(Reporter: sebastian, Unassigned)
References
Details
In bug 1238087 we implemented content notifications with the following logic for subscribing/unsubscribing:
After device reboot or app start: Reset timers and set the following new timers:
* After 15 minutes check for websites that we should not be subscribed to anymore. Then repeat every day.
* After 30 minutes check for new websites that we can subscribe to. Then repeat every day.
-> The list of subscriptions is updated once a day. It might happen more often if the app is started more often (cold app start) because we reset the timers.
Reporter | ||
Updated•9 years ago
|
Reporter | ||
Updated•9 years ago
|
Reporter | ||
Comment 1•9 years ago
|
||
Also see bug 1248901: The JobScheduler API would allow us to use something more sensible like "Run this every X but only if you have a WiFi connection; Otherwise wait for WiFi to be available. And if this fails then retry after Y."
Reporter | ||
Comment 2•7 years ago
|
||
Content notification code was removed in bug 1396604.
Status: NEW → RESOLVED
Closed: 7 years ago
Resolution: --- → WONTFIX
Assignee | ||
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
•