OSDN Git Service

android-x86/packages-apps-Browser.git
14 years agoam f8551617: Fix layout issues on the bookmarks screen.
Leon Scroggins [Fri, 25 Sep 2009 16:38:59 +0000 (09:38 -0700)]
am f8551617: Fix layout issues on the bookmarks screen.

Merge commit 'f85516172840450a4d1270b658905dc1649ceaf2' into eclair-plus-aosp

* commit 'f85516172840450a4d1270b658905dc1649ceaf2':
  Fix layout issues on the bookmarks screen.

14 years agoFix layout issues on the bookmarks screen.
Leon Scroggins [Thu, 24 Sep 2009 20:06:02 +0000 (16:06 -0400)]
Fix layout issues on the bookmarks screen.

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

14 years agoam aac7aa6f: In the case of a page load error, save a second screenshot in onProgress...
Ben Murdoch [Thu, 24 Sep 2009 21:07:12 +0000 (14:07 -0700)]
am aac7aa6f: 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

Merge commit 'aac7aa6fcfcb519755987ec126be066323f589c8' into eclair-plus-aosp

* commit 'aac7aa6fcfcb519755987ec126be066323f589c8':
  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.

14 years agoIn the case of a page load error, save a second screenshot in onProgressChanged(100...
Ben Murdoch [Thu, 17 Sep 2009 15:57:40 +0000 (16:57 +0100)]
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

14 years agoam c6fa1104: Add a context menu for the title bar.
Leon Scroggins [Thu, 24 Sep 2009 17:58:13 +0000 (10:58 -0700)]
am c6fa1104: Add a context menu for the title bar.

Merge commit 'c6fa1104e549b8f5b89195d22c41059e77672dfa' into eclair-plus-aosp

* commit 'c6fa1104e549b8f5b89195d22c41059e77672dfa':
  Add a context menu for the title bar.

14 years agoAdd a context menu for the title bar.
Leon Scroggins [Mon, 21 Sep 2009 14:40:01 +0000 (10:40 -0400)]
Add a context menu for the title bar.

Fix for http://b/issue?id=2131232

Change-Id: I28f23d4dc1060208c3d12cf8e2bcbd0be24a9c6c

14 years agoam 674f39ae: Add enable plug-ins to UI. Remove pluginsPath from BrowserSettings as...
Grace Kloba [Thu, 24 Sep 2009 16:55:47 +0000 (09:55 -0700)]
am 674f39ae: Add enable plug-ins to UI. Remove pluginsPath from BrowserSettings as it is unused now.

Merge commit '674f39ae50fb78dbc50c9249a8681cfcab04e6a0' into eclair-plus-aosp

* commit '674f39ae50fb78dbc50c9249a8681cfcab04e6a0':
  Add enable plug-ins to UI. Remove pluginsPath from BrowserSettings as it is unused now.

14 years agoam 00d85e74: We should return after calling moveTaskToBack when there is no current...
Grace Kloba [Thu, 24 Sep 2009 16:55:44 +0000 (09:55 -0700)]
am 00d85e74: We should return after calling moveTaskToBack when there is no current tab.

Merge commit '00d85e74921459b34e70eb93368245b4c0a9bf5f' into eclair-plus-aosp

* commit '00d85e74921459b34e70eb93368245b4c0a9bf5f':
  We should return after calling moveTaskToBack when there is no current tab.

14 years agoAdd enable plug-ins to UI. Remove pluginsPath from BrowserSettings as it is unused...
Grace Kloba [Wed, 23 Sep 2009 20:33:10 +0000 (13:33 -0700)]
Add enable plug-ins to UI. Remove pluginsPath from BrowserSettings as it is unused now.

14 years agoWe should return after calling moveTaskToBack when there is no current tab.
Grace Kloba [Thu, 24 Sep 2009 01:50:05 +0000 (18:50 -0700)]
We should return after calling moveTaskToBack when there is no current tab.

Fix http://b/issue?id=2142160

14 years agoam 0923d69a: If we get web search request in onCreate, just finish the current activi...
Grace Kloba [Thu, 24 Sep 2009 16:45:39 +0000 (09:45 -0700)]
am 0923d69a: If we get web search request in onCreate, just finish the current activity. Otherwise it puts the BrowserActivity in a bad state where there is no current tab.

Merge commit '0923d69a8ca45222cabd82a80eaa88da9f132e9a' into eclair-plus-aosp

* commit '0923d69a8ca45222cabd82a80eaa88da9f132e9a':
  If we get web search request in onCreate, just finish the

14 years agoIf we get web search request in onCreate, just finish the
Grace Kloba [Thu, 24 Sep 2009 04:37:25 +0000 (21:37 -0700)]
If we get web search request in onCreate, just finish the
current activity. Otherwise it puts the BrowserActivity in
a bad state where there is no current tab.

Fix http://b/issue?id=2142368

14 years agoam 10fdba8a: Add possibility to customize the chooser dialog used to allow the user...
Andrei Popescu [Thu, 24 Sep 2009 14:01:24 +0000 (07:01 -0700)]
am 10fdba8a: Add possibility to customize the chooser dialog used to allow the user to choose the application for sharing a link.

Merge commit '10fdba8a1a4598e7081c150f551c15dbe4a55634' into eclair-plus-aosp

* commit '10fdba8a1a4598e7081c150f551c15dbe4a55634':
  Add possibility to customize the chooser dialog used to allow the user

14 years agoAdd possibility to customize the chooser dialog used to allow the user
Andrei Popescu [Thu, 24 Sep 2009 12:25:47 +0000 (13:25 +0100)]
Add possibility to customize the chooser dialog used to allow the user
to choose the application for sharing a link.

Fixes http://b/issue?id=2099733

14 years agoam 20329570: When hiding the fake title bar, animate or not based on current scroll.
Leon Scroggins [Wed, 23 Sep 2009 22:03:33 +0000 (15:03 -0700)]
am 20329570: When hiding the fake title bar, animate or not based on current scroll.

Merge commit '20329570ba9409637298da90b83f25801d7a3d55' into eclair-plus-aosp

* commit '20329570ba9409637298da90b83f25801d7a3d55':
  When hiding the fake title bar, animate or not based on current scroll.

14 years agoWhen hiding the fake title bar, animate or not based on current scroll.
Leon Scroggins [Wed, 23 Sep 2009 21:42:41 +0000 (17:42 -0400)]
When hiding the fake title bar, animate or not based on current scroll.

Change-Id: Ib3177e68afa30f3a3c7f42aafe0abbf8b58f0412

14 years agoam 2dc5d157: Merge change 26660 into eclair
Leon Scroggins [Wed, 23 Sep 2009 20:56:06 +0000 (13:56 -0700)]
am 2dc5d157: Merge change 26660 into eclair

Merge commit '2dc5d157d314627022d112b13b75ff48b2786751' into eclair-plus-aosp

* commit '2dc5d157d314627022d112b13b75ff48b2786751':
  Draw pressed states on the fake title bar.

14 years agoMerge change 26660 into eclair
Android (Google) Code Review [Wed, 23 Sep 2009 20:50:25 +0000 (16:50 -0400)]
Merge change 26660 into eclair

* changes:
  Draw pressed states on the fake title bar.

14 years agoDraw pressed states on the fake title bar.
Leon Scroggins [Wed, 23 Sep 2009 20:19:22 +0000 (16:19 -0400)]
Draw pressed states on the fake title bar.

Use custom selectors for the title bar and its button.

Fixes http://b/issue?id=2127259

Change-Id: I19a7912f6edc0b7ef46907d25907dc3f5a65efd7

14 years agoam 7c9a7ea3: Merge change 26630 into eclair
Leon Scroggins [Wed, 23 Sep 2009 19:30:31 +0000 (12:30 -0700)]
am 7c9a7ea3: Merge change 26630 into eclair

Merge commit '7c9a7ea3ed7384da7082351f727053ad6327614c' into eclair-plus-aosp

* commit '7c9a7ea3ed7384da7082351f727053ad6327614c':
  Tweaks to improve the look of the bookmarks page.

14 years agoMerge change 26630 into eclair
Android (Google) Code Review [Wed, 23 Sep 2009 19:25:34 +0000 (15:25 -0400)]
Merge change 26630 into eclair

* changes:
  Tweaks to improve the look of the bookmarks page.

14 years agoTweaks to improve the look of the bookmarks page.
Leon Scroggins [Thu, 17 Sep 2009 16:46:04 +0000 (12:46 -0400)]
Tweaks to improve the look of the bookmarks page.

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

14 years agoam 2a7703ba: Merge change 26588 into eclair
Patrick Scott [Wed, 23 Sep 2009 18:59:44 +0000 (11:59 -0700)]
am 2a7703ba: Merge change 26588 into eclair

Merge commit '2a7703ba91cf5f78cac6d07f6c6723d8136cc6c9' into eclair-plus-aosp

* commit '2a7703ba91cf5f78cac6d07f6c6723d8136cc6c9':
  Use favicons in the tab page instead of a snapshot.

14 years agoMerge change 26588 into eclair
Android (Google) Code Review [Wed, 23 Sep 2009 18:54:57 +0000 (14:54 -0400)]
Merge change 26588 into eclair

* changes:
  Use favicons in the tab page instead of a snapshot.

14 years agoUse favicons in the tab page instead of a snapshot.
Patrick Scott [Wed, 23 Sep 2009 12:08:17 +0000 (08:08 -0400)]
Use favicons in the tab page instead of a snapshot.

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.

14 years agoam da0fe556: Move the page up/down shortcut key from onKeyUp to onKeyDown as WebView...
Grace Kloba [Wed, 23 Sep 2009 16:54:33 +0000 (09:54 -0700)]
am da0fe556: Move the page up/down shortcut key from onKeyUp to onKeyDown as WebView handles the keys in down, not up.

Merge commit 'da0fe556a00773ce2af25eb6dcc5442bd08c7add' into eclair-plus-aosp

* commit 'da0fe556a00773ce2af25eb6dcc5442bd08c7add':
  Move the page up/down shortcut key from onKeyUp to onKeyDown as

14 years agoMove the page up/down shortcut key from onKeyUp to onKeyDown as
Grace Kloba [Wed, 23 Sep 2009 01:17:24 +0000 (18:17 -0700)]
Move the page up/down shortcut key from onKeyUp to onKeyDown as
WebView handles the keys in down, not up.

14 years agoam a5bf1dec: Reset title bar after closing tab
Andrei Popescu [Wed, 23 Sep 2009 15:49:11 +0000 (08:49 -0700)]
am a5bf1dec: Reset title bar after closing tab

Merge commit 'a5bf1deca120315a2643ea5b010f94d853461b15' into eclair-plus-aosp

* commit 'a5bf1deca120315a2643ea5b010f94d853461b15':
  Reset title bar after closing tab

14 years agoReset title bar after closing tab
Andrei Popescu [Wed, 23 Sep 2009 15:39:23 +0000 (16:39 +0100)]
Reset title bar after closing tab

Fixes http://b/issue?id=2139260

14 years agoam c9526195: Make the deletion of bookmarks depend on both title and URL
Andrei Popescu [Wed, 23 Sep 2009 15:09:40 +0000 (08:09 -0700)]
am c9526195: Make the deletion of bookmarks depend on both title and URL

Merge commit 'c95261955cf08f30b484b6a229c4bcff42c645ce' into eclair-plus-aosp

* commit 'c95261955cf08f30b484b6a229c4bcff42c645ce':
  Make the deletion of bookmarks depend on both title and URL

14 years agoMake the deletion of bookmarks depend on both title and URL
Andrei Popescu [Wed, 23 Sep 2009 14:52:16 +0000 (15:52 +0100)]
Make the deletion of bookmarks depend on both title and URL

Fixes http://b/issue?id=2134421

14 years agoam 5e335a38: switch to modern contact interface
Cary Clark [Tue, 22 Sep 2009 21:28:55 +0000 (14:28 -0700)]
am 5e335a38: switch to modern contact interface

Merge commit '5e335a381a0cd66e94117b202c1f34f5cb29c9b8' into eclair-plus-aosp

* commit '5e335a381a0cd66e94117b202c1f34f5cb29c9b8':
  switch to modern contact interface

14 years agoswitch to modern contact interface
Cary Clark [Tue, 22 Sep 2009 18:53:11 +0000 (14:53 -0400)]
switch to modern contact interface

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

14 years agoam 3ef0c156: Merge change 26353 into eclair
Bjorn Bringert [Tue, 22 Sep 2009 21:08:09 +0000 (14:08 -0700)]
am 3ef0c156: Merge change 26353 into eclair

Merge commit '3ef0c156b919b622a15058bba780ec457d2470ce' into eclair-plus-aosp

* commit '3ef0c156b919b622a15058bba780ec457d2470ce':
  Pass search intent extra data through the browser

14 years agoMerge change 26353 into eclair
Android (Google) Code Review [Tue, 22 Sep 2009 20:58:59 +0000 (16:58 -0400)]
Merge change 26353 into eclair

* changes:
  Pass search intent extra data through the browser

14 years agoam 5bd55d1f: Use a modified version of the search plate for the browser bar.
Leon Scroggins [Tue, 22 Sep 2009 20:27:30 +0000 (13:27 -0700)]
am 5bd55d1f: Use a modified version of the search plate for the browser bar.

Merge commit '5bd55d1f2f466052f63c685b316d96ac9b636435' into eclair-plus-aosp

* commit '5bd55d1f2f466052f63c685b316d96ac9b636435':
  Use a modified version of the search plate for the browser bar.

14 years agoUse a modified version of the search plate for the browser bar.
Leon Scroggins [Tue, 22 Sep 2009 15:23:52 +0000 (11:23 -0400)]
Use a modified version of the search plate for the browser bar.

Change-Id: I92b472de69756c68e8a0f8dcacf8bd4787597dd5

14 years agoPass search intent extra data through the browser
Bjorn Bringert [Tue, 22 Sep 2009 09:36:01 +0000 (10:36 +0100)]
Pass search intent extra data through the browser

This is needed by some web search providers for logging.

Change-Id: I7a6dba26d79ee97e4a4628269b212e80151ad9ee

14 years agoam e08dbd1e: Merge change 26219 into eclair
Nicolas Roard [Tue, 22 Sep 2009 18:10:30 +0000 (11:10 -0700)]
am e08dbd1e: Merge change 26219 into eclair

Merge commit 'e08dbd1e3f486153b9765dc51bb13a8231bec57b' into eclair-plus-aosp

* commit 'e08dbd1e3f486153b9765dc51bb13a8231bec57b':
  Reimplement the settings to use async callbacks

14 years agoMerge change 26219 into eclair
Android (Google) Code Review [Tue, 22 Sep 2009 18:02:54 +0000 (14:02 -0400)]
Merge change 26219 into eclair

* changes:
  Reimplement the settings to use async callbacks

14 years agoam 59ce830c: Support precomposed app icons.
Patrick Scott [Tue, 22 Sep 2009 17:34:59 +0000 (10:34 -0700)]
am 59ce830c: Support precomposed app icons.

Merge commit '59ce830c6eab58171b727abe5282c4abadb1a040' into eclair-plus-aosp

* commit '59ce830c6eab58171b727abe5282c4abadb1a040':
  Support precomposed app icons.

14 years agoSupport precomposed app icons.
Patrick Scott [Fri, 18 Sep 2009 20:29:38 +0000 (16:29 -0400)]
Support precomposed app icons.

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.

14 years agoReimplement the settings to use async callbacks
Nicolas Roard [Tue, 22 Sep 2009 14:17:52 +0000 (15:17 +0100)]
Reimplement the settings to use async callbacks

14 years agoam f4672127: Merge change 26273 into eclair
Leon Scroggins [Tue, 22 Sep 2009 13:46:25 +0000 (06:46 -0700)]
am f4672127: Merge change 26273 into eclair

Merge commit 'f4672127dba061c9d4d69a1139e9c8e43d740a49' into eclair-plus-aosp

* commit 'f4672127dba061c9d4d69a1139e9c8e43d740a49':
  Updates for bookmarks page.

14 years agoMerge change 26273 into eclair
Android (Google) Code Review [Tue, 22 Sep 2009 13:38:29 +0000 (09:38 -0400)]
Merge change 26273 into eclair

* changes:
  Updates for bookmarks page.

14 years agoUpdates for bookmarks page.
Leon Scroggins [Mon, 21 Sep 2009 23:05:49 +0000 (19:05 -0400)]
Updates for bookmarks page.

Move the title below the snapshot, and for the current page, dim
the whole snapshot.

Change-Id: Ia6aaa68c45c47a0dad6090b190cec2d6dee65f28

14 years agoam 68549868: Add a shadow to the fake title bar.
Leon Scroggins [Mon, 21 Sep 2009 21:25:34 +0000 (14:25 -0700)]
am 68549868: Add a shadow to the fake title bar.

Merge commit '685498685d8424f48d77d26d8d5790da34645f44' into eclair-plus-aosp

* commit '685498685d8424f48d77d26d8d5790da34645f44':
  Add a shadow to the fake title bar.

14 years agoAdd a shadow to the fake title bar.
Leon Scroggins [Mon, 21 Sep 2009 20:02:01 +0000 (16:02 -0400)]
Add a shadow to the fake title bar.

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

14 years agoam e6843ded: Merge change 26235 into eclair
Patrick Scott [Mon, 21 Sep 2009 20:53:27 +0000 (13:53 -0700)]
am e6843ded: Merge change 26235 into eclair

Merge commit 'e6843ded7f8db1d99d42e8ccde706a35dda39755' into eclair-plus-aosp

* commit 'e6843ded7f8db1d99d42e8ccde706a35dda39755':
  Check for a valid token before adding the fake title bar.

14 years agoMerge change 26235 into eclair
Android (Google) Code Review [Mon, 21 Sep 2009 20:45:11 +0000 (16:45 -0400)]
Merge change 26235 into eclair

* changes:
  Check for a valid token before adding the fake title bar.

14 years agoCheck for a valid token before adding the fake title bar.
Patrick Scott [Mon, 21 Sep 2009 20:37:29 +0000 (16:37 -0400)]
Check for a valid token before adding the fake title bar.

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.

14 years agoam cd921352: Merge change 26174 into eclair
Andrei Popescu [Mon, 21 Sep 2009 19:10:49 +0000 (12:10 -0700)]
am cd921352: Merge change 26174 into eclair

Merge commit 'cd921352dd09c208258e85fa5926b4e3a1b34f4d' into eclair-plus-aosp

* commit 'cd921352dd09c208258e85fa5926b4e3a1b34f4d':
  Remove Gears files

14 years agoMerge change 26174 into eclair
Android (Google) Code Review [Mon, 21 Sep 2009 19:02:56 +0000 (15:02 -0400)]
Merge change 26174 into eclair

* changes:
  Remove Gears files

14 years agoRemove Gears files
Andrei Popescu [Mon, 21 Sep 2009 17:49:42 +0000 (18:49 +0100)]
Remove Gears files

14 years agoam 79c08f57: Merge change 26168 into eclair
Patrick Scott [Mon, 21 Sep 2009 17:52:30 +0000 (10:52 -0700)]
am 79c08f57: Merge change 26168 into eclair

Merge commit '79c08f57c8220b717f994b905b2430a940f85bce' into eclair-plus-aosp

* commit '79c08f57c8220b717f994b905b2430a940f85bce':
  Update the correct favicon when starting the load.

14 years agoMerge change 26168 into eclair
Android (Google) Code Review [Mon, 21 Sep 2009 17:47:07 +0000 (13:47 -0400)]
Merge change 26168 into eclair

* changes:
  Update the correct favicon when starting the load.

14 years agoUpdate the correct favicon when starting the load.
Patrick Scott [Mon, 21 Sep 2009 17:39:37 +0000 (13:39 -0400)]
Update the correct favicon when starting the load.

The WebView's original url and current url are incorrect during the provisional
load. Use the given url instead when updating the favicon.

14 years agoam 41a70db6: Merge change 26151 into eclair
Cary Clark [Mon, 21 Sep 2009 17:00:50 +0000 (10:00 -0700)]
am 41a70db6: Merge change 26151 into eclair

Merge commit '41a70db682e87c73d0758f2239ec19fd429a72c7' into eclair-plus-aosp

* commit '41a70db682e87c73d0758f2239ec19fd429a72c7':
  Account for find dialog height in content height

14 years agoMerge change 26151 into eclair
Android (Google) Code Review [Mon, 21 Sep 2009 16:53:26 +0000 (12:53 -0400)]
Merge change 26151 into eclair

* changes:
  Account for find dialog height in content height

14 years agoAccount for find dialog height in content height
Cary Clark [Mon, 21 Sep 2009 16:01:52 +0000 (12:01 -0400)]
Account for find dialog height in content height

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

14 years agoam 3cfdf77d: Merge change 26149 into eclair
Leon Scroggins [Mon, 21 Sep 2009 15:39:50 +0000 (08:39 -0700)]
am 3cfdf77d: Merge change 26149 into eclair

Merge commit '3cfdf77d8dac3b5a4a2e1a72f27a1650c09f72e9' into eclair-plus-aosp

* commit '3cfdf77d8dac3b5a4a2e1a72f27a1650c09f72e9':
  Show the fake title bar when loading regardless of scroll position.

14 years agoMerge change 26149 into eclair
Android (Google) Code Review [Mon, 21 Sep 2009 15:33:22 +0000 (11:33 -0400)]
Merge change 26149 into eclair

* changes:
  Show the fake title bar when loading regardless of scroll position.

14 years agoam 9f009767: Merge change 26147 into eclair
Ben Murdoch [Mon, 21 Sep 2009 15:10:14 +0000 (08:10 -0700)]
am 9f009767: Merge change 26147 into eclair

Merge commit '9f009767d91d8fd43607d90b832c7cbe56847a08' into eclair-plus-aosp

* commit '9f009767d91d8fd43607d90b832c7cbe56847a08':
  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.

14 years agoMerge change 26147 into eclair
Android (Google) Code Review [Mon, 21 Sep 2009 15:02:26 +0000 (11:02 -0400)]
Merge change 26147 into eclair

* 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.

14 years agoShow the fake title bar when loading regardless of scroll position.
Leon Scroggins [Mon, 21 Sep 2009 14:38:24 +0000 (10:38 -0400)]
Show the fake title bar when loading regardless of scroll position.

Fix for http://b/issue?id=2131516

Change-Id: I7d5e02928a36d732b4fc4a2a6b47d7f59e473de1

14 years agoam dcc2b6f0: Put current screenshot under "Add" on bookmark thumbnail page.
Ben Murdoch [Mon, 21 Sep 2009 14:34:14 +0000 (07:34 -0700)]
am dcc2b6f0: Put current screenshot under "Add" on bookmark thumbnail page.

Merge commit 'dcc2b6f08dd5677bc6ba761a9ba6f1c655113051' into eclair-plus-aosp

* commit 'dcc2b6f08dd5677bc6ba761a9ba6f1c655113051':
  Put current screenshot under "Add" on bookmark thumbnail page.

14 years agoMake the Combined Bookmark and History Activity use the BrowserActivity as it's searc...
Ben Murdoch [Mon, 21 Sep 2009 14:34:07 +0000 (15:34 +0100)]
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

14 years agoPut current screenshot under "Add" on bookmark thumbnail page.
Ben Murdoch [Mon, 21 Sep 2009 13:29:20 +0000 (14:29 +0100)]
Put current screenshot under "Add" on bookmark thumbnail page.

Change-Id: Iaf52037f755fea343ef68a23d3740f0f5cdcecb7

14 years agoam 5942df0c: Handle BACK key at UP in the Browser.
Grace Kloba [Sun, 20 Sep 2009 17:29:17 +0000 (10:29 -0700)]
am 5942df0c: Handle BACK key at UP in the Browser.

Merge commit '5942df0c38dff7e4335e352e2d03f100b07b8907' into eclair-plus-aosp

* commit '5942df0c38dff7e4335e352e2d03f100b07b8907':
  Handle BACK key at UP in the Browser.

14 years agoHandle BACK key at UP in the Browser.
Grace Kloba [Fri, 18 Sep 2009 18:48:29 +0000 (11:48 -0700)]
Handle BACK key at UP in the Browser.

Remove KeyTracker, use KeyEvent instead.

Remove ImageGrid and ImageAdapter.

14 years agoam 7d9e4240: Fix bug 2121080: edits to Browser strings.
Roy West [Sat, 19 Sep 2009 00:08:58 +0000 (17:08 -0700)]
am 7d9e4240: Fix bug 2121080: edits to Browser strings.

Merge commit '7d9e4240fd61ccc17797e520b834b3a27c8bf6ad' into eclair-plus-aosp

* commit '7d9e4240fd61ccc17797e520b834b3a27c8bf6ad':
  Fix bug 2121080: edits to Browser strings.

14 years agoFix bug 2121080: edits to Browser strings.
Roy West [Fri, 18 Sep 2009 23:29:38 +0000 (16:29 -0700)]
Fix bug 2121080: edits to Browser strings.

Note that we are staying with "window" not "tab" for Eclair.

14 years agoam b097c214: Merge change 25131 into eclair
Leon Scroggins [Fri, 18 Sep 2009 20:07:44 +0000 (13:07 -0700)]
am b097c214: Merge change 25131 into eclair

Merge commit 'b097c214161b596c661f28bfcbf421fa73103e12' into eclair-plus-aosp

* commit 'b097c214161b596c661f28bfcbf421fa73103e12':
  Add javacript to intent filters for the Browser.

14 years agoMerge change 25131 into eclair
Android (Google) Code Review [Fri, 18 Sep 2009 20:02:49 +0000 (16:02 -0400)]
Merge change 25131 into eclair

* changes:
  Add javacript to intent filters for the Browser.

14 years agoAdd javacript to intent filters for the Browser.
Leon Scroggins [Tue, 15 Sep 2009 21:33:20 +0000 (17:33 -0400)]
Add javacript to intent filters for the Browser.

Enables having a shortcut on the home screen of a bookmark which is
javascript.

Change-Id: Icae2785b144cfb1885e21ebbd7f86685447c2b5e

14 years agoam d5921f69: Merge change 25777 into eclair
Leon Scroggins [Fri, 18 Sep 2009 19:33:20 +0000 (12:33 -0700)]
am d5921f69: Merge change 25777 into eclair

Merge commit 'd5921f69a662fe3df1087a8042e3b7a1bf6fc62d' into eclair-plus-aosp

* commit 'd5921f69a662fe3df1087a8042e3b7a1bf6fc62d':
  Give more space to the close button, and highlight separately from tab.

14 years agoMerge change 25777 into eclair
Android (Google) Code Review [Fri, 18 Sep 2009 19:24:47 +0000 (15:24 -0400)]
Merge change 25777 into eclair

* changes:
  Give more space to the close button, and highlight separately from tab.

14 years agoGive more space to the close button, and highlight separately from tab.
Leon Scroggins [Fri, 18 Sep 2009 18:21:08 +0000 (14:21 -0400)]
Give more space to the close button, and highlight separately from tab.

Fix for http://b/issue?id=2126503 and http://b/issue?id=2124781

Change-Id: I4a83223477e553d124ed667d92bc4970a3ebca0e

14 years agoam 540035df: Add progress view and default poster for the <video> implementation
Andrei Popescu [Fri, 18 Sep 2009 18:28:32 +0000 (11:28 -0700)]
am 540035df: Add progress view and default poster for the <video> implementation

Merge commit '540035dfd1347c78eeec10ec0847e18fcc50ef36' into eclair-plus-aosp

* commit '540035dfd1347c78eeec10ec0847e18fcc50ef36':
  Add progress view and default poster for the <video> implementation

14 years agoAdd progress view and default poster for the <video> implementation
Andrei Popescu [Fri, 18 Sep 2009 17:59:20 +0000 (18:59 +0100)]
Add progress view and default poster for the <video> implementation

14 years agoam 07712d13: Merge change 25749 into eclair
Andrei Popescu [Fri, 18 Sep 2009 12:06:05 +0000 (05:06 -0700)]
am 07712d13: Merge change 25749 into eclair

Merge commit '07712d137998b271e958b285c05eea38a0b8e600' into eclair-plus-aosp

* commit '07712d137998b271e958b285c05eea38a0b8e600':
  Fix for 2023896

14 years agoMerge change 25749 into eclair
Android (Google) Code Review [Fri, 18 Sep 2009 11:59:54 +0000 (07:59 -0400)]
Merge change 25749 into eclair

* changes:
  Fix for 2023896

14 years agoFix for 2023896
Andrei Popescu [Fri, 18 Sep 2009 11:54:46 +0000 (12:54 +0100)]
Fix for 2023896

14 years agoam b13c3470: Import revised translations. DO NOT MERGE
Eric Fischer [Thu, 17 Sep 2009 22:08:59 +0000 (15:08 -0700)]
am b13c3470: Import revised translations.  DO NOT MERGE

Merge commit 'b13c3470b732c39069012d7deaf28c3f32665760' into eclair-plus-aosp

* commit 'b13c3470b732c39069012d7deaf28c3f32665760':
  Import revised translations.  DO NOT MERGE

14 years agoImport revised translations. DO NOT MERGE
Eric Fischer [Thu, 17 Sep 2009 21:28:50 +0000 (14:28 -0700)]
Import revised translations.  DO NOT MERGE

14 years agoam c928c30a: This tries to address a potential Browser CPU spinning problem.
Grace Kloba [Thu, 17 Sep 2009 20:40:46 +0000 (13:40 -0700)]
am c928c30a: This tries to address a potential Browser CPU spinning problem.

Merge commit 'c928c30a51eee84b40cb7045842c288c1cfafff0' into eclair-plus-aosp

* commit 'c928c30a51eee84b40cb7045842c288c1cfafff0':
  This tries to address a potential Browser CPU spinning

14 years agoThis tries to address a potential Browser CPU spinning
Grace Kloba [Thu, 17 Sep 2009 18:51:21 +0000 (11:51 -0700)]
This tries to address a potential Browser CPU spinning
problem.

Fix http://b/issue?id=2127825

14 years agoam 8f0076b7: Display favicons for history items.
Patrick Scott [Thu, 17 Sep 2009 18:06:47 +0000 (11:06 -0700)]
am 8f0076b7: Display favicons for history items.

Merge commit '8f0076b720c9ee1e9ef9d29910c261634fd5fb25' into eclair-plus-aosp

* commit '8f0076b720c9ee1e9ef9d29910c261634fd5fb25':
  Display favicons for history items.

14 years agoDisplay favicons for history items.
Patrick Scott [Thu, 17 Sep 2009 17:51:30 +0000 (13:51 -0400)]
Display favicons for history items.

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.

14 years agoam 799fccd2: Merge change 25402 into eclair
Grace Kloba [Thu, 17 Sep 2009 16:45:23 +0000 (09:45 -0700)]
am 799fccd2: Merge change 25402 into eclair

Merge commit '799fccd2479184178e13c3342d3051b997893793' into eclair-plus-aosp

* commit '799fccd2479184178e13c3342d3051b997893793':
  Remove the extra padding in the Tabs.

14 years agoMerge change 25402 into eclair
Android (Google) Code Review [Thu, 17 Sep 2009 16:40:10 +0000 (12:40 -0400)]
Merge change 25402 into eclair

* changes:
  Remove the extra padding in the Tabs.

14 years agoRemove the extra padding in the Tabs.
Grace Kloba [Wed, 16 Sep 2009 22:56:40 +0000 (15:56 -0700)]
Remove the extra padding in the Tabs.

Use scheme to define the Bookmark style.

Fix http://b/issue?id=2125502

14 years agoam d95fb211: Fix warning
Nicolas Roard [Thu, 17 Sep 2009 16:07:13 +0000 (09:07 -0700)]
am d95fb211: Fix warning

Merge commit 'd95fb21110c4787a9a37c1616ab8490020ceb531' into eclair-plus-aosp

* commit 'd95fb21110c4787a9a37c1616ab8490020ceb531':
  Fix warning

14 years agoFix warning
Nicolas Roard [Thu, 17 Sep 2009 15:56:27 +0000 (16:56 +0100)]
Fix warning

14 years agoam d0119535: Remove the WebView from its container to change focus.
Patrick Scott [Thu, 17 Sep 2009 15:48:34 +0000 (08:48 -0700)]
am d0119535: Remove the WebView from its container to change focus.

Merge commit 'd0119535d0c490e087be114ae8fd1639bb1945dc' into eclair-plus-aosp

* commit 'd0119535d0c490e087be114ae8fd1639bb1945dc':
  Remove the WebView from its container to change focus.

14 years agoam eb6ab2ae: Remove the old network status intent.
Patrick Scott [Thu, 17 Sep 2009 15:48:19 +0000 (08:48 -0700)]
am eb6ab2ae: Remove the old network status intent.

Merge commit 'eb6ab2aeeccb5ddfba7faefd9c1b5fe14ee8d885' into eclair-plus-aosp

* commit 'eb6ab2aeeccb5ddfba7faefd9c1b5fe14ee8d885':
  Remove the old network status intent.

14 years agoam 45e1e540: Merge change 25371 into eclair
Grace Kloba [Thu, 17 Sep 2009 15:41:42 +0000 (08:41 -0700)]
am 45e1e540: Merge change 25371 into eclair

Merge commit '45e1e540a0d180cbe2724688b43ad6d8df26cb65' into eclair-plus-aosp

* commit '45e1e540a0d180cbe2724688b43ad6d8df26cb65':
  Remove the shadow in the Browser. Use xml to indicate windowNoTitle.

14 years agoam 1382b490: Fix for the progress indicator not spinning
Nicolas Roard [Thu, 17 Sep 2009 15:40:58 +0000 (08:40 -0700)]
am 1382b490: Fix for the progress indicator not spinning

Merge commit '1382b490adc3971916ca14978f8bd2d9f5f2a344' into eclair-plus-aosp

* commit '1382b490adc3971916ca14978f8bd2d9f5f2a344':
  Fix for the progress indicator not spinning

14 years agoam 06d352c8: Merge change 25349 into eclair
Leon Scroggins [Thu, 17 Sep 2009 15:39:15 +0000 (08:39 -0700)]
am 06d352c8: Merge change 25349 into eclair

Merge commit '06d352c85ef4394062fb77fd627013ae3155922c' into eclair-plus-aosp

* commit '06d352c85ef4394062fb77fd627013ae3155922c':
  Use an "X" on the title bar to allow the user to stop loading.

14 years agoRemove the WebView from its container to change focus.
Patrick Scott [Thu, 17 Sep 2009 12:00:31 +0000 (08:00 -0400)]
Remove the WebView from its container to change focus.

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.