History log of /packages/apps/Launcher3/src/com/android/launcher3/widget/PendingItemDragHelper.java
Revision Date Author Comments (<<< Hide modified files) (Show modified files >>>)
d84f771f75c0c220665f6dd98c34bd450a80f41c 21-Jun-2017 Hyunyoung Song <hyunyoungs@google.com> Do not apply legacy treatment on shortcuts
Bug: 62617041

Change-Id: I56a04536fe1bcba9912c5da3ce5a9c9b75bc3506
/packages/apps/Launcher3/src/com/android/launcher3/widget/PendingItemDragHelper.java
09204172b33cf7fa88662f2871f872bf666822a4 27-Apr-2017 Hyunyoung Song <hyunyoungs@google.com> [MANUAL] resolve merge conflicts of 59c0e0e91 to ub-launcher3-dorval-polish

Change-Id: I7c80b665b5216e99284f5b04b8500fc35d916985
/packages/apps/Launcher3/src/com/android/launcher3/widget/PendingItemDragHelper.java
c65a0085d77edd8e8821254f081eb94e9dcc5e75 08-Mar-2017 Sunny Goyal <sunnygoyal@google.com> Adding support for showing the widget preview based on the provided RemoteViews

Bug: 35811129
Change-Id: I336e48cd00cfec2e617ac73bd8a81419b0944aa7
/packages/apps/Launcher3/src/com/android/launcher3/widget/PendingItemDragHelper.java
7d87cb1a6ef7321857ea4581872bfed6e305cd81 13-Feb-2017 Sunny Goyal <sunnygoyal@google.com> Updating the shortcut preview generation logic

Drawing a shortcut icon on a white round-rect with shadow
Also center aligning the preview

Bug: 34819119
Change-Id: Ic25be6bf301aeb11315a5050f009259b26c6134a
/packages/apps/Launcher3/src/com/android/launcher3/widget/PendingItemDragHelper.java
92bbfa19c379b99017e8c00418c3a461d4a9cac8 08-Feb-2017 Sunny Goyal <sunnygoyal@google.com> Updating the default widget preview generation logic

We draw a while round rect box which is divided into the cells to
represent the widget size. The app icon is drawn in the center
for this white box.

Bug: 34819119
Change-Id: Ie4d83712577f21b276c6744a55993f71da368398
/packages/apps/Launcher3/src/com/android/launcher3/widget/PendingItemDragHelper.java
dec3a908bfa395095e80e4a532cff98612b624de 26-Jan-2017 Sunny Goyal <sunnygoyal@google.com> Updating the preview generation logic so that it aligns better with
the drag source image

> Using common code for pending item drag (WidgetContainerView and PinItemDragListener)
> Adding a shortcut-circuit in Workspace when a pendingItem can create a shortcut
directly. Previously the multi-window drop was routing through onActivityResult which
was causing some state information to be lost.

Bug: 33584624
Change-Id: I0259870032185713caa9bff27092dbae6ce91199
/packages/apps/Launcher3/src/com/android/launcher3/widget/PendingItemDragHelper.java