summaryrefslogtreecommitdiffstats
path: root/core/java/android/widget/StackView.java
Commit message (Expand)AuthorAgeFilesLines
* Fixing a couple StackView bugs:Adam Cohen2011-01-211-2/+6
* Cleaning up some StackView bad behaviorAdam Cohen2011-01-201-33/+7
* Addressing API Review docs bugs:Adam Cohen2011-01-201-0/+15
* Fixing StackView bug (Issue: 3321912)Adam Cohen2011-01-161-5/+2
* Fixing StackView bugs:Adam Cohen2011-01-161-15/+31
* Fixing StackView rotation bugsAdam Cohen2011-01-141-26/+51
* Fixing bug where StackView doesn't clip it's children correctlyAdam Cohen2011-01-101-0/+12
* Fixing leak in StackViewAdam Cohen2010-12-171-6/+20
* Changing StackView layout to space items differentlyAdam Cohen2010-12-161-22/+74
* Fix in StackView layoutAdam Cohen2010-12-151-1/+1
* New stack visualizationAdam Cohen2010-12-141-37/+55
* Preventing StackView auto-advance during / near interactionAdam Cohen2010-12-031-0/+13
* Implement smarter sizing of WRAP_CONTENT windows.Dianne Hackborn2010-12-031-9/+25
* Fixing issue #3200503Adam Cohen2010-11-181-1/+1
* Reduce amount of garbage created when flipping StackViewsPatrick Dubroy2010-11-161-17/+22
* Adding click feedback to StackViewAdam Cohen2010-11-121-3/+52
* -Prevent StackView from advancing while interacting with itAdam Cohen2010-11-121-36/+35
* Adding widget auto-advance capabilityAdam Cohen2010-11-101-0/+3
* Adding click feedback to widget collectionsAdam Cohen2010-11-011-0/+3
* - Made showNext() and showPrevious() on StackView remotableAdam Cohen2010-10-261-14/+53
* -> Fixing a bug where AdapterViewAnimator doesn't refresh correctlyAdam Cohen2010-10-251-1/+6
* Fixing the case of less than or equal to 5 items in StackViewAdam Cohen2010-10-241-28/+36
* Cleaned up the way StackView draws outside of its boundsAdam Cohen2010-10-181-38/+37
* Fix clipping issue in StackView.Romain Guy2010-10-151-10/+8
* Remove generics from Animator APIsChet Haase2010-10-141-30/+27
* Revert "Remove generics from Animator APIs"Romain Guy2010-10-141-27/+30
* Remove generics from Animator APIsChet Haase2010-10-141-30/+27
* Fixing AdapterViewAnimator crash when associated adapter is emptyAdam Cohen2010-10-061-1/+3
* Added looping parameter to AdapterViewAnimator / StackViewAdam Cohen2010-10-011-3/+4
* Fixing issue where notifyDataSetChanged was not properly being called while n...Winson Chung2010-09-291-0/+1
* Fixing StackView rendering bug exposed by recent Launcher changeAdam Cohen2010-09-161-6/+4
* -> Fixing some layout issues in StackViewAdam Cohen2010-09-101-27/+45
* Fixing a bug where StackView wasn't always laid outAdam Cohen2010-09-091-15/+28
* Rename several animation classesChet Haase2010-09-081-9/+9
* -> Implemented new visualization for StackViewAdam Cohen2010-09-031-128/+256
* -> Added the ability to specify an AdapterView's empty viewAdam Cohen2010-08-261-0/+7
* Cleanup and bug fixes in StackViewAdam Cohen2010-08-251-77/+220
* -> Added edge behaviour for StackView (what to do atAdam Cohen2010-08-181-42/+114
* -> Added 3D rotation to the StackView transitionAdam Cohen2010-08-171-18/+69
* Fix possible ClassCastException in StackView.Romain Guy2010-08-161-27/+23
* -> Refactored and cleaned up dragging / animationsAdam Cohen2010-08-131-108/+205
* Preliminary implementation of StackView, which extends AdapterViewAnimator.Adam Cohen2010-08-101-0/+487