gecko/mobile/android/base/sync
Nick Alexander 87f7b029e9 Bug 787249: Fix Android Sync integration tests broken by Bug 770785. r=rnewman
--HG--
extra : rebase_source : 99d28f94537a2e8af8c20dc318cab66c0f7fcc99
2012-08-30 16:57:19 -07:00
..
config Bug 770785: Delete client record from server when Android Account is deleted. r=rnewman 2012-08-30 11:59:34 -07:00
crypto Bug 714657 - Purge existing preferences when (re-)adding an Android Sync account. r=liuche 2012-06-12 12:12:42 -07:00
delegates Bug 720271 - MPL license cleanup for Android Sync. r=trivial 2012-05-24 13:17:46 -07:00
jpake Bug 767596 - Log less potentially PII from Android Sync to the Android log, and log less overall at Log.INFO level. r=liuche 2012-07-06 13:01:10 -07:00
log/writers Bug 742109 - Make Android Sync write to Android log with single tag "FxSync". r=rnewman,liuche 2012-06-12 12:12:43 -07:00
middleware Bug 772978 - Log some per-sync stats: number of records received and sent, duration of server stages, duration of sync. r=liuche 2012-07-11 14:34:22 -07:00
net Bug 769671 - Don't use IOException(Throwable cause), since it is only available in API level >= 9. r=rnewman 2012-08-22 09:49:28 -07:00
receivers Bug 761682, Bug 777973 - Version prefs; don't always invalidate auth token. r=rnewman 2012-08-08 17:13:20 -07:00
repositories Bug 728612 - Android Sync: upload Fennec's open tabs for display in Tabs From Other Computers. r=rnewman 2012-08-30 12:07:08 -07:00
setup Bug 787249: Fix Android Sync integration tests broken by Bug 770785. r=rnewman 2012-08-30 16:57:19 -07:00
stage Bug 728612 - Android Sync: upload Fennec's open tabs for display in Tabs From Other Computers. r=rnewman 2012-08-30 12:07:08 -07:00
syncadapter Bug 755638 - SecurityException when attempting to sync multiple Fennecs to the same account. r=rnewman 2012-08-16 11:05:57 +02:00
synchronizer Bug 772978 - Log some per-sync stats: number of records received and sent, duration of server stages, duration of sync. r=liuche 2012-07-11 14:34:22 -07:00
AlreadySyncingException.java Bug 716478 - update licence to MPL 2. 2012-05-21 12:12:37 +01:00
CollectionKeys.java Bug 720271 - MPL license cleanup for Android Sync. r=trivial 2012-05-24 13:17:46 -07:00
CommandProcessor.java Bug 778081: No NullPointerException in CommandProcessor.getArgsList. r=rnewman 2012-07-30 13:05:33 -07:00
CommandRunner.java Bug 762627 - Ensure that CommandProcessor does not hold reference to last active GlobalSession. r=rnewman,liuche 2012-06-19 10:54:23 -07:00
CredentialException.java Bug 761682, Bug 777973 - Version prefs; don't always invalidate auth token. r=rnewman 2012-08-08 17:13:20 -07:00
CredentialsSource.java Bug 720271 - MPL license cleanup for Android Sync. r=trivial 2012-05-24 13:17:46 -07:00
CryptoRecord.java Bug 720271 - MPL license cleanup for Android Sync. r=trivial 2012-05-24 13:17:46 -07:00
DelayedWorkTracker.java Bug 716478 - update licence to MPL 2. 2012-05-21 12:12:37 +01:00
EngineSettings.java Bug 720271 - MPL license cleanup for Android Sync. r=trivial 2012-05-24 13:17:46 -07:00
ExtendedJSONObject.java Bug 720271 - MPL license cleanup for Android Sync. r=trivial 2012-05-24 13:17:46 -07:00
GlobalConstants.java.in Bug 772645 - part 2/2: Make Android Sync account type depend on Fennec shared user ID. r=rnewman 2012-07-26 08:47:25 -07:00
GlobalSession.java Bug 767596 - Log less potentially PII from Android Sync to the Android log, and log less overall at Log.INFO level. r=liuche 2012-07-06 13:01:10 -07:00
HTTPFailureException.java Bug 716478 - update licence to MPL 2. 2012-05-21 12:12:37 +01:00
InfoCollections.java Bug 767596 - Log less potentially PII from Android Sync to the Android log, and log less overall at Log.INFO level. r=liuche 2012-07-06 13:01:10 -07:00
KeyBundleProvider.java Bug 720271 - MPL license cleanup for Android Sync. r=trivial 2012-05-24 13:17:46 -07:00
Logger.java Bug 772645 - part 2/2: Make Android Sync account type depend on Fennec shared user ID. r=rnewman 2012-07-26 08:47:25 -07:00
MetaGlobal.java Bug 767596 - Log less potentially PII from Android Sync to the Android log, and log less overall at Log.INFO level. r=liuche 2012-07-06 13:01:10 -07:00
MetaGlobalException.java Bug 720271 - MPL license cleanup for Android Sync. r=trivial 2012-05-24 13:17:46 -07:00
MetaGlobalMissingEnginesException.java Bug 716478 - update licence to MPL 2. 2012-05-21 12:12:37 +01:00
MetaGlobalNotSetException.java Bug 716478 - update licence to MPL 2. 2012-05-21 12:12:37 +01:00
NoCollectionKeysSetException.java Bug 716478 - update licence to MPL 2. 2012-05-21 12:12:37 +01:00
NodeAuthenticationException.java Bug 720271 - MPL license cleanup for Android Sync. r=trivial 2012-05-24 13:17:46 -07:00
NonArrayJSONException.java Bug 716478 - update licence to MPL 2. 2012-05-21 12:12:37 +01:00
NonObjectJSONException.java Bug 716478 - update licence to MPL 2. 2012-05-21 12:12:37 +01:00
NullClusterURLException.java Bug 720271 - MPL license cleanup for Android Sync. r=trivial 2012-05-24 13:17:46 -07:00
PersistedMetaGlobal.java Bug 720271 - MPL license cleanup for Android Sync. r=trivial 2012-05-24 13:17:46 -07:00
PrefsSource.java Bug 720271 - MPL license cleanup for Android Sync. r=trivial 2012-05-24 13:17:46 -07:00
README.txt
Server11PreviousPostFailedException.java Bug 736393 - Don't abort on store failure. r=rnewman 2012-05-31 12:21:08 -07:00
Server11RecordPostFailedException.java Bug 736393 - Don't abort on store failure. r=rnewman 2012-05-31 12:21:08 -07:00
StubActivity.java Bug 764867 - Make Android Sync branding match Fennec branding by using @drawable/icon. r=rnewman 2012-07-26 08:47:25 -07:00
SyncConfiguration.java Bug 761682, Bug 777973 - Version prefs; don't always invalidate auth token. r=rnewman 2012-08-08 17:13:20 -07:00
SyncConfigurationException.java Bug 716478 - update licence to MPL 2. 2012-05-21 12:12:37 +01:00
SyncException.java Bug 761682, Bug 777973 - Version prefs; don't always invalidate auth token. r=rnewman 2012-08-08 17:13:20 -07:00
SynchronizerConfiguration.java Bug 716478 - update licence to MPL 2. 2012-05-21 12:12:37 +01:00
ThreadPool.java Bug 716478 - update licence to MPL 2. 2012-05-21 12:12:37 +01:00
UnexpectedJSONException.java Bug 716478 - update licence to MPL 2. 2012-05-21 12:12:37 +01:00
UnknownSynchronizerConfigurationVersionException.java Bug 716478 - update licence to MPL 2. 2012-05-21 12:12:37 +01:00
Utils.java Bug 761682, Bug 777973 - Version prefs; don't always invalidate auth token. r=rnewman 2012-08-08 17:13:20 -07:00

These files are managed in the android-sync repo. Do not modify directly, or your changes will be lost.