summaryrefslogtreecommitdiff
path: root/core/java/com/android/internal/widget/CachingIconView.java
Commit message (Expand)AuthorAgeFilesLines
* Fall back when failing to load size restricted iconGarfield Tan2022-03-241-1/+4
* Downscale large bitmaps in CachingIconViewJernej Virag2022-03-211-7/+103
* Revert "Downscale large bitmaps in CachingIconView"Jared Duke2022-03-151-116/+7
* Downscale large bitmaps in CachingIconViewJernej Virag2022-03-141-7/+116
* Don't crash the notification bind if the icon fails to resolve.Jeff DeCew2021-06-181-2/+4
* Add maxTargetSdk restriction to unused APIs.Mathew Inwood2020-10-291-1/+2
* Revert "Add maxTargetSdk restriction to unused APIs."Hongwei Wang2020-10-281-2/+1
* Add maxTargetSdk restriction to unused APIs.Mathew Inwood2020-10-271-1/+2
* Minimize use of header in adjusting notification colors.Jeff DeCew2020-10-211-0/+50
* Improved the animations of the conversation badgesSelim Cinek2020-03-301-2/+37
* Adapted Shelf algorithm to also use conversation iconsSelim Cinek2020-03-301-0/+10
* Fixed an issue where the bubble badge was visible independent of the iconSelim Cinek2020-03-121-0/+9
* Use new UnsupportedAppUsage annotation.Artur Satayev2020-01-071-1/+1
* Add @UnsupportedAppUsage annotationsMathew Inwood2018-08-201-0/+2
* Remove uses of libcore.util.Objects.hashCode / equals.Narayan Kamath2018-02-191-2/+2
* Fixed an issue where the setVisibility wasn't annotatedSelim Cinek2017-01-171-0/+1
* Adapted the icon transformation into the shelfSelim Cinek2016-11-211-0/+22
* Notification: Reuse drawable in Header if Icon unchangedAdrian Roos2016-08-091-0/+178