| Commit message (Collapse) | Author | Age | Files | Lines |
| |
|
|
|
|
|
| |
Fix for http://b/issue?id=2456405
Override TitleBar::createContextMenu to call BrowserActivity's onCreateContextMenu
directly, so that WebView is ignored, and we only get the options for TitleBar.
|
| |
|
|
|
|
|
|
| |
Fix for http://b/issue?id=2442426
No longer override onSearchRequested, so that pressing the search
key behaves normally. For touching the title bar, use the old
onSearchRequested (renamed to editUrl).
|
| |
|
|
| |
Fix for http://b/issue?id=2390720
|
| |
|
|
|
|
|
|
| |
Fix for http://b/issue?id=2427828
Apparently TextView, when set to ellipsize="end", will truncate
before going to three lines. Turn off truncation when in voice
search mode.
|
| |
|
|
| |
Fixes http://b/issue?id=2427810
|
| |
|
|
|
|
|
|
| |
Fix for http://b/issue?id=2390713
Add the arcs to the end of the title.
Change to multiline.
Use the standard long press look.
|
| |
|
|
|
|
|
|
| |
Once the voice search intent has been handled, the title bar
background changes to green, and touching it displays other voice
search possibilities.
Fixes http://b/issue?id=2390686
|
| |
|
|
|
|
| |
search mode.
Fix for http://b/issue?id=2390704
|
| |
|
|
| |
Change-Id: I3c58dbaa02b5f81c6db5fb96ec1b8021728a5e66
|
| |
|
|
|
|
| |
Fix for http://b/issue?id=2131232
Change-Id: I28f23d4dc1060208c3d12cf8e2bcbd0be24a9c6c
|
| | |
|
| |
|
|
|
|
| |
See http://b/issue?id=2111209
Change-Id: I751f2f94d342fac67c4a9172704fbb0edda69075
|
| |
|
|
|
|
|
|
|
|
|
| |
Remove the tab slider (TitleBarSet) from eclair.
In TitleBar, override onTouchEvent to handle touches as either presses
of the right button or the textfield. Fix the press states on the
title bar to correctly reflect what will happen if you release your
finger.
Change-Id: I025b55e5ba546e8be4e9360e6f7db80fb6d9d3f9
|
| |
|
|
|
|
|
|
|
|
|
|
|
| |
Now all single taps to the title bar will result in either
a search or opening the bookmarks picker, depending on whether
they were past the right edge of the textfield.
Fixes http://b/issue?id=2113429
Also move the lock icon in between the favicon and the url. See
http://b/issue?id=2085847
Change-Id: I30447aa7517b6fc801d3cf34eff233db3a4ce635
|
| |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
Show an actionable title bar at the top of the screen when the
menu shows.
Change TitleBar* to take a Bitmap for setFavicon, and move the
logic for creating the drawable into TitleBar, so that we can
update directly from the WebView (whose getFavicon method returns
a bitmap).
Remove CUSTOM_BROWSER_BAR, since we are set on using our custom
title bar, and it enabled me to put mGenericFavicon in TitleBar.
Also take screen density into account when sizing the icons for
the title bar.
Change-Id: I3ee6b1d02e8845299f9cd1f648b271543683954a
|
| |
|
|
|
|
|
|
| |
As requested in http://b/issue?id=2101999, we are going
back to opening the home page when opening the browser or
a new tab.
Change-Id: I2608bab74494a0af2919bf351340579bcd58201f
|
| |
|
|
|
|
|
|
|
| |
Use the same method as the search bar for showing the circular
progress, which is much more visible than the current model.
Use latest assets.
Move the lock icon outside the textbox.
Change-Id: I7fd5911cb4492d3cd52132e817da75f720b42b55
|
| |
|
|
|
|
| |
Fix for http://b/issue?id=2096235
Change-Id: I79d34c6e847587c63dc79b8c68813508eacaf9d5
|
| |
|
|
|
|
|
|
|
| |
Change the title bar to use the look of the search bar. Remove
the new tab button, which is now a part of the updated menu. Make
the title bar for each WebView span the width of the screen. Make
the title bar appear when pressing the menu button.
Change-Id: I7ad1c955412d422be0fc6f26ec8d286172a0a99a
|
| |
|
|
|
|
|
| |
In addition the sliding title bar, I have now removed the TabPicker.
Now, when changing to a new tab, we just go straight there. Also
put back in Add bookmark in the top level menu. And fix the bug
where switching tabs was always bringing up the bookmarks.
|
| |
|
|
|
|
|
| |
In the title bar, we were showing "Loading..." as the
title for a page that finished loading but still has no
title. Now, display the url where the title is displayed
and display nothing for the url.
|
| |
|
|
|
| |
In setTitleAndUrl, check to make sure url is non null before
calling url.toString().
|
| |
|
|
|
|
|
| |
For security reasons, we want to ensure that the domain
name of the current page is being shown in the title bar.
Use BrowserActivity's method of building the url for the
title bar, which also shows https if it is a secure site.
|
| |
|
|
|
|
|
|
| |
Use an asset copied from the Market for the background. Since this background is
dark, change the title's text to white, as well as the dividing line. Changed
the functionality of the buttons on the title bar. Also flipped the title and
the url, and fixed a bug where "Loading..." remained for too long. Also added
the drop shadow below the title bar.
|
|
|
The new title bar is thicker and has areas that can be touched
to open the search bar, zoom in, zoom out, and stop a load. Also
inserted a flag to use the old title bar.
|