========
5dec5a7929
Author: Nick Alexander <nalexander@mozilla.com>
Date: Wed Dec 17 18:03:44 2014 -0800
Bug 956444 - Post: Persist fetch timestamp on 404.
I imported and modified your old code; this looks like an oversight from
there, but I want to call it out. If we don't persist the timestamp,
then the stamp persisted to config is always -1, meaning we GET (and
404) the credentials on every sync. You have code to compare
info/collections against the fetched timestamp so I think we should
persist even on 404.
========
520341ce66
Author: Richard Newman <rnewman@twinql.com>
Date: Thu Jan 2 20:44:58 2014 -0800
Bug 956444 - Part 2: Fetch and process meta/fxa_credentials migration sentinel.
This adds a Sync stage that tries to create a new Firefox Account in the
MigratedFromSync11 state when a known migration sentinel is seen.
========
2f4ea5c14b
Author: Nick Alexander <nalexander@mozilla.com>
Date: Fri Dec 12 16:44:25 2014 -0800
Bug 956444 - Part 1: Add informMigrated callback.
GlobalSession and Sync stages don't have access to the Android Account
object. This callback maintains the existing information hiding.
========
11a8f6c1ef
Author: Nick Alexander <nalexander@mozilla.com>
Date: Fri Dec 12 16:26:02 2014 -0800
Bug 956444 - Pre: Unpickle accounts during package upgrade.
This makes it a little easier to test: you can |adb push| or |adb shell
echo ''| a known sync.accounts.json file onto device and then re-install
the package to restore a known Sync Account.