History log of /frameworks/base/core/java/android/app/SearchableInfo.java
Revision Date Author Comments (<<< Hide modified files) (Show modified files >>>)
28fe20930e4749a7d34bb438047c0647f775cf67 06-Apr-2010 Bjorn Bringert <bringert@android.com> Guard against NPE in SearchManagerService

Bug http://b/issue?id=2570569

Change-Id: I72395f847b3dbc699c73358e14421d624f40fcf3
/frameworks/base/core/java/android/app/SearchableInfo.java
fef8cebcdcf0cbd4a0dafba87e33e3b500fb1321 29-Mar-2010 Bjorn Bringert <bringert@android.com> Clean up SearchableInfo API, JavaDoc and formatting

This change cleans up the JavaDoc in SearchableInfo,
removes trailing whitespace, fixes an if-statement
style violoation, and re-hides some things that were
exposed for Froyo that query deprecated or discouraged
attributes:

SearchableInfo.getSearchButtonText()
SearchableInfo.getLabelId()
SearchableInfo.getIconlId()
class SearchableInfo.ActionKeyInfo
SearchableInfo.findActionKey()

Bug http://b/issue?id=2553524

Change-Id: Iee5521c844f74137166730e523d29ba07ef1856b
/frameworks/base/core/java/android/app/SearchableInfo.java
747d2d4b9e779ce3903a2b010a26f94adbde9ab3 13-Mar-2010 Amith Yamasani <yamasani@google.com> Use a Go button instead of a magnifying glass in the keyboard for in-app search.

bug: 2197781
/frameworks/base/core/java/android/app/SearchableInfo.java
23897c16a603748db83c59a280b6e6079bf57175 10-Feb-2010 Bjorn Bringert <bringert@android.com> Use resource ID for searchable description

Before, SearchableInfo read and cached the localized
searchable description, which meant that it was not updated
on locale changes. Now SearchableInfo only holds the resource
ID.

SearchableInfo is a new API in Froyo, so it's ok to change.

Part of http://b/issue?id=2175247

Change-Id: I1898f7895b9172f58419d906ad741cb7dd1e7252
/frameworks/base/core/java/android/app/SearchableInfo.java
13107bb186d72bc80dc5609b20c71b7e77a9784d 07-Dec-2009 Bjorn Bringert <bringert@android.com> Expose SearchableInfo and getSearchablesInGlobalSearch()

This is needed for search unbundling.

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

Change-Id: Ia28d954736c9afd68da22a38da966ed780d797c2
/frameworks/base/core/java/android/app/SearchableInfo.java
2126aac7f992b57fc52141a8bd09fa7a45ac2509 03-Dec-2009 Bjorn Bringert <bringert@android.com> Move android.server.search.SearchableInfo to android.app

We need to expose SearchableInfo in the SDK in order to unbundle
Quick Search Box. Since the android.server.search package is
hidden, I'm moving SearchableInfo to android.app, where
SearchManager lives.

This change doesn't actually expose SearchableInfo. I'll do
that in a separate change to keep the change that
api-council needs to review small.

This is part of the fix for: http://b/issue?id=2270838

Change-Id: I9589f9c2c11d36c958beedff8245fe0c3319c6ba
/frameworks/base/core/java/android/app/SearchableInfo.java