summaryrefslogtreecommitdiff
path: root/packages/SystemUI/src/com/android/systemui/toast/ToastUI.java
Commit message (Expand)AuthorAgeFilesLines
* Make CoreStartable an Interface.Dave Mankoff2022-10-131-3/+4
* Wire display context for text toastsIris Yang2022-06-011-2/+8
* Rename SystemUI class to CoreStartableDave Mankoff2021-11-091-2/+2
* Only show app icon + limit 2 lines toast on targetSdk S+Beverly2021-05-261-17/+5
* Update Toast visuals + motionBeverly2021-02-101-36/+114
* Set text toasts as trusted overlaysBernardo Rufino2020-10-261-0/+2
* Add Plugin interface for ToastsBeverly2020-09-301-17/+57
* 6/N Move everything into SysUIComponent.Dave Mankoff2020-08-161-2/+2
* Wire user info and use user context for text toastsBernardo Rufino2020-04-061-13/+12
* Refactor ToastPresenter to perform show()/hide()Bernardo Rufino2020-04-031-78/+18
* Show toasts from system/sysUI to all usersBernardo Rufino2020-02-281-3/+3
* Unify toast presentation codeBernardo Rufino2020-02-281-55/+9
* Add unit tests for ToastUIBernardo Rufino2020-02-131-4/+14
* Move text toast creation to system UIBernardo Rufino2020-01-271-0/+212