summaryrefslogtreecommitdiff
path: root/core/java/android/widget/RemoteViewsService.java
AgeCommit message (Expand)Author
2018-12-04Adding API to specify a dark text specific layout in app-widgetsSunny Goyal
2016-10-11Fix import statements in android.widget package.Aurimas Liutikas
2011-12-06Workaround for issue where the notifyDatasetChanged call chain is broken when...Winson Chung
2011-03-24Modifying RemoteViewsFactory interfaceAdam Cohen
2011-02-25Fixing issue where RemoteViewsService.onDestroy() was never being called.Winson Chung
2011-01-26Re-enabling queued unbinding of services after requests to the service. (3394...Winson Chung
2011-01-20Addressing API Review docs bugs:Adam Cohen
2010-09-28Making the calls to the RemoteViewsFactory synchronized to prevent threading ...Winson Chung
2010-09-16Modifying API for setting on-click intents for itemsAdam Cohen
2010-09-16Prevent multiple RemoteViewAdapters from being set for the same intent.Winson Chung
2010-08-17Fixing link in RemoteViewsFactory comment.Winson Chung
2010-08-17Adding callback and fix to RemoteViewsFactory on notifyDataSetChanged.Winson Chung
2010-07-19Initial changes to allow collections in widgets.Winson Chung