summaryrefslogtreecommitdiffstats
path: root/src/com/android/launcher3/model/ShortcutsChangedTask.java
Commit message (Expand)AuthorAgeFilesLines
* Fix app crash on deep shortcut restoreSamuel Fufa2019-09-191-1/+1
* Separating apps list callback from model callback and simplifying various eventsSunny Goyal2019-07-251-1/+0
* Removing ShortcutInfoCompat and directly using ShortcutInfoSunny Goyal2019-04-221-6/+5
* ShortcutInfo renamed to WorkspaceItemInfoSunny Goyal2019-04-161-12/+12
* Changing min sdk to 25Sunny Goyal2019-01-291-2/+1
* Fixing shortcut icons are not getting correct color extraction.Sunny Goyal2018-11-301-1/+1
* Deepshortcuts - only keep the per package shortcut count in memory.Zak Cohen2018-10-221-1/+1
* Setup make icon-loader libraryHyunyoung Song2018-10-191-2/+2
* Move IconNormalizer/ShadowGenerator/LauncherIcons to icons packageHyunyoung Song2018-09-261-1/+1
* Making LauncherIcons thread safeSunny Goyal2018-01-091-2/+4
* Dominant color is part of icon cacheSunny Goyal2018-01-031-2/+5
* Simplifying some package matching code by using common itemInfo mathcherSunny Goyal2017-08-171-17/+20
* Use deep shortcuts' icons as a fallback when updatingTony2017-07-281-3/+3
* Adding support for loading workspace in the absence of Launcher.Sunny Goyal2017-06-081-1/+1
* Minor Refactoring only: no functional changeMario Bertschler2017-03-281-1/+0
* Separating methods for updating the model to a sepatate class.Sunny Goyal2017-02-161-1/+1
* Moving icon generation out of ShortcutInfo constructor so that itSunny Goyal2017-01-181-0/+3
* Simplifying IconCache access codeSunny Goyal2017-01-031-1/+1
* No more UserHandleCompatSunny Goyal2016-12-151-3/+3
* Changing DeepShortcutManager to have a singleton contructor insteadSunny Goyal2016-11-211-2/+2
* Moving various runnables in LauncherModel to individual tasksSunny Goyal2016-11-091-0/+113