summaryrefslogtreecommitdiffstats
path: root/core/java/android/widget/RemoteViewsService.java
Commit message (Expand)AuthorAgeFilesLines
* Workaround for issue where the notifyDatasetChanged call chain is broken when...Winson Chung2011-12-061-0/+3
* Modifying RemoteViewsFactory interfaceAdam Cohen2011-03-241-9/+62
* Fixing issue where RemoteViewsService.onDestroy() was never being called.Winson Chung2011-02-251-8/+16
* Re-enabling queued unbinding of services after requests to the service. (3394...Winson Chung2011-01-261-42/+21
* Addressing API Review docs bugs:Adam Cohen2011-01-201-1/+49
* Making the calls to the RemoteViewsFactory synchronized to prevent threading ...Winson Chung2010-09-281-7/+7
* Modifying API for setting on-click intents for itemsAdam Cohen2010-09-161-1/+3
* Prevent multiple RemoteViewAdapters from being set for the same intent.Winson Chung2010-09-161-11/+16
* Fixing link in RemoteViewsFactory comment.Winson Chung2010-08-171-2/+5
* Adding callback and fix to RemoteViewsFactory on notifyDataSetChanged.Winson Chung2010-08-171-1/+18
* Initial changes to allow collections in widgets.Winson Chung2010-07-191-0/+140