- 28 Sep, 2009 1 commit
-
-
Ben Murdoch authored
Only update the bookmark screenshot if the page completed loading fully (i.e. do not save a screenshot if the user canceled loading. Bug: 2148161 Change-Id: Ia226959cd18848d0eb2e302a9ef894c5c142d37d
-
- 25 Sep, 2009 2 commits
-
-
Leon Scroggins authored
Fixes http://b/issue?id=2142575 Change-Id: I1b29cf6b7fcf89e6c7ebbb967a46434424d6ba54
-
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 5 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
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 4 commits
-
-
Leon Scroggins authored
Change-Id: Ib3177e68afa30f3a3c7f42aafe0abbf8b58f0412
-
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
-
Grace Kloba authored
WebView handles the keys in down, not up.
-
Andrei Popescu authored
Fixes http://b/issue?id=2139260
-
- 22 Sep, 2009 3 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
-
Bjorn Bringert authored
This is needed by some web search providers for logging. Change-Id: I7a6dba26d79ee97e4a4628269b212e80151ad9ee
-
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.
-
- 21 Sep, 2009 5 commits
-
-
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
-
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.
-
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.
-
Leon Scroggins authored
Fix for http://b/issue?id=2131516 Change-Id: I7d5e02928a36d732b4fc4a2a6b47d7f59e473de1
-
Ben Murdoch authored
Change-Id: Iaf52037f755fea343ef68a23d3740f0f5cdcecb7
-
- 20 Sep, 2009 1 commit
-
-
Grace Kloba authored
Remove KeyTracker, use KeyEvent instead. Remove ImageGrid and ImageAdapter.
-
- 18 Sep, 2009 1 commit
-
-
Andrei Popescu authored
-
- 17 Sep, 2009 3 commits
-
-
Grace Kloba authored
problem. Fix http://b/issue?id=2127825
-
Patrick Scott authored
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.
-
Patrick Scott authored
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.
-
- 16 Sep, 2009 5 commits
-
-
Grace Kloba authored
http://b/issue?id=2125456
-
Leon Scroggins authored
Change-Id: I3d20459c6c93e4d5186a8135168b3b7e7d97ad1c
-
Grace Kloba authored
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
-
Leon Scroggins authored
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
-
Grace Kloba authored
Fix http://b/issue?id=2123469
-
- 15 Sep, 2009 5 commits
-
-
Leon Scroggins authored
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
-
Leon Scroggins authored
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
-
Leon Scroggins authored
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
-
Leon Scroggins authored
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
-
Patrick Scott authored
This will update the progress and the refresh/stop menu item. Bug: 2118878
-
- 14 Sep, 2009 3 commits
-
-
Leon Scroggins authored
Fixes http://b/issue?id=2075672 Change-Id: I8e1d052bb8316452405e8364e69d7092fefa4e10
-
Leon Scroggins authored
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
-
Leon Scroggins authored
Fix for http://b/issue?id=2107276 Change-Id: I96cb4d3bd71edeb38b3afc7e58a339021a81ed46
-
- 11 Sep, 2009 2 commits
-
-
Leon Scroggins authored
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
-
Leon Scroggins authored
This fixes http://b/issue?id=2113505 Change-Id: Ibb66546a86082986170ec983c4e081008182baac
-