summaryrefslogtreecommitdiff
path: root/core/java/android/app/DialogFragment.java
AgeCommit message (Expand)Author
2020-10-27Add maxTargetSdk restriction to unused APIs.Mathew Inwood
2019-12-18Use new UnsupportedAppUsage annotation.Artur Satayev
2018-08-14Add @UnsupportedAppUsage annotationsMathew Inwood
2017-12-20Improve Fragment+Loader deprecation JavadocIan Lake
2017-11-13Deprecate framework Fragments and LoadersIan Lake
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
2016-04-22Remove dependencies on Activity from common Fragment superclassesAdam Powell
2015-08-13Method to show DialogFragment allowing state loss.Jeff Sharkey
2015-04-30Remove dependency upon FragmentActivityTodd Kennedy
2012-07-03docs: misc bugs from external trackerScott Main
2011-08-14Fix bug 5159736 - Make DeviceDefault the defaultAdam Powell
2011-03-11Fix issues #4087362 and #4087356Dianne Hackborn
2011-03-01Merge "Fix issue #3405957 com.android.settings: java.lang.NullPointerExceptio...Dianne Hackborn
2011-03-01Fix issue #3405957 com.android.settings: java.lang.NullPointerException...Dianne Hackborn
2011-03-01Fix issue #3411615: Crash when getting dialog layout inflator.Dianne Hackborn
2011-01-25Argh forget to include my final part of the change.Dianne Hackborn
2011-01-25Fix issue #3385839: Fragment.onCreateView is passing in activity...Dianne Hackborn
2011-01-17Fix a bunch of API review bugs.Dianne Hackborn
2011-01-17Start renaming FragmentTransaction.openTransaction() to beginTransaction().Dianne Hackborn
2011-01-12Add "min size" facility to the Window class.Dianne Hackborn
2011-01-08Implement issue # 3255887 could CursorLoader offer...Dianne Hackborn
2010-11-08Fix animations to use correct interpolator.Dianne Hackborn
2010-11-08Fixe some stuff.Dianne Hackborn
2010-09-27Holo themes and assets in progressAdam Powell
2010-08-20Work on DialogFragment and docs.Dianne Hackborn
2010-08-15More fragment work:Dianne Hackborn
2010-08-13Fix build: tweak documentation linksJean-Baptiste Queru
2010-08-12Fragment and PreferenceFragment and FragmentManager, oh my!Dianne Hackborn
2010-07-24Add new DialogFragment class.Dianne Hackborn