Closed
Bug 734211
Opened 13 years ago
Closed 13 years ago
Expose API for querying the existence of Sync accounts, creating accounts
Categories
(Firefox for Android Graveyard :: Android Sync, defect, P1)
Tracking
(firefox13 fixed, firefox14 fixed)
RESOLVED
FIXED
mozilla14
People
(Reporter: rnewman, Assigned: rnewman)
References
Details
This will largely entail lifting AccountActivity.createAccount and adding validation, and documenting its assumptions (e.g., about threading).
Also will need an option to ensure that no account already exists, to avoid ending up with two!
While we're here, we can also add a little API to check whether a Sync account exists, and strip that logic out of the main Fennec code.
In the future we can explore additional decoupling.
Assignee | ||
Comment 1•13 years ago
|
||
The beginnings of this:
https://github.com/mozilla-services/android-sync/pull/105
Assignee | ||
Comment 2•13 years ago
|
||
https://hg.mozilla.org/integration/mozilla-inbound/rev/a0df03570b26
Leaving open for any work required for Part 2.
Whiteboard: [Leave open after merge]
Comment 3•13 years ago
|
||
Assignee: nobody → rnewman
Assignee | ||
Updated•13 years ago
|
Assignee: rnewman → nalexander
Priority: P2 → P1
Comment 4•13 years ago
|
||
https://hg.mozilla.org/releases/mozilla-aurora/rev/bccdef36473e
(i assume there is more to add here since the bug was left open. maybe we should open a new bug and close this one?)
status-firefox13:
--- → affected
status-firefox14:
--- → affected
Comment 5•13 years ago
|
||
(In reply to Richard Newman [:rnewman] from comment #2)
> https://hg.mozilla.org/integration/mozilla-inbound/rev/a0df03570b26
>
> Leaving open for any work required for Part 2.
can you file a second bug for part #2 please?
Assignee | ||
Comment 6•13 years ago
|
||
Done!
No longer blocks: 715550
Status: NEW → RESOLVED
Closed: 13 years ago
Resolution: --- → FIXED
Summary: Expose safe account creation API for profile migration → Expose API for querying the existence of Sync accounts, creating accounts
Whiteboard: [Leave open after merge]
Target Milestone: --- → mozilla14
Assignee | ||
Updated•13 years ago
|
Assignee: nalexander → rnewman
Updated•12 years ago
|
Product: Mozilla Services → Android Background Services
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
•