summaryrefslogtreecommitdiff
path: root/core/java/android/app/Dialog.java
Commit message (Expand)AuthorAgeFilesLines
* Fix Dialog default callback registering at the wrong priority.Shan Huang2022-12-101-2/+1
* Prevent callback registration when back flag is disabledVadim Caen2022-06-201-2/+0
* Update deprecation documentation for onBackPressedVadim Caen2022-05-031-0/+19
* Remove OnBackInvokedDispatcherOwner interface.Shan Huang2022-04-011-5/+2
* Split animation methods out of OnBackInvokedCallbackVadim Caen2022-04-011-6/+1
* Deprecate Activity#onBackPressed and Dialog#onBackPressed.Shan Huang2022-03-281-0/+4
* Change parameter order to make it SAM compatibleVadim Caen2022-03-171-1/+1
* Fix a problem that Dialog does not close in new dispatch.Shan Huang2022-03-171-1/+2
* Move OnBackInvokedCallback to window package.Vadim Caen2022-03-021-3/+3
* Add enableOnBackInvokedCallaback manifest attributeVadim Caen2022-02-141-2/+3
* Avoid leaking Activity from OnBackInvokedCallback.Shan Huang2022-02-101-0/+1
* Add compatibility back callbacks.Shan Huang2022-02-051-1/+18
* Save the OnBackInvokedCallback in WindowStateVadim Caen2022-02-021-8/+2
* Provide OnBackInvokedDispatcher from Activity, View and DialogShan Huang2022-01-201-1/+22
* Refactor DialogLaunchAnimator and remove host dialog (1/2)Jordan Demeulenaere2021-12-011-0/+23
* Annotating context in framework baseCharles Chen2020-08-031-5/+10
* 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