History log of /development/samples/SearchableDictionary/src/com/example/android/searchabledict/SearchableDictionary.java
Revision Date Author Comments
7d5b68ca79ee19387e4061b30e032766f968b294 13-Feb-2012 Robert Ly <robertly@google.com> update searchable dictionary for Android U class

Change-Id: Ib214400bae29ab2c4a34500dcf84b415ab13b77c
35319945af17fb7a276e3dd6a2dc22d8979608de 07-Feb-2011 Scott Main <smain@google.com> update the SearchableDictionary sample to use SearchView in the Action Bar
and set the main activity to use launchMode="singleTop"

Change-Id: I72bd13bb8250d0b00a713fe2980a5ad692f2cb9e
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
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.