summaryrefslogtreecommitdiffstats
path: root/src/com/android/launcher3/CellLayout.java
Commit message (Expand)AuthorAgeFilesLines
* Fix bug where labels were visible in hotseat / invisible in workspace.Jon Miranda2017-10-041-1/+1
* 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
|\
| * Defining various modes for CellLayout: Workspace, Hotseat & FolderSunny Goyal2016-11-211-39/+45
* | Scale widgets when dragging and dropping in multi-window mode.Jon Miranda2016-12-081-1/+1
* | Scale widgets in multi-window mode.Jon Miranda2016-11-231-2/+14
|/
* Removing widgetGap and heightGap from cellLayoutSunny Goyal2016-11-201-84/+30
* Hide workspace text in multi-window mode.Jon Miranda2016-11-151-1/+3
* Removing some deprecated code around page layersSunny Goyal2016-10-261-10/+0
* Merge "Mark cells as unoccupied in onDragStart instead of startDrag." into ub...Tony Wickham2016-10-191-4/+0
|\
| * Mark cells as unoccupied in onDragStart instead of startDrag.Tony Wickham2016-10-181-4/+0
* | 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-2/+2
|/
* Some optimizations in blur outline generatorSunny Goyal2016-09-021-0/+1
* Removing wrong dead code around direction matchingSunny Goyal2016-08-181-6/+3
* Moving the state changes during drag-n-drop from startDrag to onDragStartSunny Goyal2016-08-151-3/+5
* Fixing issue with shadow drawing over search bar.Winson2016-07-201-1/+2
* Moving the QSB out of the cell layout to the Drag layerSunny Goyal2016-07-131-4/+0
* Allowing the first screen to expand to the screen edgeSunny Goyal2016-06-061-13/+19
* Moving the QSB to the workspace grid.Sunny Goyal2016-05-271-1/+1
* Refactoring out grid occupancy management in a separate classSunny Goyal2016-05-271-243/+126
* Simplifying view cluster by using a single int flag instead of 4 booleansSunny Goyal2016-05-111-65/+24
* Merge "Stop animating highlighted page border in spring-loaded mode." into ub...Tony Wickham2016-04-071-1/+2
|\
| * Stop animating highlighted page border in spring-loaded mode.Tony Wickham2016-04-041-1/+2
* | Fix a couple polish bugs with new folder previewsAdam Cohen2016-04-011-5/+10
|/
* Switch all folder preview rendering to be programmatic (ie. no assets)Adam Cohen2016-03-031-70/+47