summaryrefslogtreecommitdiffstats
path: root/core/java/android/content/SyncManager.java
Commit message (Expand)AuthorAgeFilesLines
* don't throw an exception when we can't find a pending sync operation in the d...Fred Quintana2009-10-281-5/+6
* fix sync exponential backoff for expedited syncsFred Quintana2009-10-091-1/+1
* account manager api review changesFred Quintana2009-10-051-2/+2
* - make SyncManager get the accounts list during the constructor,Fred Quintana2009-09-301-17/+39
* Pass provider authority to SyncActivityTooManyDeletesTadashi G. Takaoka2009-09-251-0/+1
* make the SyncManager listen for backgroun data setting changes and do a sync ...Fred Quintana2009-09-231-1/+13
* fix the logic for starting a sync after the accounts changedFred Quintana2009-09-221-1/+1
* log hash of account name in sync event logDoug Zongker2009-09-201-15/+17
* Fix for #2092883: Allow manual sync even when background data is disabledJim Miller2009-09-151-8/+4
* add system properties for experimenting with sync timeouts.Debajit Ghosh2009-09-141-2/+26
* Add better service reporting.Dianne Hackborn2009-09-031-0/+4
* Fiddle system boot ordering.Dianne Hackborn2009-09-021-0/+1
* suppress syncs until boot is completeFred Quintana2009-09-021-0/+10
* - don't schedule syncs that we will never dispatchFred Quintana2009-08-311-5/+41
* Revert "- don't schedule syncs that we will never dispatch"Fred Quintana2009-08-311-29/+5
* - don't schedule syncs that we will never dispatchFred Quintana2009-08-271-5/+29
* clean up the too many deletes dialogFred Quintana2009-08-251-3/+11
* add a supportsUploading flag in the SyncAdapter description and honor it in t...Fred Quintana2009-08-201-10/+17
* make syncadapter set whether the account is syncableFred Quintana2009-08-181-17/+46
* - add a "isSyncable" flag to a given account/authority pair thatFred Quintana2009-08-171-8/+9
* do not merge: cherrypicked 3710f390968e683a0ad3adf0b517dfcade3564ce from mast...Fred Quintana2009-08-151-8/+8
* Make sync not start until setup wizard is done.Joe Onorato2009-07-151-1/+1
* - clean up the sync settings names to:Fred Quintana2009-06-231-88/+91
* beef up the syncadapter APIFred Quintana2009-06-161-11/+4
* add icon and label to the authenticator descriptionFred Quintana2009-06-151-1/+1
* merge 55280a9The Android Open Source Project2009-05-081-0/+12
|\
| * Improve shutdown process to send broadcast for applications.Dianne Hackborn2009-05-081-0/+12
* | merged 231cc608d06ffc31c24bf8aa8c8275bdd2636581Dianne Hackborn2009-05-061-341/+322
|\ \ | |/
| * Rewrite SyncStorageEngine to use flat files and in-memory data structures.Dianne Hackborn2009-05-051-343/+311
* | decouple SyncAdapter from ContentProviderFred Quintana2009-04-301-100/+176
* | change the sync framework and users to understand AccountFred Quintana2009-04-231-66/+65
* | Automated import from //branches/master/...@142414,142414Fred Quintana2009-03-241-36/+48
|/
* auto import from //depot/cupcake/@135843The Android Open Source Project2009-03-031-0/+2175
* auto import from //depot/cupcake/@135843The Android Open Source Project2009-03-031-2175/+0
* auto import from //branches/cupcake/...@130745The Android Open Source Project2009-02-101-19/+23
* Code drop from //branches/cupcake/...@124589The Android Open Source Project2008-12-171-3/+4
* Initial ContributionThe Android Open Source Project2008-10-211-0/+2170