index
:
frameworks_base.git
replicant-2.2
replicant-2.3
replicant-4.0
replicant-4.2
replicant-6.0
frameworks/base
git repository hosting
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 LayoutTransition.setInterpolator() actually do something
Chet Haase
2013-10-10
1
-5
/
+33
*
Merge "Reversing immediately after starting animator ends it" into klp-dev
Chet Haase
2013-09-11
1
-0
/
+2
|
\
|
*
Reversing immediately after starting animator ends it
Chet Haase
2013-09-06
1
-0
/
+2
*
|
Transition API changes from API council recommendations
Chet Haase
2013-09-04
2
-14
/
+4
|
/
*
Fix typo in JavaDoc for TypeEvaluator.
Sascha Haeberling
2013-08-15
1
-2
/
+2
*
pause/resume for Animators
Chet Haase
2013-08-12
4
-5
/
+257
*
Optimize calls to Trace for animators
Chet Haase
2013-06-04
1
-4
/
+8
*
Give animators more useful names in systrace
Chet Haase
2013-04-24
2
-4
/
+40
*
Remove Animatable interface
Chet Haase
2013-04-16
2
-81
/
+50
*
Merge "API and doc cleanup, plus small animation/UI features" into jb-mr2-dev
Chet Haase
2013-04-12
4
-48
/
+108
|
\
|
*
API and doc cleanup, plus small animation/UI features
Chet Haase
2013-04-12
4
-48
/
+108
*
|
Trace ValueAnimator based animations in systrace
Romain Guy
2013-04-10
1
-10
/
+13
|
/
*
Make adding views specific to a ViewGroup's overlay
Chet Haase
2013-04-08
1
-1
/
+1
*
Adding small animation features
Chet Haase
2013-04-04
1
-0
/
+45
*
Add auto-cancel ability to ObjectAnimator
Chet Haase
2013-03-20
2
-8
/
+83
*
Merge "Reset reverse state when an animator ends" into jb-mr2-dev
Chet Haase
2013-03-15
1
-0
/
+1
|
\
|
*
Reset reverse state when an animator ends
Chet Haase
2013-03-15
1
-0
/
+1
*
|
Merge "Log warning when animator detects NaN value" into jb-mr2-dev
Chet Haase
2013-03-15
1
-2
/
+15
|
\
\
|
*
|
Log warning when animator detects NaN value
Chet Haase
2013-03-15
1
-2
/
+15
|
|
/
*
|
Use same default duration (300) for animator resources as for other animators
Chet Haase
2013-03-15
1
-1
/
+1
|
/
*
am 768d9e1a: Merge "Correct executable bit for source files"
Kenny Root
2012-11-07
1
-0
/
+0
|
\
|
*
Correct executable bit for source files
Kenny Root
2012-11-07
1
-0
/
+0
*
|
end() a reverse()'d animation correctly
Chet Haase
2012-09-12
1
-7
/
+1
*
|
Fix clone() for Animators with just a 'to' value
Chet Haase
2012-09-10
1
-3
/
+7
*
|
Make animators more robust against ending mid-stream
Chet Haase
2012-08-16
1
-18
/
+11
*
|
Apply ValueAnimator scale factor immediately in WM.
Jeff Brown
2012-08-15
1
-0
/
+7
*
|
New status bar capable of multiple sliding panels.
Daniel Sandler
2012-08-13
1
-0
/
+6
*
|
Fix shift/mask error in ArtbEvaluator
Chet Haase
2012-08-09
1
-2
/
+2
|
/
*
docs: fix several links
Scott Main
2012-06-22
1
-1
/
+1
*
Clone the list of listeners before notifing any event.
Luca Zanolin
2012-06-19
1
-16
/
+36
*
Skip LayoutTransition animations on objects of size (0,0)
Chet Haase
2012-06-01
1
-0
/
+8
*
Avoid running layout transitions on unattached views and windows
Chet Haase
2012-05-23
1
-0
/
+9
*
Improve animation timing.
Jeff Brown
2012-05-07
1
-1
/
+1
*
Better error logs for faulty ObjectAnimators
Chet Haase
2012-05-03
1
-10
/
+22
*
Use choreographer frame time to schedule animations.
Jeff Brown
2012-04-26
2
-61
/
+45
*
Fix logic of animator start/cancel/end callbacks
Chet Haase
2012-04-17
2
-17
/
+35
*
Adding new CHANGING transition to LayoutTransition.
Chet Haase
2012-04-17
1
-64
/
+273
*
Fix AnimatorSet duration issue
Chet Haase
2012-04-12
1
-5
/
+9
*
Enable vsync traversals by default.
Jeff Brown
2012-03-29
1
-1
/
+1
*
Reduce redundant animation processing
Chet Haase
2012-03-16
1
-11
/
+13
*
Fix obvious typos under frameworks/base/core
Ken Wakasa
2012-03-09
2
-3
/
+3
*
Use the Choreographer for Drawable animations.
Jeff Brown
2012-03-07
1
-1
/
+1
*
Simplify Choreographer API.
Jeff Brown
2012-02-15
1
-15
/
+9
*
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
|
\
[next]