summaryrefslogtreecommitdiffstats
path: root/src/com/android/launcher2/CellLayout.java
Commit message (Expand)AuthorAgeFilesLines
* Prevent flicker when starting a drag.Patrick Dubroy2010-11-241-1/+0
* Fixing various small bugs with launcherWinson Chung2010-11-111-8/+8
* Making current screen background always transparentAdam Cohen2010-11-111-0/+4
* Draw glow along screen edge when dragging in portrait.Patrick Dubroy2010-11-031-0/+4
* Fix: switching states during animations was brokenMichael Jurka2010-10-291-6/+7
* Move drop anim into the Workspace to prevent clipping issuesPatrick Dubroy2010-10-291-45/+1
* -> Made outline of current page fade outAdam Cohen2010-10-281-1/+6
* Initial changes to allow dragging external shortcuts to launcher using the sa...Winson Chung2010-10-271-12/+20
* Don't build bitmaps when running in GL.Romain Guy2010-10-261-1/+3
* Fix disappearing icons due to div-by-0 in animation.Patrick Dubroy2010-10-251-11/+8
* Altering homescreen spacing to match design.Winson Chung2010-10-241-9/+13
* Correctly preserve state on orientation changesMichael Jurka2010-10-211-18/+0
* Fix bug that allowed multiple items in one cellMichael Jurka2010-10-211-1/+10
* Various cleanups in the drag viz code.Patrick Dubroy2010-10-201-5/+6
* Animate items into place when dropping on home screenPatrick Dubroy2010-10-191-6/+66
* Added bounce animation when item added to screensMichael Jurka2010-10-181-16/+93
* Fix bug drag viz & hover statePatrick Dubroy2010-10-151-24/+16
* fix setting/unsetting hover on thumbnailed screensMichael Jurka2010-10-141-2/+0
* Updating code to use new non-generified animator APIsChet Haase2010-10-141-13/+12
* Fix some incorrect animation code that might be causing visual glitches.Patrick Dubroy2010-10-131-6/+11
* fix 3029324: Implement new drag feedbackJoe Onorato2010-10-131-51/+103
* updated Workspace thumbnail behaviorMichael Jurka2010-10-101-2/+29
* Fix bug with dragging crosshairs sometimes being too brightPatrick Dubroy2010-10-101-14/+10
* Fixed 3066306 Widget measurement wrong in customize trayMichael Jurka2010-10-081-1/+4
* Use new TimeInterpolator interface for interpolationChet Haase2010-10-071-2/+2
* wip 3029324: Implement new drag feedbackPatrick Dubroy2010-10-061-19/+19
* Fix 3065611: NPE in Launcher attempting to drag app to home screenPatrick Dubroy2010-10-061-38/+38
* ->Added attribute to PagedView to specify spacing betweenAdam Cohen2010-10-051-2/+4
* 3029324 wip: Drop target crossfades as it moves from position to positionWinson Chung2010-09-301-25/+75
* -Added 3D effect to home screen scrollingAdam Cohen2010-09-301-8/+36
* Fix: dragging items to adjacent screens would Michael Jurka2010-09-301-12/+11
* Fixing buildAdam Cohen2010-09-291-1/+1
* Fixing boot stall.Adam Cohen2010-09-291-35/+7
* Show crosshairs when dragging items around the workspace.Patrick Dubroy2010-09-291-63/+131
* -Added 3D effect to home screen scrollingAdam Cohen2010-09-281-8/+36
* Fix issue where items could not be moved back Michael Jurka2010-09-271-1/+26
* fixed minor code review issues from change I0280c3beMichael Jurka2010-09-241-11/+9
* Adding support for drag and drop of folders and shortcuts. Michael Jurka2010-09-241-244/+229
* supporting swipable home screens on xlarge devicesMichael Jurka2010-09-131-90/+48
* making mini screen backgrounds dark, and Michael Jurka2010-09-091-5/+7
* Changed Workspace to inherit from PagedViewMichael Jurka2010-09-011-1/+3
* added support for dragging widgets and app icons to mini screensMichael Jurka2010-08-231-20/+46
* fixed crash in addVacantCellMichael Jurka2010-08-131-236/+96
* Fix incorrect offset in drag feedback, and other minor stuff.Patrick Dubroy2010-08-041-1/+3
* Cleaning up grid size specification in LauncherAdam Cohen2010-08-041-108/+45
* Home screen now shrinks while customizingMichael Jurka2010-07-271-0/+106
* Generate a default preview for widgets that don't have a previewImage.Patrick Dubroy2010-07-161-2/+22
* Fix bug with estimate drop cell offsetPatrick Dubroy2010-07-141-1/+1
* Fix bug with drag visualization and UserFolders.Patrick Dubroy2010-07-131-1/+15
* When dragging items on the home screen, visualize where they will drop.Patrick Dubroy2010-07-121-37/+159