summaryrefslogtreecommitdiff
path: root/core/java/android/preference/DialogPreference.java
AgeCommit message (Expand)Author
2020-08-22Fix showing keyboard without editor focused in some cases (2/2)Ming-Shin Lu
2019-12-18Use new UnsupportedAppUsage annotation.Artur Satayev
2019-03-13Merge "Add Nullable annotation to getDecorView" am: a018254b45 am: b812cec859Siarhei Vishniakou
2019-03-08Merge "Add a null check for getWindow()" am: 3c69948e6a am: 71f52a6a0dSiarhei Vishniakou
2019-03-07Add Nullable annotation to getDecorViewSiarhei Vishniakou
2019-03-06Add a null check for getWindow()Siarhei Vishniakou
2019-02-28All Parcelable CREATOR fields are @NonNull.Jeff Sharkey
2018-11-19Deprecates framework Preference classesLouis Pullen-Freilich
2018-08-20Dismiss Dialog in post instead of immediatelySiarhei Vishniakou
2018-08-17Add @UnsupportedAppUsage annotationsMathew Inwood
2018-08-17Add @UnsupportedAppUsage annotationsMathew Inwood
2018-04-04Dismiss Dialog in post instead of immediatelySiarhei Vishniakou
2015-03-07Annotate methods to be called from overrides with @CallSuperTor Norbye
2015-02-18Add @ResourceInt annotations on APIsTor Norbye
2014-02-03Add APIs for obtaining themed Drawable from Theme, ContextAlan Viverette
2013-09-16Fix default style attr in DialogPreference subclass constructorsAlan Viverette
2013-09-09Add View constructor that supplies a default style resourceAlan Viverette
2012-05-16Avoid launching dialogs twice from double-clicking a preference.Amith Yamasani
2011-08-28Fix bug 5067075 - missing scrollbar when entering long signaturesAdam Powell
2010-12-05Fix bug 3245210 - Bad window style for action modes for light holo dialog themeAdam Powell
2010-10-25Adding pan behavior on preference dialog.Peter Eliasson
2010-05-17Removed Calls to deprecated APIsChristian Mehlmauer
2009-09-16Show keyboard automatically in EditTextPreference dialogsAmith Yamasani
2009-03-03auto import from //depot/cupcake/@135843The Android Open Source Project
2009-03-03auto import from //depot/cupcake/@135843The Android Open Source Project
2008-12-17Code drop from //branches/cupcake/...@124589The Android Open Source Project
2008-10-21Initial ContributionThe Android Open Source Project