summaryrefslogtreecommitdiffstats
path: root/core/java/android/app/FragmentHostCallback.java
Commit message (Collapse)AuthorAgeFilesLines
* Retain fragment loadersTodd Kennedy2015-10-191-0/+11
| | | | | | | | Remove the partial fix [it did not work for child fragment managers] and replace with a more general fix that works with all fragments. Bug: 23838271 Change-Id: I88b465f6a06a6ad627b9651b9e2eea41fae08972
* Use who when requesting permissionsSvetoslav2015-06-091-1/+9
| | | | Change-Id: Id0b231f8b74099b7877eb4441a1664416c641731
* Call Activity#onAttachFragment()Todd Kennedy2015-05-041-9/+8
| | | | | | | | This was accidentally removed during the changes to abstract a Fragment host. Also ensure Fragment#onInflate(Activity) gets invoked Bug: 20825263 Change-Id: I981266ae1e8817db5c82ec4609bbcf4a5e676fee
* Remove dependency upon FragmentActivityTodd Kennedy2015-04-301-0/+315
The FragmentManagerImpl is intimately tied with a FragmentActivity. In many cases, we want to be able to create / manage Fragments outside of a FragmentManager. This defines a FragmentController interface that can be used by any class to host Fragments. Bug: 19569654 Change-Id: I6816a5c1815122d206062b9f4584ad460b3d41dd