summaryrefslogtreecommitdiff
path: root/core/java/android/transition
Commit message (Expand)AuthorAgeFilesLines
* Add Parent Change to ChangeTransformDake Gu2014-08-216-124/+407
* Fixed ChangeBounds matching against the wrong View.George Mount2014-08-193-66/+110
* Set start transform before animator starts.George Mount2014-08-191-0/+1
* Add a way to get Transitions from a TransitionSet.George Mount2014-08-191-0/+25
* Move shared elements to overlay when in a transition group.George Mount2014-08-081-2/+2
* Fix visibility propagation check.George Mount2014-07-312-2/+6
* Add default propagation back to Explode.George Mount2014-07-291-0/+1
* Allow changing bounds to and from a zero-sized bounds.George Mount2014-07-281-1/+1
* TransitionSet: fix excludeTarget not workingDake Gu2014-07-251-0/+2
* Fix Monkey NPE.George Mount2014-07-251-6/+8
* Adds ScrollBounds to the Transition frameworkPaul Soulos2014-07-224-14/+129
* API Council: Change docs and constant names.George Mount2014-07-223-42/+22
* Fix NPE during construction from XML.George Mount2014-07-151-1/+1
* Remove modified APIsGeorge Mount2014-07-112-45/+0
* Don't change View visibility during activity transitions.George Mount2014-07-104-14/+54
* Fix targeting transition by transitionName.George Mount2014-07-011-1/+1
* Add curved motion to Transitions.George Mount2014-06-3017-219/+915
* Merge "Don't use overlay to transition ImageViews."George Mount2014-06-275-634/+248
|\
| * Don't use overlay to transition ImageViews.George Mount2014-06-255-634/+248
* | Add IN/OUT flag for all Visibility transitions.George Mount2014-06-263-15/+55
* | Merge "Allow custom transitions from XML."George Mount2014-06-252-0/+30
|\ \ | |/ |/|
| * Allow custom transitions from XML.George Mount2014-06-192-0/+30
* | Revert "Revert "API Review: Change View viewName attribute to transitionName.""George Mount2014-06-233-53/+62
* | Revert "API Review: Change View viewName attribute to transitionName."John Reck2014-06-233-62/+53
* | API Review: Change View viewName attribute to transitionName.George Mount2014-06-203-53/+62
|/
* Handle interruptions in Explode and Slide transitions.George Mount2014-06-183-186/+224
* Fix blinking animation during Visibility transitions.George Mount2014-06-182-33/+39
* Allow antroid.transition Transitions in fragments.George Mount2014-06-173-8/+150
* Prevent transitions from calling createAnimator for invalid views.George Mount2014-06-111-61/+61
* API review: Constants to Gravity and Epicenter.George Mount2014-06-054-66/+26
* Fix for quick "back" in Activity Transitions.George Mount2014-05-201-1/+1
* Allow changing order of matching Views in Transitions.George Mount2014-05-142-14/+151
* Merge "Check for null Drawable in MoveImage"George Mount2014-05-131-2/+6
|\
| * Check for null Drawable in MoveImageGeorge Mount2014-05-131-2/+6
* | Add view name to Transition matching.George Mount2014-05-135-272/+412
|/
* Merge "Fix mismatch in Transition ID/instances"George Mount2014-05-081-47/+13
|\
| * Fix mismatch in Transition ID/instancesGeorge Mount2014-05-071-47/+13
* | Add ImageView-specific shared element activity transition code.George Mount2014-05-051-5/+17
|/
* Fixed transition start delay propagation when duration = 0.George Mount2014-05-012-6/+14
* Add mechanism for Transitions to target a class.George Mount2014-04-292-28/+54
* Add Transform and ClipBounds Transitions.George Mount2014-04-295-11/+287
* Add ability to exclude Views in transition XML.George Mount2014-04-292-9/+20
* Merge "Fade Transition sometimes disappeared improperly."George Mount2014-04-282-8/+7
|\
| * Fade Transition sometimes disappeared improperly.George Mount2014-04-252-8/+7
* | Properly filter out excluded views in createAnimators() call.George Mount2014-04-221-0/+34
|/
* Split Activity Transitions out of PhoneWindow.George Mount2014-04-174-58/+7
* Add Transitions useful for Activity transitions.George Mount2014-04-0713-253/+1979
* Fix problem with Animators pausing the wrong Window.George Mount2014-03-063-17/+29
* Change Activity Scene Transitions to be more automatic redo.George Mount2014-02-263-174/+64
* Revert "Change Activity Scene Transitions to be more automatic."George Mount2014-02-263-64/+174