History log of /development/samples/SearchableDictionary/src/com/example/android/searchabledict/DictionaryProvider.java
Revision Date Author Comments
beca3af74d2a5baeba00ada49ba2480d36535f5e 26-Mar-2010 Scott Main <smain@google.com> cherry-pick from master: 3c26ae869e24e6cd7c63dc44fc3f46221262e15f

new version of the Searchable Dictionary that saves all the words
in an SQLite Database and FTS3 table, then performs all look ups
using the content provider, plus various style modifications.
3c26ae869e24e6cd7c63dc44fc3f46221262e15f 26-Mar-2010 Scott Main <smain@google.com> new version of the Searchable Dictionary that saves all the words
in an SQLite Database and FTS3 table, then performs all look ups
using the content provider, plus various style modifications.

Change-Id: If73c96f48aeae7372333a558b2d494bcb256edfe
2c8ead32c7ebf08db568e2e9d5dbb3738ac69797 13-Nov-2009 Jean-Baptiste Queru <jbq@google.com> eclair snapshot
29017bbd62eacc804e132437f05b52ae535c8bdd 03-Nov-2009 Bjorn Bringert <bringert@android.com> Fix type of _id col in SearchableDictionary

SDK SAMPLE CODE ONLY

Before, the _id column in the search suggestions contained
a string. This causes an exception when the suggestion provider
is used for in-app search in Cupcake. Now the _id column contains
a long instead.

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

Change-Id: I53c8228badbb0e3ff1799107490b44ff8ced7148
83e2eae3fbb54cb284e96a8ce3f658f4dadba172 28-Aug-2009 Mike LeBeau <mlebeau@google.com> Reinclude SearchableDictionary sample app as a demo of third party inclusion in Quick Search Box.

This reverts commit 3e83e8bc8b969a993b026dab9d13b99b315d9af0.
67545123a4188c714fbcf24e7fe1cf1f614b610c 28-Aug-2009 Mike LeBeau <mlebeau@android.com> Reinclude SearchableDictionary sample app as a demo of third party inclusion in Quick Search Box.

This reverts commit 3e83e8bc8b969a993b026dab9d13b99b315d9af0.
3e83e8bc8b969a993b026dab9d13b99b315d9af0 21-Aug-2009 Anonymous Coward <nobody@android.com> Remove SearchableDictionary sample app as it is a demo of third party inclusion in quick search box.

update: remove entry from build.sdk
7a3e95aeba5109ef6aa4c9488be9416e7355067c 08-Aug-2009 Karl Rosaen <krosaen@google.com> Add a "Searchable Dictionary" app to the sample apps that demonstrates being a part of global search.

updated: makefile adjusted so app is part of sdk, and the manifest refers to the correct sdk version.

updated: brushed up docs and formatting per feedback.