| Commit message (Expand) | Author | Age | Files | Lines |
* | Fixing a couple StackView bugs: | Adam Cohen | 2011-01-21 | 1 | -2/+6 |
* | Cleaning up some StackView bad behavior | Adam Cohen | 2011-01-20 | 1 | -33/+7 |
* | Addressing API Review docs bugs: | Adam Cohen | 2011-01-20 | 1 | -0/+15 |
* | Fixing StackView bug (Issue: 3321912) | Adam Cohen | 2011-01-16 | 1 | -5/+2 |
* | Fixing StackView bugs: | Adam Cohen | 2011-01-16 | 1 | -15/+31 |
* | Fixing StackView rotation bugs | Adam Cohen | 2011-01-14 | 1 | -26/+51 |
* | Fixing bug where StackView doesn't clip it's children correctly | Adam Cohen | 2011-01-10 | 1 | -0/+12 |
* | Fixing leak in StackView | Adam Cohen | 2010-12-17 | 1 | -6/+20 |
* | Changing StackView layout to space items differently | Adam Cohen | 2010-12-16 | 1 | -22/+74 |
* | Fix in StackView layout | Adam Cohen | 2010-12-15 | 1 | -1/+1 |
* | New stack visualization | Adam Cohen | 2010-12-14 | 1 | -37/+55 |
* | Preventing StackView auto-advance during / near interaction | Adam Cohen | 2010-12-03 | 1 | -0/+13 |
* | Implement smarter sizing of WRAP_CONTENT windows. | Dianne Hackborn | 2010-12-03 | 1 | -9/+25 |
* | Fixing issue #3200503 | Adam Cohen | 2010-11-18 | 1 | -1/+1 |
* | Reduce amount of garbage created when flipping StackViews | Patrick Dubroy | 2010-11-16 | 1 | -17/+22 |
* | Adding click feedback to StackView | Adam Cohen | 2010-11-12 | 1 | -3/+52 |
* | -Prevent StackView from advancing while interacting with it | Adam Cohen | 2010-11-12 | 1 | -36/+35 |
* | Adding widget auto-advance capability | Adam Cohen | 2010-11-10 | 1 | -0/+3 |
* | Adding click feedback to widget collections | Adam Cohen | 2010-11-01 | 1 | -0/+3 |
* | - Made showNext() and showPrevious() on StackView remotable | Adam Cohen | 2010-10-26 | 1 | -14/+53 |
* | -> Fixing a bug where AdapterViewAnimator doesn't refresh correctly | Adam Cohen | 2010-10-25 | 1 | -1/+6 |
* | Fixing the case of less than or equal to 5 items in StackView | Adam Cohen | 2010-10-24 | 1 | -28/+36 |
* | Cleaned up the way StackView draws outside of its bounds | Adam Cohen | 2010-10-18 | 1 | -38/+37 |
* | Fix clipping issue in StackView. | Romain Guy | 2010-10-15 | 1 | -10/+8 |
* | Remove generics from Animator APIs | Chet Haase | 2010-10-14 | 1 | -30/+27 |
* | Revert "Remove generics from Animator APIs" | Romain Guy | 2010-10-14 | 1 | -27/+30 |
* | Remove generics from Animator APIs | Chet Haase | 2010-10-14 | 1 | -30/+27 |
* | Fixing AdapterViewAnimator crash when associated adapter is empty | Adam Cohen | 2010-10-06 | 1 | -1/+3 |
* | Added looping parameter to AdapterViewAnimator / StackView | Adam Cohen | 2010-10-01 | 1 | -3/+4 |
* | Fixing issue where notifyDataSetChanged was not properly being called while n... | Winson Chung | 2010-09-29 | 1 | -0/+1 |
* | Fixing StackView rendering bug exposed by recent Launcher change | Adam Cohen | 2010-09-16 | 1 | -6/+4 |
* | -> Fixing some layout issues in StackView | Adam Cohen | 2010-09-10 | 1 | -27/+45 |
* | Fixing a bug where StackView wasn't always laid out | Adam Cohen | 2010-09-09 | 1 | -15/+28 |
* | Rename several animation classes | Chet Haase | 2010-09-08 | 1 | -9/+9 |
* | -> Implemented new visualization for StackView | Adam Cohen | 2010-09-03 | 1 | -128/+256 |
* | -> Added the ability to specify an AdapterView's empty view | Adam Cohen | 2010-08-26 | 1 | -0/+7 |
* | Cleanup and bug fixes in StackView | Adam Cohen | 2010-08-25 | 1 | -77/+220 |
* | -> Added edge behaviour for StackView (what to do at | Adam Cohen | 2010-08-18 | 1 | -42/+114 |
* | -> Added 3D rotation to the StackView transition | Adam Cohen | 2010-08-17 | 1 | -18/+69 |
* | Fix possible ClassCastException in StackView. | Romain Guy | 2010-08-16 | 1 | -27/+23 |
* | -> Refactored and cleaned up dragging / animations | Adam Cohen | 2010-08-13 | 1 | -108/+205 |
* | Preliminary implementation of StackView, which extends AdapterViewAnimator. | Adam Cohen | 2010-08-10 | 1 | -0/+487 |