summaryrefslogtreecommitdiffstats
path: root/src/com/android/launcher3/CellLayout.java
Commit message (Expand)AuthorAgeFilesLines
* Enabling fake rotation by defaultSunny Goyal2019-05-151-1/+2
* Fixing jank in folder animation.vadimt2019-05-021-3/+7
* Initial changes to creating a fake landscape Launcher UISunny Goyal2019-05-021-4/+42
* Skip state animation if animations are disabledSunny Goyal2019-04-221-1/+1
* Making CellLayout inflatable without LauncherActivtiySunny Goyal2018-11-201-26/+10
* Converting long item IDs to intSunny Goyal2018-10-081-3/+3
* Removing various reflection based animations, to allow for better proguardingSunny Goyal2018-09-211-32/+0
* Merge "Migrating to android-x" into ub-launcher3-masterTreeHugger Robot2018-08-141-3/+3
|\
| * Migrating to android-xSunny Goyal2018-08-141-3/+3
* | Removing static launcher activity dependency from FirstFrameAnimationHelperSunny Goyal2018-08-131-8/+10
|/
* Removing Launcher activity dependency on various animationsSunny Goyal2018-08-101-17/+32
* Don't prevent animations in power save modeTony Wickham2018-05-181-1/+1
* Simplifying options popup and overview handlingSunny Goyal2018-03-131-1/+1
* Removing click-feedback shadow generation logic in BubbleTextViewSunny Goyal2018-03-051-23/+3
* Updating landscape layout for launcher/quickstepSunny Goyal2018-01-081-4/+0
* No more waiting around for resumeSunny Goyal2017-12-191-0/+1
* Adding an empty page in Recents view corresponding to workspaceSunny Goyal2017-12-191-1/+1
* Using view elevation for shadow during click feedback instead ofSunny Goyal2017-11-081-10/+1
* Consolidating various interpolatorsSunny Goyal2017-10-261-2/+4
* Removing state definition from LauncherSunny Goyal2017-10-181-2/+1
* Launcher state management cleanupSunny Goyal2017-10-171-13/+4
* [automerger] Fix bug where labels were visible in hotseat / invisible in work...Android Build Merger (Role)2017-10-051-1/+1
|\
| * Fix bug where labels were visible in hotseat / invisible in workspace.Jon Miranda2017-10-041-1/+1
* | Removing buildLayer call on workspace pages.Sunny Goyal2017-10-021-4/+0
* | Removing support for CustomContent screenSunny Goyal2017-09-081-40/+11
|/
* Making some methods accessibleSunny Goyal2017-08-071-1/+1
* Set edgeMarginPx back to 8dp.Jon Miranda2017-07-131-4/+4
* Don't fade in text if icon is in hotseatTony2017-06-281-1/+1
* Landscape grid changes for Workspace/All Apps.Jon Miranda2017-06-231-3/+1
* Move PreviewBackground into its own class file.Jon Miranda2017-06-221-6/+7
* 1. Replace use of java.util.HashMap with android.util.ArrayMap inRajeev Kumar2017-06-121-40/+37
* Dark text support for caret, drop target text and cell layout drop outlineMario Bertschler2017-06-081-1/+1
* Defining a dark theme for launcherSunny Goyal2017-05-241-4/+1
* Merge "Defining HomeScreenElementTheme for elements which appear on top of wa...Sunny Goyal2017-03-131-1/+2
|\
| * Defining HomeScreenElementTheme for elements which appear on top ofSunny Goyal2017-02-171-1/+2
* | Separating the config and flags in different directories so thatSunny Goyal2017-03-071-2/+2
* | Updating FolderIcon drawing to avoid dependency on software layer.Sunny Goyal2017-03-031-5/+4
|/
* Merge "Separating methods for updating the model to a sepatate class." into u...TreeHugger Robot2017-02-161-1/+1
|\
| * Separating methods for updating the model to a sepatate class.Sunny Goyal2017-02-161-1/+1
* | Removing wrapper around ViewPropertyAnimator, and using ObjectAnimatorSunny Goyal2017-02-161-6/+8
* | Remove unused View parameter from ofFloat method.Jon Miranda2017-02-061-2/+2
|/
* Reset initial animation values before completing reorder animation.Jon Miranda2017-01-041-0/+1
* Merge "Fix widget reorder animations in multi-window mode." into ub-launcher3...Jonathan Miranda2016-12-301-21/+41
|\
| * Fix widget reorder animations in multi-window mode.Jon Miranda2016-12-201-21/+41
* | Removing all compatibility code below LollipopSunny Goyal2016-12-161-3/+0
|/
* Merge "Restore original scaleRectAboutCenter method." into ub-launcher3-masterJonathan Miranda2016-12-151-3/+2
|\
| * Restore original scaleRectAboutCenter method.Jon Miranda2016-12-151-3/+2
* | Removing FeatureFlag.LAUNCHER3_LEGACY_WORKSPACE_DND and corresponding logicSunny Goyal2016-12-151-17/+6
|/
* Smooth animation when dropping a widget in multi-window mode.Jon Miranda2016-12-141-5/+10
* Merge "Defining various modes for CellLayout: Workspace, Hotseat & Folder" in...Sunny Goyal2016-12-121-39/+45
|\