summaryrefslogtreecommitdiffstats
path: root/src/com/android/launcher3/allapps/AllAppsContainerView.java
Commit message (Collapse)AuthorAgeFilesLines
* Adding market search.Winson Chung2015-08-061-19/+12
| | | | Change-Id: Id41615653cd4fa76213add4595418ad0cc6e7852
* Calculating widget minSpans and spans statically/independent of orientationSunny Goyal2015-08-031-1/+0
| | | | | | | | | > Filtering the widget list and excluding widgets which dont fit the grid > setting minSpans for the widget item when binding. Bug: 22541314 Bug: 22559137 Change-Id: Ieda48b56c95bee0c7ec71dd691af7e23e2d43db6
* Making long-press of AllApps to jump directly to search.Winson Chung2015-07-101-0/+9
| | | | | Bug: 22210146 Change-Id: Iacf28416d6e31233a68e3b41576a8860b4b72b88
* Moving prediction icons back into recycler view.Winson Chung2015-07-061-236/+15
| | | | | | | | - 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
* Fixing issue with casting context to activity.Winson Chung2015-06-261-1/+1
|
* Refactoring fast scroller.Winson Chung2015-06-231-13/+19
| | | | | | | | | | | | | - Fixing issue with fast scroller not fitting name width. - Refactoring fast scrolling/scroll bar code out of base recycler view - Adding animations to fast scroller to match design - Smooth scrolling when jumping between app rows - Fixing issue with fast scroller jumping when you first pick it up - Fixing issue with wrong background paddings being used Bug: 21874346 Bug: 22031923 Change-Id: I9f011b1f375751f437604b900e95a2942d3f4601
* Merge "Revert resource name to what platform ui automator test defines. ↵Hyunyoung Song2015-06-181-1/+1
|\ | | | | | | b/21923650" into ub-launcher3-burnaby
| * Revert resource name to what platform ui automator test defines.Hyunyoung Song2015-06-181-1/+1
| | | | | | | | | | | | b/21923650 Change-Id: I26a9405ac0567f856a43d83886df4ece938c11a7
* | Moving predicted apps callbacks to use ComponentKey.Winson Chung2015-06-181-1/+1
|/ | | | | | Bug: 21270185 Change-Id: If2d9dd77235e7a96de96a1a5441a589ef8a72a7f
* Using component key for app search resultsSunny Goyal2015-06-161-1/+3
| | | | Change-Id: Idc610cde340331892a5fabfa8bf952d136675f81
* Refactored section names to only draw when there is space.Winson Chung2015-06-161-8/+76
| | | | | | | | | - This CL removes all space for section names in both phones and tablets. And when there are no section names, the layout will automatically fully merge the sections. Bug: 20222023 Change-Id: Ic7c751d86f095e5cbd690bfd4f94bb5b00ff8ae4
* Refactoring all apps search to support external search bar.Winson Chung2015-06-151-445/+199
| | | | | | | | | | | | | | | | | | | | | - 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
* Merge "Ensuring that we use the screen width more optimally in AllApps." ↵Winson Chung2015-06-051-9/+10
|\ | | | | | | into ub-launcher3-burnaby
| * Ensuring that we use the screen width more optimally in AllApps.Winson Chung2015-06-051-9/+10
| | | | | | | | | | | | | | | | | | | | | | - Fixing issue with prediction bar height being calculated incorrectly - Fixing issue where the prediction bar divider was not drawn exactly between the bar and the first row of apps - Removing padding to allow scrollbars to reach full height Bug: 20222023 Bug: 21335377 Change-Id: I2c0614a36e2294d0d6184a6bff4847876ffe971e
* | Ensure that we use the system long press duration when dragging from AllApps.Winson Chung2015-06-051-0/+1
|/ | | | | | | - Removing some old code out of LauncherAppState Bug: 21559400 Change-Id: I3c586094efb7ad8a17d2169bc8aaccf6b0df40a2
* Adding context for app launches.Winson Chung2015-06-021-1/+12
| | | | | Bug: 21492784 Change-Id: I1b28ac8f44498e1d9770e770b074f19c721c3f10
* Removing some synthetic method creationSunny Goyal2015-06-021-7/+7
| | | | | | > Make package-private and @Thunk all private methods and constructors accessed from inner classes. Change-Id: Ie5913860a0c33e48e9bf68f9b5b1699f64c2f174
* Adding an asynchronous search interface for apps searchSunny Goyal2015-06-011-39/+29
| | | | Change-Id: Ib09df0a3d587dc60ed888ddbd0edf058e4a1cc3e
* Fixing page background not displayed when dragging from all appsSunny Goyal2015-05-271-1/+0
| | | | | | | | | > Adding empty page synchronously, instead of waiting for a frame > Changing launcher state from widgets screen in the same frame, similar to all apps > Removing DragEnforcer, and moving that logic in side the workspace, disabled by a flag > Using first page to get page bounds in drag layer, as last page may not have been measured Change-Id: I172ba4e5ce44648ac55402d49994542c6e10f101
* Moving all apps code into sub package.Winson Chung2015-05-221-0/+1018
- Renaming resources, dimens, etc to be more consistent - Removing old AppsCustomize resources and other unused code Change-Id: I15ce35e7cb7a9b9344fc7103963e4e4c9e45d89a