summaryrefslogtreecommitdiffstats
path: root/src/com/android/launcher3/ItemInfoWithIcon.java
Commit message (Collapse)AuthorAgeFilesLines
* Add a "Dismiss" option for predicted apps in LauncherSamuel Fufa2019-08-131-0/+6
| | | | | | Test: LongPress on a pridicted app to see dismiss options. Bug:139020180 Change-Id: I877863c65def0d845c0ae2f0987fe7a4f6277565
* Setup make icon-loader libraryHyunyoung Song2018-10-191-0/+8
| | | | | | | | | Bug: 115891474 Test: make -j10 icon-loader Next step: Launcher will depend on icon-loader in next CL Change-Id: I797ddb857cf8be79f3be6ca2f174c593ca3713a5
* Move IconNormalizer/ShadowGenerator/LauncherIcons to icons packageHyunyoung Song2018-09-261-1/+1
| | | | | | | | | Bug: 115891474 Sending out the package name changing CL first before I make LauncherIconsHandler and tests around it. Change-Id: Ic10479a06333e1435b392a7072cd08782e710cbd
* Using a placeholder icon shape instead of low-res/blurry iconSunny Goyal2018-08-271-6/+9
| | | | | Bug: 111142970 Change-Id: I867224464ae9c026f4dcb5256ef14fc39c8e751d
* Adding FLAG_ICON_BADGED and check flag in DragView.getBadge.Mario Bertschler2018-04-061-0/+5
| | | | | Bug: 77634973 Change-Id: I0e398bea7aa86246616e37bbd76f0936facb83ba
* Dominant color is part of icon cacheSunny Goyal2018-01-031-0/+6
| | | | | | | | | > Calculating extracted color during icon generation and storing it in model and DB > Removing unused logic avoid various types of badge rendering > Icons are badged with extracted colors, while folder is badged with theme color Bug: 35428783 Change-Id: I93e30c52fbded7515c3ae1778422e84672eafb56
* Using view elevation for shadow during click feedback instead ofSunny Goyal2017-11-081-1/+6
| | | | | | creating a shadow bitmap Change-Id: I331186664c3c448596af3172e0e080921a6a1908
* Moving various runtime flags into the common base class.Sunny Goyal2017-10-311-0/+59
| | | | | | Caching the ststemApp status for workspace shortcuts. Change-Id: I25663e1f04a9768afcca000294adcbb00ea1db7b
* App discovery integration in All Apps searchMario Bertschler2017-03-031-1/+3
| | | | | | | | | This is the basis for app discovery integration while searching in all apps. This does NOT include binding to the actual service and retrieving results, but instead provides all the UI to show suggested instant apps and apps from a store with star rating and pricing. Change-Id: I1605b52848491acee4ac1d15c0112e6a768363f6
* Simplifying IconCache access codeSunny Goyal2017-01-031-0/+41
Providing a way to access icon cache without LauncherAcitivtiyInfo. This allows fetching LauncherActivityInfo only when required, thus avoiding system RPC when the icon is already in cache. Change-Id: I92918c7a0d0d0796e5f7b70d4ecb6787c52c6600