summaryrefslogtreecommitdiffstats
path: root/src/com/android/launcher3/BaseContainerView.java
Commit message (Expand)AuthorAgeFilesLines
* Remove LAUNCHER3_ALL_APPS_PULL_UPHyunyoung Song2017-08-211-1/+1
* Landscape grid changes for Workspace/All Apps.Jon Miranda2017-06-231-11/+9
* Remove unused code in DeviceProfile.Jon Miranda2016-11-021-1/+1
* Fixing same drawable instance being used with 2 viewsSunny Goyal2016-11-011-43/+44
* Move handling touch logic from AllAppsContainerView to BaseContainerView.Jon Miranda2016-09-221-0/+53
* Move TransformingTouchDelegate logic to BaseContainerView.Jon Miranda2016-09-221-8/+31
* Initial changes to tweak layout.Winson2016-07-201-33/+65
* Support gray hotseat background in all apps transitionHyunyoung Song2016-07-181-5/+16
* Fix hotseat flickerHyunyoung Song2016-06-301-6/+13
* Prevent all apps transition NPEHyunyoung Song2016-06-281-1/+2
* Fix container horizontal paddingHyunyoung Song2016-06-211-1/+1
* Update Launcher to use theme colors.Andrew Sapperstein2016-06-201-4/+4
* UI fixes to All apps pull up workHyunyoung Song2016-06-151-1/+3
* Pull up all apps interactionHyunyoung Song2016-06-061-1/+8
* Fixing wrong method nameSunny Goyal2016-04-041-1/+1
* Adding an upper bound to all-apps width on larger devicesSunny Goyal2016-04-041-7/+1
* Removing dependency on LauncherCallbacks for getting the search boundsSunny Goyal2016-03-171-93/+12
* resolve merge conflicts of a6194d3d92 to ub-launcher3-calgarySunny Goyal2016-02-191-0/+4
|\
| * Wrapping thw widgetList inside a layout, so that it has the same view structu...Sunny Goyal2016-02-191-0/+4
* | Merge "Setting content bounds in onMeasure as it uses measuredWidth, which mi...Sunny Goyal2016-02-171-6/+1
|\|
| * Setting content bounds in onMeasure as it uses measuredWidth, which mightSunny Goyal2016-02-161-6/+1
* | resolve merge conflicts of 3826bab27e to ub-launcher3-calgary.Sunny Goyal2016-02-101-44/+68
|\|
| * Merging search bar with all appsSunny Goyal2016-02-081-44/+68
* | am 99eceebf: Merge "Fixing issue with miscalculation in updating container bo...Winson Chung2015-08-071-7/+15
|\|
| * Fixing issue with miscalculation in updating container bounds.Winson2015-08-061-7/+15
* | Changing the dogfood check to a static boolean to better handle proguard opti...Sunny Goyal2015-07-161-1/+3
|/
* Adding bounds checking when updating container bounds.Winson Chung2015-07-081-10/+26
* Refactoring all apps search to support external search bar.Winson Chung2015-06-151-38/+58
* Exploring dense all apps layout.Winson Chung2015-05-111-2/+3
* Make common base class to update container bounds and to handle scroll logic.Winson Chung2015-05-081-0/+100