summaryrefslogtreecommitdiffstats
path: root/src/com/android/launcher3/graphics
Commit message (Expand)AuthorAgeFilesLines
...
* | Create a param to return scale used for bitmap creationHyunyoung Song2018-06-141-3/+10
|/
* Deleting invalid icons when an app is restoredSunny Goyal2018-05-301-3/+3
* Fix clipping of adaptive iconsHyunyoung Song2018-05-251-2/+2
* Skip processing fallback icons as they are already badged and have shadowSunny Goyal2018-05-171-5/+7
* Tweak and fix bugs with new app close transition.Jon Miranda2018-05-101-3/+13
* Removing scrim overdrawSunny Goyal2018-05-101-21/+180
* Chaniging all-apps scrimSunny Goyal2018-05-081-6/+4
* Using the system color extraction logic instead of inbuild logicSunny Goyal2018-05-042-2/+2
* Reusing the same bitmap and pixel array for shape detectionSunny Goyal2018-04-301-29/+25
* Fixing flakiness in shape detectionSunny Goyal2018-04-181-3/+5
* Merge "Make drawDragView protected so it can be used in subclasses." into ub-...TreeHugger Robot2018-04-031-1/+1
|\
| * Make drawDragView protected so it can be used in subclasses.Mario Bertschler2018-04-031-1/+1
* | Match folder icon size to normalized circle icon size.Jon Miranda2018-03-281-0/+8
|/
* Using the task primary color as the background for the wrapped iconSunny Goyal2018-03-131-0/+18
* Merge "Adding implementation of InstantAppResolver for quickstep" into ub-lau...TreeHugger Robot2018-03-122-3/+24
|\
| * Adding implementation of InstantAppResolver for quickstepSunny Goyal2018-03-072-3/+24
* | Prevent infinite recursion when drawing PreloadIconDrawableTony2018-03-081-2/+2
|/
* Enabling hardware bitmaps on android PSunny Goyal2018-03-061-1/+1
* Using public APIs for hardware bitmapsSunny Goyal2018-03-063-14/+40
* Merge "Simplifying all-apps search box" into ub-launcher3-masterSunny Goyal2018-03-061-0/+3
|\
| * Simplifying all-apps search boxSunny Goyal2018-03-011-0/+3
* | Removing click-feedback shadow generation logic in BubbleTextViewSunny Goyal2018-03-052-149/+2
* | Merge "Stop using deprecated Canvas APIs." into ub-launcher3-masterDerek Sollenberger2018-03-024-4/+4
|\ \ | |/ |/|
| * Stop using deprecated Canvas APIs.Derek Sollenberger2018-03-014-4/+4
* | Updating the scrim and landscpae uiSunny Goyal2018-03-014-198/+293
|/
* Set disabled state when getting new icon from DrawableFactory.Jon Miranda2018-02-271-1/+3
* GradientView starting with 0 alpha of the gradient layer.Mario Bertschler2018-01-261-1/+1
* Enabling to retrieve a badge-package as an extra in ShortcutInfoCompat forMario Bertschler2018-01-161-4/+5
* 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