summaryrefslogtreecommitdiff
path: root/core/java/android/widget/ToastPresenter.java
Commit message (Expand)AuthorAgeFilesLines
* Get WindowManager only when neededValentin Iftime2023-12-011-4/+13
* Fix Toast leak in AccessibilityManagerValentin Iftime2023-09-061-12/+15
* Fix crash when attempting to show toast on recently removed display.Jan Sebechlebsky2023-08-241-1/+4
* Fix Toast memory leaksValentin Iftime2023-05-041-19/+31
* Add PbA branding to clipboardYi-an Chen2022-07-191-0/+21
* Unregister IA11yManagerClient in ToastPresenterSally2021-06-041-13/+17
* Update toast parameters instead of re-addingBeverly2021-02-191-1/+1
* Update Toast visuals + motionBeverly2021-02-101-12/+32
* Add Plugin interface for ToastsBeverly2020-09-301-3/+22
* Gets the userId from Context for AccessibilityManager in ToastPresenter.Yuncheol Heo2020-06-171-2/+1
* Wire user info and use user context for text toastsBernardo Rufino2020-04-061-6/+19
* Refactor ToastPresenter to perform show()/hide()Bernardo Rufino2020-04-031-14/+126
* Show toasts from system/sysUI to all usersBernardo Rufino2020-02-281-2/+33
* Unify toast presentation codeBernardo Rufino2020-02-281-0/+117