Closed
Bug 1357356
Opened 8 years ago
Closed 8 years ago
Add the capability to open "What's new" page so that the end users get notified for version updates and so on
Categories
(Firefox for Android Graveyard :: General, enhancement)
Tracking
(firefox55 fixed)
RESOLVED
FIXED
Firefox 55
Tracking | Status | |
---|---|---|
firefox55 | --- | fixed |
People
(Reporter: wesley_huang, Assigned: maliu)
References
Details
Attachments
(1 file)
The page will be automatically opened at user's first launch after upgrading.
The target page is configured from kinto server.
Reporter | ||
Updated•8 years ago
|
Blocks: dawn-project-fennec
Comment 1•8 years ago
|
||
Note that we can already trigger a what's new notification via switchboard (experiment: whatsnew-notification). However I think we haven't used this in production yet.
Comment 2•8 years ago
|
||
(In reply to Sebastian Kaspari (:sebastian) from comment #1)
> Note that we can already trigger a what's new notification via switchboard
> (experiment: whatsnew-notification). However I think we haven't used this in
> production yet.
Implemented in bug 1004734.
See Also: → 1004734
Comment hidden (mozreview-request) |
Updated•8 years ago
|
Assignee: nobody → max
Status: NEW → ASSIGNED
Comment 4•8 years ago
|
||
mozreview-review |
Comment on attachment 8863604 [details]
Bug 1357356 - Open aurora transition page once user upgrade from aurora to nightly,
https://reviewboard.mozilla.org/r/135368/#review138420
* Note that we already have code to show a notification with a URL attached for specific versions via Switchboard. Could we use that?
* What's new, One time notifications, end of life messaging - it looks like we want more of those going forward. Is there the opportunity to build something generic?
::: mobile/android/base/java/org/mozilla/gecko/dawn/DawnHelper.java:1
(Diff revision 1)
> +package org.mozilla.gecko.dawn;
nit: License
::: mobile/android/base/java/org/mozilla/gecko/dawn/DawnHelper.java:15
(Diff revision 1)
> +import org.mozilla.gecko.R;
> +import org.mozilla.gecko.Tabs;
> +
> +import java.util.Locale;
> +
> +public class DawnHelper {
Someone who starts tomorrow will have no idea what this class is about. Can we find a better name? Or at least add a big javadoc explaining what this is about?
Attachment #8863604 -
Flags: review?(s.kaspari) → review+
Comment hidden (mozreview-request) |
Comment hidden (mozreview-request) |
Pushed by max@mxli.us:
https://hg.mozilla.org/integration/autoland/rev/c219c4a401b0
Open aurora transition page once user upgrade from aurora to nightly, r=sebastian
Comment 8•8 years ago
|
||
bugherder |
Status: ASSIGNED → RESOLVED
Closed: 8 years ago
Resolution: --- → FIXED
Target Milestone: --- → Firefox 55
Assignee | ||
Comment 10•7 years ago
|
||
Yes, would you help to file a follow up bug to remove it please? Thanks! :)
Flags: needinfo?(max)
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
•