summaryrefslogtreecommitdiff
path: root/packages/SystemUI/src/com/android/systemui/statusbar/notification/row/NotificationInlineImageResolver.java
Commit message (Expand)AuthorAgeFilesLines
* Resolve message/conversation image Uris with the correct user idMatías Hernández2024-06-231-1/+6
* [DO NOT MERGE] Wait for preloading images to complete before inflating notifi...Valentin Iftime2023-02-281-4/+45
* Guard against ContentResolver exceptionsSteve Elliott2022-03-221-19/+18
* AnimatedImageDrawable in MessageStyle+ConversationStyleSteve Elliott2020-11-251-16/+2
* Throw IOE from within resolveImage rather than NPE.Dan Sandler2020-06-291-0/+3
* Resize images in NotificationInlineImageResolver if too big.Aran Ink2020-02-181-2/+55
* Show RemoteInput images in notification history.Aran Ink2020-01-221-1/+9
* Catch SecurityException while resolving image to avoid crashing.Ahan Wu2018-12-281-2/+2
* Apply cache and preload mechanism to inline image notifications.Ahan Wu2018-12-041-0/+197