summaryrefslogtreecommitdiffstats
path: root/core/java/android/content/SyncAdapterType.java
Commit message (Collapse)AuthorAgeFilesLines
* add a supportsUploading flag in the SyncAdapter description and honor it in ↵Fred Quintana2009-08-201-8/+61
| | | | the SyncManager
* make syncadapter set whether the account is syncableFred Quintana2009-08-181-4/+13
|
* Change get/set IsSyncable() methods to static. Add isUserFacing flag to ↵Jim Miller2009-08-171-0/+1
| | | | SyncAdapterType. Update api file.
* - clean up the sync settings names to:Fred Quintana2009-06-231-1/+26
| | | | | | | | | | | | | (get|set)SyncAutomatically (get|set)MasterSyncAutomatically - change SYNC_EXTRAS_FORCE to SYNC_EXTRAS_MANUAL to mace clear that this overrides the .*SyncAutomatically settings - make ContentResolver methods that call the sync controls methods in IContentService so that SDK users can use them - rename startSync to requestSync to reinforce the fact that a sync is not immediately or always started when this method is called - add an Account parameter to all the sync settings and control methods - change the sync control methods to take a String authority rather than a Uri uri
* decouple SyncAdapter from ContentProviderFred Quintana2009-04-301-0/+57