summaryrefslogtreecommitdiff
path: root/core/java/android/app/Dialog.java
Commit message (Expand)AuthorAgeFilesLines
* Use new UnsupportedAppUsage annotation.Artur Satayev2019-12-181-1/+1
* Remove FEATURE_SWIPE_TO_DISMISS functionalityJorim Jaggi2019-11-051-8/+0
* Remove old private constant from ResourceId.Aurimas Liutikas2019-01-171-2/+2
* Limit access to suspected false positives.Mathew Inwood2018-12-281-1/+1
* Merge "Annotate Window.Callback menu methods with nullability"Ian Lake2018-09-141-5/+5
|\
| * Annotate Window.Callback menu methods with nullabilityIan Lake2018-09-131-5/+5
* | Move some members to the "Q blacklist".Mathew Inwood2018-09-141-1/+2
|/
* Add @UnsupportedAppUsage annotationsMathew Inwood2018-08-141-0/+13
* Merge "Revert "Let sendShowMessage called from hide to show"" into pi-devAdam Powell2018-06-071-4/+1
|\
| * Revert "Let sendShowMessage called from hide to show"Adam Powell2018-06-041-4/+1
* | Merge "Modify isShowing method in Dialog" am: 46be1f15aftiansiming [田思明]2018-04-041-1/+1
|\ \ | |/ |/|
| * Modify isShowing method in Dialogtiansiming [田思明]2018-04-041-1/+1
* | Don't use a copy of window params when showing a dialog.Felipe Leme2018-04-021-4/+8
* | Merge "Let sendShowMessage called from hide to show" am: e7d04d728c am: f91fd...tiansiming [田思明]2018-02-241-1/+4
|\|
| * Let sendShowMessage called from hide to showtiansiming [田思明]2018-02-101-1/+4
* | Close Dialog when ESC PressedEmilie Roberts2018-02-061-11/+14
* | Add requireViewByIdChris Craik2018-01-231-5/+30
|/
* Add ResourceId validation helper methodAdam Lesinski2017-05-241-1/+2
* Automatic casts for more findViewById implementationsAlan Viverette2017-04-041-6/+14
* Fix OnCancelListener for Dialogs on swipe to dismiss.Michael Kwan2016-12-161-0/+5
* Modify SwipeDismissLayout to perform its own exit animationNed Burns2016-12-051-1/+1
* Disable swipe-to-dismiss for not cancelable dialogs.Michael Kwan2016-12-021-0/+8
* When adding dialog window but not creating update the configuration.Robert Carr2016-10-051-1/+7
* Clean up Dialog annotations, lint warnings, and declarationsAlan Viverette2016-04-011-88/+102
* Remove unused import for KeyboardShortcutGroupClara Bayarri2016-04-011-1/+0
* Keyboard Shortcuts: plumb deviceId throughClara Bayarri2016-03-241-7/+0
* Request Keyboard Shortcuts for SysUI Dialog via WindowClara Bayarri2016-01-131-3/+11
* Support finishing a task with any finishing activity in the task.Wale Ogunwale2015-08-061-8/+8
* Move PhoneWindow and friends back into internal packageAdam Powell2015-05-061-1/+1
* Save search context when dispatching onSearchRequested.Tim Kilbourn2015-04-131-0/+22
* Fix application of default dialog themeAlan Viverette2015-04-101-12/+14
* Avoid double-apply of dialog themeAlan Viverette2015-04-081-19/+27
* Add a type parameter to startActionMode() calls.Clara Bayarri2015-03-131-3/+22
* Annotate methods to be called from overrides with @CallSuperTor Norbye2015-03-071-0/+3
* Add @ResourceInt annotations on APIsTor Norbye2015-02-181-4/+8
* Mark findViewById(int) @NullableScott Kennedy2015-02-111-0/+2
* Split up android.policy into framework.jar and services.jar 1/3Jorim Jaggi2015-02-101-8/+8
* Allow disabling the Options Pannel feature for TVsJose Lima2015-01-261-4/+10
* am c41fa708: am a0516e7a: Merge "onWindowDismissed API cleanup" into klp-modu...Adam Powell2014-05-061-1/+4
|\
| * onWindowDismissed API cleanupAdam Powell2014-05-051-1/+4
* | android.widget.ToolbarAdam Powell2014-04-041-3/+3
* | Manually merge commit '2faf28cf' into masterWill Haldean Brown2014-03-041-0/+4
|\|
| * Add swipe-to-dismiss support to PhoneWindow.Will Haldean Brown2014-03-041-0/+4
* | Replace auto-create in findViewById() with explicit create() APIAlan Viverette2013-12-111-15/+16
* | Prevent reentrance in Dialog.findViewById()Alan Viverette2013-12-091-1/+6
* | Allow alert dialogs to inflate custom view layoutsAlan Viverette2013-12-051-4/+11
* | Remove unused imports from frameworks/base.John Spurlock2013-11-201-1/+0
|/
* Dismiss immediately to maintain consistent state.Craig Mautner2013-06-101-2/+3
* Fix a bug resolving the correct icon/logo in action barsAdam Powell2013-05-311-0/+5
* Initial draft of high-level multi-display APIs.Jeff Brown2012-08-311-8/+12