summaryrefslogtreecommitdiffstats
path: root/tests
Commit message (Expand)AuthorAgeFilesLines
...
* | Adding support for contact/lookup/*/#/data URIsDmitri Plotnikov2010-05-042-3/+46
* | move favorites and my contacts group handling to the provider and sync adapterFred Quintana2010-04-272-6/+340
|/
* Using strict projection mapDmitri Plotnikov2010-04-141-0/+9
* Fixing phone number picker in search mode.Dmitri Plotnikov2010-04-061-0/+3
* Fixing adding a raw contact to an existing contact.Dmitri Plotnikov2010-03-311-2/+49
* Cleaning up dangling pointers after account removal.Dmitri Plotnikov2010-03-301-0/+40
* Reflecting name/phonetic name change in name lookupDmitri Plotnikov2010-03-251-1/+12
* Deprioritizing twitter pictures in contact aggregationDmitri Plotnikov2010-03-257-6/+153
* Fixing an issue with legacy contact import.Dmitri Plotnikov2010-03-233-22/+22
* Adding phonetic given name to contact name lookupDmitri Plotnikov2010-03-231-1/+7
* Support for Data.CONTENT_URI URI for photosDmitri Plotnikov2010-03-191-0/+13
* Favoring editable contact name over read-onlyDmitri Plotnikov2010-03-193-2/+17
* Optimizing the "all accounts" query in ContactsProvider2.Dmitri Plotnikov2010-03-181-13/+15
* Storing legacy contact status in the database.Dmitri Plotnikov2010-03-181-1/+14
* Fixed visibility of contacts, display-names and lookup-keys after Donut->Froy...Daniel Lehmann2010-03-1723-30/+2324
* Disabling broken test on SapphireDmitri Plotnikov2010-03-161-0/+7
* Fixing handling of aggregation modeDmitri Plotnikov2010-03-162-1/+135
* Allowing "-" to occur in contact lookup keyDmitri Plotnikov2010-03-151-4/+13
* Ability to create VCards containing several contactsDaniel Lehmann2010-03-121-0/+144
* Enabling search by phonetic nameDmitri Plotnikov2010-03-101-5/+29
* Fix lookup of lookup-keys that are encoded (e.g. Exchange)Daniel Lehmann2010-03-091-0/+26
* Filter English contacts by initial char in Chinese LocaleBai Tao2010-03-101-8/+44
* Fixed SQL syntax error broken by change 42758 (take II)Dmitri Plotnikov2010-03-091-0/+4
* Adding basic support for the new ContactsProvider status URIDmitri Plotnikov2010-03-081-0/+10
* Making two changes: extracting actual address from an RFC 822 address and mak...Dmitri Plotnikov2010-03-051-2/+5
* Adding a format of contact lookup key that works better for unnamed unsynced ...Dmitri Plotnikov2010-03-052-9/+19
* Explicitly closing cursors and databases in ContactsProvider2 and related tests.Dmitri Plotnikov2010-03-047-16/+23
* Preventing Chinese shorthand keys from being inserted for non-Chinese contacts.Dmitri Plotnikov2010-03-042-11/+30
* Lookup of contacts with known ID and LOOKUP fixed. Used to be a problem for c...Daniel Lehmann2010-03-031-0/+26
* Retrofitting Eclair/Froyo changes into the legacy contact conversion script.Dmitri Plotnikov2010-03-024-122/+148
* Making all contacts provider tests pass on Sholes (which is missing Chinese L...Dmitri Plotnikov2010-02-262-7/+33
* Reflecting the rename of contact search snippet fields.Dmitri Plotnikov2010-02-251-5/+7
* Adding support for contact search snippetsDmitri Plotnikov2010-02-242-3/+79
* Implementing the "count contacts grouped by first letter of sort key" URI.Dmitri Plotnikov2010-02-161-0/+44
* Add a assert statement checking empty vCard string.Daisuke Miyakawa2010-02-151-1/+1
* Fixing a broken test.Dmitri Plotnikov2010-02-051-1/+2
* Fixing contact lookup by company name and titleDmitri Plotnikov2010-02-051-0/+48
* a. Fix the issue that the FullNameStyle is not updated when user edits the co...Bai Tao2010-01-273-10/+96
* Support for the RawContacts.NAME_VERIFIED field.Dmitri Plotnikov2010-01-202-0/+59
* Make PostalSplitter support Japanese name-splitting algorithm and add unit te...Daisuke Miyakawa2010-01-132-1/+142
* Contacts provider uses LOOKUP_KEY for search result IDsTom O'Neill2009-12-232-20/+96
* Require both or neither ACCOUNT_NAME and _TYPE.Jeff Sharkey2009-12-213-17/+60
* Resubmit: Adding support for new Contacts columns for names and sortingDmitri Plotnikov2009-12-214-21/+222
* Revert "Merge change Ief95261a"Mike Lockwood2009-12-214-222/+21
* Merge change Ief95261aAndroid (Google) Code Review2009-12-214-21/+222
|\
| * Adding support for new Contacts columns for names and sortingDmitri Plotnikov2009-12-184-21/+222
* | Add GoldenContact, SuggestionTester and their builders.Tom O'Neill2009-12-182-233/+511
|/
* Adding Name Splitter functionality that works for CJK names.Dmitri Plotnikov2009-12-152-44/+245
* moved the hidden sync helpers out of the frameworkFred Quintana2009-12-142-108/+6
* changed to use the new EntityIterator interfaceFred Quintana2009-12-092-7/+11