summaryrefslogtreecommitdiff
path: root/core/java/android/app/AlertDialog.java
AgeCommit message (Expand)Author
2020-02-20Change setButton() documentation to indicate that the settings will apply to ...Neal Eckard
2019-12-18Use new UnsupportedAppUsage annotation.Artur Satayev
2019-01-17Remove old private constant from ResourceId.Aurimas Liutikas
2018-09-13Merge "docs: fixed button value in reference" into pi-devkopriva
2018-09-13docs: fixed button value in referencekopriva
2018-08-14Add @UnsupportedAppUsage annotationsMathew Inwood
2018-04-25DO NOT MERGE Make "Want to start battery saver?" dialog better.Makoto Onuki
2017-05-24Add ResourceId validation helper methodAdam Lesinski
2017-04-28Valid resource IDs may be negativeAdam Lesinski
2017-04-14Remove unnecessary casts on calls to findViewByIdAlan Viverette
2016-05-16Modified AlertController to allow themes to specify custom implementation.Michael Kwan
2015-08-11Don't re-wrap alert dialog contextAlan Viverette
2015-04-10Fix application of default dialog themeAlan Viverette
2015-04-08Avoid double-apply of dialog themeAlan Viverette
2015-02-23Clean up AlertDialog javadocs, add overlay theme for dialogsAlan Viverette
2015-02-18Add @ResourceInt annotations on APIsTor Norbye
2015-01-05Don't override dialog icon drawable unless valid resource ID was setAlan Viverette
2014-05-13AlertDialog and AppError themes for TV.Craig Stout
2013-12-11Replace auto-create in findViewById() with explicit create() APIAlan Viverette
2013-12-09Allow calls to AlertDialog.getButton() before dialog is shownAlan Viverette
2013-12-05Allow alert dialogs to inflate custom view layoutsAlan Viverette
2013-11-20Remove unused imports from frameworks/base.John Spurlock
2013-01-11docs: Fix a bunch of issuesScott Kennedy
2012-08-31Initial draft of high-level multi-display APIs.Jeff Brown
2012-08-27Add setOnDismissListener to AlertDialog.BuilderAdam Powell
2011-10-14docs: add developer guide cross-references, Project ACRE, Round 2Joe Fernandez
2011-08-14Fix bug 5159736 - Make DeviceDefault the defaultAdam Powell
2011-06-22Fix bug 4887033 - android.app.cts.AlertDialog_BuilderTest#testDisableCancelableAdam Powell
2011-06-16Dialog-o-rama!Adam Powell
2011-01-27Fix issue #3398767: Need translucent holo themeDianne Hackborn
2011-01-18Fix issue #3362484: Can't dismiss activity picker by tapping outside dialogDianne Hackborn
2011-01-08Fix bug 3245465 - Themed dialog iconsAdam Powell
2011-01-05resolved conflicts for merge of 3a2c6bf0 to masterBrad Fitzpatrick
2011-01-05am 69ea4e15: Documentation fixes found over vacation hacking.Brad Fitzpatrick
2011-01-05Documentation fixes found over vacation hacking.Brad Fitzpatrick
2010-12-17Bug 3191746. atePicker TimePicker: Dark theme is used in a Light theme appSvetoslav Ganov
2010-12-14Fix Dialog generating multiple onCancel().Dianne Hackborn
2010-10-18New dialog assets. Cancelable AlertDialogs may now be canceled by tapping out...Adam Powell
2010-10-14Holo styling and metrics; holo spinnersAdam Powell
2010-10-12Holo fixes and refinementsAdam Powell
2010-10-08Holo theme progress and assets!Adam Powell
2010-09-28Added AlertDialog.Builder#getContextAdam Powell
2010-09-27Holo themes and assets in progressAdam Powell
2010-06-18merge from open-source masterThe Android Open Source Project
2010-06-15Support custom themes with AlertDialog.BuilderMartin Nordholts
2010-03-18Fix bug 2523989Adam Powell
2010-01-08Deprecate fill_parent and introduce match_parent.Romain Guy
2009-04-13AI 145994: Integrate #145778 from Donut.Dianne Hackborn
2009-03-25Automated import from //branches/master/...@142575,142575Romain Guy
2009-03-03auto import from //depot/cupcake/@135843The Android Open Source Project