summaryrefslogtreecommitdiffstats
path: root/src/com/android/launcher2/Workspace.java
Commit message (Expand)AuthorAgeFilesLines
* change default screen when you drag an item onto itMichael Jurka2011-01-051-0/+7
* caching mini screens to bitmapsMichael Jurka2011-01-051-0/+32
* Changed backgrounds of mini screens in customize modeMichael Jurka2011-01-041-17/+10
* Don't show application info icon on workspaceMichael Jurka2010-12-201-1/+1
* Don't animate tapped item if the target screen is fullPatrick Dubroy2010-12-201-7/+0
* Make drop-on-adjacent-page anim happen at same time as snapToPagePatrick Dubroy2010-12-191-14/+1
* removing workaround for fixed animator bugMichael Jurka2010-12-171-16/+12
* holo look for pressed/focused workspace iconsMichael Jurka2010-12-151-3/+3
* Fixing drawing order issue in bg gradientWinson Chung2010-12-151-9/+16
* Preventing bg protection from changing while adding items via spring loading ...Winson Chung2010-12-141-2/+6
* correcting misspellings and removing dead codeMichael Jurka2010-12-141-7/+5
* Various tweaks to launcherWinson Chung2010-12-141-0/+25
* Changing AllApps checked visualization, fixing drag offset issue in AllApps/C...Winson Chung2010-12-091-1/+2
* Fixing stack overflow (issue #3270492)Adam Cohen2010-12-091-3/+8
* added spring loaded mode for adding items to workspaceMichael Jurka2010-12-091-38/+114
* Adding animations to Customize drawerAdam Cohen2010-12-081-27/+19
* code cleanup, preparing for spring-loaded adding to screensMichael Jurka2010-12-081-70/+36
* Improving the look of holographic outlinesAdam Cohen2010-12-031-4/+2
* Send live wallpaper taps.Jeff Brown2010-12-021-4/+15
* Adding background protection to icons and apps button.Winson Chung2010-12-011-2/+7
* Adding additional customization tray bg to match designs.Winson Chung2010-11-291-6/+27
* Modifying feel of scrolling / overscrollAdam Cohen2010-11-241-21/+17
* Don't allow drags to fully occupied home screensMichael Jurka2010-11-241-2/+2
* ignore drop position when dragging items to small screensMichael Jurka2010-11-241-42/+38
* Prevent flicker when starting a drag.Patrick Dubroy2010-11-241-3/+7
* Tweaking background protection animation to match transition animations.Winson Chung2010-11-181-1/+3
* Adding overscroll to Workspace, AllApps and CustomizeAdam Cohen2010-11-181-7/+49
* Proper fix for missing resource in other devices.Winson Chung2010-11-181-3/+9
* Adding initial background protection to AllApps/Customize drawer.Winson Chung2010-11-171-17/+70
* 3185132: Allow dropping on adjacent homescreen targetsPatrick Dubroy2010-11-171-10/+37
* Layout tweaks in LauncherAdam Lesinski2010-11-171-20/+72
* Polishing home transitionsAdam Cohen2010-11-161-23/+62
* Whitespace fixAdam Cohen2010-11-151-2/+2
* Tweaking transitions between AllApps / Customize and HomeAdam Cohen2010-11-151-15/+40
* Fixing issue where dropping on the system bar would not properly cancel the d...Winson Chung2010-11-121-0/+9
* Fixing various small bugs with launcherWinson Chung2010-11-111-3/+4
* Refactoring the drag event handling to provide more upfront validation of dra...Winson Chung2010-11-111-37/+56
* Making current screen background always transparentAdam Cohen2010-11-111-5/+5
* Adding auto-advance to launcherAdam Cohen2010-11-101-0/+4
* Draw glow along screen edge when dragging in portrait.Patrick Dubroy2010-11-031-4/+28
* Initial changes to allow resolution of arbitrary clip data to widgets that su...Winson Chung2010-11-031-45/+64
* Fix bug with views disappearing after dragging.Patrick Dubroy2010-11-021-20/+21
* Using hdpi icons in LauncherMichael Jurka2010-11-011-1/+1
* Layout and spacing changes for AllApps/Customization drawerWinson Chung2010-11-011-2/+4
* Add snap-back animation when dropping an item on a full page.Patrick Dubroy2010-11-011-8/+29
* Fix NPE when dragging an item to a full home screenPatrick Dubroy2010-10-291-19/+23
* Fix: switching states during animations was brokenMichael Jurka2010-10-291-12/+25
* Move drop anim into the Workspace to prevent clipping issuesPatrick Dubroy2010-10-291-63/+141
* Setting correct active page when shrinkingMichael Jurka2010-10-291-1/+1
* Adding initial support for dropping widgets with custom configuration data.Winson Chung2010-10-281-8/+26