History log of /packages/apps/Browser/src/com/android/browser/SuggestionsAdapter.java
Revision Date Author Comments (<<< Hide modified files) (Show modified files >>>)
5ff5c8b88968fa794eab4b7a263cae25f05bd4d3 03-May-2012 Michael Kolb <kolby@google.com> Remove voice search handling

Bug: 6439925

Change-Id: I1b7161a67fa0c20d87f147d6ed19c02e53093054
/packages/apps/Browser/src/com/android/browser/SuggestionsAdapter.java
f3174a588cdf63ef59055998c23aad4b36b7856e 17-Nov-2011 Narayan Kamath <narayan@google.com> Remove the psychic labs feature.

Reverts the UrlInputView to a standard autocomplete
that causes less trouble for IMEs.

bug:5598837
Change-Id: If469d76f4feda88e4a122264a39d317737404578
/packages/apps/Browser/src/com/android/browser/SuggestionsAdapter.java
0e718e4c08a60f312cff6ee3ef1bcd679572ff1b 07-Sep-2011 John Reck <jreck@google.com> Fix omnibox ordering

Bug: 5155207
The group by to prevent dupes screwed up the ordering. Allow
dupes for now so that ordering is correct (duples will only
appear if you actually have duplicate bookmarks)

Change-Id: Ibde0ea715ae2702a16e918843efbc997bb51d5df
/packages/apps/Browser/src/com/android/browser/SuggestionsAdapter.java
6a9afa94e282efa9f6f44b02be54e384765d853c 29-Jul-2011 John Reck <jreck@google.com> Allow suggestions to span 2 lines

Bug: 4603029

Change-Id: If0d914a559d32f33a7b75cd1103a6a972082f396
/packages/apps/Browser/src/com/android/browser/SuggestionsAdapter.java
5e8466f11f7acd78b83e0c388796d5ec0ab06c96 29-Jul-2011 John Reck <jreck@google.com> Turbobox!

Bug: 5080207
Fix the omnibox's slow performance. It's now pretty snappy if
I do say so myself

Change-Id: I42d9ed87bcfa1a30f2413e0241afc254ae1e472d
/packages/apps/Browser/src/com/android/browser/SuggestionsAdapter.java
7ffb8957966fde0de338f4d42067d0edae295a9e 28-Jun-2011 John Reck <jreck@google.com> Prevent duplicates in omnibox

Change-Id: Idf91591a981543fb84a73d08e3c5bbc2c7d23d6f
/packages/apps/Browser/src/com/android/browser/SuggestionsAdapter.java
006ae18b7b0f3e5d8b6ce80a5cac365ee9b226fd 13-May-2011 John Reck <jreck@google.com> Remove account adding from getBookmarksUri

Omnibox now searches all accounts

Change-Id: I8b4fbed5efd420f787648340e8c1e9d82d60b24c
/packages/apps/Browser/src/com/android/browser/SuggestionsAdapter.java
35e9dd6283a2d65687104eb0b3a459c02dcb150b 25-Apr-2011 John Reck <jreck@google.com> Browser settings refactor

Change-Id: I6fc1b21f7ea692fbe37a17bf900e9b7408a9c077
/packages/apps/Browser/src/com/android/browser/SuggestionsAdapter.java
8a4c38243de9d19162c883d3b20df65f8bcba81a 15-Mar-2011 Michael Kolb <kolby@google.com> fix qc urlbar position and show in auto-login

Bug: 4108540
Show the url bar when auto-login is in progress
Move url bar to top in QuickControls to work with instant
search
Remove suggestions reversal

Change-Id: I0040fa74dd26b5eecdab278c0104199fe5269aba
/packages/apps/Browser/src/com/android/browser/SuggestionsAdapter.java
5119edd5744cfc6d3a8ed480a8853586c737bed4 23-Feb-2011 Narayan Kamath <narayan@google.com> Implement the psychic search engine.

(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
/packages/apps/Browser/src/com/android/browser/SuggestionsAdapter.java
80aad8d851601d39f73214c198111ca49e25f654 23-Feb-2011 Narayan Kamath <narayan@google.com> Add autocomplete to the browser UrlInputView.

Code and tests based on the google search app. A lot
less code would be duplicated if we could somehow
override AutoCompleteTextView but that is made impossible
by it calling a bunch of stuff in its constructor. To do
so would require changes to the existing API.

I've verified that the unit test passes, but other browser
tests appear to fail - even on a clean branch with none
of my changes.

Also fixes a minor bug in SearchEngines.getSearchableInfo( ).

Change-Id: Ic61bc6b8fa27cd210a45dc181ebf15accf503244
/packages/apps/Browser/src/com/android/browser/SuggestionsAdapter.java
a005cd7e4091513b189a6573b4fa96d762399c7e 01-Feb-2011 John Reck <jreck@google.com> Remove explicit calls to onFilterComplete

Bug: 3410428
SuggestionsAdapter was explicitly calling onFilterComplete when
it shouldn't. This seems to have been a workaround for a fixed
bug.

Change-Id: Ic0fad44e60ad1c32708d31879a46c3e9c6ca906c
/packages/apps/Browser/src/com/android/browser/SuggestionsAdapter.java
117f07d08e3e25e3c920a1dabe31dcd7643bacb2 24-Jan-2011 John Reck <jreck@google.com> Disable SearchSuggestions in incognito mode

Bug: 3336558

Change-Id: Ie88eddee0f4931a206ba45cec708cdbb69cce008
/packages/apps/Browser/src/com/android/browser/SuggestionsAdapter.java
dd7d751f480a8554e5b318adaa866517453f3fce 17-Jan-2011 John Reck <jreck@google.com> Omnibox tweaks

Bug: 3345000
Move nav suggest after all local results including history and changed
second line to a slight green color

Change-Id: Ia9f8376633b666dc8706a0ea125a999066fa60a0
/packages/apps/Browser/src/com/android/browser/SuggestionsAdapter.java
bba668c85567609492b051453ef05fee5f9a6eb3 13-Jan-2011 Michael Kolb <kolby@google.com> remove Log statement

Change-Id: I6e3abd7577b83e0ea52284f5294e5cc9616caae8
/packages/apps/Browser/src/com/android/browser/SuggestionsAdapter.java
bd2dd64dda88ca8a7c2b148d88c5a44e73e1c331 13-Jan-2011 Michael Kolb <kolby@google.com> fix voice search suggestions

http://b/issue?id=3348242
In voice search mode, make sure the suggestions are
routed via tab's activateVoiceSearch

Change-Id: I464f186510047a1d2b0d6b2be7809ec66ec74b22
/packages/apps/Browser/src/com/android/browser/SuggestionsAdapter.java
1605bef4e1f99805a801308f97ade622b907dc7a 11-Jan-2011 John Reck <jreck@google.com> Reverse suggestions for quick controls

Reverses the URL suggestions when in quick controls mode

Change-Id: Icd010f4b5803a8633f5b41fb393a91ff0c2206cb
/packages/apps/Browser/src/com/android/browser/SuggestionsAdapter.java
ad373302b1e1a322144f818340fdce60f0eee403 18-Dec-2010 John Reck <jreck@google.com> Single column omnibox and pressed selector

Bugs: 3275725, 3270476
Converted omnibox to single column in landscape, made each item
slightly smaller to fit 5 instead of 4 rows in landscape,
added the correct pressed selector, and added basic keyboard support

Change-Id: I0b2774817f055c1b17289a33975ed4f8f088db45
/packages/apps/Browser/src/com/android/browser/SuggestionsAdapter.java
a50c446037eecaa2dcd83dab133bd9dc390ede69 15-Dec-2010 Michael Kolb <kolby@google.com> Fix annoying suggestions flashing

Voice search mode re-introduced the suggestions to flash
This change fixes it

Change-Id: Ic19cdcd1de6d27c216edc7bb48b0d3a210c19181
/packages/apps/Browser/src/com/android/browser/SuggestionsAdapter.java
cfa3af5c59abb38c895416a80ef16da0ec1b5287 14-Dec-2010 Michael Kolb <kolby@google.com> Enable voice search

http://b/issue?id=3039695
send voice search intent
implement voice search title bar
also fixes another Urlbar focus handling bug

Change-Id: Icdcbec9ffff586d445545cc7fe86ca045022f381
/packages/apps/Browser/src/com/android/browser/SuggestionsAdapter.java
3dff1cedc22620ab56fbd39f3703f19bb552ca34 10-Dec-2010 John Reck <jreck@google.com> Makes CombinedCursor sync aware

Bug: 3192765
SuggestionsAdapter.CombinedCursor was not setting account parameters

Change-Id: I57c341383970105fde8cbb2a6cde3831125cef1b
/packages/apps/Browser/src/com/android/browser/SuggestionsAdapter.java
35defffe93d70e9d5b37ff550968debdcd5d3d8b 11-Nov-2010 John Reck <jreck@google.com> Greatly improved suggestion result speed

Bug: 3201805
This change does 2 key things. The first is it supports recycling
views. The second is local suggestions (bookmarks and history) no
longer wait for remote suggestions (search suggestions)

Change-Id: Ic659ce486a5b674490248b8c1ffb9a8c24afe609
/packages/apps/Browser/src/com/android/browser/SuggestionsAdapter.java
04e7744fe76b5441a66db1d7909f8b3a5a6a83d3 23-Nov-2010 John Reck <jreck@google.com> Fixes the selection for search history

Bug: 3224800
The selection in the SuggestionsAdapter was wrong causing previous
searches to only appear when the entered text exactly matched the
previous search.

Change-Id: I4fb2c2ede8ee5f8053e582e33a9fe31665364eca
/packages/apps/Browser/src/com/android/browser/SuggestionsAdapter.java
40f720ecfd4ef7ebb657f0fc1906a9982b3bafbd 10-Nov-2010 John Reck <jreck@google.com> Omnibox supports search extra data

Bug: 3025590
Fix the omnibox to support passing on SearchManager.EXTRA_SEARCH_DATA
in searches done from the suggestion adapter.

Change-Id: Ica6462ef27722c3bbcc0508178ce431e87e27e86
/packages/apps/Browser/src/com/android/browser/SuggestionsAdapter.java
fb3017ffd8aa3f2342380270cf468e3a68914e69 27-Oct-2010 John Reck <jreck@google.com> Fixes tab title not updating correctly

Bug: 3130982
Fixes the bug where the tab title would stay the same until a new
title was received. Now the title changes to "Loading..." until a
new title is received, or changes to the URL if the page finishes
or is canceled without receiving a title.

Change-Id: I667acbaeea5383b6a434c20337d404f49b947b0d
/packages/apps/Browser/src/com/android/browser/SuggestionsAdapter.java
7d132b17c9dd1a816c68bf8505be2028691aaee3 27-Oct-2010 John Reck <jreck@google.com> URL autocomplete shows URL twices

Bug: 1377072
For pages that do not have a title, the url autocomplete would show
the url twice, once as the title in large font and once as the url
below it in a smaller font. This has been fixed to only show the url
once as the title, eliminating the url line.

Change-Id: I873314fcb8f06322cecf869c79ffece6d4404a03
/packages/apps/Browser/src/com/android/browser/SuggestionsAdapter.java
0506f2dd9239e23099244e101f7d32d5fc189668 15-Oct-2010 Michael Kolb <kolby@google.com> Fixed lock icon, url touch area, dropdown visibility

Bug 2989058
Bug 3098918

added light colored icons (not final assets)
added click handler to generic web icon
fixed suggestion adapter result count

Change-Id: I1842335be22eab6da2dd4187b2147e535a9ac77c
/packages/apps/Browser/src/com/android/browser/SuggestionsAdapter.java
7b20ddd4f03d59cca8fdd4aee790784421570aab 15-Oct-2010 Michael Kolb <kolby@google.com> Fix suggestion edit button

Bug 3052626
Bug 3052664

added vertical divider
refresh dropdown when sugegstion is selected

Change-Id: I3f2e72bbd9a93ccc3a7968e646493945c0052d2b
/packages/apps/Browser/src/com/android/browser/SuggestionsAdapter.java
21ce4d295802db811873b46e7821abfa0540dab2 15-Sep-2010 Michael Kolb <kolby@google.com> new two column suggestion dropdown
http://b/issue?id=3039704

Change-Id: I8b32553682cc547c695d0089e6633ead77426869
/packages/apps/Browser/src/com/android/browser/SuggestionsAdapter.java