summaryrefslogtreecommitdiffstats
path: root/core/java/android/widget/RemoteViewsAdapter.java
Commit message (Expand)AuthorAgeFilesLines
* Extracting default loading view definition into XML resource.Winson Chung2010-10-011-12/+10
* Fixing issue where notifyDataSetChanged was not properly being called while n...Winson Chung2010-09-291-48/+32
* Being more judicious in resetting meta data for the RemoteAdapter.Winson Chung2010-09-281-11/+20
* Re-architecting RemoteViewsAdapter internals due to new constraints.Winson Chung2010-09-241-521/+648
* Prevent multiple RemoteViewAdapters from being set for the same intent.Winson Chung2010-09-161-0/+7
* Adding some error handling to RemoteViewsAdapter, removing artificial loading...Winson Chung2010-09-091-17/+35
* Adding callback and fix to RemoteViewsFactory on notifyDataSetChanged.Winson Chung2010-08-171-0/+51
* Preliminary implementation of StackView, which extends AdapterViewAnimator.Adam Cohen2010-08-101-0/+1
* Fixing a bug in RemoteViewsAdapterAdam Cohen2010-07-221-3/+3
* Fixing indexing issue causing certain items not to load. Performance improve...Winson Chung2010-07-221-106/+126
* Added AdapterViewAnimator and AdapterViewFlipper which are versions of ViewAn...Adam Cohen2010-07-221-0/+1
* Initial changes to allow collections in widgets.Winson Chung2010-07-191-0/+666