summaryrefslogtreecommitdiffstats
path: root/src/com/android/providers/contacts/ContactsDatabaseHelper.java
Commit message (Expand)AuthorAgeFilesLines
* Merge "Fix the creation of the search_index table when the aggregation mode c...Daniel Lehmann2011-08-261-0/+1
|\
| * Fix the creation of the search_index table when the aggregation modeDaniel Lehmann2011-08-251-0/+1
* | Add a few columns for caching to the call log.Flavio Lerda2011-08-261-1/+19
|/
* Fix ambiguity for Contacts._ID and RawContacts._ID in Stream ItemsDaniel Lehmann2011-08-251-1/+37
* Stop using a cached value for auto_add triggerDaisuke Miyakawa2011-08-171-2/+4
* Introduce trigger for AUTO_ADD updateDaisuke Miyakawa2011-08-151-37/+87
* Several DB changes as requested by ESDaniel Lehmann2011-08-141-66/+91
* Automatically add a geocoded location to entries in the call log.Flavio Lerda2011-08-101-1/+13
* Fix missing column issue with lookup-by-name queryDave Santoro2011-07-281-1/+2
* Provider and DB changes to support data_set field.Dave Santoro2011-07-271-8/+71
* Implement IS_READ column in content providers.Flavio Lerda2011-07-251-2/+12
* Add group count capability and improve performanceDaisuke Miyakawa2011-07-241-10/+19
* Forward-compatibility of old status update API.Dave Santoro2011-07-201-25/+46
* Large photo storage.Dave Santoro2011-07-131-10/+62
* Allow a sync adapter to provide an OPEN action for a groupDaniel Lehmann2011-07-121-3/+22
* Remove restricted white-listingDaniel Lehmann2011-07-111-175/+39
* Provider implementation of stream item API.Daniel Lehmann2011-07-071-1/+83
* Added 'voicemail_status' table to contacts database.Debashish Chatterjee2011-07-051-2/+32
* Use new data usage stat for strequent contactsDaisuke Miyakawa2011-06-281-1/+43
* Introduced new voicemail fields in 'calls' table.Debashish Chatterjee2011-06-151-2/+26
* Introduce data usage table for per-method ranking.Daisuke Miyakawa2011-06-141-1/+76
* URIs and queries to support profiles.Dave Santoro2011-06-091-7/+69
* Don't create E164 numbers during update (country detector not ready)Daniel Lehmann2011-04-141-9/+0
* Displaying name prefix in the list and detail panelDmitri Plotnikov2011-02-251-20/+55
* Moving updateRawContactDisplayName from aggregator to dbhelperDmitri Plotnikov2011-02-251-2/+203
* Fix tests broken by proguardDmitri Plotnikov2011-02-221-4/+2
* Full text search: email suggestionsDmitri Plotnikov2011-02-111-9/+16
* Full text search: Asian language supportDmitri Plotnikov2011-02-111-11/+13
* Full text search: removing organization from name lookupDmitri Plotnikov2011-02-101-100/+14
* Full text search: updating search index on change of visibilityDmitri Plotnikov2011-02-101-6/+12
* Full text search: building full index for all contactsDmitri Plotnikov2011-02-081-1/+1
* Full text search: adding internal provider API.Dmitri Plotnikov2011-02-071-1/+49
* Fixing deadlock in contacts providerDmitri Plotnikov2011-01-261-1/+1
* Fixing bad SQL in search.Dmitri Plotnikov2011-01-181-1/+1
* Synchronizing assignment of mimetype IDs and similar static dataDmitri Plotnikov2011-01-171-19/+20
* Adding support for contact search by email address and phone numberDmitri Plotnikov2011-01-121-0/+7
* DO NOT MERGE. Using a sqlite3 extension function to restore CTS compatibilityDmitri Plotnikov2011-01-061-2/+12
* Adding an index to aide aggregation on phone numbersDmitri Plotnikov2010-12-201-2/+14
* Excluding invisible contacts from aggregationDmitri Plotnikov2010-12-081-5/+37
* Making StructuredNameDataRowHandlers a static inner classDmitri Plotnikov2010-11-301-0/+27
* Making DataRowHandlers static inner classesDmitri Plotnikov2010-11-301-1/+46
* Running tests against an in-memory database.Dmitri Plotnikov2010-11-301-26/+80
* Moving more logic into ContactDatabaseHelperDmitri Plotnikov2010-11-301-0/+19
* Switching to lazy SQL compilation.Dmitri Plotnikov2010-11-301-33/+334
* Fixing GB->HC upgrade path.Dmitri Plotnikov2010-11-231-3/+2
* Adding support for the new column: Groups.GROUP_IS_READ_ONLYDmitri Plotnikov2010-11-191-1/+19
* Support searching with given names for Korean namesSang-il, Lee2010-10-221-1/+6
* Backing up cached resource IDs with resource namesDmitri Plotnikov2010-10-211-31/+17
* am 09562b6c: bug:3097939 trigger on a table without good index = slow contact...Vasu Nori2010-10-191-0/+2
|\
| * bug:3097939 trigger on a table without good index = slow contacts appVasu Nori2010-10-181-0/+2