Closed
Bug 965867
Opened 12 years ago
Closed 12 years ago
Update final URLs for Android Firefox Accounts landing
Categories
(Firefox for Android Graveyard :: Android Sync, defect, P1)
Firefox for Android Graveyard
Android Sync
Tracking
(firefox29 verified)
VERIFIED
FIXED
Firefox 29
| Tracking | Status | |
|---|---|---|
| firefox29 | --- | verified |
People
(Reporter: nalexander, Assigned: nalexander)
References
Details
(Whiteboard: [qa+])
Attachments
(1 file)
We need to rev all of our URLs for final sign off: Old Firefox, Terms of Service, Privacy Notice, Forgot password?, etc.
Per discussion in Bug 965376, we're going to take these URLs away from localizers, so we can rev them freely.
Updated•12 years ago
|
Whiteboard: [qa+]
Comment 1•12 years ago
|
||
COPPA fail (aka Sorry Kiddo) Learn more link links to:
http://www.consumer.ftc.gov/articles/0031-protecting-your-childs-privacy-online
Wireframe: https://www.dropbox.com/s/eey1e27k8uzbys4/Sorry%20Kiddo.pdf
Comment 2•12 years ago
|
||
Per 959849, "Using an older version of Sync?" links in Android should point at https://support.mozilla.org/1/mobile/%VERSION%/%OS%/%LOCALE%/old-sync
| Assignee | ||
Comment 3•12 years ago
|
||
New code generates links that will look like:
I FxAccounts(372) fennec_nalexander :: FxAccountGetStartedActivity :: $$FxA PII$$: Old Firefox url is: https://support.mozilla.org/1/mobile/24.0a1/Android/en-US/old-sync
| Assignee | ||
Comment 4•12 years ago
|
||
This makes the strings look like:
<!-- Firefox Account links. -->
<!-- https://support.mozilla.org/1/mobile/%VERSION%/%OS%/%LOCALE%/old-sync -->
<string name="fxaccount_link_old_firefox">https://support.mozilla.org/1/mobile/&formatS1;/&formatS2;/&formatS3;/old-sync</string>
<string name="fxaccount_link_create_not_allowed">http://www.consumer.ftc.gov/articles/0031-protecting-your-childs-privacy-online</string>
<string name="fxaccount_link_tos">https://accounts.firefox.com/legal/terms</string>
<string name="fxaccount_link_pn">https://accounts.firefox.com/legal/privacy</string>
<string name="fxaccount_link_forgot_password">https://accounts.firefox.com/reset_password</string>
Attachment #8368118 -
Flags: review?(rnewman)
Attachment #8368118 -
Flags: feedback?(rlord)
Attachment #8368118 -
Flags: feedback?(rfeeley)
| Assignee | ||
Comment 5•12 years ago
|
||
s/strings/URLs/
| Assignee | ||
Updated•12 years ago
|
Assignee: nobody → nalexander
Status: NEW → ASSIGNED
| Assignee | ||
Comment 6•12 years ago
|
||
Note to lander: this needs formatS3 added to mobile/android/base/strings.xml.in.
Comment 7•12 years ago
|
||
Comment on attachment 8368118 [details] [review]
github PR
Nits on GH.
Attachment #8368118 -
Flags: review?(rnewman) → review+
| Assignee | ||
Comment 8•12 years ago
|
||
Whiteboard: [qa+] → [qa+][fixed in services]
Comment 9•12 years ago
|
||
Status: ASSIGNED → RESOLVED
Closed: 12 years ago
Resolution: --- → FIXED
Whiteboard: [qa+][fixed in services] → [qa+]
Target Milestone: --- → Firefox 29
Comment 10•12 years ago
|
||
The corrects links are implemented in the nightly build! Setting this as Verified Fixed.
PS: Some of the links are blanks - not having content
Device: Galaxy Nexus
OS: Android 4.3
Build: 01/31
Status: RESOLVED → VERIFIED
status-firefox29:
--- → verified
| Assignee | ||
Comment 11•12 years ago
|
||
Comment on attachment 8368118 [details] [review]
github PR
Done, landed, shipped, so clearing f? requests.
Attachment #8368118 -
Flags: feedback?(rlord)
Attachment #8368118 -
Flags: feedback?(rfeeley)
Updated•8 years ago
|
Product: Android Background Services → Firefox for Android
Updated•5 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
•