summaryrefslogtreecommitdiffstats
path: root/src/com/android/browser/UrlInputView.java
Commit message (Collapse)AuthorAgeFilesLines
* 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