Closed Bug 961135 Opened 11 years ago Closed 10 years ago

Firefox Accounts Setup (Account Creation) - needs a larger year range

Categories

(Firefox for Android Graveyard :: Android Sync, defect)

Firefox 29
ARM
Android
defect
Not set
normal

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]?

:(
Whiteboard: [qa+]
Blocks: 799726
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).
Closed by Bug 951264.
Status: NEW → RESOLVED
Closed: 10 years ago
Resolution: --- → FIXED
Verified fixed on:
Build: Firefox for Android 29.0a1 (2013-01-22)
Device: Samsung Galaxy Nexus (Android 4.2.1)
Status: RESOLVED → 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)
Flags: needinfo?(nobody)
Product: Android Background Services → Firefox for Android
Product: Firefox for Android → Firefox for Android Graveyard
You need to log in before you can comment on or make changes to this bug.