| Commit message (Expand) | Author | Age | Files | Lines |
* | Add end functionality to LayoutTransition | Chet Haase | 2011-09-07 | 1 | -1/+20 |
* | Fix artifact with LayoutTransitions on disappearing window. | Chet Haase | 2011-09-02 | 1 | -1/+1 |
* | Merge "Make some methods/fields package private so that layoutlib can access ... | Xavier Ducrohet | 2011-08-11 | 1 | -2/+2 |
|\ |
|
| * | Make some methods/fields package private so that layoutlib can access them. | Xavier Ducrohet | 2011-08-11 | 1 | -2/+2 |
* | | Fix behavior of custom animations for LayoutTransition. | Chet Haase | 2011-08-11 | 1 | -2/+10 |
|/ |
|
* | Fix cancellation of AnimatorSet when child animation has delay | Chet Haase | 2011-08-08 | 3 | -20/+73 |
* | Fix AnimatorSet cancellation issues | Chet Haase | 2011-08-04 | 3 | -9/+22 |
* | Removed unused import from AnimatorSet. | Martijn Coenen | 2011-08-02 | 1 | -1/+0 |
* | Fix ConcurrentModificationException in AnimatorSet. | Martijn Coenen | 2011-07-29 | 1 | -1/+5 |
* | Merge "Fixed animation ordering bug in LayoutTransition." | Chet Haase | 2011-07-18 | 1 | -20/+24 |
|\ |
|
| * | Fixed animation ordering bug in LayoutTransition. | Chet Haase | 2011-07-18 | 1 | -19/+23 |
* | | Fix leak in LayoutTransition | Chet Haase | 2011-07-15 | 1 | -3/+3 |
|/ |
|
* | Fix Animator cancel() behavior | Chet Haase | 2011-07-12 | 2 | -71/+91 |
* | Add 'Property' object | Chet Haase | 2011-06-08 | 5 | -91/+363 |
* | Add ability to transition parent hierarchy in layout transitions | Chet Haase | 2011-05-24 | 1 | -115/+199 |
* | Minor javadoc enhancements | Chet Haase | 2011-05-06 | 1 | -0/+12 |
* | Fix bitfield bug with vertex shader selection | Chet Haase | 2011-04-22 | 1 | -3/+3 |
* | Fix bug with values in cloned animators. | Chet Haase | 2011-04-04 | 1 | -5/+3 |
* | Cancel LayoutTransition animations selectively | Chet Haase | 2011-03-02 | 1 | -23/+85 |
* | Add ViewPropertyAnimator for easy animation of View properties | Chet Haase | 2011-02-25 | 1 | -0/+16 |
* | Merge "Fix bug with bad state in animators" | Chet Haase | 2011-02-23 | 1 | -0/+1 |
|\ |
|
| * | Fix bug with bad state in animators | Chet Haase | 2011-02-23 | 1 | -0/+1 |
* | | am 02be2f1d: am 2788e4f9: docs: fix some typos | Scott Main | 2011-02-23 | 1 | -1/+1 |
|\ \
| |/
|/| |
|
| * | docs: fix some typos | Scott Main | 2011-02-23 | 1 | -1/+1 |
* | | Fix invalidation bug with View bounds properties | Chet Haase | 2011-02-16 | 4 | -0/+37 |
* | | Merge "Fix when >2 keyframes supplied" | Chet Haase | 2011-02-15 | 2 | -6/+6 |
|\ \ |
|
| * | | Fix when >2 keyframes supplied | Chet Haase | 2011-02-11 | 2 | -6/+6 |
| |/ |
|
* | | Fix animation and layoutTransition issues. | Chet Haase | 2011-02-09 | 2 | -13/+38 |
|/ |
|
* | Fixed LayoutTransition bug moving multiple views | Chet Haase | 2011-01-28 | 1 | -9/+36 |
* | Use optimized display lists for all hwaccelerated rendering | Chet Haase | 2011-01-24 | 1 | -3/+16 |
* | Doc change: animation devguide topic | Robert Ly | 2011-01-19 | 1 | -2/+17 |
* | Add a method for clearing all animations on a thread. | Patrick Dubroy | 2011-01-16 | 1 | -0/+12 |
* | Fix latent bug with reinitializing an ObjectAnimator. | Patrick Dubroy | 2011-01-16 | 1 | -1/+2 |
* | Fix animation bugs caused by weak reference | Patrick Dubroy | 2011-01-16 | 1 | -59/+32 |
* | Remove obsolete DoubleEvaluator | Chet Haase | 2011-01-16 | 5 | -55/+11 |
* | fix sdk build breakage; remove invalid @note tag | Scott Main | 2011-01-14 | 1 | -1/+2 |
* | Allow old view hierarchy to be GC'ed more quickly during rotation. | Patrick Dubroy | 2011-01-14 | 1 | -32/+58 |
* | Supress layout requests while a LayoutTransition is running. | Chet Haase | 2011-01-12 | 1 | -14/+38 |
* | Rename RGBEvaluator to ArgbEvaluator | Chet Haase | 2011-01-11 | 3 | -3/+3 |
* | Add start/endTransition events for CHANGE transitions | Chet Haase | 2011-01-09 | 1 | -0/+20 |
* | Reuse display lists at the java level. | Chet Haase | 2011-01-05 | 1 | -5/+5 |
* | Fix incorrect anonymous AnimatorListenerAdapter. | Ben Komalo | 2010-12-16 | 1 | -4/+8 |
* | Fix minor animation and doc issues | Chet Haase | 2010-12-16 | 1 | -2/+11 |
* | Merge "Adding TimeAnimator capability (hidden for now)" | Chet Haase | 2010-12-14 | 2 | -7/+85 |
|\ |
|
| * | Adding TimeAnimator capability (hidden for now) | Chet Haase | 2010-12-14 | 2 | -7/+85 |
* | | Fix artifact with concurrent add/remove LayoutTransitions | Chet Haase | 2010-12-13 | 1 | -6/+19 |
|/ |
|
* | Add ability to reuse bitmaps when loading new content | Chet Haase | 2010-12-09 | 1 | -2/+2 |
* | Add space after property name in error message | Makoto Onuki | 2010-12-07 | 1 | -1/+1 |
* | Remove broken doc link to removed method | Chet Haase | 2010-12-07 | 1 | -12/+8 |
* | Change cancel/end behavior of animations to be synchronous | Chet Haase | 2010-12-07 | 5 | -114/+114 |