History log of /packages/apps/Launcher3/tests/src/com/android/launcher3/allapps/search/DefaultAppSearchAlgorithmTest.java
Revision Date Author Comments (<<< Hide modified files) (Show modified files >>>)
1d7f45d8f8fafc46f23963e3b43c95a2c2120079 31-Jul-2017 Sunny Goyal <sunnygoyal@google.com> Fixing various tests

> Migrating UI tests to AndroidJUnit4 for better support
> Removing obsolete RotationPreference test
> Fixing broken FileLogTest and AndroidJUnit4
> Removing InvariantDeviceProfileTest as it does not work well with
resource overlays

Change-Id: I0abb1df6765d76d86c1c6c84e8ac35eb9a6bcdaa
/packages/apps/Launcher3/tests/src/com/android/launcher3/allapps/search/DefaultAppSearchAlgorithmTest.java
05d2df1678bfba02c2fbc54ce03229f45b0308cd 18-Jul-2017 Sunny Goyal <sunnygoyal@google.com> Using collator for string matching

This provides a better matching for non-latin characters on N and above

Bug: 63763127
Change-Id: I220487d242ff547311ddd13e7af380a7e47eec0e
/packages/apps/Launcher3/tests/src/com/android/launcher3/allapps/search/DefaultAppSearchAlgorithmTest.java
a9f4bffbfc9802ca86a813de2bccea9572f710af 06-Jul-2017 yingrenw <yingrenw@codeaurora.org> Launcher3: Can't search out local app by Chinese

Description:
Chinese content type is Character.OTHER_LETTER.
When key matches,it check the content type. And
if type is Character.OTHER_LETTER, it doesn't
support search and break.

When the content type is Character.OTHER_LETTER,
make it work normally.

Bug: 63534074
Change-Id: I3713f24c9206fe16a8da2a23e6c90d68079dd533
/packages/apps/Launcher3/tests/src/com/android/launcher3/allapps/search/DefaultAppSearchAlgorithmTest.java
161f96bc77805ed87f831b68e51fad61a23153bc 07-May-2017 Sunny Goyal <sunnygoyal@google.com> Moving apps search related logic into a custom layout file

This will allow derivative projects to easily change the search behavior
by simply overriding the xml file

Bug: 37616877
Change-Id: Ib8d6a2dab06819a52611e9a3d97c70c5a49bbf97
/packages/apps/Launcher3/tests/src/com/android/launcher3/allapps/search/DefaultAppSearchAlgorithmTest.java