| Commit message (Collapse) | Author | Age | Files | Lines |
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
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
|
|
|
|
|
|
| |
Initial changes, needs more work
Change-Id: Ic9bbe4eb8e95212baa7c40813217f01d9efdf286
|
|
|
|
|
|
|
|
|
|
| |
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
|
|
|
|
|
|
|
| |
http://b/issue?id=3373046
removed focus updates from focus listener
Change-Id: I48fdb39053dce7546038022f7aee671fe97047df
|
|
|
|
|
|
|
| |
http://b/issue?id=3394446
adjust offset to new bckground resource
and adjust based on quickcontrols mode
Change-Id: I93d096e6465f91fcbb01941aa3f746f5e3f77354
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
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
|
|
|
|
|
|
| |
Bug: 3336558
Change-Id: Ie88eddee0f4931a206ba45cec708cdbb69cce008
|
|
|
|
|
|
|
|
| |
Bug: 3381363
Fixed by a partial revert of change 89542 which accidentally
removed the OnItemClick listener.
Change-Id: I102dd44fb15472d16499804adf8a7a171873970c
|
|
|
|
|
|
|
|
| |
http://b/issue?id=3348242
In voice search mode, make sure the suggestions are
routed via tab's activateVoiceSearch
Change-Id: I464f186510047a1d2b0d6b2be7809ec66ec74b22
|
|
|
|
|
|
| |
Reverses the URL suggestions when in quick controls mode
Change-Id: Icd010f4b5803a8633f5b41fb393a91ff0c2206cb
|
|
|
|
|
|
|
|
|
| |
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
|
|
|
|
|
|
|
|
|
| |
http://b/issue?id=3039695
send voice search intent
implement voice search title bar
also fixes another Urlbar focus handling bug
Change-Id: Icdcbec9ffff586d445545cc7fe86ca045022f381
|
|
|
|
|
|
| |
updated assets, layout, search behavior
Change-Id: I05543e57cb9a69e3a7cb5fe9a27648fd7196e51e
|
|
|
|
|
|
|
| |
Bug: http://b/issue?id=3237688
add the source extra to search queries based on the source
Change-Id: Id39083a5904c7ff98431e7e625871f920f634bcf
|
|
|
|
|
|
|
|
|
| |
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
|
|
|
|
|
|
|
|
| |
Bug: 3229882
This fixes a browser crash when the user would hit enter with an
empty URL bar.
Change-Id: I6af056e6b086b9b6c19d3b354d950d2fb2411b1f
|
|
|
|
|
|
|
|
|
| |
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
|
|
|
|
|
|
|
|
| |
Bug: 3025590
Fix the omnibox to support passing on SearchManager.EXTRA_SEARCH_DATA
in searches done from the suggestion adapter.
Change-Id: Ica6462ef27722c3bbcc0508178ce431e87e27e86
|
|
|
|
| |
Change-Id: Ie72947017550d759994e34d7db8087d1f9e6d63a
|
|
|
|
|
|
| |
http://b/issue?id=3041817
Change-Id: I9bd7de3a2f0d742739a1b8bf2011314ebc617eca
|
|
|
|
|
|
| |
http://b/issue?id=3039704
Change-Id: I8b32553682cc547c695d0089e6633ead77426869
|
|
|
|
|
|
|
|
| |
fixed styles for action bar
changed URLInput layout
suppress selection acion mode for url input
Change-Id: Ia5dbab792057b7d172e797c01f07f06ca190c88b
|
|
|
|
|
|
|
| |
mostly final assets
dialogs are not styled correctly
Change-Id: Ib98312ca9465ded3efc2743f9828fe9a815814cc
|
|
|
|
| |
Change-Id: I33b6bcd78d4983e0ce1b503d3756687588dd8ed0
|
|
|
|
|
|
|
|
|
|
| |
bug # http://b/issue?id=2712871
separated tab bar from url bar
subclassed webview for scroll listener
added search button support
Change-Id: Ib9bd0c7e815e2ef08cdd20334daf61263cd52938
|
|
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
|