summaryrefslogtreecommitdiffstats
path: root/src/com/android/browser/autocomplete
Commit message (Collapse)AuthorAgeFilesLines
* Remove the psychic labs feature.Narayan Kamath2011-11-183-1399/+0
| | | | | | | | Reverts the UrlInputView to a standard autocomplete that causes less trouble for IMEs. bug:5598837 Change-Id: If469d76f4feda88e4a122264a39d317737404578
* Browser settings refactorJohn Reck2011-04-261-1/+1
| | | | Change-Id: I6fc1b21f7ea692fbe37a17bf900e9b7408a9c077
* Set the url input to current page when clearedNarayan Kamath2011-03-151-0/+14
| | | | | | Bug: 4099000 Change-Id: I3a96b35a5234089fb76393273c250f3bfe0149eb
* fix set url update bugMichael Kolb2011-03-111-0/+1
| | | | | | | | | | | Bug: 4076628 4075557 4070747 Text changes in SuggestiveAutoCompleteTextView now trigger a redraw, when the buffer is modified directly Change-Id: I7cc1c368c082e6033b9c13eeb70b1fd8735d4db5
* Implement the psychic search engine.Narayan Kamath2011-03-022-47/+61
| | | | | | | | | | (a) Add a new subclass of SearchEngine that receives suggestions provided by psychic and displays them in the suggestions dropdown. (b) Add a Labs setting that can turn this feature on or off. Change-Id: Icae05b6b55f489278028e5af560d9b36014a0f59
* Add autocomplete to the browser UrlInputView.Narayan Kamath2011-03-023-0/+1370
Code and tests based on the google search app. A lot less code would be duplicated if we could somehow override AutoCompleteTextView but that is made impossible by it calling a bunch of stuff in its constructor. To do so would require changes to the existing API. I've verified that the unit test passes, but other browser tests appear to fail - even on a clean branch with none of my changes. Also fixes a minor bug in SearchEngines.getSearchableInfo( ). Change-Id: Ic61bc6b8fa27cd210a45dc181ebf15accf503244