summaryrefslogtreecommitdiffstats
path: root/src/com/android/launcher3/PagedView.java
Commit message (Expand)AuthorAgeFilesLines
* Use Launcher.getLauncher(Context) instead of type-casting.Tony2016-10-071-1/+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
|\| |
| * | Adding margin to Drag layer instead of checking for right insets at every placeSunny Goyal2015-12-011-8/+3
| |/
* | Stop clearing focus when snapping to a new workspace page.Tony Wickham2015-11-031-5/+0
|\|
| * Stop clearing focus when snapping to a new workspace page.Tony Wickham2015-10-301-5/+0
* | am 21d89fbf: Merge "Fixing overscroll effect when the navigation bar is opaqu...Sunny Goyal2015-10-071-3/+9
|\|
| * Fixing overscroll effect when the navigation bar is opaqueSunny Goyal2015-09-221-3/+9
* | When placing a widget, go to a page with enough space.Tony Wickham2015-09-091-1/+1
* | Make sure all overlay panels are visible as user free scrolls.Tony Wickham2015-09-091-8/+10
* | Using context.getString for getting formatted strings, as it works better wit...Sunny Goyal2015-09-021-1/+1
* | Moving drag-drop related code into a separate package.Vadim Tryshev2015-08-201-2/+2
* | resolved conflicts for merge of 9fc953b9 to ub-launcher3-masterSunny Goyal2015-08-171-1/+1
|\|
| * Version code cleanupSunny Goyal2015-08-171-1/+1
* | Some cleanup around drag and dropSunny Goyal2015-08-131-1/+1
* | Several animation calls cleanupSunny Goyal2015-07-311-14/+8
* | am cb037eee: Fixing overscroll not drawn in rtlSunny Goyal2015-07-091-6/+6
|\|
| * Fixing overscroll not drawn in rtlSunny Goyal2015-07-081-6/+6
* | Removing some unused PagedView attributesSunny Goyal2015-07-091-48/+19
|/
* Fixing paged view overscroll effect being drawn outside the screenSunny Goyal2015-06-221-2/+1