summaryrefslogtreecommitdiffstats
path: root/src/com/android/launcher2/Workspace.java
Commit message (Expand)AuthorAgeFilesLines
* Fixing NPE in LauncherModel (Bug 6449627)Winson Chung2012-05-061-1/+1
* Merge "Fixing issue where items that were not yet added were not removed from...Winson Chung2012-05-041-14/+48
|\
| * Fixing issue where items that were not yet added were not removed from the db...Winson Chung2012-05-041-16/+48
* | Initial change to queue up install/uninstall operations while dragging (Bug 6...Winson Chung2012-05-041-2/+8
|/
* Merge "Fixing regression where the proper rotation check was not being done. ...Winson Chung2012-05-011-1/+1
|\
| * Fixing regression where the proper rotation check was not being done. (Bug 64...Winson Chung2012-05-011-1/+1
* | Merge "Making launcher update widgets with min/max extents" into jb-devAdam Cohen2012-04-301-0/+41
|\ \ | |/ |/|
| * Making launcher update widgets with min/max extentsAdam Cohen2012-04-301-0/+41
* | Merge "Fixing issue where shortcuts and widgets were not being removed when t...Winson Chung2012-04-301-5/+4
|\ \ | |/ |/|
| * Fixing issue where shortcuts and widgets were not being removed when the pack...Winson Chung2012-04-271-5/+4
* | Merge "Moving side-page indicators to DragLayer to ensure it draws above hots...Winson Chung2012-04-271-35/+5
|\ \ | |/ |/|
| * Moving side-page indicators to DragLayer to ensure it draws above hotseat gra...Winson Chung2012-04-271-35/+5
* | Merge "Preventing activity from rotating while the user is dragging an item. ...Winson Chung2012-04-261-2/+2
|\ \
| * | Preventing activity from rotating while the user is dragging an item. (Bug 62...Winson Chung2012-04-261-2/+2
| |/
* / Solve blip the first time All Apps is launchedMichael Jurka2012-04-261-1/+5
|/
* Fix drag outlines for full-sized iconsMichael Jurka2012-04-261-1/+1
* Merge "Make All Apps transition smoother" into jb-devMichael Jurka2012-04-251-0/+1
|\
| * Make All Apps transition smootherMichael Jurka2012-04-251-0/+1
* | Remove use of private APIsMichael Jurka2012-04-251-16/+21
|/
* Fix use of deprecated methodMichael Jurka2012-04-131-8/+6
* Fix warnings and remove dead codeMichael Jurka2012-04-131-38/+0
* Merge "Widget resizing can now displace items"Adam Cohen2012-04-121-2/+2
|\
| * Widget resizing can now displace itemsAdam Cohen2012-04-121-2/+2
* | Removing dead codeMichael Jurka2012-04-111-1/+0
|/
* Cleanup and refactoring in relation to drag and dropAdam Cohen2012-04-091-190/+201
* Fix bug where overscroll never fully snapped backMichael Jurka2012-04-031-10/+18
* Merge "Show side pages when exiting spring-loaded mode"Michael Jurka2012-04-031-2/+4
|\
| * Show side pages when exiting spring-loaded modeMichael Jurka2012-04-021-2/+4
* | Fix NPE when dragging Problem Loading Widget (issue 5899606)Adam Cohen2012-04-021-1/+2
|/
* Merge "Cancelling scroll indicator animation during All Apps transition"Michael Jurka2012-03-301-0/+1
|\
| * Cancelling scroll indicator animation during All Apps transitionMichael Jurka2012-03-231-0/+1
* | Fix issue where hotseat wasn't being correctly persisted (issue 6259158)Adam Cohen2012-03-291-2/+10
* | Merge "Fixing issue where you can't hover over the right edge to snap to next...Winson Chung2012-03-291-1/+2
|\ \
| * | Fixing issue where you can't hover over the right edge to snap to next page i...Winson Chung2012-03-281-1/+2
* | | Fixing crash when dropping item in hotseat (issue 6246039)Adam Cohen2012-03-281-3/+5
|/ /
* | Fix non-persistence of launcher (broken by reordering changes)Adam Cohen2012-03-271-14/+2
* | Fixing issue where scrolling indicator was showing on the tablet. (Bug 6164741)Winson Chung2012-03-271-1/+1
* | Implementing spring-back version of reorderingAdam Cohen2012-03-261-49/+65
* | Making the text reflect the container when you are unable to drop onto a space.Winson Chung2012-03-261-3/+4
* | Merge "Adding animation post-installing a shortcut."Winson Chung2012-03-231-0/+20
|\ \
| * | Adding animation post-installing a shortcut.Winson Chung2012-03-231-0/+20
| |/
* | Merge "Allow fling gesture while dragging from AllApps to dismiss drag."Winson Chung2012-03-231-5/+14
|\ \
| * | Allow fling gesture while dragging from AllApps to dismiss drag.Winson Chung2012-03-221-5/+14
| |/
* / Minor code cleanupMichael Jurka2012-03-221-2/+2
|/
* Merge "Eliminate custom alpha handling in CellLayout"Michael Jurka2012-03-211-28/+39
|\
| * Eliminate custom alpha handling in CellLayoutMichael Jurka2012-03-201-28/+39
* | Adding fling-to-delete.Winson Chung2012-03-201-0/+9
|/
* Initial implementation of CellLayout auto-reorderingAdam Cohen2012-03-151-93/+226
* Merge "Fixing some issues/regressions related to scaled icons."Winson Chung2012-03-121-3/+7
|\
| * Fixing some issues/regressions related to scaled icons.Winson Chung2012-03-081-3/+7