index
:
Project-1CE/frameworks_base
lineage-18.1
sugisawa
sugisawa-mr1
tachibana
tachibana-mr1
umineko
Unnamed repository; edit this file 'description' to name the repository.
Linux User
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
core
/
java
/
android
/
app
/
DialogFragment.java
Age
Commit message (
Expand
)
Author
2020-10-27
Add maxTargetSdk restriction to unused APIs.
Mathew Inwood
2019-12-18
Use new UnsupportedAppUsage annotation.
Artur Satayev
2018-08-14
Add @UnsupportedAppUsage annotations
Mathew Inwood
2017-12-20
Improve Fragment+Loader deprecation Javadoc
Ian Lake
2017-11-13
Deprecate framework Fragments and Loaders
Ian Lake
2017-03-29
Make public getFragments() and onGetLayoutInflater() methods
George Mount
2017-03-29
Revert "Make public getFragments() and onGetLayoutInflater() methods"
Jeff Tinker
2017-03-28
Make public getFragments() and onGetLayoutInflater() methods
George Mount
2016-04-22
Remove dependencies on Activity from common Fragment superclasses
Adam Powell
2015-08-13
Method to show DialogFragment allowing state loss.
Jeff Sharkey
2015-04-30
Remove dependency upon FragmentActivity
Todd Kennedy
2012-07-03
docs: misc bugs from external tracker
Scott Main
2011-08-14
Fix bug 5159736 - Make DeviceDefault the default
Adam Powell
2011-03-11
Fix issues #4087362 and #4087356
Dianne Hackborn
2011-03-01
Merge "Fix issue #3405957 com.android.settings: java.lang.NullPointerExceptio...
Dianne Hackborn
2011-03-01
Fix issue #3405957 com.android.settings: java.lang.NullPointerException...
Dianne Hackborn
2011-03-01
Fix issue #3411615: Crash when getting dialog layout inflator.
Dianne Hackborn
2011-01-25
Argh forget to include my final part of the change.
Dianne Hackborn
2011-01-25
Fix issue #3385839: Fragment.onCreateView is passing in activity...
Dianne Hackborn
2011-01-17
Fix a bunch of API review bugs.
Dianne Hackborn
2011-01-17
Start renaming FragmentTransaction.openTransaction() to beginTransaction().
Dianne Hackborn
2011-01-12
Add "min size" facility to the Window class.
Dianne Hackborn
2011-01-08
Implement issue # 3255887 could CursorLoader offer...
Dianne Hackborn
2010-11-08
Fix animations to use correct interpolator.
Dianne Hackborn
2010-11-08
Fixe some stuff.
Dianne Hackborn
2010-09-27
Holo themes and assets in progress
Adam Powell
2010-08-20
Work on DialogFragment and docs.
Dianne Hackborn
2010-08-15
More fragment work:
Dianne Hackborn
2010-08-13
Fix build: tweak documentation links
Jean-Baptiste Queru
2010-08-12
Fragment and PreferenceFragment and FragmentManager, oh my!
Dianne Hackborn
2010-07-24
Add new DialogFragment class.
Dianne Hackborn