summaryrefslogtreecommitdiffstats
path: root/src/com/android/launcher3/allapps/DefaultAppSearchController.java
Commit message (Collapse)AuthorAgeFilesLines
* Refactoring to ExtendedEditText.Winson2015-08-131-4/+8
|
* Merge "Ensuring that AllAppsGridAdapter is public." into ub-launcher3-burnabyWinson Chung2015-08-111-1/+1
|\
| * Ensuring that AllAppsGridAdapter is public.Winson2015-08-111-1/+1
| | | | | | | | | | | | - Also show the search action when searching all apps Change-Id: I3470b0da565e6d1bce637ce09384d966215a4ca7
* | Adding market search.Winson Chung2015-08-061-8/+10
|/ | | | Change-Id: Id41615653cd4fa76213add4595418ad0cc6e7852
* Moving prediction icons back into recycler view.Winson Chung2015-07-061-2/+1
| | | | | | | | - 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
* Revert "Removing onInitialize method and creating searchManager in getView"Sunny Goyal2015-06-171-2/+6
| | | | | | This reverts commit 6530017bb88179aeb1e3f131738da8f0d7592f36. Change-Id: I8ecfd21ec854cfe1774f16d2d50c7a0e45dd6865
* Removing onInitialize method and creating searchManager in getViewSunny Goyal2015-06-161-6/+2
| | | | Change-Id: I3e2620a7839dfd5e6ecb76f24b384eb50e820a94
* Renaming id to prevent collision.Winson Chung2015-06-171-1/+1
| | | | | Bug: 21878123 Change-Id: If4313d217967310ede7ed3fe11bdbe49311e1a4f
* Removing ContentObserver in launcherSunny Goyal2015-06-161-1/+1
| | | | | | | > Using callback insted of using a content observer > Setting the listener in LauncherAppState to prevent resource leak Change-Id: Id23a4d5c8812e86178997e536226e09ec3740f84
* Refactoring all apps search to support external search bar.Winson Chung2015-06-151-0/+270
- 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