summaryrefslogtreecommitdiff
path: root/core/java/android/transition
Commit message (Expand)AuthorAgeFilesLines
* Use new UnsupportedAppUsage annotation.Artur Satayev2020-01-094-4/+4
* Not to remove the same animator twiceyoshiki iguchi2019-04-151-9/+14
* Change platform Scene.getCurrentScene parameter from View to ViewGroupAndrey Kulikov2018-12-171-10/+10
* Made View.setLeftTopRightBottom() publicAndrey Kulikov2018-11-291-2/+3
* Restrict unsupported API usage to Scene#mEnterAction/mExitAction/setCurrentSceneAndrey Kulikov2018-11-291-3/+4
* Merge "Make transitions Scene.getCurrentScene() public"TreeHugger Robot2018-11-011-5/+9
|\
| * Make transitions Scene.getCurrentScene() publicAndrey Kulikov2018-11-011-5/+9
* | Improve platform TransitionSet behaviorAndrey Kulikov2018-10-311-5/+11
|/
* Merge "Reuse overlay view between two Visibility transitions"TreeHugger Robot2018-10-293-68/+107
|\
| * Reuse overlay view between two Visibility transitionsAndrey Kulikov2018-10-183-68/+107
* | Remove transition listener in MultiListener and FragmentTransitionAndrey Kulikov2018-10-221-0/+1
|/
* Fix crash in RecyclerView if it's view is animated by TransitionsAndrey Kulikov2018-10-151-4/+20
* Merge "Fix ChangeImageTransform for drawables without intrinsic size"TreeHugger Robot2018-09-281-32/+13
|\
| * Fix ChangeImageTransform for drawables without intrinsic sizeAndrey Kulikov2018-09-281-32/+13
* | Keep scene change code in framework transitions in sync with AndroidXAndrey Kulikov2018-09-281-11/+10
|/
* Call Scene's exit action when use TransitionManager.go() with null transitionAndrey Kulikov2018-09-271-5/+11
* Fix IntDef's usages in the platform TransitionsAndrey Kulikov2018-09-073-4/+6
* Add @UnsupportedAppUsage annotationsMathew Inwood2018-08-304-0/+15
* Merge "Code reformatting for upcoming automated code changes." am: 3b2cd9244d...Mathew Inwood2018-08-211-2/+3
|\
| * Code reformatting for upcoming automated code changes.Mathew Inwood2018-08-171-2/+3
* | Fix broken links in @see tags in framework docs.Aurimas Liutikas2018-06-041-4/+2
* | Fix race condition with GC in TransitionManagerYuichi Araki2018-05-021-7/+9
* | Merge "Don't clear focus during transition animations" into pi-dev am: 09ba7e...Evan Rosky2018-05-011-32/+32
|\|
| * Don't clear focus during transition animationsEvan Rosky2018-04-231-32/+32
* | Transfer Interpolator from TransitionSet to child TransitionsGeorge Mount2018-03-161-3/+47
|/
* Switch to public API versionJohn Reck2018-02-121-15/+10
* Merge "Fix bug in calculating path in ArcMotion"TreeHugger Robot2018-02-081-2/+8
|\
| * Fix bug in calculating path in ArcMotionGeorge Mount2018-02-071-2/+8
* | Avoid improperly removing views during transitionsGeorge Mount2018-02-022-1/+9
|/
* Add more IntDef prefixes for auto-documenting.Jeff Sharkey2017-12-131-1/+4
* Fix Transition test failure.George Mount2017-09-291-4/+14
* Merge "Associate RenderNodes created for hw bitmap w/ views" into oc-mr1-devDoris Liu2017-09-281-3/+3
|\
| * Associate RenderNodes created for hw bitmap w/ viewsDoris Liu2017-09-271-3/+3
* | Fix crash when creating a HW Bitmap on a detached viewDoris Liu2017-09-251-1/+4
|/
* Use hardware bitmap for shared element snapshots.George Mount2017-08-231-6/+17
* Fix ChangeClipBounds to set final clip to null.George Mount2017-04-201-1/+14
* Ensure bounds are updated together.George Mount2017-04-071-8/+8
* Excluded Views don't go through Transition.George Mount2017-03-131-1/+3
* Recycle TypedArrays in Fade and TransitionInflaterYuichi Araki2017-02-102-0/+3
* Merge "Fix doc for setReparentWithOverlay"Yuichi Araki2017-02-071-3/+4
|\
| * Fix doc for setReparentWithOverlayYuichi Araki2017-02-031-3/+4
* | Merge "Extract and unhide TransitionListenerAdapter"Ben Weiss2017-02-064-30/+63
|\ \ | |/ |/|
| * Extract and unhide TransitionListenerAdapterBen Weiss2016-11-174-30/+63
* | Make ArcMotion material spec compliantBen Weiss2017-01-051-66/+60
|/
* Use safe access to OnPreDrawListener.George Mount2016-11-151-1/+7
* Fix import statement in view|transition|animation packages.Aurimas Liutikas2016-10-128-18/+17
* Fix TransitionManager.go with null Transition.George Mount2016-09-201-13/+13
* Merge "Return proper values from ChangeScroll.getTransitionProperties"TreeHugger Robot2016-06-271-0/+10
|\
| * Return proper values from ChangeScroll.getTransitionPropertiesGeorge Mount2016-06-241-0/+10
* | Make getTransition a @TestApi for CTS tests.George Mount2016-06-241-1/+4
|/