summaryrefslogtreecommitdiff
path: root/samples/SearchableDictionary/src/com/example
Commit message (Collapse)AuthorAgeFilesLines
* update searchable dictionary for Android U classRobert Ly2012-03-132-13/+21
| | | | Change-Id: Ib214400bae29ab2c4a34500dcf84b415ab13b77c
* fix searchabledictionary to enable search view in the WordActivityScott Main2011-02-071-0/+9
| | | | Change-Id: I653cea4e80fe6f227183f7425d11a3004128fc59
* update the SearchableDictionary sample to use SearchView in the Action BarScott Main2011-02-072-1/+31
| | | | | | and set the main activity to use launchMode="singleTop" Change-Id: I72bd13bb8250d0b00a713fe2980a5ad692f2cb9e
* new version of the Searchable Dictionary that saves all the wordsScott Main2010-03-255-311/+469
| | | | | | | in an SQLite Database and FTS3 table, then performs all look ups using the content provider, plus various style modifications. Change-Id: If73c96f48aeae7372333a558b2d494bcb256edfe
* Fix type of _id col in SearchableDictionaryBjorn Bringert2009-11-041-4/+5
| | | | | | | | | | | | | 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
* Reinclude SearchableDictionary sample app as a demo of third party inclusion ↵Mike LeBeau2009-08-284-0/+494
| | | | | | in Quick Search Box. This reverts commit 3e83e8bc8b969a993b026dab9d13b99b315d9af0.
* Remove SearchableDictionary sample app as it is a demo of third party ↵Anonymous Coward2009-08-214-494/+0
| | | | | | inclusion in quick search box. update: remove entry from build.sdk
* Add a "Searchable Dictionary" app to the sample apps that demonstrates being ↵Karl Rosaen2009-08-104-0/+494
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.