History log of /packages/apps/Launcher3/src/com/android/launcher3/allapps/DefaultAppSearchController.java
Revision Date Author Comments (<<< Hide modified files) (Show modified files >>>)
0ac7ede56afebe4401c0636196f5844be573ad68 29-Jan-2016 Sunny Goyal <sunnygoyal@google.com> Merging search bar with all apps

Change-Id: I78577124cd3c05d52669c3e52b0294d6eb1d194d
/packages/apps/Launcher3/src/com/android/launcher3/allapps/DefaultAppSearchController.java
97b0d08d92c64034ba03ae8da5a8531edbd60d52 14-Aug-2015 Winson <winsonc@google.com> Refactoring to ExtendedEditText.
/packages/apps/Launcher3/src/com/android/launcher3/allapps/DefaultAppSearchController.java
a2917f6a0b9a24accaf21d75c0e80701bb07e2ed 12-Aug-2015 Winson Chung <winsonc@google.com> Merge "Ensuring that AllAppsGridAdapter is public." into ub-launcher3-burnaby
eea9fa4022b9cdc5b2f65bbd9ed6b314c883248d 12-Aug-2015 Winson <winsonc@google.com> Ensuring that AllAppsGridAdapter is public.

- Also show the search action when searching all apps

Change-Id: I3470b0da565e6d1bce637ce09384d966215a4ca7
/packages/apps/Launcher3/src/com/android/launcher3/allapps/DefaultAppSearchController.java
bedf9232eb67a420f0372d3ca135ca13194e603b 10-Jul-2015 Winson Chung <winsonc@google.com> Adding market search.

Change-Id: Id41615653cd4fa76213add4595418ad0cc6e7852
/packages/apps/Launcher3/src/com/android/launcher3/allapps/DefaultAppSearchController.java
1ae7a5018b48dba562bc18821f0f1e778192ee85 07-Jul-2015 Winson Chung <winsonc@google.com> Moving prediction icons back into recycler view.

- Fixes two accessibility issues with the prediction bar being
separate from the rest of the list of icons related to scrolling
and switch access.

Bug: 21725276
Change-Id: Ibc48e5028cace9a77000e6646b951f021910465d
/packages/apps/Launcher3/src/com/android/launcher3/allapps/DefaultAppSearchController.java
4919827990b16ae22595d0b7cb123a875961d9be 17-Jun-2015 Sunny Goyal <sunnygoyal@google.com> Revert "Removing onInitialize method and creating searchManager in getView"

This reverts commit 6530017bb88179aeb1e3f131738da8f0d7592f36.

Change-Id: I8ecfd21ec854cfe1774f16d2d50c7a0e45dd6865
/packages/apps/Launcher3/src/com/android/launcher3/allapps/DefaultAppSearchController.java
6530017bb88179aeb1e3f131738da8f0d7592f36 17-Jun-2015 Sunny Goyal <sunnygoyal@google.com> Removing onInitialize method and creating searchManager in getView

Change-Id: I3e2620a7839dfd5e6ecb76f24b384eb50e820a94
/packages/apps/Launcher3/src/com/android/launcher3/allapps/DefaultAppSearchController.java
01d4053436a6a771b36b527a4f0ff49bbf468632 17-Jun-2015 Winson Chung <winsonc@google.com> Renaming id to prevent collision.

Bug: 21878123
Change-Id: If4313d217967310ede7ed3fe11bdbe49311e1a4f
/packages/apps/Launcher3/src/com/android/launcher3/allapps/DefaultAppSearchController.java
383c507c47a5abf3258fc04220f37c366f983a97 13-Jun-2015 Sunny Goyal <sunnygoyal@google.com> Removing ContentObserver in launcher

> Using callback insted of using a content observer
> Setting the listener in LauncherAppState to prevent resource leak

Change-Id: Id23a4d5c8812e86178997e536226e09ec3740f84
/packages/apps/Launcher3/src/com/android/launcher3/allapps/DefaultAppSearchController.java
ef7f874a889b609bd34e692b9c9a1f8cefd1ea95 05-Jun-2015 Winson Chung <winsonc@google.com> Refactoring all apps search to support external search bar.

- Adding support for an external search bar that can be used
to search a container view. This adds a new interface
AllAppsSearchController which manages the external search
bar. Each controller will have its own search implementation
which means that we no longer need a common AppSearchManager
interface.
- Removing elevation controller as we no longer have a builtin
search bar in all apps
- Refactoring container view insets so that they behave
the same in all containers.
- Refactoring apps view to ensure that we only update the number
of columns with the available width
- Cleaning up LauncherCallbacks interface

Bug: 20127840
Bug: 21494973

Change-Id: I710b8e18196961d77d8a29f0c345531d480936fe
/packages/apps/Launcher3/src/com/android/launcher3/allapps/DefaultAppSearchController.java