summaryrefslogtreecommitdiffstats
path: root/src/com/android/launcher2/Workspace.java
Commit message (Expand)AuthorAgeFilesLines
* Improving performance of All Apps transitionMichael Jurka2011-03-021-3/+4
* Fixing issue where you can't drag to a full screen when in spring loaded mode...Winson Chung2011-03-021-1/+7
* Fix 3457875: Mini workspace should zoom on tap, not touch downPatrick Dubroy2011-03-011-11/+30
* Merge "Fix 3493373: back button displays blue homescreen borders"Patrick Dubroy2011-03-011-2/+8
|\
| * Fix 3493373: back button displays blue homescreen bordersPatrick Dubroy2011-02-281-2/+8
* | Merge "Small update to match API changes"Adam Cohen2011-02-281-1/+1
|\ \
| * | Small update to match API changesAdam Cohen2011-02-281-1/+1
| |/
* / Fixing strict mode issues.Winson Chung2011-02-281-1/+5
|/
* Merge "Implementing resizable widgets in launcher"Adam Cohen2011-02-281-1/+19
|\
| * Implementing resizable widgets in launcherAdam Cohen2011-02-251-1/+19
* | Fix issue with some home button presses being ignored.Patrick Dubroy2011-02-241-2/+2
* | Refactoring layout of launcherMichael Jurka2011-02-231-4/+16
* | Restoring split touch events in workspace with workaround.Winson Chung2011-02-231-0/+3
* | Add missing animations when dragging from customize.Patrick Dubroy2011-02-181-8/+10
|/
* Fix drag and drop behaviorMichael Jurka2011-02-161-31/+27
* Fix 3444233: No edge glow when dragging to adjacent screenPatrick Dubroy2011-02-111-0/+10
* Speeding up the first time All Apps and Configure is launchedMichael Jurka2011-02-091-4/+14
* Apply drag-and-drop location fix to widgets & shortcuts.Daniel Sandler2011-02-041-2/+2
* Fix spring-loaded modeMichael Jurka2011-02-041-1/+19
* Fix issues when dragging items onto workspace screensMichael Jurka2011-02-031-12/+14
* Merge "Preventing scrolling of workspace when in customize" into honeycombAdam Cohen2011-02-031-23/+25
|\
| * Preventing scrolling of workspace when in customizeAdam Cohen2011-02-031-23/+25
* | Tweaking feel of All Apps transitionMichael Jurka2011-02-031-3/+3
|/
* optimizing transitions in LauncherMichael Jurka2011-02-031-64/+165
* Oops, forgot a cast. :(Michael Jurka2011-02-021-1/+1
* Oops, was disabling hardware layers at the wrong levelMichael Jurka2011-02-021-1/+1
* stop using hardware layers when workspace stops movingMichael Jurka2011-02-021-0/+24
* Merge "Adding scroll disambiguation between Workspace and AppWidgets" into ho...Michael Jurka2011-02-011-1/+40
|\
| * Adding scroll disambiguation between Workspace and AppWidgetsAdam Cohen2011-02-011-1/+40
* | Turning on hardware layers for the workspaceMichael Jurka2011-02-011-23/+0
|/
* Merge "Fixing scrolling of all apps when below apps" into honeycombWinson Chung2011-01-301-13/+25
|\
| * Fixing scrolling of all apps when below appsAdam Cohen2011-01-281-13/+25
* | Calling removeItems() should mark the item's previous cell as unoccupied. (34...Winson Chung2011-01-301-2/+5
|/
* Fix bug # 3370739 - wallpaper overscroll doesn't work with non-static wallpapersMichael Jurka2011-01-281-7/+15
* Fixes for other places where we expect CellLayoutChildren instead of CellLayo...Winson Chung2011-01-271-7/+7
* Merge "Tweaking parallax motion" into honeycombMichael Jurka2011-01-271-15/+93
|\
| * Tweaking parallax motionMichael Jurka2011-01-271-15/+93
* | Fixing issue with items not being removed from the homescreen. (3392097)Winson Chung2011-01-271-1/+2
|/
* Fix issue with spring loaded modeMichael Jurka2011-01-261-4/+25
* Improve feedback during spring loaded modeMichael Jurka2011-01-251-10/+23
* fix render glitch for "digest" animation when items are added to a new screenMichael Jurka2011-01-251-3/+0
* Refactoring CellLayout into three classesMichael Jurka2011-01-241-4/+4
* Fix 3373059: Crash when drag cancelled in spring-loaded statePatrick Dubroy2011-01-201-3/+7
* Ensure drag outline & crosshairs disappear on drag cancelPatrick Dubroy2011-01-201-4/+14
* Merge "Fix 3237665: Home screen should scroll on tap, not touch down" into ho...Patrick Dubroy2011-01-191-13/+30
|\
| * Fix 3237665: Home screen should scroll on tap, not touch downPatrick Dubroy2011-01-191-13/+30
* | tweaking parallax effectMichael Jurka2011-01-181-93/+188
* | Prevent NPE when shrinking workspacePatrick Dubroy2011-01-181-8/+13
|/
* Merge "removed some more unnecessary code" into honeycombMichael Jurka2011-01-171-4/+1
|\
| * removed some more unnecessary codeMichael Jurka2011-01-171-4/+1