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
*
API Review: split out BidirectionalTypeConverter.
George Mount
2014-05-19
4
-18
/
+81
*
State based animators for Views
Yigit Boyar
2014-05-07
2
-1
/
+288
*
Doc fix in TypeEvaluator method docs
Chet Haase
2014-05-06
1
-1
/
+1
*
Add RevealAnimator
ztenghui
2014-03-27
1
-0
/
+141
*
Fix problem on Animator with a start delay.
George Mount
2014-03-21
1
-19
/
+18
*
AArch64: Use of long for pointers in PropertyValuesHolder
Ashok Bhat
2014-01-29
1
-44
/
+44
*
Add animations along a Path.
George Mount
2013-11-20
3
-7
/
+458
*
Merge "Add ofArgb to ObjectAnimator and ValueAnimator."
George Mount
2013-10-21
4
-1
/
+71
|
\
|
*
Add ofArgb to ObjectAnimator and ValueAnimator.
George Mount
2013-10-11
4
-1
/
+71
*
|
am a8382f70: am 1928bcbc: am 1d7b3dc1: Merge "Make LayoutTransition.setInterp...
Chet Haase
2013-10-10
1
-5
/
+33
|
\
\
|
|
/
|
/
|
|
*
Make LayoutTransition.setInterpolator() actually do something
Chet Haase
2013-10-10
1
-5
/
+33
*
|
Merge "Support for multiple value animations."
George Mount
2013-10-09
4
-0
/
+621
|
\
\
|
*
|
Support for multiple value animations.
George Mount
2013-10-07
4
-0
/
+621
*
|
|
Merge "Setter values can now have different type than animated values."
George Mount
2013-10-09
3
-20
/
+177
|
\
\
\
|
|
/
/
|
*
|
Setter values can now have different type than animated values.
George Mount
2013-10-07
3
-20
/
+177
|
|
/
*
|
Merge "Adds reuse Rect constructor for RectEvaluator."
George Mount
2013-10-09
1
-4
/
+43
|
\
\
|
*
|
Adds reuse Rect constructor for RectEvaluator.
George Mount
2013-10-07
1
-4
/
+43
|
|
/
*
|
Set evaluator after setting values so that it can take effect.
George Mount
2013-09-25
1
-1
/
+1
|
/
*
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
[next]