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
/
widget
/
Toast.java
Commit message (
Expand
)
Author
Age
Files
Lines
*
Merge "Add Toast#show() specific javadoc" into android13-tests-dev am: 1d8b56...
Treehugger Robot
2023-03-16
1
-0
/
+3
|
\
|
*
Add Toast#show() specific javadoc
Azhara Assanova
2023-03-10
1
-0
/
+3
*
|
Add PbA branding to clipboard
Yi-an Chen
2022-07-19
1
-8
/
+29
|
/
*
Update Toast documentation
Beverly
2021-12-21
1
-0
/
+3
*
Expand toast javadoc to include rate limiting info.
Jan Tomljanovic
2021-06-09
1
-0
/
+3
*
Fix broken @see tags in public documentation.
Andrew Sapperstein
2020-04-28
1
-3
/
+1
*
Wire user info and use user context for text toasts
Bernardo Rufino
2020-04-06
1
-5
/
+5
*
Refactor ToastPresenter to perform show()/hide()
Bernardo Rufino
2020-04-03
1
-54
/
+18
*
Gate toast block and remove warning
Bernardo Rufino
2020-03-24
1
-6
/
+1
*
Clarify Toast.Callback javadoc
Bernardo Rufino
2020-03-24
1
-1
/
+2
*
Show toasts from system/sysUI to all users
Bernardo Rufino
2020-02-28
1
-1
/
+1
*
Unify toast presentation code
Bernardo Rufino
2020-02-28
1
-69
/
+14
*
Merge "Return null for getWindowParams() on system-rendered toasts"
Bernardo Rufino
2020-02-11
1
-2
/
+13
|
\
|
*
Return null for getWindowParams() on system-rendered toasts
Bernardo Rufino
2020-02-07
1
-2
/
+13
*
|
Mark getView() with @Nullable
Bernardo Rufino
2020-02-07
1
-4
/
+9
|
/
*
Add Toast logs and update docs
Bernardo Rufino
2020-02-06
1
-2
/
+71
*
Don't block app-rendered text toast on apps with targetSdk < 30
Bernardo Rufino
2020-02-06
1
-1
/
+6
*
Add @Deprecated tag to Toast.getView()
Bernardo Rufino
2020-02-05
1
-0
/
+1
*
Gate CHANGE_TEXT_TOASTS_IN_THE_SYSTEM on targetSdk 30+
Bernardo Rufino
2020-01-29
1
-3
/
+2
*
Move text toast creation to system UI
Bernardo Rufino
2020-01-27
1
-45
/
+167
*
Window Manager Flag Migration (12/n)
Tiger Huang
2020-01-23
1
-1
/
+1
*
Merge "Use IBinder token for indexing toasts instead of ITransientNotification"
Bernardo Rufino
2020-01-21
1
-8
/
+13
|
\
|
*
Use IBinder token for indexing toasts instead of ITransientNotification
Bernardo Rufino
2020-01-21
1
-8
/
+13
*
|
Deprecate custom toasts
Bernardo Rufino
2020-01-21
1
-0
/
+19
|
/
*
Merge "Add Callback API to Toast"
TreeHugger Robot
2020-01-15
1
-0
/
+63
|
\
|
*
Add Callback API to Toast
Bernardo Rufino
2020-01-10
1
-0
/
+63
*
|
Use new UnsupportedAppUsage annotation.
Artur Satayev
2020-01-06
1
-1
/
+1
|
/
*
Window Manager Flag Migration (7/n)
Tiger Huang
2019-12-16
1
-0
/
+1
*
[Roll Forward] Block background custom toasts
Bernardo Rufino
2019-11-20
1
-1
/
+9
*
Merge "Restrict reflection access to Toast's TransientNotification."
TreeHugger Robot
2019-02-15
1
-6
/
+6
|
\
|
*
Restrict reflection access to Toast's TransientNotification.
Daniel Santiago Rivera
2019-02-05
1
-6
/
+6
*
|
Restrict reflection access to INotificationManager from Toast
Adam Powell
2019-02-04
1
-2
/
+2
|
/
*
Add Context.getDisplayId() to avoid possible IPC
Yohei Yukawa
2018-10-15
1
-1
/
+1
*
Move some members to the "Q blacklist".
Mathew Inwood
2018-09-14
1
-1
/
+2
*
Add @UnsupportedAppUsage annotations
Mathew Inwood
2018-08-21
1
-0
/
+13
*
Merge "Code reformatting for upcoming automated code changes." am: d68f003c67...
Mathew Inwood
2018-08-17
1
-1
/
+2
|
\
|
*
Code reformatting for upcoming automated code changes.
Mathew Inwood
2018-08-16
1
-1
/
+2
*
|
Support the toast Window to show on the secondary display.
Jeff Chang
2018-08-15
1
-1
/
+2
|
/
*
Fix toast lifetime
Robert Carr
2018-03-01
1
-0
/
+8
*
Add more IntDef prefixes for auto-documenting.
Jeff Sharkey
2017-12-13
1
-1
/
+4
*
Revert "Don't generate irrelevant a11y events - framework"
Eugene Susla
2017-12-05
1
-2
/
+1
*
Don't generate irrelevant a11y events - framework
Svet Ganov
2017-11-28
1
-1
/
+2
*
Merge "Fixes crash (race cond) when using toast that is immediately cancelled...
TreeHugger Robot
2017-05-16
1
-2
/
+15
|
\
|
*
Fixes crash (race cond) when using toast that is immediately cancelled
Svet Ganov
2017-05-15
1
-2
/
+15
*
|
Fix Toast exception in NotificationManagerService
Geoffrey Pitsch
2017-05-09
1
-38
/
+71
|
/
*
Implicitly cast views obtained via View.findView methods
Alan Viverette
2017-02-27
1
-1
/
+1
*
Revert "Implicitly cast views obtained via View.findView methods"
Alan Viverette
2017-02-03
1
-1
/
+1
*
Implicitly cast views obtained via View.findView methods
Alan Viverette
2017-01-27
1
-1
/
+1
*
Prevent crash from early Toast surface destruction.
Robert Carr
2016-10-19
1
-24
/
+43
*
Remove toast window immediately
Svet Ganov
2016-09-08
1
-1
/
+1
[next]