summaryrefslogtreecommitdiffstats
path: root/src/com/android/launcher2/PagedView.java
Commit message (Expand)AuthorAgeFilesLines
* Remove use of private api ViewGroup.setChildrenLayersEnabledMichael Jurka2012-06-211-9/+0
* Remove use of private ValueAnimator apiMichael Jurka2012-06-191-3/+2
* Removing logging in AppsCustomizePagedView (Bug 6597629)Winson Chung2012-06-111-5/+0
* Synchronizing on the new-apps list before modifying it. (Bug 6621553)Winson Chung2012-06-061-0/+3
* Adding logging to track issue with apps pages. (Bug 6549598)Winson Chung2012-06-011-0/+3
* Merge "Solve stutter when swiping All Apps the first time" into jb-devMichael Jurka2012-05-151-1/+4
|\
| * Solve stutter when swiping All Apps the first timeMichael Jurka2012-05-151-1/+4
* | Adding accessibility scroll support to PagedView.Svetoslav Ganov2012-05-151-1/+30
|/
* Merge "Making the page spacing fixed in spring loaded mode. (Bug 6478409)" in...Winson Chung2012-05-141-7/+16
|\
| * Making the page spacing fixed in spring loaded mode. (Bug 6478409)Winson Chung2012-05-141-7/+16
* | Preventing drawing pages in Workspace if possibleMichael Jurka2012-05-141-1/+5
|/
* Merge "DO NOT MERGE Pass focusableMode when adding focusables from PagedView....Michael Jurka2012-05-071-3/+3
|\
| * DO NOT MERGE Pass focusableMode when adding focusables from PagedView.alanv2012-05-071-3/+3
* | Unify tablet/phone workspace scrolling behaviorMichael Jurka2012-05-061-1/+3
|/
* Fixing issue where last workspace page was offset when rotated. (Bug 6413570)Winson Chung2012-04-301-34/+27
* Moving side-page indicators to DragLayer to ensure it draws above hotseat gra...Winson Chung2012-04-271-2/+4
* Remove use of private APIsMichael Jurka2012-04-251-36/+40
* Removing dead codeMichael Jurka2012-04-111-4/+0
* Fix bug where overscroll never fully snapped backMichael Jurka2012-04-031-2/+6
* Show side pages when exiting spring-loaded modeMichael Jurka2012-04-021-2/+3
* 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