summaryrefslogtreecommitdiffstats
path: root/core/java/android/app/SuggestionsAdapter.java
Commit message (Expand)AuthorAgeFilesLines
* Send a special respond to the cursor in SuggestionsAdapter to tell it toMike LeBeau2009-08-061-0/+26
* Guard against remote process dying when retrieving column from cursor.Karl Rosaen2009-08-051-1/+8
* Remove search dialog PRE_CLOSE eventBjorn Bringert2009-07-271-20/+0
* Send max displayed position in search dialog click eventBjorn Bringert2009-07-271-0/+2
* add some more defensiveness to SuggestionsAdapter to avoid system process cra...Karl Rosaen2009-07-231-8/+14
* Remove background padding workaround from SuggestionsAdapterBjorn Bringert2009-07-221-4/+0
* Work around StateListDrawable padding in search suggestionsBjorn Bringert2009-07-221-0/+5
* Copy cached drawables in search dialog.Bjorn Bringert2009-07-171-15/+19
* Add ability to delay messages in Filter based on constraint. Use this to del...Karl Rosaen2009-07-161-0/+19
* Only parse search suggestions that look like HTMLBjorn Bringert2009-07-161-1/+10
* Get rid of drawing hacks for search dialog suggestionsBjorn Bringert2009-07-161-191/+62
* Use activity icon when search suggestion icon is missingBjorn Bringert2009-07-141-11/+116
* Make suggestion text color change based on the item state.Satish Sampath2009-07-091-23/+122
* Fix NPE in SuggestionsAdapter when cursor is null.Bjorn Bringert2009-06-241-1/+1
* Make all static methods in SearchManager non-static.Bjorn Bringert2009-06-221-1/+3
* Show proper suggestion item hilite on selection.Satish Sampath2009-06-121-12/+2
* Fix display of the selection background for search results.Satish Sampath2009-06-111-2/+69
* Show progress spinner while waiting for results in in app search.Karl Rosaen2009-06-101-1/+32
* Adds UI support for custom search widget item backgrounds.Satish Sampath2009-06-091-35/+55
* SearchDialog should only do DialogCursorProtocol stuff when in global search ...Karl Rosaen2009-06-041-1/+4
* Detect impressions, and cleanup the SearchDialog / SuggestionCursor communica...Karl Rosaen2009-06-041-39/+85
* Remove support for bitmap icons in search suggestions.Bjorn Bringert2009-06-041-25/+7
* Close icon input stream in SuggestionsAdapter.Bjorn Bringert2009-06-031-4/+14
* progress towards impression and click stats on all sources, plus some interna...Karl Rosaen2009-06-021-13/+13
* Added some icon debug logging to SuggestionsAdapter.Bjorn Bringert2009-06-021-2/+8
* Add framework support for scrolling to the "More results..." list itemMike LeBeau2009-06-011-0/+25
* Cause the icon drawables to animate automatically by calling setVisibleMike LeBeau2009-05-261-0/+8
* Add support to SuggestionsAdapter to query the 'working' statusMike LeBeau2009-05-201-2/+33
* Refactor SearchableInfo.Bjorn Bringert2009-05-061-2/+2
* AI 147681: Fix SearchDialog crash on missing FORMAT suggestion column.Bjorn Bringert2009-04-241-3/+6
* AI 147564: Merge back from search branch to donut. Notes:Karl Rosaen2009-04-231-0/+344