summaryrefslogtreecommitdiffstats
path: root/core/java/android/widget/StackView.java
Commit message (Expand)AuthorAgeFilesLines
* - 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