<feed xmlns='http://www.w3.org/2005/Atom'>
<title>packages_apps_Browser/src/com/android/browser/InstantSearchEngine.java, branch replicant-6.0</title>
<subtitle>packages/apps/browser
</subtitle>
<link rel='alternate' type='text/html' href='https://git.replicant.us/replicant/packages_apps_Browser/'/>
<entry>
<title>Remove the psychic labs feature.</title>
<updated>2011-11-18T11:42:58+00:00</updated>
<author>
<name>Narayan Kamath</name>
<email>narayan@google.com</email>
</author>
<published>2011-11-17T14:43:32+00:00</published>
<link rel='alternate' type='text/html' href='https://git.replicant.us/replicant/packages_apps_Browser/commit/?id=f3174a588cdf63ef59055998c23aad4b36b7856e'/>
<id>f3174a588cdf63ef59055998c23aad4b36b7856e</id>
<content type='text'>
Reverts the UrlInputView to a standard autocomplete
that causes less trouble for IMEs.

bug:5598837
Change-Id: If469d76f4feda88e4a122264a39d317737404578
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Reverts the UrlInputView to a standard autocomplete
that causes less trouble for IMEs.

bug:5598837
Change-Id: If469d76f4feda88e4a122264a39d317737404578
</pre>
</div>
</content>
</entry>
<entry>
<title>Cache the application context instead of Activity.</title>
<updated>2011-08-01T15:17:37+00:00</updated>
<author>
<name>Ben Murdoch</name>
<email>benm@google.com</email>
</author>
<published>2011-08-01T12:58:47+00:00</published>
<link rel='alternate' type='text/html' href='https://git.replicant.us/replicant/packages_apps_Browser/commit/?id=914c5591baeb86bf30a5bc28930071442a822d60'/>
<id>914c5591baeb86bf30a5bc28930071442a822d60</id>
<content type='text'>
When storing a reference to a Context, ensure that it's the
Application context rather than Activity Context.

Bug: 5084293

Change-Id: Ib0be5f8ceb91846bb985d0813a8f22cabd44eaf8
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
When storing a reference to a Context, ensure that it's the
Application context rather than Activity Context.

Bug: 5084293

Change-Id: Ib0be5f8ceb91846bb985d0813a8f22cabd44eaf8
</pre>
</div>
</content>
</entry>
<entry>
<title>Fix StrictMode violation in InstantSearchEngine</title>
<updated>2011-07-25T13:47:48+00:00</updated>
<author>
<name>Ben Murdoch</name>
<email>benm@google.com</email>
</author>
<published>2011-07-25T13:44:29+00:00</published>
<link rel='alternate' type='text/html' href='https://git.replicant.us/replicant/packages_apps_Browser/commit/?id=1b4193001e845711376b2c0406fab6898f4660c6'/>
<id>1b4193001e845711376b2c0406fab6898f4660c6</id>
<content type='text'>
Get the current URL from the Tab rather than WebView to avoid calling
a WebView method on a background thread.

Bug: 5072398
Change-Id: I6e0fe0bac525fc772f659068dbc03511f20addf4
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Get the current URL from the Tab rather than WebView to avoid calling
a WebView method on a background thread.

Bug: 5072398
Change-Id: I6e0fe0bac525fc772f659068dbc03511f20addf4
</pre>
</div>
</content>
</entry>
<entry>
<title>SearchBox preloading fixes.</title>
<updated>2011-07-14T10:40:04+00:00</updated>
<author>
<name>Mathew Inwood</name>
<email>mathewi@google.com</email>
</author>
<published>2011-07-08T16:27:38+00:00</published>
<link rel='alternate' type='text/html' href='https://git.replicant.us/replicant/packages_apps_Browser/commit/?id=e1dbb956d762c3f07033f247c05270a9882a79a7'/>
<id>e1dbb956d762c3f07033f247c05270a9882a79a7</id>
<content type='text'>
It now seems to work pretty reliably. Nice. Requires changes to SearchBox
API in frameworks/base:
Depends on change: If283ecdfa62aecb1fa697b1a2cd43b771b908d72

Change-Id: I5af94c8df8f24dfafb02c4052381aa547c72684c
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
It now seems to work pretty reliably. Nice. Requires changes to SearchBox
API in frameworks/base:
Depends on change: If283ecdfa62aecb1fa697b1a2cd43b771b908d72

Change-Id: I5af94c8df8f24dfafb02c4052381aa547c72684c
</pre>
</div>
</content>
</entry>
<entry>
<title>Transfer data from BP1 to BP2</title>
<updated>2011-05-18T21:22:05+00:00</updated>
<author>
<name>John Reck</name>
<email>jreck@google.com</email>
</author>
<published>2011-05-18T20:07:57+00:00</published>
<link rel='alternate' type='text/html' href='https://git.replicant.us/replicant/packages_apps_Browser/commit/?id=8706008824a86cd28f6911be26dde2602a4b4a6a'/>
<id>8706008824a86cd28f6911be26dde2602a4b4a6a</id>
<content type='text'>
 Also move BP1 to provider package

Change-Id: I082df8f675d32e2b9072914eab4ee1d50543e169
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
 Also move BP1 to provider package

Change-Id: I082df8f675d32e2b9072914eab4ee1d50543e169
</pre>
</div>
</content>
</entry>
<entry>
<title>Fix a monkey reported crash in the instant search engine.</title>
<updated>2011-03-28T12:14:41+00:00</updated>
<author>
<name>Narayan Kamath</name>
<email>narayan@google.com</email>
</author>
<published>2011-03-28T12:14:05+00:00</published>
<link rel='alternate' type='text/html' href='https://git.replicant.us/replicant/packages_apps_Browser/commit/?id=931e4d05cb0747c3e3b5789235a5f579f5d935c9'/>
<id>931e4d05cb0747c3e3b5789235a5f579f5d935c9</id>
<content type='text'>
Also preemptively fixes another possible crash that
monkey might expose. (It is imporbable that users will ever
see these crashes).

bug:4177054
Change-Id: I5ff156ff4f4eb3a9cd7970c7ca4880ae598ee27c
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Also preemptively fixes another possible crash that
monkey might expose. (It is imporbable that users will ever
see these crashes).

bug:4177054
Change-Id: I5ff156ff4f4eb3a9cd7970c7ca4880ae598ee27c
</pre>
</div>
</content>
</entry>
<entry>
<title>Clear existing completion when psychic is turned off.</title>
<updated>2011-03-09T20:56:39+00:00</updated>
<author>
<name>Narayan Kamath</name>
<email>narayan@google.com</email>
</author>
<published>2011-03-09T20:47:52+00:00</published>
<link rel='alternate' type='text/html' href='https://git.replicant.us/replicant/packages_apps_Browser/commit/?id=67b8c1b4336a77414c74bce6152495502d4bde04'/>
<id>67b8c1b4336a77414c74bce6152495502d4bde04</id>
<content type='text'>
bug: 4076245
Change-Id: Ibbdd5f40927550e508631ce17663e8ee2b01ca82
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
bug: 4076245
Change-Id: Ibbdd5f40927550e508631ce17663e8ee2b01ca82
</pre>
</div>
</content>
</entry>
<entry>
<title>Guard against mSearchBox being null.</title>
<updated>2011-03-04T18:57:30+00:00</updated>
<author>
<name>Narayan Kamath</name>
<email>narayan@google.com</email>
</author>
<published>2011-03-04T18:57:30+00:00</published>
<link rel='alternate' type='text/html' href='https://git.replicant.us/replicant/packages_apps_Browser/commit/?id=41feb052be24e43a1203cfbe24328d1b019875e8'/>
<id>41feb052be24e43a1203cfbe24328d1b019875e8</id>
<content type='text'>
Unlikely to be seen in practice, but discovered by
monkey.

Bug: 3510741
Change-Id: I64d9b5aca66e7c7023632dfd31a22764ecac8dd0
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Unlikely to be seen in practice, but discovered by
monkey.

Bug: 3510741
Change-Id: I64d9b5aca66e7c7023632dfd31a22764ecac8dd0
</pre>
</div>
</content>
</entry>
<entry>
<title>fix NPE in instant suggestions</title>
<updated>2011-03-04T01:13:35+00:00</updated>
<author>
<name>Michael Kolb</name>
<email>kolby@google.com</email>
</author>
<published>2011-03-04T01:13:30+00:00</published>
<link rel='alternate' type='text/html' href='https://git.replicant.us/replicant/packages_apps_Browser/commit/?id=00a227596d5a1d5b68943fda80f3680b72601005'/>
<id>00a227596d5a1d5b68943fda80f3680b72601005</id>
<content type='text'>
    Bug: 3510741
    check for null searchbox which might be returned
    by change I256375b2

Change-Id: Ic40209f2c1ea9a87098ce11586b4fd92f9065559
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
    Bug: 3510741
    check for null searchbox which might be returned
    by change I256375b2

Change-Id: Ic40209f2c1ea9a87098ce11586b4fd92f9065559
</pre>
</div>
</content>
</entry>
<entry>
<title>Implement the psychic search engine.</title>
<updated>2011-03-02T22:45:45+00:00</updated>
<author>
<name>Narayan Kamath</name>
<email>narayan@google.com</email>
</author>
<published>2011-02-23T15:49:17+00:00</published>
<link rel='alternate' type='text/html' href='https://git.replicant.us/replicant/packages_apps_Browser/commit/?id=5119edd5744cfc6d3a8ed480a8853586c737bed4'/>
<id>5119edd5744cfc6d3a8ed480a8853586c737bed4</id>
<content type='text'>
(a) Add a new subclass of SearchEngine that receives
suggestions provided by psychic and displays them in the
suggestions dropdown.
(b) Add a Labs setting that can turn this feature on or
off.

Change-Id: Icae05b6b55f489278028e5af560d9b36014a0f59
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
(a) Add a new subclass of SearchEngine that receives
suggestions provided by psychic and displays them in the
suggestions dropdown.
(b) Add a Labs setting that can turn this feature on or
off.

Change-Id: Icae05b6b55f489278028e5af560d9b36014a0f59
</pre>
</div>
</content>
</entry>
</feed>
