summaryrefslogtreecommitdiffstats
path: root/src/com/android/launcher2/CellLayout.java
Commit message (Expand)AuthorAgeFilesLines
* Improve reordering by always using the "push mechanic" if possible (issue 627...Adam Cohen2012-05-291-13/+101
* Fix issue where reorder animations could leave views in translated stateAdam Cohen2012-05-241-6/+16
* Cleaning up some reordering issues:Adam Cohen2012-05-231-46/+30
* Fix issue with re-order animation not hinting the correct directionAdam Cohen2012-05-231-4/+6
* Fix a couple small bugs (issue 6539339)Adam Cohen2012-05-221-4/+4
* Ensure that rearranged widgets return to translationY=0Brandon Keely2012-05-101-1/+1
* Merge "Adjusting animations for home screen widget reordering." into jb-devBrandon Keely2012-05-091-4/+27
|\
| * Adjusting animations for home screen widget reordering.Brandon Keely2012-05-081-4/+27
* | Merge "Don't show the outline on the current page" into jb-devMichael Jurka2012-05-081-1/+4
|\ \
| * | Don't show the outline on the current pageMichael Jurka2012-05-081-1/+4
| |/
* / 7" launcher changes.Andrew Flynn2012-05-081-50/+6
|/
* Remove unnecessary allocationsRomain Guy2012-05-061-1/+4
* Support split status bar in launcherAndrew Flynn2012-05-021-12/+10
* Fixing issue where widgets larger than the workspace were now bounded when dr...Winson Chung2012-05-011-0/+2
* Use public API to get paddingMichael Jurka2012-05-011-2/+2
* Making launcher update widgets with min/max extentsAdam Cohen2012-04-301-12/+12
* Refactoring dimens for cell size / gapAdam Cohen2012-04-271-10/+54
* Removing crosshairsMichael Jurka2012-04-261-66/+0
* Remove use of private APIsMichael Jurka2012-04-251-18/+18
* Fix warnings and remove dead codeMichael Jurka2012-04-131-1/+3
* Widget resizing can now displace itemsAdam Cohen2012-04-121-51/+33
* Cleanup and refactoring in relation to drag and dropAdam Cohen2012-04-091-0/+4
* Merge "Fixing launcher ANR (issue 6238175)"Adam Cohen2012-03-291-1/+4
|\
| * Fixing launcher ANR (issue 6238175)Adam Cohen2012-03-291-1/+4
* | Fixing crash when dropping item in hotseat (issue 6246039)Adam Cohen2012-03-281-4/+9
|/
* Fixing small bug where final item position might not match previewAdam Cohen2012-03-271-5/+7
* Fix non-persistence of launcher (broken by reordering changes)Adam Cohen2012-03-271-3/+7
* Fixing EmptyStackException (issue 6117943)Adam Cohen2012-03-271-0/+1
* Implementing spring-back version of reorderingAdam Cohen2012-03-261-37/+295
* Fixing animation bug for reorderingAdam Cohen2012-03-221-4/+3
* Code cleanup + a bit of documentation for reorderingAdam Cohen2012-03-221-152/+109
* Eliminate custom alpha handling in CellLayoutMichael Jurka2012-03-201-75/+53
* Tweaking reordering algorithm -- added "pushing" notionAdam Cohen2012-03-191-27/+226
* Initial implementation of CellLayout auto-reorderingAdam Cohen2012-03-151-59/+602
* Fixing some issues/regressions related to scaled icons.Winson Chung2012-03-081-38/+28
* am 989dc514: am bc239a15: Scale icons down for sw600dp-land mode.Andrew Flynn2012-03-071-26/+41
|\
| * Scale icons down for sw600dp-land mode.Andrew Flynn2012-03-061-26/+41
* | resolved conflicts for merge of a3e22d6a to masterAndrew Flynn2012-03-011-0/+70
|\|
| * New small/large screen division for Launcher.Andrew Flynn2012-02-291-0/+70
* | When adding or moving a resizable widget, the widget may resizeAdam Cohen2012-02-271-30/+177
* | Remove use of setFast* propertiesMichael Jurka2012-01-161-16/+0
* | Small optimizations for the All Apps transitionMichael Jurka2011-12-151-2/+5
|/
* Clean up unused code and import declarationsMichael Jurka2011-11-281-1/+0
* Unifying overscroll btw phone and tabletAdam Cohen2011-11-111-1/+18
* Reduce unnecessary layout passesMichael Jurka2011-11-101-69/+0
* Fix stuttering animation when you press homeMichael Jurka2011-10-311-71/+2
* Fixing issue where holographic outlines were offset when dragging from/to fol...Winson Chung2011-10-191-9/+18
* Removing click delay from hotseatMichael Jurka2011-10-041-0/+5
* Updating assets.Winson Chung2011-09-141-4/+4
* Workspace overscroll effectAdam Cohen2011-09-111-0/+40