summaryrefslogtreecommitdiffstats
path: root/core/java/android/widget/RemoteViewsService.java
Commit message (Collapse)AuthorAgeFilesLines
* Workaround for issue where the notifyDatasetChanged call chain is broken ↵Winson Chung2011-12-061-0/+3
| | | | | | when Launcher is killed. (Bug 5703782) Change-Id: Ic57a7ce85f41d58cd40b7d30eef4a1bf685182e5
* Modifying RemoteViewsFactory interfaceAdam Cohen2011-03-241-9/+62
| | | | | | | -made onDestroy() one way -moved uncaught exception handling to the application process Change-Id: I958571a34eaa48b27e441e3a117c109fb2d2c644
* Fixing issue where RemoteViewsService.onDestroy() was never being called.Winson Chung2011-02-251-8/+16
| | | | Change-Id: I15ad04eee18bc3e09d4846c7f2f2d2d8d168e518
* Re-enabling queued unbinding of services after requests to the service. ↵Winson Chung2011-01-261-42/+21
| | | | | | | | | (3394210) - Fix for crash when detaching from window - Potential fix for occasional IllegalStateException when updating List based widgets Change-Id: I3d3f2bb691552a1136111043db686c4926b510c6
* Addressing API Review docs bugs:Adam Cohen2011-01-201-1/+49
| | | | | | | | | ->Issue 3370313 ->Issue 3370403 ->Issue 3370328 ->kthx, bye Change-Id: I2d1962c27b3ba856a0b4632d335271300bab45eb
* Making the calls to the RemoteViewsFactory synchronized to prevent threading ↵Winson Chung2010-09-281-7/+7
| | | | | | issues. Change-Id: I6efcfb070a9a6cb0467a87a801dfe46c358710f7
* Modifying API for setting on-click intents for itemsAdam Cohen2010-09-161-1/+3
| | | | | | in widget collections. Change-Id: I0ad1f1241b7a40f0790ecd9fd3228f204d2c8499
* Prevent multiple RemoteViewAdapters from being set for the same intent.Winson Chung2010-09-161-11/+16
| | | | | | Fixing issue where we were comparing and storing intents incorrectly in the RemoteViewsService reference counting scheme. Change-Id: Iedf5997ed3a3ee7f8729cf8689121913196571f8
* Fixing link in RemoteViewsFactory comment.Winson Chung2010-08-171-2/+5
| | | | Change-Id: Ibfb61eedbceb5721e3894074cc4b5597b12691f7
* Adding callback and fix to RemoteViewsFactory on notifyDataSetChanged.Winson Chung2010-08-171-1/+18
| | | | | | Also removing extra parameter in AppWidgetManager.notifyDataSetChanged. Change-Id: Ic771fe045ae793a6dacf09f1230e7c1c4b59a13e
* Initial changes to allow collections in widgets.Winson Chung2010-07-191-0/+140
Change-Id: I3cfa899bae88cd252912cecebc12e93c27a3b7c9