summaryrefslogtreecommitdiffstats
path: root/core/java/android/widget/StackView.java
Commit message (Expand)AuthorAgeFilesLines
* We can now (kind-of) change screen density on the fly.Dianne Hackborn2012-08-031-2/+2
* Exposing some accessiblity actions only for enabled views.Svetoslav Ganov2012-05-161-5/+10
* Add accessibility scroll support to some widgets.Svetoslav Ganov2012-05-151-0/+30
* Revert "Adding getters/setters for StackView xml attrs. (Bug 6104219)"Winson Chung2012-05-011-40/+0
* Adding getters/setters for StackView xml attrs. (Bug 6104219)Winson Chung2012-04-301-0/+40
* AccessibilityEvent/AccessibilityNodeInfo class name property should be set to...Svetoslav Ganov2012-01-171-0/+14
* Removing fades on last item in StackView for major FPS improvement on PrimeAdam Cohen2011-10-211-39/+6
* Updating javadoc for StackView constructors (4554433)Winson Chung2011-09-061-0/+9
* Clear the bitmap from the canvas in a lot of places.Dianne Hackborn2011-08-021-0/+2
* Code cleanup.Romain Guy2011-05-251-5/+2
* Fixing AdapterViewAnimator onItemClick compatibilityAdam Cohen2011-04-061-2/+2
* Making StackView res-out and click feedback colors stylableAdam Cohen2011-04-011-11/+29
* Fixing inconsistency between invalidate region and draw regionAdam Cohen2011-03-081-5/+17
* Adding mouse scroll wheel support to StackViewAdam Cohen2011-03-011-0/+36
* StackView rendering fix for non-hardware accelerated apps and hardware layersAdam Cohen2011-02-161-2/+4
* Fixing static StackView scenario (Issue: 3399844)Adam Cohen2011-01-271-2/+6
* Fixing some ugly StackView relayouts on rotationAdam Cohen2011-01-261-11/+4
* Cleaning up StackViewAdam Cohen2011-01-251-53/+139
* 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