History log of /packages/apps/Launcher3/src/com/android/launcher3/model/AddWorkspaceItemsTask.java
Revision Date Author Comments (<<< Hide modified files) (Show modified files >>>)
43bf11d9c95f76c2dfeb625b23cb458df81252b3 02-Feb-2017 Sunny Goyal <sunnygoyal@google.com> Separating methods for updating the model to a sepatate class.

Removing static access to model update methods, to allow for better
access control and testing

Change-Id: I9afe004dbf1b2fe50df422fd28bceea9230a4704
/packages/apps/Launcher3/src/com/android/launcher3/model/AddWorkspaceItemsTask.java
278359539c02ca160caf1df54ce96053a2a2ef59 13-Jan-2017 Sunny Goyal <sunnygoyal@google.com> Adding support for requesting addition of shortcut/widget
on the workspace.

Bug: 33584624
Change-Id: I664366822fe8088742faff2cce006239ab0771bc
/packages/apps/Launcher3/src/com/android/launcher3/model/AddWorkspaceItemsTask.java
e6e7200791c28472c9335a187a85dbeda1a77d24 13-Jan-2017 Sunny Goyal <sunnygoyal@google.com> Removing promiseIntent property from ShortuctInfo

> Instead of checking promiseIntent != null, using isPromise() for consistency
> Fixing bug where clicking a pending icon does not launch anything
> Fixing bug where draging an icon on Info target, permanently hides the icon

Change-Id: Ic8f6b56042dba42d5ed9aedb0f5947186e1a4208
/packages/apps/Launcher3/src/com/android/launcher3/model/AddWorkspaceItemsTask.java
7c74e4ae641e76f73d74348e293c244a157f6585 16-Dec-2016 Sunny Goyal <sunnygoyal@google.com> No more UserHandleCompat

Bug: 32745285
Change-Id: I762fb4e268c1afe48a1860ab12a4ccb3f626aa95
/packages/apps/Launcher3/src/com/android/launcher3/model/AddWorkspaceItemsTask.java
3be633b82fc87f429bd92c9a8e1e7a6d5241418e 08-Dec-2016 Sunny Goyal <sunnygoyal@google.com> Adding support for app widgets in the InstallQueue

Bug: 32904959
Change-Id: I0d07a0c59d266493ae30a42579c1fa69b805009e
/packages/apps/Launcher3/src/com/android/launcher3/model/AddWorkspaceItemsTask.java
2bcbe13c642efa4c94df570441c700b7aa8e353d 16-Nov-2016 Sunny Goyal <sunnygoyal@google.com> Moving ShortcutInfo creation in InstallShortcutReceiver to background thread

> Creating shortcut info requires iconCache access

Bug: 21325319
Change-Id: I3317d8b6824aa05b836f3ed3626f169d4d34f783
/packages/apps/Launcher3/src/com/android/launcher3/model/AddWorkspaceItemsTask.java
f0ba8b7ca1dc8fd53451d3d16e9f4fc306cddcd4 10-Sep-2016 Sunny Goyal <sunnygoyal@google.com> Moving various runnables in LauncherModel to individual tasks

> Adding tests for some of the runnable

Change-Id: I1a315d38878857df3371f0e69d622a41fc3b081a
/packages/apps/Launcher3/src/com/android/launcher3/model/AddWorkspaceItemsTask.java