summaryrefslogtreecommitdiffstats
path: root/src/com/android/launcher2/DragController.java
Commit message (Collapse)AuthorAgeFilesLines
* Mask bitmap creation errors while dragging shortcuts.Daniel Sandler2010-05-251-0/+9
| | | | | | | | If we're unable to create a bitmap for the drag, e.g. due to memory pressure, give up. Bug: 2650809 Change-Id: I5d7360dbb1bd736a629451467e93cccdfc255b67
* Fix dpad nav: go left/right when dpad is moved and dots are focused.Romain Guy2010-01-111-11/+18
| | | | Bug #2359364
* Fix 2257802 - Screen unresponsive when you get a call while moving the ↵Joe Onorato2009-11-121-1/+8
| | | | shortcuts or widgets on home screen
* Bug 2231692 - Turn off launcher2 logging.Joe Onorato2009-11-111-1/+1
|
* Fix 2246713 - Bad offset when picking up a widget for the first time.Joe Onorato2009-11-081-2/+4
|
* Launcher2: fix 2162230 - Can't add app shortcuts from 3D All AppsJoe Onorato2009-10-061-0/+2
|
* Now that touch events can go off the edge of the screen, clampJoe Onorato2009-09-251-14/+43
| | | | them to the screen size for hit testing purposes while dragging.
* Add drag and drop from AllAppsView (to the workspace).Joe Onorato2009-09-031-24/+43
| | | | | 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.
* Redo the launcher loading code and put the real app icons into rollo.Joe Onorato2009-08-241-2/+4
|
* Move the all apps view back into the window with the workspace.Joe Onorato2009-08-161-0/+2
|
* Move the drag thing into its own window that goes around on top of ↵Joe Onorato2009-08-061-16/+451
| | | | everything else.
* Launcher2 compiles.Joe Onorato2009-07-301-1/+1
|
* Move com/android/launcher -> com/android/launcher2Joe Onorato2009-07-301-0/+79