summaryrefslogtreecommitdiff
path: root/core/java/android/app/Fragment.java
AgeCommit message (Expand)Author
2020-10-27Add maxTargetSdk restriction to unused APIs.Mathew Inwood
2020-10-15Add @Nullable annotation to the parameter of Object.equals() methods.Roman Kalukiewicz
2020-06-30Clean up old references to android.support in Activity and FragmentAurimas Liutikas
2020-05-30Make it clear that checking shouldShowPermissionRationale is recommendedPhilip P. Moltmann
2019-12-18Use new UnsupportedAppUsage annotation.Artur Satayev
2018-12-28Limit access to suspected false positives.Mathew Inwood
2018-10-09Merge "docs: fixing errors found with lint check" into pi-dev am: 8c7d2142f6kopriva
2018-10-09Merge "docs: fixing errors found with lint check" into pi-devkopriva
2018-10-09docs: fixing errors found with lint checkkopriva
2018-09-14Move some members to the "Q blacklist".Mathew Inwood
2018-08-14Add @UnsupportedAppUsage annotationsMathew Inwood
2018-08-14Add @UnsupportedAppUsage annotationsMathew Inwood
2018-03-07Merge "Fix javadoc typo causing broken links" into oc-mr1-devScott Main
2018-03-07Fix javadoc typo causing broken linksScott Main
2017-12-20Improve Fragment+Loader deprecation JavadocIan Lake
2017-11-13Deprecate framework Fragments and LoadersIan Lake
2017-07-19Fix Fragment.onCreate() not being called in some cases.George Mount
2017-04-27Merge "Address API council feedback." into oc-dev am: 4a71842dbdGeorge Mount
2017-04-26Address API council feedback.George Mount
2017-04-21Merge "Fix/suppress error-prone warnings in framework's fragment." into oc-de...Aurimas Liutikas
2017-04-21Merge "Fix/suppress error-prone warnings in framework's fragment." into oc-devAurimas Liutikas
2017-04-20Fix/suppress error-prone warnings in framework's fragment.Aurimas Liutikas
2017-04-20Move FragmentState out of Fragments.java [framework edition]Aurimas Liutikas
2017-04-17Adds getLayoutInflater() to return a cached value.George Mount
2017-04-13Update more implementations of findViewById()Alan Viverette
2017-04-13Merge "Add hidden API startActivityForResultAsUser" into oc-devTreeHugger Robot
2017-04-12Add hidden API startActivityForResultAsUserTony Mak
2017-04-05Call noteStateNotSaved on child fragment managers.George Mount
2017-03-31Ensuring multi-window callbacks contain new configuration and are in orderWinson Chung
2017-03-29Make public getFragments() and onGetLayoutInflater() methodsGeorge Mount
2017-03-29Revert "Make public getFragments() and onGetLayoutInflater() methods"Jeff Tinker
2017-03-28Make public getFragments() and onGetLayoutInflater() methodsGeorge Mount
2017-03-23Fixed log warning for calling doStart() twice.George Mount
2017-02-01Merge "Fix setting null target fragments"TreeHugger Robot
2017-02-01Fix setting null target fragmentsAdam Powell
2017-01-31Fragment grab bag!Adam Powell
2017-01-27Lifecycle guarantees for target fragmentsAdam Powell
2017-01-26Fix @links in reference docs. am: 54de77470d am: ab978c035e am: 28ba4722a9Elliot Waite
2017-01-25Fix @links in reference docs.Elliot Waite
2017-01-12Allow FragmentContainer to play a role in fragment constructionJason Monk
2016-11-16Fix bugs around inflated child fragmentsAdam Powell
2016-10-27Fix hide fragment transitionGeorge Mount
2016-10-07Add the ability to postpone transitions.George Mount
2016-10-06Optimize Fragment operations so that minimal work is done.George Mount
2016-09-08docs: Fixing links to moved Fragments guide, + redirect am: f53968061c am: 1b...Andrew Solovay
2016-09-08docs: Fixing links to moved Fragments guide, + redirect am: f53968061cAndrew Solovay
2016-09-08docs: Fixing links to moved Fragments guide, + redirectAndrew Solovay
2016-09-07docs: Fixing links to moved Fragments guide, + redirectAndrew Solovay
2016-08-10A little more on issue #30766518: Document what targeting N does am: 5f1649e8...Dianne Hackborn
2016-08-10Fix issue #30766518: Document what targeting N does am: b34cbedb4e am: 3a585b...Dianne Hackborn