Closed
Bug 1201181
Opened 9 years ago
Closed 9 years ago
Add "Set a Homepage" item in Settings > Customize > Home
Categories
(Firefox for Android Graveyard :: General, defect)
Tracking
(firefox43 verified)
VERIFIED
FIXED
Firefox 43
Tracking | Status | |
---|---|---|
firefox43 | --- | verified |
People
(Reporter: antlam, Assigned: mhaigh)
References
Details
Attachments
(2 files)
We'll need an item in Settings to allow our users the ability to set/edit their "Homepage" URL.
This will be in Settings > Customize > Home. We can add this underneath the "Panels" list.
Title: Homepage
Subtitle (disabled): Set a link as your Homepage
Subtitle (enabled): *URL*
On press, let's use the simple dialog UI. I've attached a mock for what to include and what not. I think our most similar UI is currently in Chenxia's manual save for our logins work.
Reporter | ||
Comment 1•9 years ago
|
||
NI-ing Martyn here to update the copy in his build :)
Flags: needinfo?(mhaigh)
Reporter | ||
Comment 2•9 years ago
|
||
Note: this just uses default styles from the Android L theme for now -we probably should not be creating anything new here. We can expand to a full page form if we decide to add more functionality later.
Changing me mind about the subtitle...
Title: Set a Homepage
Subtitle: About:home
Subtitle (enabled): URL (Martyn can we do this? I think we had issues before especially factoring in backwards compat issues, LMK)
Assignee | ||
Comment 3•9 years ago
|
||
The new build for this piece of work is here: https://dl.dropboxusercontent.com/u/7163922/Work/1195721.apk
Everything should be to spec. I've not tested on older devices yet, but I have the dynamic subtitle working on my current test device.
Flags: needinfo?(mhaigh) → needinfo?(alam)
Reporter | ||
Comment 4•9 years ago
|
||
Looking good!
Can we get the keyboard to trigger as well when the dialog is launched? It feels weird having to press again to select the input field in the dialog.
Flags: needinfo?(alam) → needinfo?(mhaigh)
Assignee | ||
Comment 5•9 years ago
|
||
Agreed - I've also set it so that the text is selected for the same reasons. Same link: https://dl.dropboxusercontent.com/u/7163922/Work/1195721.apk
Flags: needinfo?(mhaigh) → needinfo?(alam)
Assignee | ||
Comment 7•9 years ago
|
||
Bug 1201181 - Add Set a Homepage item in Settings - Customize - Home; r?mfinkle
Attachment #8660626 -
Flags: review?(mark.finkle)
Comment 8•9 years ago
|
||
Comment on attachment 8660626 [details]
MozReview Request: Bug 1201181 - Add Set a Homepage item in Settings - Customize - Home; r?mfinkle
https://reviewboard.mozilla.org/r/19151/#review17007
::: mobile/android/base/preferences/SetHomepagePreference.java:40
(Diff revision 1)
> + builder.setInverseBackgroundForced(true);
I'm assuming we really want to do this.
Attachment #8660626 -
Flags: review?(mark.finkle) → review+
Assignee | ||
Comment 9•9 years ago
|
||
https://hg.mozilla.org/integration/fx-team/rev/9212e656007346226fea7f34c5c28c59d2bdb3f0
Bug 1201181 - Add "Set a Homepage" item in Settings > Customize > Home; r=mfinkle
Assignee | ||
Comment 10•9 years ago
|
||
>
> ::: mobile/android/base/preferences/SetHomepagePreference.java:40
> (Diff revision 1)
> > + builder.setInverseBackgroundForced(true);
>
> I'm assuming we really want to do this.
Yes - on GB devices the background was black. Setting this makes it inline with other styles in the app and has no affect on later OS releases.
Status: NEW → RESOLVED
Closed: 9 years ago
status-firefox43:
--- → fixed
Resolution: --- → FIXED
Target Milestone: --- → Firefox 43
Comment 12•9 years ago
|
||
Verified as fixed on latest Nightly on both Pad and phone devices.
The new home page that is set is displayed only after a browser restart
Status: RESOLVED → VERIFIED
Assignee: nobody → martyn.haigh+bugzilla
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
•