summaryrefslogtreecommitdiffstats
path: root/src/com/android/launcher3/PagedView.java
Commit message (Expand)AuthorAgeFilesLines
...
* 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
|\
| * Flip recents if setting is trueTony Wickham2018-02-261-1/+1
* | Merge "Use getScaledTouchSlop instead of MIN_LENGTH_FOR_FLING" into ub-launch...TreeHugger Robot2018-02-271-6/+1
|\ \
| * | Use getScaledTouchSlop instead of MIN_LENGTH_FOR_FLINGTony Mak2018-02-271-6/+1
| |/
* / Fix all apps tab fling detectionTony Mak2018-02-271-0/+8
|/
* Using paged view for all-apps tabsSunny Goyal2018-02-131-54/+14
* Defer launching the quickscrub task until after the page settlesWinson Chung2018-02-091-17/+17
* Some fixes for quickstep when configuration changesSunny Goyal2018-02-021-2/+24
* Reapplying state UI when the insets changeSunny Goyal2018-01-181-2/+10
* Updating landscape layout for launcher/quickstepSunny Goyal2018-01-081-79/+23
* Animate to the workspace card when transitioning from overview to homeTony Wickham2018-01-051-2/+2
* Adding an empty page in Recents view corresponding to workspaceSunny Goyal2017-12-191-1/+1
* Adding placeholder method for compat implementations for Accessibility managerSunny Goyal2017-12-081-7/+5
* Separating various UI properties into state variablesSunny Goyal2017-12-061-0/+5
* Add carousel curve effect to RecentsView.Tony Wickham2017-11-171-2/+22
* Simplifying workspace layoutSunny Goyal2017-11-131-170/+18
* Consolidating various interpolatorsSunny Goyal2017-10-261-11/+2
* Enable overview state restoreSunny Goyal2017-10-241-58/+12
* Moving some state specific logic to subclass of LauncherStateSunny Goyal2017-10-201-3/+2
* 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