summaryrefslogtreecommitdiffstats
path: root/src/com/android/launcher3/PagedView.java
Commit message (Expand)AuthorAgeFilesLines
* Port Remote Folder from 12.1 to 13.Tyson Miller2016-01-281-1/+1
* Trebuchet: Fix some monkey test race condition bugscretin452016-01-131-3/+12
* Version code cleanupSunny Goyal2015-08-171-1/+1
* Fixing overscroll not drawn in rtlSunny Goyal2015-07-081-6/+6
* Fixing paged view overscroll effect being drawn outside the screenSunny Goyal2015-06-221-2/+1
* Using material style overscroll effect for workspace and foldersSunny Goyal2015-06-191-132/+80
* Remove inifinite recursion from PagedViewAdam Cohen2015-06-151-1/+1
* Fix a small UI nit with screen reorderingAdam Cohen2015-06-101-0/+7
* Removing some synthetic method creationSunny Goyal2015-06-021-4/+5
* Merge "Setting scroll X, Y and related attributes for TYPE_VIEW_SCROLLED even...Vadim Tryshev2015-05-281-1/+6
|\
| * Setting scroll X, Y and related attributes for TYPE_VIEW_SCROLLED event.Vadim Tryshev2015-05-281-1/+6
* | Merge "Fixing non-scrolling of workspace view after opening/closing AllApps v...Vadim Tryshev2015-05-281-1/+10
|\ \
| * | Fixing non-scrolling of workspace view after opening/closing AllApps vew.Vadim Tryshev2015-05-281-1/+10
| |/
* | Fixing build breakageSunny Goyal2015-05-271-1/+1
* | Removing SmoothPagedView as all its methods are disabledSunny Goyal2015-05-271-31/+11
|/
* Fixing unnecessary padding added to pages in overview modeSunny Goyal2015-05-201-2/+5
* Merge "Removing itemCount, fromIndex and toIndex from AccessibilityEvent.TYPE...Vadim Tryshev2015-05-201-3/+0
|\
| * Removing itemCount, fromIndex and toIndex fromVadim Tryshev2015-05-191-3/+0
* | Moving LauncherAccessibilityDelegate to accessibility packageSunny Goyal2015-05-191-2/+2
* | Merge "Adding padding to the folder content" into ub-launcher3-burnabySunny Goyal2015-05-151-1/+2
|\ \
| * | Adding padding to the folder contentSunny Goyal2015-05-131-1/+2
| |/
* | Overriding proper layout params methods for a custom ViewGroupSunny Goyal2015-05-141-0/+20
* | Various lint error fixes.Sunny Goyal2015-05-141-27/+18
|/
* Merge "Fixing accessibility scrolling events generated by PagedView:" into ub...Vadim Tryshev2015-05-131-16/+8
|\
| * Fixing accessibility scrolling events generated by PagedView:Vadim Tryshev2015-05-111-16/+8
* | Merge "Removing some dead code in paged view" into ub-launcher3-burnabySunny Goyal2015-05-071-614/+67
|\ \ | |/ |/|
| * Removing some dead code in paged viewSunny Goyal2015-05-061-614/+67
* | Accessibility: Page re-ordering in overview modeSunny Goyal2015-05-061-3/+3
|/
* Refactoring to single path for overview mode.Winson Chung2015-04-211-2/+2
* Merge "Focus handling null pointer exception during monkey tests." into ub-la...Hyunyoung Song2015-04-161-2/+3
|\
| * Focus handling null pointer exception during monkey tests.Hyunyoung Song2015-04-161-2/+3
* | Updating maxscroll only after layouttranstion has finishedSunny Goyal2015-04-161-9/+37
|/
* Disabling overscroll when folder has only one pageSunny Goyal2015-03-261-1/+1
* Reducing method count by eliminating synthetic accessorsAdam Cohen2015-03-201-9/+11
* First pass of the Launcher Overlay interface / implAdam Cohen2014-10-221-0/+21
* Updating content of page description frequently.Sunny Goyal2014-08-281-2/+5
* Fix regression which was causing requestLayout in layout passAdam Cohen2014-08-281-2/+0
* Adding dampened snap back overscroll to Workspace and AppsCustomizePagedViewAdam Cohen2014-08-181-20/+24
* Get rid of pages overhang in AppsCustomizePagedViewAdam Cohen2014-08-141-0/+20
* Further refinement of all apps / widgets transitionAdam Cohen2014-08-131-1/+1
* Updating the widget trayAdam Cohen2014-08-111-13/+0
* Polishing the AllApps transitionAdam Cohen2014-08-101-1/+2
* More defense for issue 14491953Adam Cohen2014-06-121-11/+26
* Fix for regression which made issue 14491953 occur more easilyAdam Cohen2014-06-061-1/+1
* Merge "Don't notifyPageSwitchListener until page settles (issue 12069757)" in...Adam Cohen2013-12-131-2/+15
|\
| * Don't notifyPageSwitchListener until page settles (issue 12069757)Adam Cohen2013-12-131-2/+15
* | Clean up importsMichael Jurka2013-12-131-2/+0
|/
* Fix NPE from feedback (issue 12106858)Adam Cohen2013-12-121-13/+13
* Fix page jumping regression in overview mode (issue 12003672)Adam Cohen2013-12-041-1/+1
* Merge "Allowing ability to pick up items / enter overview before full page se...Adam Cohen2013-11-251-8/+3
|\