summaryrefslogtreecommitdiff
path: root/core/java/android/app/FragmentTransition.java
Commit message (Expand)AuthorAgeFilesLines
* Remove transition listener in MultiListener and FragmentTransitionAndrey Kulikov2018-10-221-0/+5
* Address API council feedback.George Mount2017-04-261-36/+37
* Merge "Fix/suppress error-prone warnings in framework's fragment." into oc-devAurimas Liutikas2017-04-211-1/+2
|\
| * Fix/suppress error-prone warnings in framework's fragment.Aurimas Liutikas2017-04-201-1/+2
* | Update more implementations of findViewById()Alan Viverette2017-04-131-2/+2
|/
* Fix NPE when combining pop with add transaction.George Mount2017-03-011-5/+10
* Merge "Extract and unhide TransitionListenerAdapter"Ben Weiss2017-02-061-2/+3
|\
| * Extract and unhide TransitionListenerAdapterBen Weiss2016-11-171-2/+3
* | Primary navigation fragmentsAdam Powell2017-01-271-8/+13
* | Protect use of onFindViewById for Fragment Transitions.George Mount2017-01-171-2/+8
* | Fix focus problems when using optimized fragment transactions.George Mount2017-01-111-2/+3
* | Fix NPE when a shared element doesn't have a matching transitionName.George Mount2016-11-211-5/+34
|/
* Use safe access to OnPreDrawListener.George Mount2016-11-151-76/+50
* Fix hide fragment transitionGeorge Mount2016-10-271-0/+33
* Add the ability to postpone transitions.George Mount2016-10-071-0/+1330