- 25 Sep, 2009 2 commits
-
-
Leon Scroggins authored
Also remove the old one and an obsolete file which references it. Fixes http://b/issue?id=2099961 Change-Id: I92e08fcc07826d5bde7ddb87c71932de2e01b778
-
Leon Scroggins authored
Limit the title of a bookmark to stop at the right edge of screenshot. Use the new default screenshots for bookmarks without screenshots. Resize the bookmark screenshot to match the size of the default icon. Fixes http://b/issue?id=2042025 and http://b/issue?id=2098770 Change-Id: I66a10671ea98007cfe5bf7502fb1e3619276ca22
-
- 24 Sep, 2009 6 commits
-
-
Ben Murdoch authored
In the case of a page load error, save a second screenshot in onProgressChanged(100) to ensure that we save the substituted error page rather than the previous page that loaded. Also save the thumbnail for the page if the user creates the bookmark through the add bookmark menu or clicking the add bookmark icon on the bookmarks page. Change-Id: Ib2b7692a45290f9ce372968e05cde8f6903e4572
-
Leon Scroggins authored
Fix for http://b/issue?id=2131232 Change-Id: I28f23d4dc1060208c3d12cf8e2bcbd0be24a9c6c
-
Grace Kloba authored
-
Grace Kloba authored
Fix http://b/issue?id=2142160
-
Grace Kloba authored
current activity. Otherwise it puts the BrowserActivity in a bad state where there is no current tab. Fix http://b/issue?id=2142368
-
Andrei Popescu authored
to choose the application for sharing a link. Fixes http://b/issue?id=2099733
-
- 23 Sep, 2009 10 commits
-
-
Leon Scroggins authored
Change-Id: Ib3177e68afa30f3a3c7f42aafe0abbf8b58f0412
-
Android (Google) Code Review authored
* changes: Draw pressed states on the fake title bar.
-
Leon Scroggins authored
Use custom selectors for the title bar and its button. Fixes http://b/issue?id=2127259 Change-Id: I19a7912f6edc0b7ef46907d25907dc3f5a65efd7
-
Android (Google) Code Review authored
* changes: Tweaks to improve the look of the bookmarks page.
-
Leon Scroggins authored
Change the size of the thumbnails for hi dpi. Scale the thumbnails according to the content width. Make the overlay on the first item slightly lighter. See http://b/issue?id=2137041 Change-Id: Ib461459c37ee03d1a6013a404a35c3869a8bb284
-
Android (Google) Code Review authored
* changes: Use favicons in the tab page instead of a snapshot.
-
Patrick Scott authored
Remove the FakeWebView and all the picture stuff from the picker data. Use the favicon in a layout similar to history and bookmarks. Add tab_view_add_tab.xml to have a simpler layout for the "new tab" item in the list.
-
Grace Kloba authored
WebView handles the keys in down, not up.
-
Andrei Popescu authored
Fixes http://b/issue?id=2139260
-
Andrei Popescu authored
Fixes http://b/issue?id=2134421
-
- 22 Sep, 2009 8 commits
-
-
Cary Clark authored
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
-
Android (Google) Code Review authored
* changes: Pass search intent extra data through the browser
-
Leon Scroggins authored
Change-Id: I92b472de69756c68e8a0f8dcacf8bd4787597dd5
-
Bjorn Bringert authored
This is needed by some web search providers for logging. Change-Id: I7a6dba26d79ee97e4a4628269b212e80151ad9ee
-
Android (Google) Code Review authored
* changes: Reimplement the settings to use async callbacks
-
Patrick Scott authored
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.
-
Nicolas Roard authored
-
Android (Google) Code Review authored
* changes: Updates for bookmarks page.
-
- 21 Sep, 2009 14 commits
-
-
Leon Scroggins authored
Move the title below the snapshot, and for the current page, dim the whole snapshot. Change-Id: Ia6aaa68c45c47a0dad6090b190cec2d6dee65f28
-
Leon Scroggins authored
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
-
Android (Google) Code Review authored
* changes: Check for a valid token before adding the fake title bar.
-
Patrick Scott authored
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.
-
Android (Google) Code Review authored
* changes: Remove Gears files
-
Andrei Popescu authored
-
Android (Google) Code Review authored
* changes: Update the correct favicon when starting the load.
-
Patrick Scott authored
The WebView's original url and current url are incorrect during the provisional load. Use the given url instead when updating the favicon.
-
Android (Google) Code Review authored
* changes: Account for find dialog height in content height
-
Cary Clark authored
Use the set dialog height when the find dialog is up so that found items at the bottom of the screen are scrolled into view. This uses a companion change in webview that takes the find dialog height into account when computing the content height. Fixes http://b/issue?id=2122916
-
Android (Google) Code Review authored
* changes: Show the fake title bar when loading regardless of scroll position.
-
Android (Google) Code Review authored
* changes: Make the Combined Bookmark and History Activity use the BrowserActivity as it's search provider so that we can start typing on the bookmarks page and perform a search/URL load.
-
Leon Scroggins authored
Fix for http://b/issue?id=2131516 Change-Id: I7d5e02928a36d732b4fc4a2a6b47d7f59e473de1
-
Ben Murdoch authored
Make the Combined Bookmark and History Activity use the BrowserActivity as it's search provider so that we can start typing on the bookmarks page and perform a search/URL load. Change-Id: Ic05a19fab3ddccd99c5a07c6c9c10b85c791717a
-