summaryrefslogtreecommitdiffstats
path: root/src/com/android/launcher3/InstallShortcutReceiver.java
Commit message (Expand)AuthorAgeFilesLines
* Fix NPE caused by an install flow where we decode the LauncherActivityInfoJon Miranda2019-10-251-15/+20
* Add support for work profile promise icons.Jon Miranda2019-10-241-8/+9
* Merge "Fix NPE when trying to construct WorkspaceItemInfo with null intent da...Jonathan Miranda2019-09-251-0/+5
|\
| * Fix NPE when trying to construct WorkspaceItemInfo with null intent data.Jon Miranda2019-09-241-0/+5
| * Add support for adding promise icons for new install sessions by user.Jon Miranda2019-08-221-49/+54
* | Fix RequestPinItemTest, broken by my manual merge.Jon Miranda2019-08-221-0/+8
* | Add support for adding promise icons for new install sessions by user.Jon Miranda2019-08-221-56/+51
* | Moving various common executors to a single locationSunny Goyal2019-08-201-64/+54
* | Moving some utilities methods to separate classSunny Goyal2019-07-171-1/+1
|/
* Removing ShortcutInfoCompat and directly using ShortcutInfoSunny Goyal2019-04-221-7/+7
* ShortcutInfo renamed to WorkspaceItemInfoSunny Goyal2019-04-161-12/+12
* Moving some utility methods aroundSunny Goyal2019-01-311-2/+3
* Removing some Launcher3 dependencies from BaseIconCacheSunny Goyal2018-11-061-1/+2
* Removing UserManagerCompat wrapper for getting baded labelSunny Goyal2018-11-051-2/+2
* Setup make icon-loader libraryHyunyoung Song2018-10-191-3/+3
* Move IconNormalizer/ShadowGenerator/LauncherIcons to icons packageHyunyoung Song2018-09-261-2/+2
* Moving some abstract classes to interfaces, to better use java-8 featuresSunny Goyal2018-07-091-8/+4
* Making LauncherIcons thread safeSunny Goyal2018-01-091-3/+8
* Dominant color is part of icon cacheSunny Goyal2018-01-031-6/+9
* Moving install queue updates to worker thread.Sunny Goyal2017-10-061-100/+87
* Refactoring PinItemDragListener into a base class to allow diffenret implemen...Sunny Goyal2017-06-201-0/+4
* Simplifying logic for managed for icon additionSunny Goyal2017-05-221-24/+33
* Removing the profile extra from intent and using the profile id from the prof...Sunny Goyal2017-03-211-2/+2
* Adding broadcast receiver to handle SESSION_COMMIT broadcastSunny Goyal2017-03-091-0/+4
* Making methods in PaackageManagerHelper non-staticSunny Goyal2017-02-021-2/+2
* Adding support for requesting addition of shortcut/widgetSunny Goyal2017-01-181-1/+3
* Moving icon generation out of ShortcutInfo constructor so that itSunny Goyal2017-01-181-1/+3
* No more LauncherActivityInfoCompatSunny Goyal2017-01-111-5/+5
* Removing static Context access using LauncherAppStateSunny Goyal2017-01-111-6/+5
* Enforcing background thread when accessing iconCacheDb.Sunny Goyal2017-01-101-4/+20
* Refactoring some loadWorkspace logic in a separate classSunny Goyal2017-01-101-1/+41
* No more UserHandleCompatSunny Goyal2016-12-151-9/+10
* Ensuring that ShortcutInfo always has an iconSunny Goyal2016-12-131-1/+4
* Adding support for app widgets in the InstallQueueSunny Goyal2016-12-121-9/+75
* Adding support for deep shortcuts in Install queueSunny Goyal2016-12-031-64/+137
* Moving ShortcutInfo creation in InstallShortcutReceiver to background threadSunny Goyal2016-11-301-39/+49
* Merge "Removing dependency on LauncherActivityInfoCompatV16" into ub-launcher...Sunny Goyal2016-11-111-11/+4
|\
| * Removing dependency on LauncherActivityInfoCompatV16Sunny Goyal2016-11-081-11/+4
* | Moving various runnables in LauncherModel to individual tasksSunny Goyal2016-11-091-1/+1
|/
* Moving come helper methods to corresponding classesSunny Goyal2016-10-101-1/+2
* Preventing a shortcut which requires permissions from being added toSunny Goyal2016-09-081-0/+10
* Removing shadow and badging from the icon which is shown in the menuSunny Goyal2016-07-261-1/+1
* Fixing model being updated on UI threadSunny Goyal2016-03-181-1/+1
* Merge "Using SharedPrefenrece.apply instead of commit to prevent disk IO on m...Sunny Goyal2015-12-181-3/+3
|\
| * Using SharedPrefenrece.apply instead of commit to prevent disk IO on main threadSunny Goyal2015-12-171-3/+3
* | Fixing some invalid checks and cleaning some redundant conditionsSunny Goyal2015-12-181-7/+5
|/
* Verifying the install shortcut intent before casting the extras to various ob...Sunny Goyal2015-12-071-12/+28
* Tying LauncherAppState lifecycle with LauncherProviderSunny Goyal2015-11-241-1/+0
* Refactoring getPreferenceKey methodSunny Goyal2015-10-201-7/+3
* Fixing backup restoreSunny Goyal2015-06-251-6/+0