summaryrefslogtreecommitdiffstats
path: root/core/java/android/app/DialogFragment.java
Commit message (Expand)AuthorAgeFilesLines
* Method to show DialogFragment allowing state loss.Jeff Sharkey2015-08-131-0/+9
* Remove dependency upon FragmentActivityTodd Kennedy2015-04-301-1/+1
* docs: misc bugs from external trackerScott Main2012-07-031-1/+1
* Fix bug 5159736 - Make DeviceDefault the defaultAdam Powell2011-08-141-1/+1
* Fix issues #4087362 and #4087356Dianne Hackborn2011-03-111-0/+10
* Merge "Fix issue #3405957 com.android.settings: java.lang.NullPointerExceptio...Dianne Hackborn2011-03-011-9/+56
|\
| * Fix issue #3405957 com.android.settings: java.lang.NullPointerException...Dianne Hackborn2011-03-011-9/+56
* | Fix issue #3411615: Crash when getting dialog layout inflator.Dianne Hackborn2011-03-011-1/+5
|/
* Argh forget to include my final part of the change.Dianne Hackborn2011-01-251-2/+10
* Fix issue #3385839: Fragment.onCreateView is passing in activity...Dianne Hackborn2011-01-251-12/+41
* Fix a bunch of API review bugs.Dianne Hackborn2011-01-171-1/+1
* Start renaming FragmentTransaction.openTransaction() to beginTransaction().Dianne Hackborn2011-01-171-2/+2
* Add "min size" facility to the Window class.Dianne Hackborn2011-01-121-10/+0
* Implement issue # 3255887 could CursorLoader offer...Dianne Hackborn2011-01-081-1/+1
* Fix animations to use correct interpolator.Dianne Hackborn2010-11-081-1/+5
* Fixe some stuff.Dianne Hackborn2010-11-081-2/+10
* Holo themes and assets in progressAdam Powell2010-09-271-1/+1
* Work on DialogFragment and docs.Dianne Hackborn2010-08-201-16/+183
* More fragment work:Dianne Hackborn2010-08-151-13/+26
* Fix build: tweak documentation linksJean-Baptiste Queru2010-08-131-4/+4
* Fragment and PreferenceFragment and FragmentManager, oh my!Dianne Hackborn2010-08-121-3/+4
* Add new DialogFragment class.Dianne Hackborn2010-07-241-0/+277