summaryrefslogtreecommitdiffstats
path: root/core/java/android/content/ContentResolver.java
Commit message (Expand)AuthorAgeFilesLines
* Reduce SQLiteDatabase and ContentResolver EventLog logging thresholds.Brad Fitzpatrick2010-02-221-2/+2
* Measure walltime in ContentResolver and SQLiteDatabase operations logging.Brad Fitzpatrick2010-02-111-10/+11
* Log ContentProvider operations to the EventLog.Brad Fitzpatrick2010-02-091-7/+106
* - change the SyncManager to retry MANUAL syncs that encounter a soft errorFred Quintana2010-02-081-1/+59
* add sync pollingFred Quintana2010-02-051-0/+60
* ContentResolver.query() includes performance considerationsTom O'Neill2010-01-081-16/+28
* am 328c0e79: - removed the concept of Entity from the ContentProvider APIs - ...Fred Quintana2009-12-101-90/+0
* - hide Entity and all its referencesFred Quintana2009-10-061-0/+2
* Remove GAIA stringCostin Manolache2009-09-291-1/+1
* Use Resources to load search icons with android.resource URIsBjorn Bringert2009-09-161-5/+15
* I am getting tired of the java doc warnings, so fix them.Dianne Hackborn2009-08-241-0/+2
* - add a reset to EntityIterator to allow it to go back to the beginningFred Quintana2009-08-201-0/+7
* make syncadapter set whether the account is syncableFred Quintana2009-08-181-2/+12
* Change get/set IsSyncable() methods to static. Add isUserFacing flag to Sync...Jim Miller2009-08-171-2/+2
* fix build breakageFred Quintana2009-08-171-1/+1
* - add a "isSyncable" flag to a given account/authority pair thatFred Quintana2009-08-171-0/+25
* - clean up the sync settings names to:Fred Quintana2009-06-231-4/+245
* - create a new generic ISyncAdapter implementation, SyncAdapterNewFred Quintana2009-06-011-45/+2
* add ipc support to batchingFred Quintana2009-05-221-21/+79
* content provider entitiesFred Quintana2009-05-131-0/+97
* merged 231cc608d06ffc31c24bf8aa8c8275bdd2636581Dianne Hackborn2009-05-061-7/+26
|\
| * Rewrite SyncStorageEngine to use flat files and in-memory data structures.Dianne Hackborn2009-05-051-7/+26
| * AI 147253: am: CL 147250 Fix a nasty typo in the docs for ContentResolver.upd...Jeff Hamilton2009-04-211-1/+1
* | decouple SyncAdapter from ContentProviderFred Quintana2009-04-301-0/+40
* | change the sync framework and users to understand AccountFred Quintana2009-04-231-0/+3
* | AI 147255: am: CL 147253 am: CL 147250 Fix a nasty typo in the docs for Conte...Jeff Hamilton2009-04-211-1/+1
|/
* auto import from //depot/cupcake/@135843The Android Open Source Project2009-03-031-0/+784
* auto import from //depot/cupcake/@135843The Android Open Source Project2009-03-031-644/+0
* auto import from //depot/cupcake/@132589The Android Open Source Project2009-03-031-230/+90
* auto import from //depot/cupcake/@137055The Android Open Source Project2009-03-021-90/+230
* Initial ContributionThe Android Open Source Project2008-10-211-0/+644