summaryrefslogtreecommitdiffstats
path: root/core/java/android/content/SyncAdaptersCache.java
Commit message (Collapse)AuthorAgeFilesLines
* add a way for the sync adapter to specify the activity that shouldFred Quintana2011-08-251-1/+4
| | | | | | | be invoked to reach a settings screen for that sync adapter Bug: 5204776 Change-Id: I4641067c1f0710c51f2633241a8c87bc4d568af2
* allow sync adapter authors to control more policiesFred Quintana2010-12-091-3/+10
| | | | | | | | | | | - let the SyncManager know that the SyncAdapter can handle parallel syncs even within sync adapter types - allow indicating that the sync adapter should be auto initialized without requiring the sync adapter to run first. When this setting is used then setIsSyncable(1) is automatically called for the sync adapter. Change-Id: Ib40eba95c2556eaee4bb0fe715f379af1b72b84a
* Fix some bugs.Dianne Hackborn2010-03-041-2/+4
| | | | | | | | | | | | | | | | | | | | | | Bug #2376231: Apps lose window focus (and back key causes ANR) if the lock screen is dismissed while the phone is in landscape mode This is another case where we weren't recomputing the focused window after changing the visibility policy. bug #2479958: Investigate source of "Resources don't contain package for resource number 0x7f0a0000" Um, okay, so it turns out there were bugs all over the place where we would load an XML resource from a another application, but not use the Resources for that application to retrieve its resources...! I think the only reason any of this stuff was working at all was because it typically only cared about retrieving the resource identifiers of the items (it would look up the values later). Bug #2401082: Passion ERE26 monkey crash - InputMethodManagerService Add some null checks.
* 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