summaryrefslogtreecommitdiffstats
path: root/core/java/android/content/SyncAdaptersCache.java
Commit message (Collapse)AuthorAgeFilesLines
* Make the RegisteredSErvices Cache not allow the registered service for aFred Quintana2009-11-101-2/+22
| | | | | | | | | | | | type to change without first uninstalling the previous service for that type, unless the newly installed service is in the system image. Notify the listener when a service is added or removed. Make the AccountManagerService remove the accounts for an authenticator when the registered authenticator changes from one uid to another. Make the AbstractSyncableContentProvider force a sync when the database is first created.
* add a supportsUploading flag in the SyncAdapter description and honor it in ↵Fred Quintana2009-08-201-1/+4
| | | | the SyncManager
* make syncadapter set whether the account is syncableFred Quintana2009-08-181-1/+3
|
* add icon and label to the authenticator descriptionFred Quintana2009-06-151-23/+1
|
* decouple SyncAdapter from ContentProviderFred Quintana2009-04-301-0/+77