summaryrefslogtreecommitdiffstats
path: root/src/com/android/providers/contacts/GlobalSearchSupport.java
Commit message (Expand)AuthorAgeFilesLines
* Protect against null lookup uriJay Shrauner2015-03-131-1/+2
* Clean up SearchSnippetColumns API (2/3)Yorke Lee2014-07-011-2/+2
* Revert "Remove global search support."Mathew Inwood2013-09-301-0/+309
* Remove global search support.Mathew Inwood2013-09-201-309/+0
* Cancellation of queries for search suggestions.Piotr Jastrzebski2012-10-011-7/+10
* Don't sort contacts supplied to global search app.Mathew Inwood2012-07-041-131/+8
* Reset suggestion fields before reusing the object.Daniel Lehmann2012-02-101-0/+16
* Unify and improve isPhoneNumber checks.Mathew Inwood2011-12-011-80/+105
* Handle complex phone numbers in ContactsProvider.Mark Brophy2011-09-301-2/+10
* Don't return 'dial' suggesitons if we're not voice capable.Mathew Inwood2011-09-231-20/+36
* Fix snippetizing cursorIsaac Katzenelson2011-09-071-8/+2
* Separate the profile out into a separate database.Dave Santoro2011-08-301-4/+0
* Remove restricted white-listingDaniel Lehmann2011-07-111-1/+2
* Set the new last-access time global search column.Mark Brophy2011-07-011-2/+9
* Fix search support tests.Dave Santoro2011-05-061-1/+1
* Handle zero-query case for global search.Mathew Inwood2011-05-031-11/+25
* Move snippet logic from DB to a cursor wrapper.Dave Santoro2011-05-021-1/+7
* Full text search: Asian language supportDmitri Plotnikov2011-02-111-1/+1
* Full text search: QSB supportDmitri Plotnikov2011-02-111-239/+123
* Making QSB query not return "Dial 777" when on a no-telephony deviceDmitri Plotnikov2011-01-201-29/+42
* Upgrading QSB Contacts queryDmitri Plotnikov2010-11-021-24/+43
* Changing the db structure to keep visible contact ids in a separate table.Dmitri Plotnikov2010-05-181-13/+3
* Fixing ClassCastException in contact search.Dmitri Plotnikov2010-02-021-2/+2
* Contacts provider uses LOOKUP_KEY for search result IDsTom O'Neill2009-12-231-6/+32
* Update imports to android-commonTom Taylor2009-12-211-1/+1
* Removing unnecessary limit on name lookups in global search support for contactsDmitri Plotnikov2009-12-031-1/+1
* Adding a new column to Contacts: NAME_RAW_CONTACT_IDDmitri Plotnikov2009-12-011-9/+9
* Optimizing global search for contacts.Dmitri Plotnikov2009-11-241-33/+73
* [Issue 2139526] Prioritizing phone number over email address in contacts sear...Dmitri Plotnikov2009-10-011-2/+2
* Renaming OpenHelper to ContactsDatabaseHelperDmitri Plotnikov2009-09-291-5/+5
* Adding columns to support attribution of status updates. Also renaming some c...Dmitri Plotnikov2009-09-271-3/+4
* No longer relying on the components of structured name for aggregation.Dmitri Plotnikov2009-09-211-6/+10
* Support for Global Search Shortcut refresh and contact images.Dmitri Plotnikov2009-08-241-37/+79
* Fix column map naming, empty projection behavior.Jeff Sharkey2009-08-051-1/+1
* Breaking global search support into a separate class and limiting search resu...Dmitri Plotnikov2009-08-031-0/+327