summaryrefslogtreecommitdiffstats
path: root/src/com/android/browser/UrlInputView.java
Commit message (Collapse)AuthorAgeFilesLines
* Remove voice search handlingMichael Kolb2012-05-031-7/+1
| | | | | | Bug: 6439925 Change-Id: I1b7161a67fa0c20d87f147d6ed19c02e53093054
* fix QuickControls url input IMEMichael Kolb2012-04-131-0/+5
| | | | Change-Id: I9c8cfef29c94d19d82a39d64a888209f5917ddb7
* Don't force keyboard on focus changeMichael Kolb2012-04-121-5/+0
| | | | | | | | Bug: 6332623 Let frameworks do its thing. Change-Id: I6c3bc46b8f3deb47df5d7886a4c66931f3a3c62e
* Remove the psychic labs feature.Narayan Kamath2011-11-181-50/+15
| | | | | | | | Reverts the UrlInputView to a standard autocomplete that causes less trouble for IMEs. bug:5598837 Change-Id: If469d76f4feda88e4a122264a39d317737404578
* Grid align omnibox on tabletJohn Reck2011-09-061-6/+19
| | | | | | | Bug: 5155161 Offset for popup window padding Change-Id: I586bdfdffdd0c21466001492ecae8d74f3581617
* Fix focus highlight bugMichael Kolb2011-09-021-4/+16
| | | | | | | | Bug: 5240233 post the layout change on state change add clear button when editing Change-Id: I9db16619cd39611153503b28757d4b16e52ab9e3
* show voice icon if in voice modeMichael Kolb2011-07-191-0/+4
| | | | | | | | Bug: 5005932 The voice icon is shown in the url bar in non-focused state when there are voice results Change-Id: Id89052938768cb1b4e17895986d49129df78017d
* Titlebar on phone UI updateMichael Kolb2011-07-061-10/+70
| | | | | | | introduce new states for titlebar: normal, highlighted, editing, loading Change-Id: I8a6f88afc3457a07063aba40ef4d3e5f6c806b8f
* fix url editing scroll bugMichael Kolb2011-04-301-0/+9
| | | | | | Bug: 4262017 Change-Id: I95991847277ece1027e0e9a9d1f6591910ae3ff4
* Browser settings refactorJohn Reck2011-04-261-1/+1
| | | | Change-Id: I6fc1b21f7ea692fbe37a17bf900e9b7408a9c077
* fix qc urlbar position and show in auto-loginMichael Kolb2011-03-161-4/+0
| | | | | | | | | | Bug: 4108540 Show the url bar when auto-login is in progress Move url bar to top in QuickControls to work with instant search Remove suggestions reversal Change-Id: I0040fa74dd26b5eecdab278c0104199fe5269aba
* Merge "Implement the psychic search engine."Bjorn Bringert2011-03-031-5/+47
|\
| * Implement the psychic search engine.Narayan Kamath2011-03-021-5/+47
| | | | | | | | | | | | | | | | | | | | (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
* | Merge "Add autocomplete to the browser UrlInputView."Bjorn Bringert2011-03-031-2/+5
|\ \ | |/
| * Add autocomplete to the browser UrlInputView.Narayan Kamath2011-03-021-2/+5
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 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
* | add haptic feedback, fix QCMichael Kolb2011-03-021-6/+0
|/ | | | | | | | | reduced number of QC entries fixed qc behavior with new titlebar add haptic feedback to qc selection change qc rendering from flat paint to bitmap shader Change-Id: I4b89fea1aec7ce680147f663f2c22d0d369f4194
* fix shortcut handlingMichael Kolb2011-02-161-42/+40
| | | | | | | | | | | | | | Bugs: 3400078 3270434 3368141 3381411 Fixed controller to check for menu & ctrl keys for shortcuts Changed focus handling in url bar Keyboard focus transitions are not 100% working yet, but it's possible to navigate to all the elements Change-Id: I514d85a37dae2589e3ce1ecb18c7fc0bf4e715f3
* Switch the phone to use the omnibox instead of qsbJohn Reck2011-02-151-4/+5
| | | | | | Initial changes, needs more work Change-Id: Ic9bbe4eb8e95212baa7c40813217f01d9efdf286
* Remove second url barMichael Kolb2011-02-111-8/+7
| | | | | | | | | | Remove the overlay "fake" titlebar by telling the WebView where to render the embedded titlebar Simplify focus handling requires Ic979b641c8cc80acb83eeab49c4f700fc5c50e72 in frameworks/base Change-Id: I7896cd731949fdcc47cd18abfee5ef947b0e8cee
* fix focus handling in url inputMichael Kolb2011-01-281-2/+4
| | | | | | | http://b/issue?id=3373046 removed focus updates from focus listener Change-Id: I48fdb39053dce7546038022f7aee671fe97047df
* fix suggestion dropdown offsetMichael Kolb2011-01-261-5/+10
| | | | | | | http://b/issue?id=3394446 adjust offset to new bckground resource and adjust based on quickcontrols mode Change-Id: I93d096e6465f91fcbb01941aa3f746f5e3f77354
* Special case searching in incognito modeJohn Reck2011-01-241-1/+30
| | | | | | | | | | | | | Bug: 3336558 The default flow when the user hits enter in UrlInputView is handled by IntentHandler. If the input isn't a URL, it is treated as a search request, which is causes an intent to be fired off from the search engine. This is logged, which we can't have in incognito mode. For now, handle this by having the UrlInputView detect search requests, lookup the search engine info, and use that to build the search request URL directly, previnting logging. Change-Id: I4b98240f4b2aff265638b53cb65677bc1bd507c0
* Disable SearchSuggestions in incognito modeJohn Reck2011-01-241-0/+4
| | | | | | Bug: 3336558 Change-Id: Ie88eddee0f4931a206ba45cec708cdbb69cce008
* Fix keyboard enter in omniboxJohn Reck2011-01-241-1/+13
| | | | | | | | Bug: 3381363 Fixed by a partial revert of change 89542 which accidentally removed the OnItemClick listener. Change-Id: I102dd44fb15472d16499804adf8a7a171873970c
* fix voice search suggestionsMichael Kolb2011-01-131-15/+5
| | | | | | | | http://b/issue?id=3348242 In voice search mode, make sure the suggestions are routed via tab's activateVoiceSearch Change-Id: I464f186510047a1d2b0d6b2be7809ec66ec74b22
* Reverse suggestions for quick controlsJohn Reck2011-01-101-1/+4
| | | | | | Reverses the URL suggestions when in quick controls mode Change-Id: Icd010f4b5803a8633f5b41fb393a91ff0c2206cb
* Single column omnibox and pressed selectorJohn Reck2010-12-201-1/+15
| | | | | | | | | Bugs: 3275725, 3270476 Converted omnibox to single column in landscape, made each item slightly smaller to fit 5 instead of 4 rows in landscape, added the correct pressed selector, and added basic keyboard support Change-Id: I0b2774817f055c1b17289a33975ed4f8f088db45
* Enable voice searchMichael Kolb2010-12-151-0/+12
| | | | | | | | | http://b/issue?id=3039695 send voice search intent implement voice search title bar also fixes another Urlbar focus handling bug Change-Id: Icdcbec9ffff586d445545cc7fe86ca045022f381
* Update url bar look & feelMichael Kolb2010-12-101-2/+2
| | | | | | updated assets, layout, search behavior Change-Id: I05543e57cb9a69e3a7cb5fe9a27648fd7196e51e
* add source type to search queriesMichael Kolb2010-12-091-7/+11
| | | | | | | Bug: http://b/issue?id=3237688 add the source extra to search queries based on the source Change-Id: Id39083a5904c7ff98431e7e625871f920f634bcf
* Url bar selection handling updatedMichael Kolb2010-12-021-9/+9
| | | | | | | | | Bug: 3222647 framework has been updated to change the way tap/double tap and long press are handled url bar uses a custom action bar to add the share option Change-Id: Ie75fc07fe71c9e16fc7f83deda8ecddea39b0397
* Fixes crash on empty urlJohn Reck2010-11-291-1/+2
| | | | | | | | Bug: 3229882 This fixes a browser crash when the user would hit enter with an empty URL bar. Change-Id: I6af056e6b086b9b6c19d3b354d950d2fb2411b1f
* Greatly improved suggestion result speedJohn Reck2010-11-231-9/+15
| | | | | | | | | Bug: 3201805 This change does 2 key things. The first is it supports recycling views. The second is local suggestions (bookmarks and history) no longer wait for remote suggestions (search suggestions) Change-Id: Ic659ce486a5b674490248b8c1ffb9a8c24afe609
* Omnibox supports search extra dataJohn Reck2010-11-101-8/+8
| | | | | | | | Bug: 3025590 Fix the omnibox to support passing on SearchManager.EXTRA_SEARCH_DATA in searches done from the suggestion adapter. Change-Id: Ica6462ef27722c3bbcc0508178ce431e87e27e86
* Remove some unnecessary use of hidden APIsBjorn Bringert2010-10-121-1/+0
| | | | Change-Id: Ie72947017550d759994e34d7db8087d1f9e6d63a
* fix dropdown width issueMichael Kolb2010-10-101-3/+8
| | | | | | http://b/issue?id=3041817 Change-Id: I9bd7de3a2f0d742739a1b8bf2011314ebc617eca
* new two column suggestion dropdownMichael Kolb2010-09-271-109/+50
| | | | | | http://b/issue?id=3039704 Change-Id: I8b32553682cc547c695d0089e6633ead77426869
* UI theme workMichael Kolb2010-09-101-24/+31
| | | | | | | | fixed styles for action bar changed URLInput layout suppress selection acion mode for url input Change-Id: Ia5dbab792057b7d172e797c01f07f06ca190c88b
* checkpoint for moving UI to Holo styleMichael Kolb2010-09-081-6/+30
| | | | | | | mostly final assets dialogs are not styled correctly Change-Id: Ib98312ca9465ded3efc2743f9828fe9a815814cc
* switched to using action bar for large screenMichael Kolb2010-08-131-8/+9
| | | | Change-Id: I33b6bcd78d4983e0ce1b503d3756687588dd8ed0
* UI revision for tabbed browsingMichael Kolb2010-08-061-22/+23
| | | | | | | | | | bug # http://b/issue?id=2712871 separated tab bar from url bar subclassed webview for scroll listener added search button support Change-Id: Ib9bd0c7e815e2ef08cdd20334daf61263cd52938
* tabbed title bar workMichael Kolb2010-07-271-0/+206
bug # http://b/issue?id=2712871 added tab bar added tab status callbacks to Tab and TabControl added compact progress/stop/refresh button added UrlInputView for auto-complete suggestions modified BrowserProvider for url input suggestions modified BrowserActivity to use TitleBarXLarge Change-Id: I62db2be5b89f4c4f27c09dbc6fee7b3b0d5e91b5