History log of /packages/apps/Launcher3/src/com/android/launcher3/widget/LauncherAppWidgetHostView.java
Revision Date Author Comments (<<< Hide modified files) (Show modified files >>>)
0b0847b272a37ed115504956be5ce44a96b5784c 14-Mar-2018 Sunny Goyal <sunnygoyal@google.com> Fixing taskMenu and taskView clicks in fallback activity

> Extracting common methods from Launcher & DragLauncher to base classes
> Remoting some dependencies on Launcher and using the base class instead

Change-Id: I121cacf8a14190b4703cda60bdeb4f79eee69ded
/packages/apps/Launcher3/src/com/android/launcher3/widget/LauncherAppWidgetHostView.java
c11fac355d5057ad066adc3abbbb2b2d64fba5e7 28-Feb-2018 Sunny Goyal <sunnygoyal@google.com> Fixing widgets get deteled because of double bind

If the AppWidgetHost starts listening in the middle of bind, it rebinds
the old widgets before a new widget is bound, leading to double bind.
We should clear all pending binds, before starting a rebind. As an
extra check only rebind a view which is attached to the screen.

Bug: 73814840
Change-Id: Ie3af683dc4095b158547e700d11e4faf7999466f
/packages/apps/Launcher3/src/com/android/launcher3/widget/LauncherAppWidgetHostView.java
29947f0b53eb30c0324204376df001680d4d4ab1 18-Dec-2017 Sunny Goyal <sunnygoyal@google.com> No more waiting around for resume

Apply model updates as son as they arrive instead of waiting for onResume.
Various workspace items do not use any configuration dependent resources.
For Widgets, we wait until the host starts lietening before inflating the actual view.

Change-Id: Icb2f5e5940c1ce6c27062ccd34eff87e80af5ab1
/packages/apps/Launcher3/src/com/android/launcher3/widget/LauncherAppWidgetHostView.java