gecko/mobile/android/base/sync
2012-08-02 22:00:43 -07:00
..
config Bug 776023 - Fix more JavaDoc warnings. r=rnewman 2012-07-20 10:20:59 -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 774300 - Sync authentication errors if passwords contain non-ASCII characters. r=nalexander 2012-08-02 22:00:43 -07:00
receivers Bug 720271 - MPL license cleanup for Android Sync. r=trivial 2012-05-24 13:17:46 -07:00
repositories Bug 776023 - Fix more JavaDoc warnings. r=rnewman 2012-07-20 10:20:59 -07:00
setup Bug 774300 - Sync authentication errors if passwords contain non-ASCII characters. r=nalexander 2012-08-02 22:00:43 -07:00
stage 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
syncadapter Bug 741960 - Fuzz backoff times up to 25% more to avoid client lock-stepping. r=rnewman 2012-08-02 22:00:43 -07: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
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 772553 - Warning and logging improvements. r=rnewman 2012-07-10 11:08:29 -07:00
SyncConfigurationException.java Bug 716478 - update licence to MPL 2. 2012-05-21 12:12:37 +01:00
SyncException.java Bug 716478 - update licence to MPL 2. 2012-05-21 12:12:37 +01: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 774300 - Sync authentication errors if passwords contain non-ASCII characters. r=nalexander 2012-08-02 22:00:43 -07:00

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