summaryrefslogtreecommitdiffstats
path: root/src/com/android/launcher3/graphics
Commit message (Expand)AuthorAgeFilesLines
* Moving some utility classes to icon libSunny Goyal2018-11-073-52/+2
* Replacing setAlphaComponent with setAlphaComponentBound for better animation ...Sunny Goyal2018-11-062-3/+7
* Removing separate hotseat widget, instead using a QSB acroll all UI.Sunny Goyal2018-11-051-1/+1
* Simplifying scrim drawable initialization.Sunny Goyal2018-10-311-23/+17
* Using support lib implementation for launcher preferenceSunny Goyal2018-10-191-3/+3
* Move IconNormalizer/ShadowGenerator/LauncherIcons to icons packageHyunyoung Song2018-09-268-1256/+2
* Extracting icon caching logic into a base class.Sunny Goyal2018-09-252-2/+6
* Removing additional rpc due to icon cache updateSunny Goyal2018-09-211-1/+1
* Removing ViewScrim and cutom drawing codeSunny Goyal2018-09-182-142/+0
* Using a placeholder icon shape instead of low-res/blurry iconSunny Goyal2018-08-273-44/+103
* Migrating to android-xSunny Goyal2018-08-149-11/+21
* Skip logic to find the dominant color when loading recent task iconsWinson Chung2018-08-143-11/+43
* Merge "Adjust notification dots" into ub-launcher3-masterTreeHugger Robot2018-08-091-1/+1
|\
| * Adjust notification dotsTony2018-07-231-1/+1
* | Using proper checks for hardware bitmap usageSunny Goyal2018-08-061-2/+1
* | Fix All-apps search box background pixelationStan Iliev2018-08-021-1/+3
* | [automerger] Fix gap between notification dots and their shadows am: dfb785afc1Android Build Merger (Role)2018-07-221-3/+3
|\ \ | |/ |/|
| * Fix gap between notification dots and their shadowsTony2018-07-221-3/+3
* | Moving some abstract classes to interfaces, to better use java-8 featuresSunny Goyal2018-07-091-28/+26
* | Cleaning up build rules to simplify customizing derivative projectsSunny Goyal2018-07-021-2/+3
* | Fix clipping issue on adaptive iconsHyunyoung Song2018-06-281-4/+3
* | Fix clipping issue on adaptive iconsHyunyoung Song2018-06-281-2/+3
|/
* Merge "Apply legacy treatment on all non adaptive icons Bug: 110123894 Bug: 6...TreeHugger Robot2018-06-201-1/+2
|\
| * Apply legacy treatment on all non adaptive iconsHyunyoung Song2018-06-201-1/+2
* | 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