History log of /packages/apps/QuickSearchBox/tests/src/com/android/quicksearchbox/MultiSourceCorpusTest.java
Revision Date Author Comments (<<< Hide modified files) (Show modified files >>>)
3109221113ff01d16dfa7d0844f93dccb7dd643b 07-Dec-2010 Bjorn Bringert <bringert@android.com> Don't shortcut typed searches

Typed searches are now always web searches, and we shouldn't
use shortcuts for any web searches, to simplify the history
experience.

Bug: 3261145
Change-Id: I2d050a4de535af07ee8d16a77177c4dbd503618e
/packages/apps/QuickSearchBox/tests/src/com/android/quicksearchbox/MultiSourceCorpusTest.java
f3f70e5ae88f06ff6dabdec9e7c71a19ca1e7108 04-Oct-2010 Bjorn Bringert <bringert@android.com> Allow corpora to be excluded from All but still enabled

Also removes the obsolete isLocationAware() method.

Bug: 3054864
Change-Id: I0fbf707a1a9932e0ccc886d48a6dadc500e87422
/packages/apps/QuickSearchBox/tests/src/com/android/quicksearchbox/MultiSourceCorpusTest.java
cd1e3ba5f7c3f5242345ff6f674281e3d6366e24 22-Jun-2010 Mathew Inwood <mathewi@google.com> Allow corpora to differ results when only 1 is selected.

Corpus and Source now know when they're the only corpus/source being queried so can tailor the results returned accordingly.

Change-Id: I586dfa4226bbbad83d4f2ed70c9935a638f6caf5
/packages/apps/QuickSearchBox/tests/src/com/android/quicksearchbox/MultiSourceCorpusTest.java
96c7058210699c82445169048b7c0fdfb16f59ee 28-May-2010 Bjorn Bringert <bringert@android.com> Add config resource for hiding corpora from corpus selector

This is required to support sources that add shortcuts, but
aren't really searchable, like Voice Search.

Change-Id: I9bc1c244848f970ac698b722257000d0f937d025
Bugs: http://b/issue?id=2678486 and http://b/issue?id=2678067
/packages/apps/QuickSearchBox/tests/src/com/android/quicksearchbox/MultiSourceCorpusTest.java
9a3f0f73437fad172a510e85064fc300523476ec 11-Mar-2010 Bjorn Bringert <bringert@android.com> Make MultiSourceCorpusTest:testGetSuggestions deterministic

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

Change-Id: I124f334d99f2125c419ee0b63005e4e22ef2ae4b
/packages/apps/QuickSearchBox/tests/src/com/android/quicksearchbox/MultiSourceCorpusTest.java
72f9b08ce84d0e13daf2d1c112d4e6d1d3ada045 09-Mar-2010 Bjorn Bringert <bringert@android.com> Use a separate thread pool for Web corpus, to avoid deadlock

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

Change-Id: I228d77a3ead794c7922d42fd51ff068f57dab40e
/packages/apps/QuickSearchBox/tests/src/com/android/quicksearchbox/MultiSourceCorpusTest.java