Android-x86
Fork
Donation

  • R/O
  • HTTP
  • SSH
  • HTTPS

packages-apps-Browser: List of commits

packages/apps/Browser


RSS
Rev. Tiempo Autor
f6fa8c2 froyo-x86 android-x86-2.2-r2 2011-04-06 18:14:09 Chih-Wei Huang

Merge remote-tracking branch 'korg/froyo' into froyo-x86

eb8fc4a 2010-09-22 04:29:47 Eric Fischer

Import translations for search engine setting. DO NOT MERGE

Change-Id: Ib28adb628b31d2832ab1b12d9564931770ff9d6f

196bc63 2010-09-21 05:32:13 Eric Fischer

Use translation from donut for "Set search engine." DO NOT MERGE

Change-Id: I4c3ea599954d128208d349209469b2cedfb331e2

8774c66 2010-09-18 02:52:00 Leon Scroggins III

Remove "Show web suggestions" from browser settings

Bug:3011374
Change-Id: I44d57431d127e48d25a957915a2fb93dc96b1053

3130660 2010-09-18 00:12:36 Leon Scroggins III

Default to Google if global search provider not present.

Bug: 3009486
Change-Id: I9d727b5f6d478483814e420aca7ad30dcf5252f5

785ad9a 2010-09-16 20:11:04 Bjorn Bringert

Send WEB_SEARCH intent straight to default search provider if selected

Bug: 3002103
Change-Id: I51d7bd932e4ee5359da8d1361379b4413963eeb6

4346564 2010-09-16 04:46:42 Bjorn Bringert

Fix Google suggest and search URLs when Google Search is not installed

Bug: 3002110
Change-Id: Id49365bf53623c45bfa6f5d96d1938b801948396

6248bff 2010-09-15 04:51:04 Leon Scroggins III

Merge "Remove an incorrect javadoc comment." into froyo

2d8ab9b 2010-09-15 03:19:23 Leon Scroggins III

Remove an incorrect javadoc comment.

The comment references a parameter that is not part of the
method.

Change-Id: Ia2b5c81e4d09bb7e1614a84f2532520730244cae

95d9bfd 2010-09-15 03:02:36 Leon Scroggins III

Clear voice search mode when changing search engines.

Not all search engines support voice search. Also, different
search engines may support them differently. So if we are
already in voice search mode when the search engine changes,
exit the mode.

Change-Id: I8d3f200f4829ad1383d554214c9d56d5c0b96aed

430057d 2010-09-15 02:07:43 Leon Scroggins III

Fixes for changing the search engine.

Provide a default value for the Select search engine preference.
Move the Select search engine preference into advanced settings.
When opening the SearchDialog with a SearchEngine other than
Google, add a flag to hide the voice search icon.

Depends on a change to frameworks/base.

Change-Id: I6da2e582789253b3c5ffac9fe1ad3732f99f28ea

d267065 2010-09-14 01:56:31 Bjorn Bringert

Add user-selected search providers to browser

The lists of search providers are taken from Chrome.

Change-Id: I7af6dc1258950d1fc5cf86013f8be9f3c5db0f1a

97fa8a2 android-x86-2.2 2010-07-06 14:48:43 Yi Sun

Changed default homepage to android-x86.org

88ec7e4 2010-06-21 10:57:12 Kenny Root

Import revised translations

Change-Id: I8ef66d4fb3a5de2d82dcc13832d4d9ccdf19ef91

d72e565 2010-06-10 14:29:49 Kenny Root

Import revised translations

Change-Id: Ic53da3c82a9c2107063fcb1a477c91efc74da613

f7bd7ee 2010-05-18 03:25:15 Kenny Root

Import revised translations

Change-Id: Ie400c25c714f97c9ff7b9d1cc1b26d368743af1a

1ff2c0d 2010-04-30 07:31:46 Kenny Root

Import revised translations

Change-Id: Ia3b502bb0fc75f6904d76b374e6404e068f51d31

16199a9 2010-04-29 01:28:42 Kenny Root

Fix mismatched tag in strings

Bug: 2633674
Change-Id: Ifb596ec9604cc1860e6d686610dd4876192f4a88

4060b07 2010-04-29 00:00:18 Kenny Root

Import revised translations

Change-Id: I34a5ad5422d17c6547da85be40006009c238d40e

cae4cd6 2010-04-28 06:26:34 Kenny Root

Do not translate Latin-1 setting

The string used for comparison against actual encoding values was being
translated into different languages which made it not match any
available possible values.

This change corrects that and also adds in the case to use "SHIFT_JIS"
that the Japanese translators had put in when it was translatable.

Change-Id: I276bf4c8b2a150e9c2926633ed972bf3f3423831

faea564 2010-04-27 02:36:01 Leon Scroggins

Do not try to open a file that could not be downloaded.

Bug 2629391

Change-Id: If4edf356d98f90baf9fa0168d995dc0793ff90ae

c8393d9 2010-04-24 04:04:32 Leon Scroggins

Move queryBookmarksForUrl to background thread.

Bug 2611964

Change-Id: I8f69ec42fbf880d031cfc2372cffd9719db4e280

0b82a6f 2010-04-21 05:46:42 Grace Kloba

Now mBookmarksAdapter is created asynchronously,
we need to check null before using it.

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

54da52d 2010-04-21 03:54:45 Grace Kloba

Merge "Using ViewStub to defer the inflation of GeolocationPermissionsPrompt until we first show it. This should shave 5% of Browser start up time." into froyo

50c241e 2010-04-21 03:07:50 Grace Kloba

Using ViewStub to defer the inflation of GeolocationPermissionsPrompt until we first show it.
This should shave 5% of Browser start up time.

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

a563d09 2010-04-20 06:27:38 Leon Scroggins

Click on notification for unfinished download, open downloads page.

BrowserActivity:
Use OpenDownloadReceiver as class name, so that it will handle the
notification from download manager.

OpenDownloadReceiver:
If the download is not complete, show the downloads page.

Bug 2606772

Change-Id: Ifeeac0943650552c6da232cf98088bbf958fd403

8588d15 2010-04-16 00:28:42 Leon Scroggins

When loading a new Intent, remove appTab association.

Bug 2598904

Change-Id: Ib4ef625606ccdae4b24efd0761f416e4851ca800

f389da9 2010-04-16 00:10:25 Leon Scroggins

Merge "Use the green box's padding, and not the TitleBar's padding." into froyo

965a65f 2010-04-15 23:57:49 Patrick Scott

Merge "Update screenshots in a background thread." into froyo

7fb1a35 2010-04-15 23:55:02 Leon Scroggins

Use the green box's padding, and not the TitleBar's padding.

Bug 2566133

Change-Id: Ia780bcc74ad7317dfeea3adfc9a8c5eb4609d1f2

Show on old repository browser