summaryrefslogtreecommitdiffstats
path: root/core/java/android/app/SearchDialog.java
Commit message (Expand)AuthorAgeFilesLines
* Remove source selector from SearchDialogBjorn Bringert2010-02-041-12/+7
* Fix an NPE in SearchDialog when clicking on Mic button. Bug: 2410605Amith Yamasani2010-02-011-7/+6
* Move Search dialog out of system process into current activity.Amith Yamasani2010-01-271-8/+10
* Copy SearchSourceSelector from QuickSearchBoxBjorn Bringert2010-01-091-7/+12
* Deprecate fill_parent and introduce match_parent.Romain Guy2010-01-081-2/+2
* Move android.server.search.SearchableInfo to android.appBjorn Bringert2009-12-041-1/+0
* Create android-common static library which gets included in frameworks.jar,Dan Egnor2009-11-181-2/+3
* Only use FLAG_ACTIVITY_CLEAR_TOP on the search intent when from global search.Evan Millar2009-11-061-2/+5
* Add a privateImeOption to represent that the IME should not showMike LeBeau2009-10-301-0/+12
* Only dismiss search dialog after launching intent.Bryan Mawhinney2009-10-071-1/+1
* Don't reinflate search bar when dialog is already showingBjorn Bringert2009-10-051-3/+5
* On BACK in search, hide just IME if IME is fullscreenBjorn Bringert2009-10-011-0/+11
* Recreate search dialog view each time it's shown.Bryan Mawhinney2009-09-301-20/+27
* Don't crash search when getKeyDispatcherState() is nullBjorn Bringert2009-09-281-8/+11
* Redraw search autocomplete dropdown after config change.Bryan Mawhinney2009-09-251-0/+1
* Dismiss QSB dialog when doing an in-app global search.Bryan Mawhinney2009-09-251-0/+6
* Back button in search always goes back or closes searchBjorn Bringert2009-09-231-51/+48
* Use FLAG_ACTIVITY_CLEAR_TOP when launching search suggestions.Bjorn Bringert2009-09-221-0/+3
* Add search_mode flag to intents launched by QSB suggestionsBjorn Bringert2009-09-211-3/+9
* Send action key and msg with GlobalSearch clicksBjorn Bringert2009-09-211-1/+1
* Track search KeyEvents in SearchDialog.Bryan Mawhinney2009-09-211-1/+2
* Set intent_component of in-app shortcuts to app itselfBjorn Bringert2009-09-211-1/+1
* Reserve space for the searchbox spinner, even when stopped.Bryan Mawhinney2009-09-181-10/+7
* Handle BACK key with focus in search ACTV correctlyBjorn Bringert2009-09-161-75/+40
* Various fixed for back key handling.Dianne Hackborn2009-09-141-7/+7
* Last big work on #1991910: Make swipes work with capacitive keysDianne Hackborn2009-09-141-35/+84
* Tell GlobalSearch about searches without a suggestionBjorn Bringert2009-09-111-0/+5
* Don't toggle between in app and global search on repeat key events.Karl Rosaen2009-09-041-1/+1
* am ba223760: Close suggestion cursors that arrive after adapter is closedBjorn Bringert2009-08-261-1/+1
|\
| * Close suggestion cursors that arrive after adapter is closedBjorn Bringert2009-08-261-1/+1
* | NEW API for SearchManager and Activity to 'triggerSearch'.krosaen2009-08-181-1/+1
|/
* Fix NPE in SearchDialog (and thereby fix bug 2045398).Karl Rosaen2009-08-101-1/+7
* Dismiss both the soft keyboard and the search dialog on back if there is no t...Karl Rosaen2009-08-061-1/+8
* Remove the menu from the search dialog since there are a couple of issues wit...Karl Rosaen2009-08-051-33/+0
* Close the search dialog before starting voice search in all cases, i.e.,Mike LeBeau2009-08-041-7/+6
* Tell the SearchManager to stopSearch before starting an in-app voiceMike LeBeau2009-07-301-0/+6
* Fix in-app search shortcut iconsBjorn Bringert2009-07-301-5/+4
* Special-case search within the browser to not show the app iconMike LeBeau2009-07-291-1/+25
* Log uid and package name when launching intents from searchBjorn Bringert2009-07-291-1/+4
* Add menu with search settings to search dialog.Bjorn Bringert2009-07-281-1/+35
* Cancel search on BACK if IME is obscured.Bjorn Bringert2009-07-281-0/+6
* Only dismiss search on suggestion click in in-app searchBjorn Bringert2009-07-281-8/+16
* DPAD_DOWN moves from search/voice search key to drop-downBjorn Bringert2009-07-271-1/+0
* Add new hidden API setForceIgnoreOutsideTouch to AutoCompleteTextView forMike LeBeau2009-07-221-0/+2
* Move global search intent launching to search dialogBjorn Bringert2009-07-221-10/+128
* add comment to illuminate why we only dismiss the dialog when launching an in...Karl Rosaen2009-07-201-0/+3
* whoops, still need to dismiss when launching an intent for in-app searchKarl Rosaen2009-07-201-0/+4
* Fix back key handling for search dialog.Karl Rosaen2009-07-201-8/+8
* Copy cached drawables in search dialog.Bjorn Bringert2009-07-171-2/+2
* Make the SearchDialog's AutoCompleteTextView dropdown respect theMike LeBeau2009-07-161-0/+2