Closed
Bug 1366674
Opened 8 years ago
Closed 7 years ago
(photon) Indicator on splash screen when first time open
Categories
(Firefox for Android Graveyard :: General, defect)
Firefox for Android Graveyard
General
Tracking
(firefox56 fixed, firefox57 verified)
VERIFIED
FIXED
Firefox 56
People
(Reporter: wesley_huang, Assigned: cnevinchen)
References
Details
User Story
Visual spec: https://drive.google.com/file/d/0B-9PIePlQZRldk9INm9TUXBkcWs/view?usp=sharing Splash screen spec is on p.16 p.17 Assets - https://drive.google.com/open?id=0B-9PIePlQZRlbGJ6RWp6bkl5RU0 Motion: https://drive.google.com/open?id=0B1V1eo-I8g3deUxOTU5OQ2xfN2c
Attachments
(1 file)
No description provided.
Assignee | ||
Updated•7 years ago
|
Assignee: nobody → cnevinchen
Updated•7 years ago
|
User Story: (updated)
Assignee | ||
Comment 1•7 years ago
|
||
Add some spec about Splash Screen (TBD)
1. Is only displayed when non-Java UI
2. If displayed, the minimum display time is 0.5 sec, maximum display time is 2 sec.
3. When web page render completes, splash screen will hide automatically.
Comment hidden (mozreview-request) |
Updated•7 years ago
|
User Story: (updated)
Assignee | ||
Comment 3•7 years ago
|
||
Hi Carol
May I know is motion also a requirement now? Or we're still investigating?
Flags: needinfo?(chuang)
Comment hidden (mozreview-request) |
Comment 5•7 years ago
|
||
Hi Nevin,
We only need to add the static logo for the screen. the prototype link is only demo on how it looks like after we add the splash screen. thank you!
Flags: needinfo?(chuang)
Updated•7 years ago
|
User Story: (updated)
Updated•7 years ago
|
User Story: (updated)
Updated•7 years ago
|
User Story: (updated)
Updated•7 years ago
|
User Story: (updated)
Comment hidden (mozreview-request) |
Comment hidden (mozreview-request) |
Comment hidden (mozreview-request) |
Comment 9•7 years ago
|
||
mozreview-review |
Comment on attachment 8877090 [details]
Bug 1366674 - Add Splash Screen.
https://reviewboard.mozilla.org/r/148420/#review156550
LGTM
::: mobile/android/base/java/org/mozilla/gecko/BrowserApp.java:2789
(Diff revision 5)
> + // But if GeckoThread.isRunning, the will be 0 sec for web rendering.
> + // In that case, we don't want to show the SlashScreen/
> + if (showSplashScreen && !GeckoThread.isRunning()) {
> +
> + final ViewGroup main = (ViewGroup) findViewById(R.id.main_layout);
> + View splashLayout = LayoutInflater.from(this).inflate(R.layout.splash_screen, main);
nit: final
Attachment #8877090 -
Flags: review?(max) → review+
Comment hidden (mozreview-request) |
Comment 11•7 years ago
|
||
Pushed by nechen@mozilla.com:
https://hg.mozilla.org/integration/autoland/rev/7c6658c33dc6
Add Splash Screen. r=maliu
Backed out for android build bustage like https://treeherder.mozilla.org/logviewer.html#?job_id=109304017&repo=autoland
https://hg.mozilla.org/integration/autoland/rev/8d9491c67cfb13ba92f15955821d5c16746fce17
Flags: needinfo?(cnevinchen)
Comment hidden (mozreview-request) |
Comment 14•7 years ago
|
||
Pushed by nechen@mozilla.com:
https://hg.mozilla.org/integration/autoland/rev/ccc2926a42d6
Add Splash Screen. r=maliu
Comment 15•7 years ago
|
||
Backout by cbook@mozilla.com:
https://hg.mozilla.org/integration/autoland/rev/8e4d3c5d8e2d
Backed out changeset ccc2926a42d6 for breaking android builds
Comment 16•7 years ago
|
||
hi, had to back this out for breaking android like https://treeherder.mozilla.org/logviewer.html#?job_id=109526334&repo=autoland
Assignee | ||
Updated•7 years ago
|
Flags: needinfo?(cnevinchen)
Keywords: checkin-needed
Comment hidden (mozreview-request) |
Comment 18•7 years ago
|
||
Pushed by ryanvm@gmail.com:
https://hg.mozilla.org/integration/autoland/rev/9f1c4935f15c
Add Splash Screen. r=maliu
Keywords: checkin-needed
Comment 19•7 years ago
|
||
bugherder |
Status: NEW → RESOLVED
Closed: 7 years ago
status-firefox56:
--- → fixed
Resolution: --- → FIXED
Target Milestone: --- → Firefox 56
Comment 20•7 years ago
|
||
Verified as fixed on Nightly 57 (2017-08-27).
The splash screen works by the rules specified in Comment 1:
-only displayed when non-Java UI
-if displayed, the minimum display time is 0.5 sec, maximum display time is 2 sec.
-when web page render completes, splash screen will hide automatically.
Devices:
Prestigio Grace X5 (Android 4.4.2)
Huawei Honor 5X (Android 5.1.1)
HTC Desire 820 (Android 6.0.1)
Huawei MediaPad M2 (Android 5.1.1)
Status: RESOLVED → VERIFIED
status-firefox57:
--- → verified
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
•