summaryrefslogtreecommitdiffstats
path: root/src/com/android/launcher3/graphics
Commit message (Expand)AuthorAgeFilesLines
* Making LauncherIcons thread safeSunny Goyal2018-01-093-266/+198
* Updating landscape layout for launcher/quickstepSunny Goyal2018-01-081-2/+29
* Dominant color is part of icon cacheSunny Goyal2018-01-036-126/+198
* No more waiting around for resumeSunny Goyal2017-12-191-1/+1
* Updating the hotseat background to a solid color with rounded cornersSunny Goyal2017-12-142-0/+85
* First pass at using hardware bitmapsSunny Goyal2017-12-135-43/+80
* Using view elevation for shadow during click feedback instead ofSunny Goyal2017-11-081-1/+15
* Fixing wrong packageName being used for loading iconsSunny Goyal2017-11-031-1/+1
* Consolidating various interpolatorsSunny Goyal2017-10-262-5/+4
* Moving some calls off the UI threadSunny Goyal2017-10-021-2/+2
* Simplifying drag preview generationSunny Goyal2017-09-273-130/+114
* Unifying various icon loading methodsSunny Goyal2017-09-131-61/+28
* WallpaperManagerCompat should target correct platformHyunyoung Song2017-09-115-14/+14
* Fix @SuppressWarnings('deprecation') typo.Jon Miranda2017-08-291-1/+1
* Integrating suggested app by handling new status flags for shortcut items.Mario Bertschler2017-08-241-4/+8
* Get rid of unnecessary int array allocation.Rajeev Kumar2017-08-141-9/+9
* Merge "Moving GradientView background alpha to resources" into ub-launcher3-d...TreeHugger Robot2017-08-011-9/+8
|\
| * Moving GradientView background alpha to resourcesSunny Goyal2017-07-271-9/+8
* | [automerger] Use deep shortcuts' icons as a fallback when updating am: a8ccf0...Tony Wickham2017-07-291-0/+13
|\ \ | |/ |/|
| * Use deep shortcuts' icons as a fallback when updatingTony2017-07-281-0/+13
* | Merging ScrimView into GradientViewMario Bertschler2017-07-262-139/+63
* | Adding ability to set a custom blur mask filter and alphas in shadowMario Bertschler2017-07-201-5/+10
* | Enable to recreate icon with shadow without resizing it.Mario Bertschler2017-07-101-1/+7
|/
* Use last saved icon if pinned shortcut is unpublishedTony Wickham2017-06-291-3/+19
* Fixing drag outline not getting drawn when the shortcuts popup is shown.Hyunyoung Song2017-06-261-8/+7
* Merge "Do not apply legacy treatment on shortcuts Bug: 62617041" into ub-laun...TreeHugger Robot2017-06-221-2/+1
|\
| * Do not apply legacy treatment on shortcutsHyunyoung Song2017-06-221-2/+1
* | Setting the callback for previewItems to folderIcon. This allows the FolderIc...Sunny Goyal2017-06-221-1/+1
* | Enabling spring effect during drag-n-drop on deep shortcutsSunny Goyal2017-06-211-1/+4
* | Merge "Rafactoring shadow generator logic to allow customizing various parame...TreeHugger Robot2017-06-201-40/+54
|\ \
| * | Rafactoring shadow generator logic to allow customizing various parametersSunny Goyal2017-06-201-40/+54
* | | Refactoring PinItemDragListener into a base class to allow diffenret implemen...Sunny Goyal2017-06-201-2/+3
|/ /
* / Fixing dark tint for ShadowDrawable.Sunny Goyal2017-06-201-25/+24
|/
* Updating the fast scroll bar UISunny Goyal2017-06-161-0/+89
* Merge "Making bitmap of PreloaderIconDrawable smaller so it fits inside the p...TreeHugger Robot2017-06-151-1/+1
|\
| * Making bitmap of PreloaderIconDrawable smaller so it fits insideMario Bertschler2017-06-141-1/+1
* | Merge "Fix for clipped promise icon." into ub-launcher3-dorval-polishTreeHugger Robot2017-06-151-4/+4
|\ \
| * | Fix for clipped promise icon.Mario Bertschler2017-06-151-4/+4
| |/
* | Merge "Replace use of java.util.HashMap with android.util.ArrayMap in Drawabl...Rajeev Kumar2017-06-141-4/+2
|\ \ | |/ |/|
| * Replace use of java.util.HashMap with android.util.ArrayMapRajeev Kumar2017-06-091-4/+2
* | Making some constants accessibleSunny Goyal2017-06-091-1/+1
|/
* Fixing Drawable not getting tinted properly if the color is always transparentSunny Goyal2017-06-091-0/+1
* resolve merge conflicts of 7092db024 to ub-launcher3-dorval-polishTony Wickham2017-06-081-9/+44
|\
| * Add support for color extracted notification dotsTony Wickham2017-06-081-9/+44
* | Adding a utility method for getting device prefsSunny Goyal2017-06-081-9/+5
* | Adding tint support for shadow drawable.Sunny Goyal2017-06-071-0/+33
* | Generalize findContrastColor() to work for dark backgroundsTony Wickham2017-06-061-17/+14
* | Merge "Prevent clipping on the top and left side on AdaptiveIconDrawables b/6...Hyunyoung Song2017-06-062-3/+4
|\|
| * Merge "Prevent clipping on the top and left side on AdaptiveIconDrawables b/6...TreeHugger Robot2017-06-062-3/+4
| |\
| | * Prevent clipping on the top and left side on AdaptiveIconDrawablesHyunyoung Song2017-06-062-3/+4