summaryrefslogtreecommitdiff
path: root/core/java/android/app/Dialog.java
AgeCommit message (Expand)Author
2022-03-15Merge SP2A.220305.013Haamed Gheibi
2020-08-03Annotating context in framework baseCharles Chen
2019-12-18Use new UnsupportedAppUsage annotation.Artur Satayev
2019-11-05Remove FEATURE_SWIPE_TO_DISMISS functionalityJorim Jaggi
2019-01-17Remove old private constant from ResourceId.Aurimas Liutikas
2018-12-28Limit access to suspected false positives.Mathew Inwood
2018-09-14Merge "Annotate Window.Callback menu methods with nullability"Ian Lake
2018-09-14Move some members to the "Q blacklist".Mathew Inwood
2018-09-13Annotate Window.Callback menu methods with nullabilityIan Lake
2018-08-14Add @UnsupportedAppUsage annotationsMathew Inwood
2018-06-07Merge "Revert "Let sendShowMessage called from hide to show"" into pi-devAdam Powell
2018-06-04Revert "Let sendShowMessage called from hide to show"Adam Powell
2018-04-04Merge "Modify isShowing method in Dialog" am: 46be1f15aftiansiming [田思明]
2018-04-04Modify isShowing method in Dialogtiansiming [田思明]
2018-04-02Don't use a copy of window params when showing a dialog.Felipe Leme
2018-02-24Merge "Let sendShowMessage called from hide to show" am: e7d04d728c am: f91fd...tiansiming [田思明]
2018-02-10Let sendShowMessage called from hide to showtiansiming [田思明]
2018-02-06Close Dialog when ESC PressedEmilie Roberts
2018-01-23Add requireViewByIdChris Craik
2017-05-24Add ResourceId validation helper methodAdam Lesinski
2017-04-04Automatic casts for more findViewById implementationsAlan Viverette
2016-12-16Fix OnCancelListener for Dialogs on swipe to dismiss.Michael Kwan
2016-12-05Modify SwipeDismissLayout to perform its own exit animationNed Burns
2016-12-02Disable swipe-to-dismiss for not cancelable dialogs.Michael Kwan
2016-10-05When adding dialog window but not creating update the configuration.Robert Carr
2016-04-01Clean up Dialog annotations, lint warnings, and declarationsAlan Viverette
2016-04-01Remove unused import for KeyboardShortcutGroupClara Bayarri
2016-03-24Keyboard Shortcuts: plumb deviceId throughClara Bayarri
2016-01-13Request Keyboard Shortcuts for SysUI Dialog via WindowClara Bayarri
2015-08-06Support finishing a task with any finishing activity in the task.Wale Ogunwale
2015-05-06Move PhoneWindow and friends back into internal packageAdam Powell
2015-04-13Save search context when dispatching onSearchRequested.Tim Kilbourn
2015-04-10Fix application of default dialog themeAlan Viverette
2015-04-08Avoid double-apply of dialog themeAlan Viverette
2015-03-13Add a type parameter to startActionMode() calls.Clara Bayarri
2015-03-07Annotate methods to be called from overrides with @CallSuperTor Norbye
2015-02-18Add @ResourceInt annotations on APIsTor Norbye
2015-02-11Mark findViewById(int) @NullableScott Kennedy
2015-02-10Split up android.policy into framework.jar and services.jar 1/3Jorim Jaggi
2015-01-26Allow disabling the Options Pannel feature for TVsJose Lima
2014-05-06am c41fa708: am a0516e7a: Merge "onWindowDismissed API cleanup" into klp-modu...Adam Powell
2014-05-05onWindowDismissed API cleanupAdam Powell
2014-04-04android.widget.ToolbarAdam Powell
2014-03-04Manually merge commit '2faf28cf' into masterWill Haldean Brown
2014-03-04Add swipe-to-dismiss support to PhoneWindow.Will Haldean Brown
2013-12-11Replace auto-create in findViewById() with explicit create() APIAlan Viverette
2013-12-09Prevent reentrance in Dialog.findViewById()Alan Viverette
2013-12-05Allow alert dialogs to inflate custom view layoutsAlan Viverette
2013-11-20Remove unused imports from frameworks/base.John Spurlock
2013-06-10Dismiss immediately to maintain consistent state.Craig Mautner