summaryrefslogtreecommitdiffstats
path: root/src/com/android/launcher3/allapps
Commit message (Collapse)AuthorAgeFilesLines
* Merge "Adding context for app launches." into ub-launcher3-burnabyWinson Chung2015-06-023-3/+38
|\
| * Adding context for app launches.Winson Chung2015-06-023-3/+38
| | | | | | | | | | Bug: 21492784 Change-Id: I1b28ac8f44498e1d9770e770b074f19c721c3f10
* | Remove use of API level 19 classes.Winson Chung2015-06-021-2/+2
|/ | | Bug: 21583308
* Removing some synthetic method creationSunny Goyal2015-06-023-9/+10
| | | | | | > 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-014-62/+258
| | | | Change-Id: Ib09df0a3d587dc60ed888ddbd0edf058e4a1cc3e
* Fixing crash on tablets from merging scheme changes.Winson Chung2015-06-011-4/+4
|
* Avoid merging app sections across scripts.Winson Chung2015-06-011-10/+30
| | | | | Bug: 20222023 Change-Id: I171d75a33694fc2cb347a32cff209f64fe3bf7c3
* Revert "Avoid merging sections across scripts."Winson Chung2015-06-011-21/+6
| | | | | | This reverts commit 595395d84f0507a1c5c163ad4722fa4345376079. Change-Id: I44913141f6cb3af29b4509d6b7c317247d1f24c9
* Avoid merging sections across scripts.Winson Chung2015-06-011-6/+21
| | | | | Bug: 20222023 Change-Id: I6f6577112845fec14ae2e9c6e88ff3569bd2f1af
* Move fast scrolling logic to BaseRecyclerViewHyunyoung Song2015-05-291-297/+55
| | | | | | | | | | - This change has no effect on actual functionality but to make it easier for widget tray to inherit the goodness of the 1) fast scroller functionality 2) unify the scroll look and feel with the all apps view b/21375339 Change-Id: Ib859b1c3352c0b69f16549ded8f20eb82cf58ba8
* 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-226-0/+2728
- Renaming resources, dimens, etc to be more consistent - Removing old AppsCustomize resources and other unused code Change-Id: I15ce35e7cb7a9b9344fc7103963e4e4c9e45d89a