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
/
transition
Commit message (
Expand
)
Author
Age
Files
Lines
*
Avoid changeBounds animations on Views that are not yet laidout
Chris Craik
2014-10-06
1
-7
/
+10
*
Fix ChangeTransform works only once on a View.
George Mount
2014-10-01
1
-3
/
+9
*
Target only shared elements with shared element Transition
George Mount
2014-09-19
1
-2
/
+2
*
Merge "Fix broken logic in isValidTarget" into lmp-dev
George Mount
2014-09-18
1
-2
/
+2
|
\
|
*
Fix broken logic in isValidTarget
George Mount
2014-09-18
1
-2
/
+2
*
|
Default to using hardware layer during fade transition.
George Mount
2014-09-17
1
-0
/
+12
|
/
*
Fixed OOM due to visibility transitions.
George Mount
2014-09-15
2
-31
/
+80
*
Made Transitions act only the views that they target.
George Mount
2014-09-12
3
-39
/
+45
*
Merge "Fixed empty TransitionSet not notifying listeners." into lmp-dev
George Mount
2014-09-11
1
-3
/
+9
|
\
|
*
Fixed empty TransitionSet not notifying listeners.
George Mount
2014-09-11
1
-3
/
+9
*
|
Merge "Fixed: TransitionSet setStartDelay did nothing." into lmp-dev
George Mount
2014-09-11
1
-1
/
+14
|
\
\
|
*
|
Fixed: TransitionSet setStartDelay did nothing.
George Mount
2014-09-11
1
-1
/
+14
|
|
/
*
|
Omit appearing views that have a parent that is also appearing.
Craig Stout
2014-09-10
1
-0
/
+12
*
|
Merge "Only call setHasTransientState in captureHierarchy." into lmp-dev
George Mount
2014-09-08
2
-8
/
+12
|
\
\
|
*
|
Only call setHasTransientState in captureHierarchy.
George Mount
2014-09-05
2
-8
/
+12
|
|
/
*
|
Merge "Improve Visibility parent value check." into lmp-dev
George Mount
2014-09-08
1
-6
/
+10
|
\
\
|
|
/
|
/
|
|
*
Improve Visibility parent value check.
George Mount
2014-09-07
1
-6
/
+10
*
|
API Review: Improve javadoc.
George Mount
2014-09-05
5
-36
/
+89
|
/
*
Merge "Fix ChangeTransform to work with interruptions" into lmp-dev
George Mount
2014-09-03
1
-12
/
+24
|
\
|
*
Fix ChangeTransform to work with interruptions
George Mount
2014-09-03
1
-12
/
+24
*
|
Merge "Fix TransitionManager.go() to allow null transitions" into lmp-dev
Chet Haase
2014-09-03
1
-3
/
+7
|
\
\
|
*
|
Fix TransitionManager.go() to allow null transitions
Chet Haase
2014-09-03
1
-3
/
+7
*
|
|
Merge "Make Fragment Transitions match Acitivty Transitions API" into lmp-dev
George Mount
2014-09-03
1
-0
/
+27
|
\
\
\
|
|
|
/
|
|
/
|
|
*
|
Make Fragment Transitions match Acitivty Transitions API
George Mount
2014-09-02
1
-0
/
+27
|
|
/
*
|
Merge "Use offsetLeftAndRight and offsetTopAndBottom in ChangeBounds." into l...
George Mount
2014-08-29
1
-18
/
+74
|
\
\
|
|
/
|
/
|
|
*
Use offsetLeftAndRight and offsetTopAndBottom in ChangeBounds.
George Mount
2014-08-28
1
-18
/
+74
*
|
Merge "Fix NPE when transitioning on unattached scene root." into lmp-dev
George Mount
2014-08-28
1
-2
/
+2
|
\
\
|
|
/
|
/
|
|
*
Fix NPE when transitioning on unattached scene root.
George Mount
2014-08-28
1
-2
/
+2
*
|
Update API per council requests
Craig Mautner
2014-08-25
1
-3
/
+3
|
/
*
Add Parent Change to ChangeTransform
Dake Gu
2014-08-21
6
-124
/
+407
*
Fixed ChangeBounds matching against the wrong View.
George Mount
2014-08-19
3
-66
/
+110
*
Set start transform before animator starts.
George Mount
2014-08-19
1
-0
/
+1
*
Add a way to get Transitions from a TransitionSet.
George Mount
2014-08-19
1
-0
/
+25
*
Move shared elements to overlay when in a transition group.
George Mount
2014-08-08
1
-2
/
+2
*
Fix visibility propagation check.
George Mount
2014-07-31
2
-2
/
+6
*
Add default propagation back to Explode.
George Mount
2014-07-29
1
-0
/
+1
*
Allow changing bounds to and from a zero-sized bounds.
George Mount
2014-07-28
1
-1
/
+1
*
TransitionSet: fix excludeTarget not working
Dake Gu
2014-07-25
1
-0
/
+2
*
Fix Monkey NPE.
George Mount
2014-07-25
1
-6
/
+8
*
Adds ScrollBounds to the Transition framework
Paul Soulos
2014-07-22
4
-14
/
+129
*
API Council: Change docs and constant names.
George Mount
2014-07-22
3
-42
/
+22
*
Fix NPE during construction from XML.
George Mount
2014-07-15
1
-1
/
+1
*
Remove modified APIs
George Mount
2014-07-11
2
-45
/
+0
*
Don't change View visibility during activity transitions.
George Mount
2014-07-10
4
-14
/
+54
*
Fix targeting transition by transitionName.
George Mount
2014-07-01
1
-1
/
+1
*
Add curved motion to Transitions.
George Mount
2014-06-30
17
-219
/
+915
*
Merge "Don't use overlay to transition ImageViews."
George Mount
2014-06-27
5
-634
/
+248
|
\
|
*
Don't use overlay to transition ImageViews.
George Mount
2014-06-25
5
-634
/
+248
*
|
Add IN/OUT flag for all Visibility transitions.
George Mount
2014-06-26
3
-15
/
+55
*
|
Merge "Allow custom transitions from XML."
George Mount
2014-06-25
2
-0
/
+30
|
\
\
|
|
/
|
/
|
[next]