summaryrefslogtreecommitdiffstats
path: root/src/com/android/providers/contacts/ContactsProvider2.java
Commit message (Expand)AuthorAgeFilesLines
* Add log to measure startup performanceMakoto Onuki2011-08-281-0/+7
* Merge "Return proper mime-types for stream items"Makoto Onuki2011-08-261-0/+10
|\
| * Return proper mime-types for stream itemsMakoto Onuki2011-08-221-0/+10
* | Merge "Fixes convertion to HTML of status updates."Flavio Lerda2011-08-251-1/+1
|\ \
| * | Fixes convertion to HTML of status updates.Flavio Lerda2011-08-251-1/+1
* | | Merge "Group rows with a same phone number and a contact id."Daisuke Miyakawa2011-08-251-0/+1
|\ \ \
| * | | Group rows with a same phone number and a contact id.Daisuke Miyakawa2011-08-251-0/+1
| |/ /
* | | Fix ambiguity for Contacts._ID and RawContacts._ID in Stream ItemsDaniel Lehmann2011-08-251-14/+10
|/ /
* | Merge "Remove the java-synchronization and completely rely on DB transactions"Daniel Lehmann2011-08-221-0/+1
|\ \ | |/ |/|
| * Remove the java-synchronization and completely rely on DB transactionsDaniel Lehmann2011-08-221-0/+1
* | Remove extra new line from status updates.Flavio Lerda2011-08-211-2/+10
|/
* Use phone number for grouping when normalized number is nullDaisuke Miyakawa2011-08-161-1/+3
* Fix provider empty state statusIsaac Katzenelson2011-08-151-4/+37
* Several DB changes as requested by ESDaniel Lehmann2011-08-141-17/+59
* Merge "Fix openAssetFile method of inserting photos."Dave Santoro2011-08-121-20/+24
|\
| * Fix openAssetFile method of inserting photos.Dave Santoro2011-08-121-20/+24
* | Fix crash in GoogleVoice when getting contact infoIsaac Katzenelson2011-08-121-0/+1
* | Merge "Convert status updates to HTML."Flavio Lerda2011-08-121-1/+5
|\ \ | |/ |/|
| * Convert status updates to HTML.Flavio Lerda2011-08-101-1/+5
* | Exclude profile from email filterDaisuke Miyakawa2011-08-091-0/+2
|/
* Add support for updating profile raw contacts.Dave Santoro2011-08-041-0/+12
* Fix data set handling for groups.Dave Santoro2011-08-041-13/+17
* Fix photo-related tests for Proguard builds.Dave Santoro2011-08-031-0/+1
* Populate data_set in values from the URI.Dave Santoro2011-08-011-0/+2
* Added query instrumentation when verbose logging.Dave Santoro2011-07-281-3/+12
* Fix missing column issue with lookup-by-name queryDave Santoro2011-07-281-2/+0
* Initialize PhotoStore in background thread.Dave Santoro2011-07-281-1/+1
* Merge "Return starred with phone number when phone-only"Daisuke Miyakawa2011-07-281-0/+3
|\
| * Return starred with phone number when phone-onlyDaisuke Miyakawa2011-07-271-0/+3
* | Merge "Provider and DB changes to support data_set field."Dave Santoro2011-07-271-74/+211
|\ \
| * | Provider and DB changes to support data_set field.Dave Santoro2011-07-271-74/+211
| |/
* | Query speed up with "raw_contact_is_user_profile" checkMakoto Onuki2011-07-271-19/+34
|/
* Make frequent uri work correctlyDaisuke Miyakawa2011-07-251-3/+1
* Add group count capability and improve performanceDaisuke Miyakawa2011-07-241-13/+35
* Add support for frequent uriDaisuke Miyakawa2011-07-221-0/+20
* Make strequent-phone-only returns what we wantDaisuke Miyakawa2011-07-211-31/+86
* Tweak to StreamItemPhotos to include metadata.Dave Santoro2011-07-201-14/+18
* Forward-compatibility of old status update API.Dave Santoro2011-07-201-53/+192
* Fix malfunctioning bucketization logicDaisuke Miyakawa2011-07-181-4/+9
* Photo aggregation logic update.Dave Santoro2011-07-151-0/+8
* Update profile enforcement checks to require a DB.Dave Santoro2011-07-141-47/+54
* Fix issue with profile checks during updateData().Dave Santoro2011-07-141-20/+28
* Large photo storage.Dave Santoro2011-07-131-21/+387
* Allow a sync adapter to provide an OPEN action for a groupDaniel Lehmann2011-07-121-0/+2
* Remove restricted white-listingDaniel Lehmann2011-07-111-67/+25
* Provider implementation of stream item API.Daniel Lehmann2011-07-071-0/+567
* use System.arraycopyDaisuke Miyakawa2011-06-281-5/+2
* Use new data usage stat for strequent contactsDaisuke Miyakawa2011-06-281-38/+101
* Renamed INCLUDE_PROFILE param to ALLOW_PROFILE.Dave Santoro2011-06-241-2/+2
* Implement openAssetFile() for profile vcard.Martijn Coenen2011-06-231-19/+26