summaryrefslogtreecommitdiffstats
path: root/src/com/android/launcher2/Launcher.java
Commit message (Collapse)AuthorAgeFilesLines
* Don't exit all apps when we launch apps.Joe Onorato2009-10-071-1/+6
|
* Launcher2 - Fix 2171232 Homescreen stopped responding after pressing home in ↵Joe Onorato2009-10-071-0/+3
| | | | wallpaper selector.
* Launcher2 - make 3d all apps deal with new apps and deleted apps.Joe Onorato2009-10-061-1/+2
|
* Use push from script. Remove old readback and instant animation code.Jason Sams2009-10-061-2/+2
|
* Don't do swipes to open all apps anymore.Joe Onorato2009-10-061-8/+2
| | | | | http://b/issue?id=2169884 http://b/issue?id=2160569
* work around and fix bugsJoe Onorato2009-09-251-112/+14
| | | | | | | | | - Make rollo always draw. This works around the bug somewhere that makes it show gray when all apps shold be closed - Simplify the SwipeController now that we're not zooming the workspace. - Make the readback data sane by splitting it to a different allocation. Now there is one allocation for each direction of data flow. - Make AllAppsView.isVisible return the correct value.
* Implement dark background, adjust spacing, remove skia scaling for ↵Jason Sams2009-09-201-31/+22
| | | | performance during zoom.
* New trash icon.Joe Onorato2009-09-141-0/+1
|
* checkpoint 3d all apps entrance / exit animationsJoe Onorato2009-09-141-25/+42
|
* Forgot to repo upload --amend. Yay.Joe Onorato2009-09-111-3/+0
|
* Add the animation for when you enter the all apps view.Joe Onorato2009-09-111-3/+99
|
* Add "Configure..." to wallpaper menu for configurable live wallpapers.Dianne Hackborn2009-09-071-1/+14
| | | | Change-Id: I41a2e68192acfed60cce344ac1e0cd886a54f348
* Always have the AllAppsView visible, but have it draw nothingJoe Onorato2009-09-031-7/+2
| | | | | | when it shouldn't be visible. This lets us do clean animations and not wait for GL to spool up.
* Add drag and drop from AllAppsView (to the workspace).Joe Onorato2009-09-031-0/+4
| | | | | Also had to fix AppInfoCache to load the icon as a drawable, which I had broken when I made AllAppsView use the icons as power of two textures.
* Click on icons.Joe Onorato2009-09-021-2/+2
|
* Add the all apps button.Joe Onorato2009-08-311-1/+3
|
* Redo the launcher loading code and put the real app icons into rollo.Joe Onorato2009-08-241-449/+258
|
* Move the all apps view back into the window with the workspace.Joe Onorato2009-08-161-95/+47
|
* A little wallpaper cleanup.Dianne Hackborn2009-08-131-1/+0
|
* Enable live wallpaper in Launcher2Romain Guy2009-08-101-90/+9
|
* Update to follow modified wallpaper APIs.Dianne Hackborn2009-08-081-1/+1
|
* Move rollo into the all apps view.Joe Onorato2009-08-061-9/+7
|
* Move the drag thing into its own window that goes around on top of ↵Joe Onorato2009-08-061-18/+27
| | | | everything else.
* Update to use new wallpaper APIs.Dianne Hackborn2009-08-051-12/+3
|
* Fade the workspace when the all apps drawer opens and closes.Joe Onorato2009-08-011-29/+35
|
* Split the wallpaper into its own view (it will be its own surface some day).Joe Onorato2009-07-311-9/+8
|
* Factor showAllAppsDialogJoe Onorato2009-07-311-3/+7
|
* Checkpoint launcher2 - all apps is in a 2nd window.Joe Onorato2009-07-311-91/+98
| | | | Lots is still broken.
* Launcher2 compiles.Joe Onorato2009-07-301-2/+2
|
* Move com/android/launcher -> com/android/launcher2Joe Onorato2009-07-301-0/+2247