summaryrefslogtreecommitdiff
path: root/packages/SystemUI/src/com/android/systemui/toast
Commit message (Expand)AuthorAgeFilesLines
* Merge tag 'android-13.0.0_r35' of https://android.googlesource.com/platform/f...George Zacharia2023-04-033-8/+9
|\
| * Add Customization LibHawkwood Glazier2022-11-181-1/+1
| * Move LogBuffer to sysui/pluginsBeverly2022-10-191-4/+4
| * Make CoreStartable an Interface.Dave Mankoff2022-10-131-3/+4
* | SysUIToast: Remove restrictions on toast app iconSagarMakhar2022-10-261-5/+4
|/
* Wire display context for text toastsIris Yang2022-06-011-2/+8
* Remove FileDescriptor from systemui.Dumpable.Dave Mankoff2022-04-051-2/+1
* Merge "Toast app icons should show for secondary users"TreeHugger Robot2021-12-231-37/+15
|\
| * Toast app icons should show for secondary usersBeverly2021-12-221-37/+15
* | Prevent NPE when checking toast icon labelBeverly2021-12-211-1/+3
|/
* Updating icon badging logicSunny Goyal2021-11-301-5/+9
* Rename SystemUI class to CoreStartableDave Mankoff2021-11-091-2/+2
* Update logic for toast app iconsBeverly2021-06-221-4/+33
* Only show app icon + limit 2 lines toast on targetSdk S+Beverly2021-05-263-47/+53
* Animate out toast elevationBeverly2021-05-211-6/+18
* Check appEntry is not null before dereferencing itStefan Dierauf2021-04-131-1/+1
* Don't show a toast icon if app.info is nullBeverly2021-03-291-1/+2
* Don't show an app icon for uninitalized userBeverly2021-03-171-2/+7
* Don't show toast icon for system appsBeverly2021-03-091-15/+23
* Toast design polishBeverly2021-02-181-4/+1
* Update Toast visuals + motionBeverly2021-02-105-59/+362
* Set text toasts as trusted overlaysBernardo Rufino2020-10-261-0/+2
* Add Plugin interface for ToastsBeverly2020-09-304-17/+338
* 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