summaryrefslogtreecommitdiffstats
path: root/src/com/android/providers/contacts/ContactsDatabaseHelper.java
Commit message (Expand)AuthorAgeFilesLines
* 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
* | resolved conflicts for merge of 117166d0 to masterDmitri Plotnikov2010-10-161-16/+17
|\ \ | |/
| * Fixing the trigger for aggregated presence.Dmitri Plotnikov2010-10-141-16/+17
| * Fixing the "duplication" of contactsDmitri Plotnikov2010-10-121-1/+11
* | Fixing the "duplication" of contacts (manual merge from GB)Dmitri Plotnikov2010-10-131-1/+17
* | Move SyncStateContentProviderHelper to frameworks/exBjorn Bringert2010-10-121-1/+1
* | Redefining "All contacts" as members of any group.Dmitri Plotnikov2010-10-061-18/+26
* | Changing Contact PHOTO_URI to NULL when PHOTO_ID is NULLDmitri Plotnikov2010-09-241-3/+13
* | Fixing Directory.DEFAULT update logicDmitri Plotnikov2010-09-221-1/+2
* | Adding support for PHOTO_URI and PHOTO_THUMBNAIL_URIDmitri Plotnikov2010-09-221-18/+52
* | Adding a table for Directories.DEFAULT contentsDmitri Plotnikov2010-09-211-7/+120
* | Adding a missing column to projectionsDmitri Plotnikov2010-09-141-1/+7
* | resolved conflicts for merge of 94c6c5a4 to masterDmitri Plotnikov2010-09-081-13/+13
|\ \ | |/
| * Rebuilding name lookup for gingerbreadDmitri Plotnikov2010-09-081-3/+20
* | Store the current country code in call logBai Tao2010-09-011-3/+13
* | Improved the phone lookup and the phone filterDmitri Plotnikov2010-08-131-29/+114
* | Introducing ContactDirectoryManagerDmitri Plotnikov2010-08-051-0/+4
* | Adding support for all-encompassing contact/entities URI.Dmitri Plotnikov2010-07-291-85/+109
* | fix broken gtalk & contacts in masterVasu Nori2010-07-191-1/+1
* | resolved conflicts for merge of aabcd1d3 to masterVasu Nori2010-07-171-10/+23
|\ \ | |/
| * add chat_mode to presence_db tables: presence, aggregate_presenceVasu Nori2010-07-161-11/+24
* | Implementation for new ContactsContract APIDmitri Plotnikov2010-07-161-6/+42
* | Initial implementation of the directory APIDmitri Plotnikov2010-06-071-1/+54
* | am c085b3ee: Avoid long running upgrade work on the main threadJeff Hamilton2010-06-071-2/+3
|\ \ | |/
| * Avoid long running upgrade work on the main threadJeff Hamilton2010-06-041-2/+3
* | resolved conflicts for merge of 7109133e to masterJeff Hamilton2010-05-271-1/+1
|\ \ | |/
| * Add a PRE_BOOT_COMPLETED receiver.Jeff Hamilton2010-05-261-1/+1
* | In the simulator, everything runs as root, which causes a null pointerMarco Nelissen2010-05-241-1/+3
* | am 758a7562: Cleaning up the contacts DB during upgrade to version 203Dmitri Plotnikov2010-05-241-0/+9
|\ \ | |/
| * Cleaning up the contacts DB during upgrade to version 203Dmitri Plotnikov2010-05-241-0/+9
* | Adding garbage collection for the visible_contacts table.Dmitri Plotnikov2010-05-181-0/+5
* | Changing the db structure to keep visible contact ids in a separate table.Dmitri Plotnikov2010-05-181-116/+73
* | move favorites and my contacts group handling to the provider and sync adapterFred Quintana2010-04-271-1/+18
* | Add NAME_RAW_CONTACT_ID to view_contactsDaniel Lehmann2010-04-151-2/+9
|/
* 1. Rebuild locale related RowHandler when locale was changedBai Tao2010-04-121-5/+12
* Fixing adding a raw contact to an existing contact.Dmitri Plotnikov2010-03-311-1/+1
* Cleaning up dangling pointers after account removal.Dmitri Plotnikov2010-03-301-0/+3
* Making contact visibility update null-tolerantDmitri Plotnikov2010-03-241-2/+2
* Publish NameRawContactId in ContactData-QueryDaniel Lehmann2010-03-231-1/+7
* Use PHONEBOOK_COLLATOR toward sort keys, assuming sqlite already has the cust...Daisuke Miyakawa2010-03-191-4/+8