index
:
Project-1CE/frameworks_base
lineage-18.1
sugisawa
sugisawa-mr1
tachibana
tachibana-mr1
umineko
Unnamed repository; edit this file 'description' to name the repository.
Linux User
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
core
/
java
/
android
/
widget
/
Toast.java
Age
Commit message (
Expand
)
Author
2021-06-09
Expand toast javadoc to include rate limiting info.
Jan Tomljanovic
2020-04-28
Fix broken @see tags in public documentation.
Andrew Sapperstein
2020-04-06
Wire user info and use user context for text toasts
Bernardo Rufino
2020-04-03
Refactor ToastPresenter to perform show()/hide()
Bernardo Rufino
2020-03-24
Gate toast block and remove warning
Bernardo Rufino
2020-03-24
Clarify Toast.Callback javadoc
Bernardo Rufino
2020-02-28
Show toasts from system/sysUI to all users
Bernardo Rufino
2020-02-28
Unify toast presentation code
Bernardo Rufino
2020-02-11
Merge "Return null for getWindowParams() on system-rendered toasts"
Bernardo Rufino
2020-02-07
Return null for getWindowParams() on system-rendered toasts
Bernardo Rufino
2020-02-07
Mark getView() with @Nullable
Bernardo Rufino
2020-02-06
Add Toast logs and update docs
Bernardo Rufino
2020-02-06
Don't block app-rendered text toast on apps with targetSdk < 30
Bernardo Rufino
2020-02-05
Add @Deprecated tag to Toast.getView()
Bernardo Rufino
2020-01-29
Gate CHANGE_TEXT_TOASTS_IN_THE_SYSTEM on targetSdk 30+
Bernardo Rufino
2020-01-27
Move text toast creation to system UI
Bernardo Rufino
2020-01-23
Window Manager Flag Migration (12/n)
Tiger Huang
2020-01-21
Merge "Use IBinder token for indexing toasts instead of ITransientNotification"
Bernardo Rufino
2020-01-21
Deprecate custom toasts
Bernardo Rufino
2020-01-21
Use IBinder token for indexing toasts instead of ITransientNotification
Bernardo Rufino
2020-01-15
Merge "Add Callback API to Toast"
TreeHugger Robot
2020-01-10
Add Callback API to Toast
Bernardo Rufino
2020-01-06
Use new UnsupportedAppUsage annotation.
Artur Satayev
2019-12-16
Window Manager Flag Migration (7/n)
Tiger Huang
2019-11-20
[Roll Forward] Block background custom toasts
Bernardo Rufino
2019-02-15
Merge "Restrict reflection access to Toast's TransientNotification."
TreeHugger Robot
2019-02-05
Restrict reflection access to Toast's TransientNotification.
Daniel Santiago Rivera
2019-02-04
Restrict reflection access to INotificationManager from Toast
Adam Powell
2018-10-15
Add Context.getDisplayId() to avoid possible IPC
Yohei Yukawa
2018-09-14
Move some members to the "Q blacklist".
Mathew Inwood
2018-08-21
Add @UnsupportedAppUsage annotations
Mathew Inwood
2018-08-17
Merge "Code reformatting for upcoming automated code changes." am: d68f003c67...
Mathew Inwood
2018-08-16
Code reformatting for upcoming automated code changes.
Mathew Inwood
2018-08-15
Support the toast Window to show on the secondary display.
Jeff Chang
2018-03-01
Fix toast lifetime
Robert Carr
2017-12-13
Add more IntDef prefixes for auto-documenting.
Jeff Sharkey
2017-12-05
Revert "Don't generate irrelevant a11y events - framework"
Eugene Susla
2017-11-28
Don't generate irrelevant a11y events - framework
Svet Ganov
2017-05-16
Merge "Fixes crash (race cond) when using toast that is immediately cancelled...
TreeHugger Robot
2017-05-15
Fixes crash (race cond) when using toast that is immediately cancelled
Svet Ganov
2017-05-09
Fix Toast exception in NotificationManagerService
Geoffrey Pitsch
2017-02-27
Implicitly cast views obtained via View.findView methods
Alan Viverette
2017-02-03
Revert "Implicitly cast views obtained via View.findView methods"
Alan Viverette
2017-01-27
Implicitly cast views obtained via View.findView methods
Alan Viverette
2016-10-19
Prevent crash from early Toast surface destruction.
Robert Carr
2016-09-08
Remove toast window immediately
Svet Ganov
2016-09-02
resolve merge conflicts of bde1d34 to master
Svetoslav Ganov
2016-09-02
Prevent apps to overlay other apps via toast windows
Svetoslav Ganov
2016-08-02
Revert "Prevent apps to overlay other apps via toast windows"
Svetoslav Ganov
2016-08-01
Prevent apps to overlay other apps via toast windows
Svet Ganov
[next]