summaryrefslogtreecommitdiff
path: root/core/java/android/widget/Toast.java
AgeCommit message (Expand)Author
2021-06-09Expand toast javadoc to include rate limiting info.Jan Tomljanovic
2020-04-28Fix broken @see tags in public documentation.Andrew Sapperstein
2020-04-06Wire user info and use user context for text toastsBernardo Rufino
2020-04-03Refactor ToastPresenter to perform show()/hide()Bernardo Rufino
2020-03-24Gate toast block and remove warningBernardo Rufino
2020-03-24Clarify Toast.Callback javadocBernardo Rufino
2020-02-28Show toasts from system/sysUI to all usersBernardo Rufino
2020-02-28Unify toast presentation codeBernardo Rufino
2020-02-11Merge "Return null for getWindowParams() on system-rendered toasts"Bernardo Rufino
2020-02-07Return null for getWindowParams() on system-rendered toastsBernardo Rufino
2020-02-07Mark getView() with @NullableBernardo Rufino
2020-02-06Add Toast logs and update docsBernardo Rufino
2020-02-06Don't block app-rendered text toast on apps with targetSdk < 30Bernardo Rufino
2020-02-05Add @Deprecated tag to Toast.getView()Bernardo Rufino
2020-01-29Gate CHANGE_TEXT_TOASTS_IN_THE_SYSTEM on targetSdk 30+Bernardo Rufino
2020-01-27Move text toast creation to system UIBernardo Rufino
2020-01-23Window Manager Flag Migration (12/n)Tiger Huang
2020-01-21Merge "Use IBinder token for indexing toasts instead of ITransientNotification"Bernardo Rufino
2020-01-21Deprecate custom toastsBernardo Rufino
2020-01-21Use IBinder token for indexing toasts instead of ITransientNotificationBernardo Rufino
2020-01-15Merge "Add Callback API to Toast"TreeHugger Robot
2020-01-10Add Callback API to ToastBernardo Rufino
2020-01-06Use new UnsupportedAppUsage annotation.Artur Satayev
2019-12-16Window Manager Flag Migration (7/n)Tiger Huang
2019-11-20[Roll Forward] Block background custom toastsBernardo Rufino
2019-02-15Merge "Restrict reflection access to Toast's TransientNotification."TreeHugger Robot
2019-02-05Restrict reflection access to Toast's TransientNotification.Daniel Santiago Rivera
2019-02-04Restrict reflection access to INotificationManager from ToastAdam Powell
2018-10-15Add Context.getDisplayId() to avoid possible IPCYohei Yukawa
2018-09-14Move some members to the "Q blacklist".Mathew Inwood
2018-08-21Add @UnsupportedAppUsage annotationsMathew Inwood
2018-08-17Merge "Code reformatting for upcoming automated code changes." am: d68f003c67...Mathew Inwood
2018-08-16Code reformatting for upcoming automated code changes.Mathew Inwood
2018-08-15Support the toast Window to show on the secondary display.Jeff Chang
2018-03-01Fix toast lifetimeRobert Carr
2017-12-13Add more IntDef prefixes for auto-documenting.Jeff Sharkey
2017-12-05Revert "Don't generate irrelevant a11y events - framework"Eugene Susla
2017-11-28Don't generate irrelevant a11y events - frameworkSvet Ganov
2017-05-16Merge "Fixes crash (race cond) when using toast that is immediately cancelled...TreeHugger Robot
2017-05-15Fixes crash (race cond) when using toast that is immediately cancelledSvet Ganov
2017-05-09Fix Toast exception in NotificationManagerServiceGeoffrey Pitsch
2017-02-27Implicitly cast views obtained via View.findView methodsAlan Viverette
2017-02-03Revert "Implicitly cast views obtained via View.findView methods"Alan Viverette
2017-01-27Implicitly cast views obtained via View.findView methodsAlan Viverette
2016-10-19Prevent crash from early Toast surface destruction.Robert Carr
2016-09-08Remove toast window immediatelySvet Ganov
2016-09-02resolve merge conflicts of bde1d34 to masterSvetoslav Ganov
2016-09-02Prevent apps to overlay other apps via toast windowsSvetoslav Ganov
2016-08-02Revert "Prevent apps to overlay other apps via toast windows"Svetoslav Ganov
2016-08-01Prevent apps to overlay other apps via toast windowsSvet Ganov