summaryrefslogtreecommitdiffstats
path: root/src/com/android/launcher3/PagedView.java
Commit message (Expand)AuthorAgeFilesLines
* PagedView: fix pointer index out of rangeAlexander Martinz2018-04-291-0/+6
* Using common fling detection logic for notification and all-appsSunny Goyal2017-07-201-50/+4
* Ensure mCurrentPage is valid after page is removedTony2017-07-041-0/+1
* Add user event logging for page rearrangement and LEFT/RIGHT swipesHyunyoung Song2017-06-301-3/+5
* Revert edge glow effect and restore damped overscrollAdam Cohen2017-06-271-59/+78
* Disabling page fling while the overlay is movingSunny Goyal2017-05-081-1/+5
* Defining HomeScreenElementTheme for elements which appear on top ofSunny Goyal2017-02-171-4/+4
* Removing wrapper around ViewPropertyAnimator, and using ObjectAnimatorSunny Goyal2017-02-161-5/+7
* Fixing onPageBeginTransition not being called when scrolling overlaySunny Goyal2017-01-041-1/+2
* Merge "Fixes a bug where the user ends in freescroll state even for regular w...Mario Bertschler2016-12-291-11/+9
|\
| * Fixes a bug where the user ends in freescroll state even for regular workspac...Mario Bertschler2016-12-291-11/+9
* | Removing all compatibility code below LollipopSunny Goyal2016-12-161-6/+1
|/
* Don't add focusables when getDescendantFocusability is FOCUS_BLOCK_DESCENDANTS.Jon Miranda2016-10-271-0/+4
* Removing custom dispatchDraw logic and letting the system handleSunny Goyal2016-10-261-126/+29
* resolve merge conflicts of 2fd0208 to ub-launcher3-masterTony Wickham2016-10-121-1/+1
|\
| * Use Launcher.getLauncher(Context) instead of type-casting.Tony2016-10-071-1/+1
* | Code sanitizationHyunyoung Song2016-10-061-3/+3
* | Cleaning up restore instance state logicSunny Goyal2016-09-281-18/+1
|/
* Fixing overlay scroll state not getting reset properly whenSunny Goyal2016-08-121-0/+1
* Moving the QSB out of the cell layout to the Drag layerSunny Goyal2016-07-131-11/+2
* Updating page indicator content description to indicate click targetSunny Goyal2016-07-081-2/+6
* Extend all apps pull up activation area to page indicator viewHyunyoung Song2016-06-271-1/+1
* Accessibility fixes and updatesSunny Goyal2016-06-221-31/+6
* Fixes to all apps pull up workHyunyoung Song2016-06-081-1/+1
* Allowing the first screen to expand to the screen edgeSunny Goyal2016-06-061-2/+11
* Moving the QSB to the workspace grid.Sunny Goyal2016-05-271-2/+4
* Making page indicator an abstract class and implementing some common methods.Sunny Goyal2016-05-201-3/+3
* Updating the folder page indicator to be more like theSunny Goyal2016-05-181-22/+8
* Add PageIndicator interface and custom PageIndicatorLine view.Tony Wickham2016-05-171-9/+16
* Update page when scrolling/flinging in free-scroll.Tony Wickham2016-05-121-5/+15
* Removing some deprecated callbacksSunny Goyal2016-04-141-21/+0
* Revert "Updating current page when changing the frescroll mode"Sunny Goyal2016-04-071-2/+0
* Updating current page when changing the frescroll modeSunny Goyal2016-04-061-0/+2
* Remove scrim on highlighted spring-loaded panel.Tony Wickham2016-03-161-3/+9
* Pinch to zoom out into overview mode.Tony Wickham2016-03-041-0/+2
* Merge "Fixing homescreen getting blank when returning from the overlay" into ...Sunny Goyal2016-03-011-9/+14
|\
| * Fixing homescreen getting blank when returning from the overlaySunny Goyal2016-02-261-9/+14
* | Fixing scrollTo getting called even though the gesture was handled by an overlaySunny Goyal2016-02-291-1/+1
|/
* Adding overlay interaction supportSunny Goyal2016-02-251-5/+9
* Refactor FolderIcon to separate the preview effect into it's own classAdam Cohen2016-02-121-3/+3
* Making some view properties exported.Sunny Goyal2016-02-091-0/+4
* resolve merge conflicts of 6362683acb to ub-launcher3-calgary.Sunny Goyal2016-01-271-17/+11
|\
| * Removing unnecessary new object creation in dispatchDrawSunny Goyal2016-01-231-25/+13
* | Fixing custom content screen not aligned properly in landscapeSunny Goyal2016-01-121-1/+1
|\|
| * Fixing custom content screen not aligned properly in landscapeSunny Goyal2016-01-121-1/+1
* | Preserving the open folder state across rotationSunny Goyal2015-12-081-14/+0
* | Merge "Keeping the focus indicator on the widget view, while a child is focus...Sunny Goyal2015-12-011-2/+12
|\|
| * Merge "Keeping the focus indicator on the widget view, while a child is focus...Sunny Goyal2015-12-011-2/+12
| |\
| | * Keeping the focus indicator on the widget view, while a child is focusedSunny Goyal2015-12-011-2/+12
* | | Adding margin to Drag layer instead of checking for right insets at every placeSunny Goyal2015-12-011-8/+3
|\| |