summaryrefslogtreecommitdiff
path: root/core/java/android/widget/Toast.java
Commit message (Expand)AuthorAgeFilesLines
* Merge "Add Toast#show() specific javadoc" into android13-tests-dev am: 1d8b56...Treehugger Robot2023-03-161-0/+3
|\
| * Add Toast#show() specific javadocAzhara Assanova2023-03-101-0/+3
* | Add PbA branding to clipboardYi-an Chen2022-07-191-8/+29
|/
* Update Toast documentationBeverly2021-12-211-0/+3
* Expand toast javadoc to include rate limiting info.Jan Tomljanovic2021-06-091-0/+3
* Fix broken @see tags in public documentation.Andrew Sapperstein2020-04-281-3/+1
* Wire user info and use user context for text toastsBernardo Rufino2020-04-061-5/+5
* Refactor ToastPresenter to perform show()/hide()Bernardo Rufino2020-04-031-54/+18
* Gate toast block and remove warningBernardo Rufino2020-03-241-6/+1
* Clarify Toast.Callback javadocBernardo Rufino2020-03-241-1/+2
* Show toasts from system/sysUI to all usersBernardo Rufino2020-02-281-1/+1
* Unify toast presentation codeBernardo Rufino2020-02-281-69/+14
* Merge "Return null for getWindowParams() on system-rendered toasts"Bernardo Rufino2020-02-111-2/+13
|\
| * Return null for getWindowParams() on system-rendered toastsBernardo Rufino2020-02-071-2/+13
* | Mark getView() with @NullableBernardo Rufino2020-02-071-4/+9
|/
* Add Toast logs and update docsBernardo Rufino2020-02-061-2/+71
* Don't block app-rendered text toast on apps with targetSdk < 30Bernardo Rufino2020-02-061-1/+6
* Add @Deprecated tag to Toast.getView()Bernardo Rufino2020-02-051-0/+1
* Gate CHANGE_TEXT_TOASTS_IN_THE_SYSTEM on targetSdk 30+Bernardo Rufino2020-01-291-3/+2
* Move text toast creation to system UIBernardo Rufino2020-01-271-45/+167
* Window Manager Flag Migration (12/n)Tiger Huang2020-01-231-1/+1
* Merge "Use IBinder token for indexing toasts instead of ITransientNotification"Bernardo Rufino2020-01-211-8/+13
|\
| * Use IBinder token for indexing toasts instead of ITransientNotificationBernardo Rufino2020-01-211-8/+13
* | Deprecate custom toastsBernardo Rufino2020-01-211-0/+19
|/
* Merge "Add Callback API to Toast"TreeHugger Robot2020-01-151-0/+63
|\
| * Add Callback API to ToastBernardo Rufino2020-01-101-0/+63
* | Use new UnsupportedAppUsage annotation.Artur Satayev2020-01-061-1/+1
|/
* Window Manager Flag Migration (7/n)Tiger Huang2019-12-161-0/+1
* [Roll Forward] Block background custom toastsBernardo Rufino2019-11-201-1/+9
* Merge "Restrict reflection access to Toast's TransientNotification."TreeHugger Robot2019-02-151-6/+6
|\
| * Restrict reflection access to Toast's TransientNotification.Daniel Santiago Rivera2019-02-051-6/+6
* | Restrict reflection access to INotificationManager from ToastAdam Powell2019-02-041-2/+2
|/
* Add Context.getDisplayId() to avoid possible IPCYohei Yukawa2018-10-151-1/+1
* Move some members to the "Q blacklist".Mathew Inwood2018-09-141-1/+2
* Add @UnsupportedAppUsage annotationsMathew Inwood2018-08-211-0/+13
* Merge "Code reformatting for upcoming automated code changes." am: d68f003c67...Mathew Inwood2018-08-171-1/+2
|\
| * Code reformatting for upcoming automated code changes.Mathew Inwood2018-08-161-1/+2
* | Support the toast Window to show on the secondary display.Jeff Chang2018-08-151-1/+2
|/
* Fix toast lifetimeRobert Carr2018-03-011-0/+8
* Add more IntDef prefixes for auto-documenting.Jeff Sharkey2017-12-131-1/+4
* Revert "Don't generate irrelevant a11y events - framework"Eugene Susla2017-12-051-2/+1
* Don't generate irrelevant a11y events - frameworkSvet Ganov2017-11-281-1/+2
* Merge "Fixes crash (race cond) when using toast that is immediately cancelled...TreeHugger Robot2017-05-161-2/+15
|\
| * Fixes crash (race cond) when using toast that is immediately cancelledSvet Ganov2017-05-151-2/+15
* | Fix Toast exception in NotificationManagerServiceGeoffrey Pitsch2017-05-091-38/+71
|/
* Implicitly cast views obtained via View.findView methodsAlan Viverette2017-02-271-1/+1
* Revert "Implicitly cast views obtained via View.findView methods"Alan Viverette2017-02-031-1/+1
* Implicitly cast views obtained via View.findView methodsAlan Viverette2017-01-271-1/+1
* Prevent crash from early Toast surface destruction.Robert Carr2016-10-191-24/+43
* Remove toast window immediatelySvet Ganov2016-09-081-1/+1