summaryrefslogtreecommitdiffstats
path: root/src/com/android/launcher2/CellLayout.java
Commit message (Expand)AuthorAgeFilesLines
* Launcher2 is now Launcher3.Daniel Sandler2013-06-051-3338/+0
* Making folders work in RTL (issue 8569879)Adam Cohen2013-04-161-5/+20
* Fix jumps in the beginning of animationsMichael Jurka2013-03-281-3/+3
* Prevent CellLayouts from making calls to saveLayerAlpha()Romain Guy2013-03-061-4/+0
* Disable clipping where unnecessaryRomain Guy2013-02-251-0/+5
* Refactoring push reordering (issue 7139335)Adam Cohen2012-11-191-155/+366
* Fix an error that is not being expressedAdam Cohen2012-08-301-1/+1
* Fixing a couple small issues with reordering (issue 7064138), (issue 7064337)Adam Cohen2012-08-271-6/+37
* Merge "Adding the ability to scale the hotseat or items in the hotseat" into ...Adam Cohen2012-08-241-8/+34
|\
| * Adding the ability to scale the hotseat or items in the hotseatAdam Cohen2012-08-201-8/+34
* | Remove unused importMichael Jurka2012-08-151-1/+0
|/
* resolved conflicts w/0ede734d0780a968c9c345f99a18f9f8b9fc02cdEd Heyl2012-07-251-0/+7
|\
| * Ensuring that restoreInstanceState is being called promptly for synchronously...Adam Cohen2012-07-241-1/+7
* | Fix issue with push in reordering (bug: 6259603)Adam Cohen2012-07-131-20/+34
* | Merge "Trying to track down corrupt database / items disappearing"Adam Cohen2012-07-091-0/+4
|\ \
| * | Trying to track down corrupt database / items disappearingAdam Cohen2012-07-091-0/+4
* | | Disable hardware layers for drag viewsMichael Jurka2012-06-291-2/+3
|/ /
* | Only enable hardware layers on visible workspace pagesMichael Jurka2012-06-281-1/+9
* | Remove unneeded importsMichael Jurka2012-06-251-1/+0
* | Remove use of private ValueAnimator apiMichael Jurka2012-06-191-7/+7
* | Remove unnecessary use of some private APIsMichael Jurka2012-06-191-1/+1
|/
* 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