History log of /frameworks/base/core/java/android/app/FragmentContainer.java
Revision Date Author Comments (<<< Hide modified files) (Show modified files >>>)
f05458cf7ee9b1e2ec482126a8c2de1bf1315c8a 01-May-2017 Adam Powell <adamp@google.com> Hide FragmentContainer#instantiate for API 26

Bug 37638617

Change-Id: I065cd31d6ce987155669f72eff0e0d6d8a9430ab

Test: none; hiding API only
/frameworks/base/core/java/android/app/FragmentContainer.java
04fd470ce0166abb36d9be829d6e9b98a55eaf35 13-Apr-2017 Alan Viverette <alanv@google.com> Update more implementations of findViewById()

Bug: 24137209
Test: make checkbuild -j32
Change-Id: I104969fc74d6dc1d159e3d1ff5926640b124a540
/frameworks/base/core/java/android/app/FragmentContainer.java
b2852cab467ef0c1181a1d5096c43c29fdf6a875 09-Jan-2017 Jason Monk <jmonk@google.com> Allow FragmentContainer to play a role in fragment construction

This allows class swapping, dependency injection, and other fun
stuff.

Test: manual
Change-Id: I93e17ccf9cebb6f542903d31597b5ea41544e069
/frameworks/base/core/java/android/app/FragmentContainer.java
a5fc6f006f67867417b7a427de6e7394c4312dec 15-Apr-2015 Todd Kennedy <toddke@google.com> Remove dependency upon FragmentActivity

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
/frameworks/base/core/java/android/app/FragmentContainer.java