summaryrefslogtreecommitdiffstats
path: root/src/com/android/launcher3/Workspace.java
Commit message (Collapse)AuthorAgeFilesLines
...
* Initial implementation of Shrink-wrapAdam Cohen2013-06-251-78/+198
| | | | Change-Id: If73c7f7ca19ca62ff43134f515584354afef8507
* HACK: Fixing major persistence regression associated with extra screen to ↵Adam Cohen2013-06-141-6/+14
| | | | | | | | the left -> Also adding ability to delete shortcuts. Change-Id: I263baf813eae9089f11288494d575a99f0e859c3
* Easier way to handle shortcutsAdam Cohen2013-06-141-17/+7
| | | | Change-Id: I91c4a25e961774de0bed51ba986802a1834173f9
* Fixing up handling of shortcutsAdam Cohen2013-06-141-6/+26
| | | | Change-Id: I70dd044b608f4ef18a9c436964a11122168305d0
* Make HolographicOutlineHelper a singleton.Daniel Sandler2013-06-121-1/+1
| | | | | | | | It's a pretty heavy object, including three Paints at 74 bytes apiece, and we allocate one for every workspace and every icon. We really only need one. Change-Id: Ic9e12d478c3be27b13133718875c91540f7ccf4c
* Merge changes Id26e9dcf,I4e323bd7 into jb-ub-gel-agarBjorn Bringert2013-06-121-12/+12
|\ | | | | | | | | | | * changes: Memory debugging overlay for L3. Move LauncherApplication's state and code to LauncherAppState.
| * Move LauncherApplication's state and code to LauncherAppState.Daniel Sandler2013-06-111-12/+12
| | | | | | | | | | | | | | | | This removes Launcher's static data and other state out of the Application object. Now LauncherApplication (extends Application) exists only to instantiate LauncherAppState. Change-Id: I4e323bd78b77536b92054105536a55c0c2c19ba8
* | Add API to launcher to insert a custom page to the left of workspaceAdam Cohen2013-06-111-0/+6
|/ | | | Change-Id: I85a4e096aab9bfcb1de74f04075bcabcb7e3262f
* Allow subclassing LauncherBjorn Bringert2013-06-071-0/+5
| | | | | | | | | | | | Changes included: - Make Launcher not final - Add some new methods as hooks for subclasses - Allow Launcher to intercept Workspace touch events Change-Id: I9a2b628c853394a3b237a384336e1b9e5c2382ec
* HACK: temporary upgrade path from com.android.launcher2Adam Cohen2013-06-061-0/+90
| | | | | | | | | -> load old provider -> permute pages -> strip all duplicates from workspace -> add [allapps minus workspaceapps] to apps folder Change-Id: Id319d532c6bf1d78370ecc736e95a9475d831de8
* Launcher2 is now Launcher3.Daniel Sandler2013-06-051-0/+3894
Changes include - moving from com.android.launcher{,2} to com.android.launcher3 - removing wallpapers - new temporary icon Change-Id: I1eabd06059e94a8f3bdf6b620777bd1d2b7c212b