summaryrefslogtreecommitdiffstats
path: root/core/java/android/app/BackStackRecord.java
Commit message (Expand)AuthorAgeFilesLines
* Null checks to prevent NPEs in Fragments transactions.George Mount2015-07-211-4/+8
* Fix FragmentTransaction replace() behaviorEddie Ringle2015-06-291-1/+2
* Limit shared element transition to shared elements and children.George Mount2015-06-111-19/+83
* Clean up the enter transition even if there is not entering fragment.George Mount2015-06-041-4/+4
* Remove hidden/deleted APIs.George Mount2015-05-141-40/+0
* Remove dependency upon FragmentActivityTodd Kennedy2015-04-301-6/+6
* Fix transition not properly removing targets on completion.George Mount2015-04-101-1/+0
* Remove unused imports in frameworks/base.John Spurlock2015-02-281-1/+0
* Only modify add Transition targets when they aren't targeted.George Mount2014-11-061-21/+71
* Target only shared elements with shared element TransitionGeorge Mount2014-09-191-8/+35
* Fix exception when fragment container has no View.George Mount2014-09-181-0/+6
* Fixed enter/exit transitions working against shared elements.George Mount2014-09-151-14/+55
* Move capturing entering views until just before transition.George Mount2014-09-091-257/+208
* API Review: Change SharedElementListener to SharedElementCallback.George Mount2014-09-041-12/+12
* Make Fragment Transitions match Acitivty Transitions APIGeorge Mount2014-09-021-139/+624
* API Review: change fragment transition methods.George Mount2014-08-221-0/+18
* Revert "Revert "API Review: Change View viewName attribute to transitionName.""George Mount2014-06-231-9/+9
* Revert "API Review: Change View viewName attribute to transitionName."John Reck2014-06-231-9/+9
* API Review: Change View viewName attribute to transitionName.George Mount2014-06-201-9/+9
* Allow antroid.transition Transitions in fragments.George Mount2014-06-171-90/+454
* Use FastPrintWriter... everywhere.Dianne Hackborn2013-06-241-2/+5
* Work on issue #7232641: ISE crash when rotating phone in label list modeDianne Hackborn2012-09-271-53/+105
* Fix issue #6584942 IllegalStateException: Failure saving state...Dianne Hackborn2012-06-051-23/+38
* Fix issues 5158104 and 4981556 (fragment problems)Dianne Hackborn2011-08-291-29/+0
* Fix issue #5063010: Loaders don't seem to be properly...Dianne Hackborn2011-07-251-5/+16
* Back-port new fragment detach APIs from support lib.Dianne Hackborn2011-04-181-0/+48
* Add custom fragment anims to be run when popping backstackChet Haase2011-03-231-1/+29
* Fix a bunch of API review bugs.Dianne Hackborn2011-01-171-0/+8
* Fix issue #3258849: Grab thumbnail when exiting an app via backDianne Hackborn2010-12-131-6/+12
* Fix issue #3274841: Orientation change problem with a paused activityDianne Hackborn2010-12-131-0/+57
* Fixe some stuff.Dianne Hackborn2010-11-081-3/+11
* Fix bug 3156280 - Fix several issues with tab navigation in action bars.Adam Powell2010-11-031-0/+18
* Add API for showing breadcrumbs of fragment back stack.Dianne Hackborn2010-09-161-0/+567