summaryrefslogtreecommitdiffstats
path: root/src/com/android/providers/contacts/SQLiteContentProvider.java
Commit message (Expand)AuthorAgeFilesLines
* Ensuring that cached db connection is only used in transactionsDmitri Plotnikov2010-11-301-0/+13
* Limiting number of ContentProviderOperations per yield point.Dmitri Plotnikov2009-11-061-1/+17
* Renaming OpenHelper to ContactsDatabaseHelperDmitri Plotnikov2009-09-291-3/+3
* Make bulkInsert yield if contented, s.t. other processes can access the conta...Cynthia Wong2009-09-161-0/+1
* Reducing unnecessary triggering of sync adapters by ContactsProvider2Dmitri Plotnikov2009-09-111-0/+2
* batch up some changes, like the version update, until the end of the transactionFred Quintana2009-09-081-18/+20
* [Issue 2092543] Making manually created contacts show in the list immediately.Dmitri Plotnikov2009-09-021-6/+22
* Making aggregation optional during Donut->Eclair contact import.Dmitri Plotnikov2009-08-311-2/+3
* allow delaying after yieldingFred Quintana2009-08-281-5/+12
* Proper transaction handling in ContactsProvider2Dmitri Plotnikov2009-08-111-0/+206