index
:
frameworks_base.git
master
replicant-6.0
frameworks base
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
core
/
java
/
android
/
animation
Commit message (
Expand
)
Author
Age
Files
Lines
*
Make the TimeAnimator class public.
Chet Haase
2012-02-03
1
-12
/
+11
*
Fix bug in LayoutTransition that caused views to stay invisible
Chet Haase
2012-02-02
1
-14
/
+16
*
Add Developer Option setting for Animator scaling.
Chet Haase
2012-02-02
1
-11
/
+9
*
Add Developer Option setting for Animator scaling.
Chet Haase
2012-02-01
1
-4
/
+20
*
Fix bug in LayoutTransition for INVISIBLE views
Chet Haase
2012-01-30
1
-10
/
+70
*
Bug fix for android.animation.LayoutTransition getStartDelay (int transitionT...
Rajdeep Dua
2012-01-05
1
-4
/
+4
*
am 201469f5: am bb7f590a: Merge "docs: Add developer guide cross-references, ...
Joe Fernandez
2011-12-22
4
-5
/
+26
|
\
|
*
docs: Add developer guide cross-references, Project ACRE, round 4
Joe Fernandez
2011-12-22
4
-5
/
+26
*
|
Use a Choreographer to schedule animation and drawing.
Jeff Brown
2011-12-05
1
-110
/
+120
*
|
Refactor ValueAnimator to reduce use of ThreadLocals.
Jeff Brown
2011-12-05
1
-87
/
+58
|
/
*
Fix leak in LayoutTransition
Chet Haase
2011-11-10
1
-0
/
+9
*
Fix issue #5367164: memory leak in LayoutTransition
Chet Haase
2011-10-06
1
-4
/
+8
*
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
[next]