summaryrefslogtreecommitdiffstats
path: root/src/com/android/providers/contacts/ContactsProvider2.java
Commit message (Expand)AuthorAgeFilesLines
* 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
* Prefer primary data to others.Daisuke Miyakawa2011-06-171-1/+2
* Fix test breakage introduced in ICU upgrade.Daisuke Miyakawa2011-06-161-2/+2
* Prioritize IN_VISIBLE_GROUP in auto-complete.Daisuke Miyakawa2011-06-151-2/+5
* Support for streaming vcards without photo.Martijn Coenen2011-06-151-4/+13
* Introduce data usage table for per-method ranking.Daisuke Miyakawa2011-06-141-34/+207
* URIs and queries to support profiles.Dave Santoro2011-06-091-26/+436
* Enable selection strict mode and sql injection testsDaniel Lehmann2011-06-011-1/+1
* Fix wrong handling in getQueryParameter()Daisuke Miyakawa2011-05-051-0/+11
* Fix issues with Contacts sync.Dave Santoro2011-05-041-10/+15
* Move snippet logic from DB to a cursor wrapper.Dave Santoro2011-05-021-47/+74
* Rewrite subquery to make better use of indexesDaniel Lehmann2011-04-251-60/+46
* Add "primary account" support.Daisuke Miyakawa2011-04-061-1/+22
* Use new interface for vCard exportDaisuke Miyakawa2011-03-171-11/+24
* Use old version of vCard composition methodDaisuke Miyakawa2011-03-101-1/+1
* Moving updateRawContactDisplayName from aggregator to dbhelperDmitri Plotnikov2011-02-251-2/+2
* Masking the 'malformed MATCH expression' errorDmitri Plotnikov2011-02-111-6/+12
* Full text search: email suggestionsDmitri Plotnikov2011-02-111-134/+23
* Full text search: Asian language supportDmitri Plotnikov2011-02-111-6/+2
* Full text search: QSB supportDmitri Plotnikov2011-02-111-18/+32
* Full text search: minor bug fixes and test clean-up.Dmitri Plotnikov2011-02-101-11/+14
* Full text search: optimizing index useDmitri Plotnikov2011-02-101-26/+13
* Full text search: removing organization from name lookupDmitri Plotnikov2011-02-101-2/+0