summaryrefslogtreecommitdiffstats
path: root/src/com/android/launcher3/PagedView.java
Commit message (Expand)AuthorAgeFilesLines
* PagedView: fix pointer index out of rangeAlexander Martinz2019-10-201-0/+6
* Cleaning up some animation states:Sunny Goyal2019-06-211-3/+5
* Set mNextPage after springBack when overscrollingTony Wickham2019-06-181-0/+1
* Continue gestures on interaction after recents animation finishesWinson Chung2019-05-061-0/+4
* Enabling quick-switch gesture in landscape mode (2 button UI)Sunny Goyal2019-04-291-3/+1
* Log undo button clickTony Wickham2019-04-251-2/+6
* Hide Clear all button during quick switchTony Wickham2019-04-241-24/+52
* Remove PagedView#isTouchPointInViewportWithBuffer()Tony Wickham2019-04-091-15/+1
* Fix issue with flashing on overscrollWinson Chung2019-03-011-1/+2
* Fix small issue with overscroll not being dampened on the left edge.Winson Chung2019-02-251-2/+2
* Passing all events to RecentsView instead of passing the calculated velocitySunny Goyal2019-02-201-7/+3
* Make quick switch ("hook") more reliableTony Wickham2019-01-291-1/+1
* Passing proper velocity information when simulating touch events on recents viewSunny Goyal2019-01-281-3/+7
* Add springs when snapping between pages on the workspace.Jon Miranda2019-01-241-7/+54
* FeatureFlag: quick scrub is now quick switchTony2018-11-011-0/+8
* Reading window_animation_scale from Settings.GlobalTony Wickham2018-08-271-2/+2
* Adding overscroll in recents viewSunny Goyal2018-08-101-75/+65
* Removing unused touch handling in PagedView so that it is similar to various ...Sunny Goyal2018-08-081-48/+16
* Revert "Adding overscroll effect in recents list"Santiago Etchebehere2018-06-151-9/+57
* Adding overscroll effect in recents listSunny Goyal2018-06-111-57/+9
* Moving clear all button inside the recents viewSunny Goyal2018-06-111-26/+16
* Various quickscrub fixesSunny Goyal2018-05-291-0/+4
* Reporting range of visible tasksVadim Tryshev2018-05-251-0/+31
* Increasing the overview size while in QuickScrub modeSunny Goyal2018-05-231-3/+1
* Remove code duplicationVadim Tryshev2018-05-181-22/+14
* Merge "Fixing reverted order of accessibility scrolling in Recents" into ub-l...Vadim Tryshev2018-05-191-7/+30
|\
| * Fixing reverted order of accessibility scrolling in RecentsVadim Tryshev2018-05-071-7/+30
* | Fixing Recents sometimes restoring in Clear-all-reveal position.Vadim Tryshev2018-05-161-1/+1
* | Merge "Tune quick scrub" into ub-launcher3-edmontonTony Wickham2018-05-151-1/+9
|\ \
| * | Tune quick scrubTony Wickham2018-05-151-1/+9
| |/
* | Keep clear-all button revealed after dismissVadim Tryshev2018-05-151-4/+12
* | Scrolling on the most recent task upon Overview startVadim Tryshev2018-05-141-9/+8
|/
* Settling scrolls over clear-all button.Vadim Tryshev2018-05-021-5/+13
* Fixing task misalignmentVadim Tryshev2018-04-271-4/+3
* Enable Clear-all button by defaultVadim Tryshev2018-04-271-7/+12
* Improving highlight for Clear-all button.Vadim Tryshev2018-04-251-5/+0
* Removing accessibility description from page indicatorsVadim Tryshev2018-04-171-6/+0
* a11y: disabling animation for task list swipesVadim Tryshev2018-04-111-1/+5
* Avoid duplicate accessibility announcement upon switching to -1st pageVadim Tryshev2018-04-051-3/+13
* Making task list carousel accessibility-scrollableVadim Tryshev2018-04-031-1/+8
* Adding an empty message in RecentsViewSunny Goyal2018-03-261-1/+0
* Applying the alpha to individual tasks instead of the viewSunny Goyal2018-03-261-0/+4
* Fix work tab is not highligted properlyTony Mak2018-03-151-1/+1
* Updating the swipe-to-dismiss animationSunny Goyal2018-03-141-32/+54
* Merge "Unloading thumbnails from task views once recents is hidden" into ub-l...Winson Chung2018-03-131-0/+2
|\
| * Unloading thumbnails from task views once recents is hiddenWinson Chung2018-03-131-0/+2
* | Simplifying options popup and overview handlingSunny Goyal2018-03-131-382/+5
|/
* Notifying page end transition if forceFinish is called in the middleSunny Goyal2018-03-051-0/+2
* Enable trim memory callbacks to the loader, background task preloadingWinson Chung2018-02-281-1/+0
* Merge "Flip recents if setting is true" into ub-launcher3-masterTony Wickham2018-02-271-1/+1
|\