index
:
frameworks_base.git
kitkat
lp5.0
lp5.1
mm6.0
n7.0
n7.1
o8.0
o8.1
q10.0
r11.0
r11.1
s12.0
s12.1
t13.0
t13.0_pre-rebase_jan22-23
u14.0
v15.0
w16.0
frameworks_base
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
core
/
java
/
android
/
app
/
Dialog.java
Commit message (
Expand
)
Author
Age
Files
Lines
*
Fix Dialog default callback registering at the wrong priority.
Shan Huang
2022-12-10
1
-2
/
+1
*
Prevent callback registration when back flag is disabled
Vadim Caen
2022-06-20
1
-2
/
+0
*
Update deprecation documentation for onBackPressed
Vadim Caen
2022-05-03
1
-0
/
+19
*
Remove OnBackInvokedDispatcherOwner interface.
Shan Huang
2022-04-01
1
-5
/
+2
*
Split animation methods out of OnBackInvokedCallback
Vadim Caen
2022-04-01
1
-6
/
+1
*
Deprecate Activity#onBackPressed and Dialog#onBackPressed.
Shan Huang
2022-03-28
1
-0
/
+4
*
Change parameter order to make it SAM compatible
Vadim Caen
2022-03-17
1
-1
/
+1
*
Fix a problem that Dialog does not close in new dispatch.
Shan Huang
2022-03-17
1
-1
/
+2
*
Move OnBackInvokedCallback to window package.
Vadim Caen
2022-03-02
1
-3
/
+3
*
Add enableOnBackInvokedCallaback manifest attribute
Vadim Caen
2022-02-14
1
-2
/
+3
*
Avoid leaking Activity from OnBackInvokedCallback.
Shan Huang
2022-02-10
1
-0
/
+1
*
Add compatibility back callbacks.
Shan Huang
2022-02-05
1
-1
/
+18
*
Save the OnBackInvokedCallback in WindowState
Vadim Caen
2022-02-02
1
-8
/
+2
*
Provide OnBackInvokedDispatcher from Activity, View and Dialog
Shan Huang
2022-01-20
1
-1
/
+22
*
Refactor DialogLaunchAnimator and remove host dialog (1/2)
Jordan Demeulenaere
2021-12-01
1
-0
/
+23
*
Annotating context in framework base
Charles Chen
2020-08-03
1
-5
/
+10
*
Use new UnsupportedAppUsage annotation.
Artur Satayev
2019-12-18
1
-1
/
+1
*
Remove FEATURE_SWIPE_TO_DISMISS functionality
Jorim Jaggi
2019-11-05
1
-8
/
+0
*
Remove old private constant from ResourceId.
Aurimas Liutikas
2019-01-17
1
-2
/
+2
*
Limit access to suspected false positives.
Mathew Inwood
2018-12-28
1
-1
/
+1
*
Merge "Annotate Window.Callback menu methods with nullability"
Ian Lake
2018-09-14
1
-5
/
+5
|
\
|
*
Annotate Window.Callback menu methods with nullability
Ian Lake
2018-09-13
1
-5
/
+5
*
|
Move some members to the "Q blacklist".
Mathew Inwood
2018-09-14
1
-1
/
+2
|
/
*
Add @UnsupportedAppUsage annotations
Mathew Inwood
2018-08-14
1
-0
/
+13
*
Merge "Revert "Let sendShowMessage called from hide to show"" into pi-dev
Adam Powell
2018-06-07
1
-4
/
+1
|
\
|
*
Revert "Let sendShowMessage called from hide to show"
Adam Powell
2018-06-04
1
-4
/
+1
*
|
Merge "Modify isShowing method in Dialog" am: 46be1f15af
tiansiming [田思明]
2018-04-04
1
-1
/
+1
|
\
\
|
|
/
|
/
|
|
*
Modify isShowing method in Dialog
tiansiming [田思明]
2018-04-04
1
-1
/
+1
*
|
Don't use a copy of window params when showing a dialog.
Felipe Leme
2018-04-02
1
-4
/
+8
*
|
Merge "Let sendShowMessage called from hide to show" am: e7d04d728c am: f91fd...
tiansiming [田思明]
2018-02-24
1
-1
/
+4
|
\
|
|
*
Let sendShowMessage called from hide to show
tiansiming [田思明]
2018-02-10
1
-1
/
+4
*
|
Close Dialog when ESC Pressed
Emilie Roberts
2018-02-06
1
-11
/
+14
*
|
Add requireViewById
Chris Craik
2018-01-23
1
-5
/
+30
|
/
*
Add ResourceId validation helper method
Adam Lesinski
2017-05-24
1
-1
/
+2
*
Automatic casts for more findViewById implementations
Alan Viverette
2017-04-04
1
-6
/
+14
*
Fix OnCancelListener for Dialogs on swipe to dismiss.
Michael Kwan
2016-12-16
1
-0
/
+5
*
Modify SwipeDismissLayout to perform its own exit animation
Ned Burns
2016-12-05
1
-1
/
+1
*
Disable swipe-to-dismiss for not cancelable dialogs.
Michael Kwan
2016-12-02
1
-0
/
+8
*
When adding dialog window but not creating update the configuration.
Robert Carr
2016-10-05
1
-1
/
+7
*
Clean up Dialog annotations, lint warnings, and declarations
Alan Viverette
2016-04-01
1
-88
/
+102
*
Remove unused import for KeyboardShortcutGroup
Clara Bayarri
2016-04-01
1
-1
/
+0
*
Keyboard Shortcuts: plumb deviceId through
Clara Bayarri
2016-03-24
1
-7
/
+0
*
Request Keyboard Shortcuts for SysUI Dialog via Window
Clara Bayarri
2016-01-13
1
-3
/
+11
*
Support finishing a task with any finishing activity in the task.
Wale Ogunwale
2015-08-06
1
-8
/
+8
*
Move PhoneWindow and friends back into internal package
Adam Powell
2015-05-06
1
-1
/
+1
*
Save search context when dispatching onSearchRequested.
Tim Kilbourn
2015-04-13
1
-0
/
+22
*
Fix application of default dialog theme
Alan Viverette
2015-04-10
1
-12
/
+14
*
Avoid double-apply of dialog theme
Alan Viverette
2015-04-08
1
-19
/
+27
*
Add a type parameter to startActionMode() calls.
Clara Bayarri
2015-03-13
1
-3
/
+22
*
Annotate methods to be called from overrides with @CallSuper
Tor Norbye
2015-03-07
1
-0
/
+3
[next]