replicant-packages_apps_Email/src/com/android/email/widget
Paul Westbrook 07676012f7 Fix widget updates
Fix widgets that stop updating.  If the Launcher got killed, the Email
widget service gets unbound.  When this happens the cursor loader for the
widget is stopped.  Since widget is relying on the loader to update the data,
when the loader is stopped, the widget would never update.

Now when email recognizes a change, it will send a broadcast intent, which
will cause the widget service to be started, if it isn't.

Bug: 5811810
Change-Id: Ia840e58f10e780b94440119662c2e48e7785c507
2012-01-09 13:14:47 -08:00
..
EmailWidget.java Fix widget updates 2012-01-09 13:14:47 -08:00
EmailWidgetLoader.java Move Account into its own top-level class 2011-06-13 15:37:22 -07:00
WidgetConfiguration.java Show helpful messages when no accounts configured 2011-08-10 15:33:47 -07:00
WidgetManager.java Fix widget update to properly refresh. 2011-10-14 14:33:27 -07:00