History log of /frameworks/base/core/java/android/widget/SuggestionsAdapter.java
Revision Date Author Comments (<<< Hide modified files) (Show modified files >>>)
8790764e4c20737e57dafdfb3bb1c8cdb84169c5 03-Nov-2011 Amith Yamasani <yamasani@google.com> Close suggestions cursor when SearchView is detached.

Make sure that delayed filter requests don't go through after
the view was detached.

Bug: 5484819
Change-Id: I4d5ff5ea9b52109ecce7f84fa4d91dfcb6225037
/frameworks/base/core/java/android/widget/SuggestionsAdapter.java
b4569fb17fada4fdc43e4f4dbfbc79bb097a1f74 09-Jul-2011 Amith Yamasani <yamasani@google.com> SearchView behavioral and visual changes

Align text suggestions and search string.
Close button only clears the field.
Back button clears focus, hides dropdown and keyboard.
Tweaked SearchDialog's use of SearchView to follow above patterns.
Fixed other little bugs.

Change-Id: I9d34c2ebe2b1b2ca887220894c19a26809db85f6
/frameworks/base/core/java/android/widget/SuggestionsAdapter.java
de6e2ca7fb7c2b6dc1a90e77be1cbac3af428598 20-Jan-2011 Amith Yamasani <yamasani@google.com> Ensure that the column is valid before querying.

Bug: 3303147
Change-Id: Ieec93317c5a2e924d3ee3108b61577b636943160
/frameworks/base/core/java/android/widget/SuggestionsAdapter.java
e678f46ec45076203f6260f8a26f56d838c6b6ff 16-Sep-2010 Amith Yamasani <yamasani@google.com> Query refinement feature in SearchView.

New method : setQueryRefinementEnabled() which will either enable all suggestions
to have the little query refinement icon in the right or just the ones that have
a bit set in the new SUGGEST_FLAGS column of the suggestion provider cursor.
/frameworks/base/core/java/android/widget/SuggestionsAdapter.java
733cbd58cbc3cf438a7ac0a2902b8aeab941a6b9 03-Sep-2010 Amith Yamasani <yamasani@google.com> SearchView API

Implements the basic requirements for in-app search. More work to be done.
/frameworks/base/core/java/android/widget/SuggestionsAdapter.java