summaryrefslogtreecommitdiffstats
path: root/src/com/android/launcher3/allapps/AllAppsSearchBarController.java
Commit message (Expand)AuthorAgeFilesLines
* Only reset search field when back key is hit if there is no query.Jon Miranda2016-09-191-3/+2
* Show IME when search query != null after rotationHyunyoung Song2016-09-091-2/+1
* Prevent refreshing app search results with empty query.Winson2016-08-031-2/+2
* Clearing search query after clearing input text.Winson2016-07-271-1/+2
* Moved hide keyboard to its own methodPeter Schiller2016-07-261-0/+4
* Merge "Refresh the all apps container search result when apps are installed" ...Hyunyoung Song2016-07-251-3/+14
|\
| * Refresh the all apps container search result when apps are installedHyunyoung Song2016-07-251-3/+14
* | Updating the search hint to contain the icon as a span object.Sunny Goyal2016-07-221-26/+1
|/
* Centered typing in search fieldPeter Schiller2016-07-191-1/+26
* Pull up all apps interactionHyunyoung Song2016-06-061-0/+3
* Removing dependency on LauncherCallbacks for getting the search boundsSunny Goyal2016-03-171-0/+1
* Moving createMarketSearchIntent to search controller to allow it to be custom...Sunny Goyal2016-03-031-19/+13
* Starting market search whenever the search key is pressedSunny Goyal2016-03-031-25/+9
* Merging search bar with all appsSunny Goyal2016-02-081-17/+131
* Moving prediction icons back into recycler view.Winson Chung2015-07-061-0/+1
* Revert "Removing onInitialize method and creating searchManager in getView"Sunny Goyal2015-06-171-3/+8
* Removing onInitialize method and creating searchManager in getViewSunny Goyal2015-06-161-8/+3
* Using component key for app search resultsSunny Goyal2015-06-161-1/+3
* Refactoring all apps search to support external search bar.Winson Chung2015-06-151-0/+97