- 21 Sep, 2009 12 commits
-
-
Leon Scroggins authored
Move the title below the snapshot, and for the current page, dim the whole snapshot. Change-Id: Ia6aaa68c45c47a0dad6090b190cec2d6dee65f28
-
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
-
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 8 commits
-
-
Roy West authored
Note that we are staying with "window" not "tab" for Eclair.
-
Android (Google) Code Review authored
* changes: Add javacript to intent filters for the Browser.
-
Leon Scroggins authored
Enables having a shortcut on the home screen of a bookmark which is javascript. Change-Id: Icae2785b144cfb1885e21ebbd7f86685447c2b5e
-
Android (Google) Code Review authored
* changes: Give more space to the close button, and highlight separately from tab.
-
Leon Scroggins authored
Fix for http://b/issue?id=2126503 and http://b/issue?id=2124781 Change-Id: I4a83223477e553d124ed667d92bc4970a3ebca0e
-
Andrei Popescu authored
-
Android (Google) Code Review authored
* changes: Fix for 2023896
-
Andrei Popescu authored
-
- 17 Sep, 2009 8 commits
-
-
Eric Fischer authored
-
Grace Kloba authored
problem. Fix http://b/issue?id=2127825
-
Patrick Scott authored
Use the data from the java database before talking to the native database. The bookmarks database may contain favicons that the native database does not have a mapping for. Used the native icon database for recent history items since those are not stored in the java db. Request the icons each time the activity is created since the url->bitmap mapping is a global.
-
Android (Google) Code Review authored
* changes: Remove the extra padding in the Tabs.
-
Grace Kloba authored
Use scheme to define the Bookmark style. Fix http://b/issue?id=2125502
-
Nicolas Roard authored
-
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 11 commits
-
-
Android (Google) Code Review authored
* changes: Remove the shadow in the Browser. Use xml to indicate windowNoTitle.
-
Grace Kloba authored
http://b/issue?id=2125456
-
Nicolas Roard authored
-
Android (Google) Code Review authored
* changes: Use an "X" on the title bar to allow the user to stop loading.
-
Leon Scroggins authored
See http://b/issue?id=2111209 Change-Id: I751f2f94d342fac67c4a9172704fbb0edda69075
-
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
-
Android (Google) Code Review authored
* changes: Add menu shortcuts
-
Android (Google) Code Review authored
* changes: Make the view mode that the user sets (either grid or list) in the bookmarks/most visited page sticky.
-