Closed
Bug 961135
Opened 11 years ago
Closed 11 years ago
Firefox Accounts Setup (Account Creation) - needs a larger year range
Categories
(Firefox for Android Graveyard :: Android Sync, defect)
Tracking
(firefox29 verified)
VERIFIED
FIXED
Tracking | Status | |
---|---|---|
firefox29 | --- | verified |
People
(Reporter: aaronmt, Unassigned)
References
Details
(Whiteboard: [qa+])
https://github.com/mozilla-services/android-sync/blob/nalexander/fxa-ui/src/main/java/org/mozilla/gecko/fxa/activities/FxAccountCreateAccountActivity.java#L87
final String[] years = new String[20];
for (int i = 0; i < years.length; i++) {
years[i] = Integer.toString(2014 - i);
}
[20]?
:(
Updated•11 years ago
|
Whiteboard: [qa+]
Comment 1•11 years ago
|
||
Oh, yeah, unimplemented and not checked. Just got out of UX meeting to figure out what year range should be and what lock out behaviour is on Android.
Answer: chunked year ranges:
1960s or before
1970s
1980s
1990s
2000
2001
...
2007
and a brief lockout (10 minutes at the start).
Comment 2•11 years ago
|
||
Closed by Bug 951264.
Status: NEW → RESOLVED
Closed: 11 years ago
Resolution: --- → FIXED
Comment 3•11 years ago
|
||
Verified fixed on:
Build: Firefox for Android 29.0a1 (2013-01-22)
Device: Samsung Galaxy Nexus (Android 4.2.1)
Updated•11 years ago
|
Status: RESOLVED → VERIFIED
Reporter | ||
Updated•11 years ago
|
status-firefox29:
--- → verified
(In reply to Teodora Vermesan (:TeoVermesan) from comment #3)
> Verified fixed on:
> Build: Firefox for Android 29.0a1 (2013-01-22)
> Device: Samsung Galaxy Nexus (Android 4.2.1)
Flags: needinfo?(nobody)
Updated•7 years ago
|
Product: Android Background Services → Firefox for Android
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
•