index
:
frameworks_base.git
replicant-2.2
replicant-2.3
replicant-4.0
replicant-4.2
replicant-6.0
frameworks/base
git repository hosting
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
core
/
java
/
android
/
app
/
SuggestionsAdapter.java
Commit message (
Expand
)
Author
Age
Files
Lines
*
For search suggestions in the search dialog, allow the 'title'
Mike LeBeau
2010-04-15
1
-0
/
+14
*
don't assume Cursor.getExtras returns non-null
Mark Wagner
2010-03-05
1
-7
/
+9
*
Show AutoCompleteTextView dropdown in Search dialog when cursor updates. Fixe...
Amith Yamasani
2010-03-04
1
-0
/
+2
*
Feature to return an extra in the cursor that keeps the spinny going.
Amith Yamasani
2010-03-03
1
-7
/
+45
*
Add SearchManager.SUGGEST_COLUMN_TEXT_2_URL
Bjorn Bringert
2010-03-03
1
-29
/
+46
*
Cleanup of global search references in SearchDialog and SearchManager.
Amith Yamasani
2010-02-17
1
-145
/
+9
*
Move android.server.search.SearchableInfo to android.app
Bjorn Bringert
2009-12-04
1
-1
/
+0
*
Pass limit=50 to all suggestion sources.
Bjorn Bringert
2009-09-28
1
-1
/
+2
*
Use icon URI as icon cache key in search dialog
Bjorn Bringert
2009-09-21
1
-53
/
+73
*
Send action key and msg with GlobalSearch clicks
Bjorn Bringert
2009-09-21
1
-2
/
+7
*
Use Resources to load search icons with android.resource URIs
Bjorn Bringert
2009-09-16
1
-16
/
+33
*
Fix issue #2116977: buttons are huge and bent
Dianne Hackborn
2009-09-14
1
-3
/
+3
*
Tell GlobalSearch about searches without a suggestion
Bjorn Bringert
2009-09-11
1
-1
/
+18
*
Close suggestion cursors that arrive after adapter is closed
Bjorn Bringert
2009-08-26
1
-0
/
+13
*
Send a special respond to the cursor in SuggestionsAdapter to tell it to
Mike LeBeau
2009-08-06
1
-0
/
+26
*
Guard against remote process dying when retrieving column from cursor.
Karl Rosaen
2009-08-05
1
-1
/
+8
*
Remove search dialog PRE_CLOSE event
Bjorn Bringert
2009-07-27
1
-20
/
+0
*
Send max displayed position in search dialog click event
Bjorn Bringert
2009-07-27
1
-0
/
+2
*
add some more defensiveness to SuggestionsAdapter to avoid system process cra...
Karl Rosaen
2009-07-23
1
-8
/
+14
*
Remove background padding workaround from SuggestionsAdapter
Bjorn Bringert
2009-07-22
1
-4
/
+0
*
Work around StateListDrawable padding in search suggestions
Bjorn Bringert
2009-07-22
1
-0
/
+5
*
Copy cached drawables in search dialog.
Bjorn Bringert
2009-07-17
1
-15
/
+19
*
Add ability to delay messages in Filter based on constraint. Use this to del...
Karl Rosaen
2009-07-16
1
-0
/
+19
*
Only parse search suggestions that look like HTML
Bjorn Bringert
2009-07-16
1
-1
/
+10
*
Get rid of drawing hacks for search dialog suggestions
Bjorn Bringert
2009-07-16
1
-191
/
+62
*
Use activity icon when search suggestion icon is missing
Bjorn Bringert
2009-07-14
1
-11
/
+116
*
Make suggestion text color change based on the item state.
Satish Sampath
2009-07-09
1
-23
/
+122
*
Fix NPE in SuggestionsAdapter when cursor is null.
Bjorn Bringert
2009-06-24
1
-1
/
+1
*
Make all static methods in SearchManager non-static.
Bjorn Bringert
2009-06-22
1
-1
/
+3
*
Show proper suggestion item hilite on selection.
Satish Sampath
2009-06-12
1
-12
/
+2
*
Fix display of the selection background for search results.
Satish Sampath
2009-06-11
1
-2
/
+69
*
Show progress spinner while waiting for results in in app search.
Karl Rosaen
2009-06-10
1
-1
/
+32
*
Adds UI support for custom search widget item backgrounds.
Satish Sampath
2009-06-09
1
-35
/
+55
*
SearchDialog should only do DialogCursorProtocol stuff when in global search ...
Karl Rosaen
2009-06-04
1
-1
/
+4
*
Detect impressions, and cleanup the SearchDialog / SuggestionCursor communica...
Karl Rosaen
2009-06-04
1
-39
/
+85
*
Remove support for bitmap icons in search suggestions.
Bjorn Bringert
2009-06-04
1
-25
/
+7
*
Close icon input stream in SuggestionsAdapter.
Bjorn Bringert
2009-06-03
1
-4
/
+14
*
progress towards impression and click stats on all sources, plus some interna...
Karl Rosaen
2009-06-02
1
-13
/
+13
*
Added some icon debug logging to SuggestionsAdapter.
Bjorn Bringert
2009-06-02
1
-2
/
+8
*
Add framework support for scrolling to the "More results..." list item
Mike LeBeau
2009-06-01
1
-0
/
+25
*
Cause the icon drawables to animate automatically by calling setVisible
Mike LeBeau
2009-05-26
1
-0
/
+8
*
Add support to SuggestionsAdapter to query the 'working' status
Mike LeBeau
2009-05-20
1
-2
/
+33
*
Refactor SearchableInfo.
Bjorn Bringert
2009-05-06
1
-2
/
+2
*
AI 147681: Fix SearchDialog crash on missing FORMAT suggestion column.
Bjorn Bringert
2009-04-24
1
-3
/
+6
*
AI 147564: Merge back from search branch to donut. Notes:
Karl Rosaen
2009-04-23
1
-0
/
+344