| Commit message (Collapse) | Author | Age | Files | Lines |
|
|
|
|
|
| |
Bug: 6439925
Change-Id: I1b7161a67fa0c20d87f147d6ed19c02e53093054
|
|
|
|
| |
Change-Id: I9c8cfef29c94d19d82a39d64a888209f5917ddb7
|
|
|
|
|
|
|
|
| |
Bug: 6332623
Let frameworks do its thing.
Change-Id: I6c3bc46b8f3deb47df5d7886a4c66931f3a3c62e
|
|
|
|
|
|
|
|
| |
Reverts the UrlInputView to a standard autocomplete
that causes less trouble for IMEs.
bug:5598837
Change-Id: If469d76f4feda88e4a122264a39d317737404578
|
|
|
|
|
|
|
| |
Bug: 5155161
Offset for popup window padding
Change-Id: I586bdfdffdd0c21466001492ecae8d74f3581617
|
|
|
|
|
|
|
|
| |
Bug: 5240233
post the layout change on state change
add clear button when editing
Change-Id: I9db16619cd39611153503b28757d4b16e52ab9e3
|
|
|
|
|
|
|
|
| |
Bug: 5005932
The voice icon is shown in the url bar in non-focused
state when there are voice results
Change-Id: Id89052938768cb1b4e17895986d49129df78017d
|
|
|
|
|
|
|
| |
introduce new states for titlebar:
normal, highlighted, editing, loading
Change-Id: I8a6f88afc3457a07063aba40ef4d3e5f6c806b8f
|
|
|
|
|
|
| |
Bug: 4262017
Change-Id: I95991847277ece1027e0e9a9d1f6591910ae3ff4
|
|
|
|
| |
Change-Id: I6fc1b21f7ea692fbe37a17bf900e9b7408a9c077
|
|
|
|
|
|
|
|
|
|
| |
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
|
|\ |
|
| |
| |
| |
| |
| |
| |
| |
| |
| |
| | |
(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
|
|\ \
| |/ |
|
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| | |
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
|
|/
|
|
|
|
|
|
|
| |
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
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
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
|