summaryrefslogtreecommitdiffstats
path: root/src/com/android/launcher2/PagedView.java
Commit message (Expand)AuthorAgeFilesLines
* Adding animation post-installing a shortcut.Winson Chung2012-03-231-1/+2
* Fixing some issues/regressions related to scaled icons.Winson Chung2012-03-081-1/+8
* Improve code to determine which pages are visibleMichael Jurka2012-03-021-2/+6
* Fading out workspace when dragging to higlight dragged object.Winson Chung2012-02-231-1/+1
* Revert "Revert "Speed up All Apps -> Workspace transition""Michael Jurka2012-02-151-2/+10
* Revert "Speed up All Apps -> Workspace transition"Michael Jurka2012-02-141-1/+1
* Fixing two regressions in which side pages were not drawn or oriented correctly.Winson Chung2012-01-301-2/+2
* Showing page indicator while dragging (Bug: 5117192)Winson Chung2012-01-241-2/+0
* Speed up All Apps -> Workspace transitionMichael Jurka2012-01-201-1/+1
* Merge "Fix occasional odd scrolling behavior"Michael Jurka2012-01-171-3/+2
|\
| * Fix occasional odd scrolling behaviorMichael Jurka2012-01-171-3/+2
* | Remove use of setFast* propertiesMichael Jurka2012-01-161-2/+1
|/
* Speeding up AllApps click feedbackMichael Jurka2012-01-121-13/+0
* Delete dead codeMichael Jurka2012-01-121-76/+0
* simplifying code to prevent drawing off-screenMichael Jurka2011-12-161-7/+19
* Small optimizations for the All Apps transitionMichael Jurka2011-12-151-7/+6
* Make All Apps<-->Workspace transition smootherMichael Jurka2011-12-121-4/+1
* Merge "Reduce peak memory use in PagedView"Michael Jurka2011-12-091-6/+13
|\
| * Reduce peak memory use in PagedViewMichael Jurka2011-12-061-6/+13
* | Scaling PagedView fling constants by density (issue 5594666)Adam Cohen2011-12-071-8/+17
|/
* Unload widget previews when launcher is not visibleMichael Jurka2011-11-221-1/+1
* Merge "Fixing PagedView bad snap-back decisions" into ics-mr1Adam Cohen2011-11-211-8/+9
|\
| * Fixing PagedView bad snap-back decisionsAdam Cohen2011-11-181-8/+9
* | speeding up transition from other apps -> LauncherMichael Jurka2011-11-151-2/+2
|/
* Merge "Fixing place where offset caches weren't being invalidated (issue 5608...Adam Cohen2011-11-151-2/+7
|\
| * Fixing place where offset caches weren't being invalidated (issue 5608330)Adam Cohen2011-11-141-2/+7
* | Workarounds for a couple crashes. (Bug 5612584, Bug 5613438)Winson Chung2011-11-141-10/+11
* | Unifying overscroll btw phone and tabletAdam Cohen2011-11-111-5/+17
|/
* Merge "Reduce unnecessary layout passes" into ics-mr1Michael Jurka2011-11-101-2/+2
|\
| * Reduce unnecessary layout passesMichael Jurka2011-11-101-2/+2
* | resolved conflicts for merge of b9c76f32 to ics-mr1Michael Jurka2011-11-101-14/+27
|/
* Merge "Cleaning up overscroll effect in launcher workspace" into ics-mr1Adam Cohen2011-11-041-7/+9
|\
| * Cleaning up overscroll effect in launcher workspaceAdam Cohen2011-11-031-7/+9
* | Tentative fix for monkey crash, issue 5556086Adam Cohen2011-11-021-5/+13
|/
* Launcher performance optimizations: shaving about 3ms off Workspace.dispatchD...Adam Cohen2011-10-311-111/+82
* Fix NPEMichael Jurka2011-10-281-1/+0
* Fixing AppsCustomize paging effect on tabletAdam Cohen2011-10-251-1/+13
* Fixing AllAppsCustomize Keyboard Accessibility / NPE (issue 5483485)Adam Cohen2011-10-201-2/+6
* Add ability to swipe from apps to widgets in AllAppsCustomize (issue 5453016)Adam Cohen2011-10-141-0/+4
* Fixing issue where we were adding text to each scroll event. (Bug: 5328362)Winson Chung2011-09-301-21/+9
* Fixing some small issues.Winson Chung2011-09-271-12/+0
* Updating Clings. (5057945, 5056643)Winson Chung2011-09-181-2/+2
* DO NOT MERGE: Fixing regression where scroll position would be offset when ro...Winson Chung2011-09-151-9/+10
* Updating assets.Winson Chung2011-09-141-1/+1
* Disable fading of side pages on phones. (5270754)Winson Chung2011-09-131-9/+15
* Workspace overscroll effectAdam Cohen2011-09-111-2/+45
* Bounding scroll bar to the track to prevent overscrolling.Winson Chung2011-09-091-1/+3
* New AllAppsCustomize transitionsAdam Cohen2011-09-071-30/+28
* Overriding onHoverEvent to prevent default propagation.Winson Chung2011-08-301-0/+5
* Merge "Saving/restoring current page in AppsCustomize. (5050168)"Winson Chung2011-08-181-1/+1
|\