summaryrefslogtreecommitdiffstats
path: root/core/java/android/widget/AdapterViewAnimator.java
Commit message (Expand)AuthorAgeFilesLines
* Fixing AdapterViewAnimator onItemClick compatibilityAdam Cohen2011-04-061-13/+36
* Making StackView res-out and click feedback colors stylableAdam Cohen2011-04-011-10/+7
* Making AdapaterViewAnimator setDisplayedChild remotableAdam Cohen2011-02-141-0/+1
* Fixing some ugly StackView relayouts on rotationAdam Cohen2011-01-261-15/+7
* Fixing bug where widgets would go dead after moving to another screenAdam Cohen2011-01-261-6/+0
* Merge "Re-enabling queued unbinding of services after requests to the service...Winson Chung2011-01-261-3/+26
|\
| * Re-enabling queued unbinding of services after requests to the service. (3394...Winson Chung2011-01-261-3/+26
* | Cleaning up StackViewAdam Cohen2011-01-251-7/+8
|/
* Fixing a couple StackView bugs:Adam Cohen2011-01-211-0/+2
* Cleaning up some StackView bad behaviorAdam Cohen2011-01-201-52/+44
* Addressing API Review docs bugs:Adam Cohen2011-01-201-1/+11
* Fixing StackView rotation bugsAdam Cohen2011-01-141-0/+1
* Allow old view hierarchy to be GC'ed more quickly during rotation.Patrick Dubroy2011-01-141-0/+6
* Addressing issues associated RemoteViewsAdapter's service crashes / disconnectsAdam Cohen2010-12-171-4/+7
* Implement smarter sizing of WRAP_CONTENT windows.Dianne Hackborn2010-12-031-6/+18
* -Prevent StackView from advancing while interacting with itAdam Cohen2010-11-121-1/+0
* Adding widget auto-advance capabilityAdam Cohen2010-11-101-1/+8
* Adding click feedback to widget collectionsAdam Cohen2010-11-011-4/+100
* -> Fixing a bug where AdapterViewAnimator doesn't refresh correctlyAdam Cohen2010-10-251-2/+4
* Fixing the case of less than or equal to 5 items in StackViewAdam Cohen2010-10-241-27/+38
* Fixing null pointer exceptionAdam Cohen2010-10-141-1/+3
* Remove generics from Animator APIsChet Haase2010-10-141-16/+20
* Revert "Remove generics from Animator APIs"Romain Guy2010-10-141-20/+16
* Remove generics from Animator APIsChet Haase2010-10-141-16/+20
* Fixing AdapterViewAnimator crash when associated adapter is emptyAdam Cohen2010-10-061-2/+7
* Changing AdapterViewAnimator to use the new animation APIsAdam Cohen2010-10-051-29/+29
* Added looping parameter to AdapterViewAnimator / StackViewAdam Cohen2010-10-011-59/+82
* Fixing issue where notifyDataSetChanged was not properly being called while n...Winson Chung2010-09-291-1/+1
* Re-architecting RemoteViewsAdapter internals due to new constraints.Winson Chung2010-09-241-8/+11
* Prevent multiple RemoteViewAdapters from being set for the same intent.Winson Chung2010-09-161-0/+9
* -> Fixing some layout issues in StackViewAdam Cohen2010-09-101-2/+13
* AdapterViewAnimator now properly handles notifyDataSetChangedAdam Cohen2010-09-081-10/+34
* Rename several animation classesChet Haase2010-09-081-6/+4
* -> Implemented new visualization for StackViewAdam Cohen2010-09-031-28/+68
* -> Added the ability to specify an AdapterView's empty viewAdam Cohen2010-08-261-0/+1
* Cleanup and bug fixes in StackViewAdam Cohen2010-08-251-106/+6
* -> Added edge behaviour for StackView (what to do atAdam Cohen2010-08-181-4/+13
* -> Added 3D rotation to the StackView transitionAdam Cohen2010-08-171-13/+117
* Fix possible ClassCastException in StackView.Romain Guy2010-08-161-12/+8
* -> Refactored and cleaned up dragging / animationsAdam Cohen2010-08-131-8/+12
* Fixing StackView crash associated with DataSetObserverAdam Cohen2010-08-101-4/+4
* Preliminary implementation of StackView, which extends AdapterViewAnimator.Adam Cohen2010-08-101-74/+345
* Added AdapterViewAnimator and AdapterViewFlipper which are versions of ViewAn...Adam Cohen2010-07-221-0/+455