| Commit message (Collapse) | Author | Age | Files | Lines |
| ... | |
| |
|
|
| |
Fixes http://b/issue?id=2139260
|
| |
|
|
|
|
|
|
| |
The browser can launch an intent to add a phone number
on a web page to a contact. Use the current interface
to do so instead of the deprecated interface.
Fixes http://b/issue?id=2126565
|
| |
|
|
|
|
| |
This is needed by some web search providers for logging.
Change-Id: I7a6dba26d79ee97e4a4628269b212e80151ad9ee
|
| |
|
|
|
|
| |
The precomposed icon overrides any other touch icon. We still need to do the
round rect clip because apparently apple still applies the rounded corners, just
not the glass effect. Inset the rectangle by 1 to fit the icons better.
|
| |
|
|
|
|
|
|
|
|
|
| |
Remove old code which requests windowOverlays. When inserting the
fake title bar, put a shadow underneath it. Do not show it if the
scroll is at the top, since it is transparent, and showing it along
with the shadow below the real title bar would show a darker shadow.
Fixes http://b/issue?id=2118813
Change-Id: I84b8975ea82cc8659b702112c7e67498f863916c
|
| |
|
|
|
|
| |
This is basically what happens when adding the view to the window. In some
cases, the decor view may be null or the window token may be null which throws
an exception.
|
| |
|
|
|
| |
The WebView's original url and current url are incorrect during the provisional
load. Use the given url instead when updating the favicon.
|
| |
|
|
|
|
| |
Fix for http://b/issue?id=2131516
Change-Id: I7d5e02928a36d732b4fc4a2a6b47d7f59e473de1
|
| |
|
|
| |
Change-Id: Iaf52037f755fea343ef68a23d3740f0f5cdcecb7
|
| |
|
|
|
|
| |
Remove KeyTracker, use KeyEvent instead.
Remove ImageGrid and ImageAdapter.
|
| | |
|
| |
|
|
|
| |
problem.
Fix http://b/issue?id=2127825
|
| |
|
|
|
|
|
| |
When the container is removed from the content view, its child views do not lose
focus. Removing the WebView from the container as well will trigger a focus
change from the WebView. Move the attach/remove logic to TabControl since it
knows all about the containers.
|
| |
|
|
|
|
| |
Use NetworkInfo to see if we are connected to a network instead of the intent
extra. Update the network dialog text and refactor the alert dialog creation to
reuse code.
|
| |
|
| |
http://b/issue?id=2125456
|
| |
|
|
| |
Change-Id: I3d20459c6c93e4d5186a8135168b3b7e7d97ad1c
|
| |
|
|
|
|
|
|
| |
In switchToTab, I think it is wrong code where it calls removeTabFromContentView(tab).
In openTabAndShow, we should really attach after we the tab to the current.
Fix http://b/issue?id=2067930
|
| |
|
|
|
|
|
|
|
| |
Place the fake title bar in FrameLayout with a shadow overlay and
a white background so it will look like the embedded title bar.
Fixes http://b/issue?id=2123300 and part of http://b/issue?id=2118813
Change-Id: I079cd5100dbc344867a75e3593471bc0c1e3d8eb
|
| |
|
|
| |
Fix http://b/issue?id=2123469
|
| |
|
|
|
|
|
|
|
|
|
|
|
|
| |
Fix http://b/issue?id=2121363
We attempt to show the fake title bar as a result of
a callback. It is possible that we receive this callback
while the BrowserActivity is not running (not sure how
to reproduce, exactly, but the monkey did it; see the
bug). Before showing the title bar, do a check to see
if the BrowserActivity is currently paused, and only
show it if not.
Change-Id: I770a1f86ae50f936f45bbf1dc2f047049b8e1aa3
|
| |
|
|
|
|
|
|
|
|
|
| |
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
|
| |
|
|
|
|
|
|
|
|
|
| |
Remove some code which I assume was there for going to the
tab overview, and was incorrectly kept around. When
opening a tab in the background, we do not need to set it
as the current tab.
Fixes http://b/issue?id=2118522
Change-Id: Ieaf512399b03307a1f70d952b648c0cfcf181c29
|
| |
|
|
|
|
|
|
| |
When opening the active tabs page, hide the titlebar. Also, when
attempting to show the title bar, do not do it if the active tabs
page is showing.
Change-Id: Iee7e76056317c3bdf7f5023d59745ecaf3a3bbc1
|
| |
|
|
|
|
| |
This will update the progress and the refresh/stop menu item.
Bug: 2118878
|
| |
|
|
|
|
| |
Fixes http://b/issue?id=2075672
Change-Id: I8e1d052bb8316452405e8364e69d7092fefa4e10
|
| |
|
|
|
|
|
|
|
|
|
|
|
| |
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
|
| |
|
|
|
|
| |
Fix for http://b/issue?id=2107276
Change-Id: I96cb4d3bd71edeb38b3afc7e58a339021a81ed46
|
| |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
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
|
| |
|
|
|
|
| |
This fixes http://b/issue?id=2113505
Change-Id: Ibb66546a86082986170ec983c4e081008182baac
|
| |
|
|
|
|
| |
Adjust the scheme to all lower case before fixing the URL. This
allows mixed-case entries in bookmarks to resolve to a conical
lower case URL.
|
| |
|
|
|
|
|
|
|
|
| |
The active tabs page gives the user the ability to see all of their
open tabs in a list, and switch tabs, create a new one, or close
an old one.
Fix for http://b/issue?id=2101994
Change-Id: Id4c14dd437f769144dbdb02011144ea97d8fd030
|
| |
|
|
|
|
|
| |
won't show them in the auto-complete list.
Update the browser.db and remove history only entries who has clientid.
Fix http://b/issue?id=2099727
|
| |
|
|
|
|
|
|
| |
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
|
| |
|
|
|
|
|
| |
Renamed addTitleBar to setEmbeddedTitleBar. Requires a
change to frameworks/base
Change-Id: I0ea3c969dbd8c365a9f71eb373b11ddb0aa30b9b
|
| |
|
|
|
|
|
|
|
| |
Remove the old notions of changing the viewing mode
resulting in changing the visibility of the title bar.
Instead, attach the title bar to the current WebView.
Requires a change to frameworks/base.
Change-Id: I65ba1182db040848700840e6229d7e1a7c6050d0
|
| |
|
|
|
|
| |
setting mPageStarted to false.
Part 1 for fixing http://b/issue?id=2087410
|
| |
|
|
|
|
|
|
|
| |
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
|
| | |
|
| |
|
|
|
|
|
|
|
| |
If we are attempting to download a file and try to resolve to another activity,
it is possible to get BrowserActivity as the best candidate. In that case, we
need to fall back to the download manager. If we do not, we end up in a loop
trying to download the file and sending ourselves a new intent.
BUG: 2062310
|
| |
|
|
|
|
| |
enough space to satisfy it.
Change-Id:I23daac8fbf27f50f304ee53060353423deaed50a
|
| |
|
|
|
|
|
|
| |
Depends on a change to frameworks/base. When loading a new page,
display the title bar. Implement a callback so that we can toggle
the title bar's visibility on mobile sites.
Change-Id: Ie2cbe2a53bcfd1bcc9fb9d2f12285ecf45e06997
|
| |
|
|
|
|
| |
Code got changed along with other code. When changing to an appTab,
if it matches the current tab, do nothing. Fixes
http:/b/issue?id=197317
|
| | |
|
| |\ |
|
| | |
| |
| |
| |
| |
| | |
pauseWebView(). But as mActivityInPause is false, pauseWebView doesn't do
anything. This cause inbalanced pause/resume and the WebCoreThread's timer
is never put on hold even Browser is in the background.
|
| | |
| |
| |
| |
| | |
In particular, when we open a tab associated with an appId, move
the title bar to that tab's title.
|
| | | |
|
| | |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| | |
http://b/issue?id=2053635 : Home page should appear when last tab is closed
http://b/issue?id=2049620 : click on a link opening a new window should skip the landing page
http://b/issue?id=2042079 : When I open a new tab, then hit back get strange state
Now if you close the last tab, it will bring up the "go" screen.
If you hit back, it closes the browser; otherwise it will go where
the user specifies. When opening a new tab, if the user hits
back, it will close this new tab. This also prevents the "go"
screen from coming up unnecessarily when a link opens in a new
window.
|
| | |
| |
| |
| |
| |
| |
| | |
Rather than returning to BrowserActivity to bring up search, bring
it up directly from the Go page. This means that hitting back from
search will take you to the Go page (if you reached search from
the Go page). Fixes http://b/issue?id=2042017
|
| | | |
|