History log of /frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/NotificationOverflowIconsView.java
Revision Date Author Comments (<<< Hide modified files) (Show modified files >>>)
4a357cd2e55293402d7172766f7f9419815fc1e8 19-Mar-2015 Alan Viverette <alanv@google.com> Replace usages of deprecated Resources.getColor() and getColorStateList()

Change-Id: I8f64fe6c4c44a92ff6d07250223ba590a1d691b0
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/NotificationOverflowIconsView.java
08c7116ab9cd04ad6dd3c04aa1017237e7f409ac 28-Feb-2015 John Spurlock <jspurlock@google.com> Remove unused imports in frameworks/base.

Change-Id: I031443de83f93eb57a98863001826671b18f3b17
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/NotificationOverflowIconsView.java
05c362d5645367c816069aa138b597b77f317aa4 03-Sep-2014 Dan Sandler <dsandler@android.com> Reduce RAM requirements of grayscale icon testing

The isGrayscale family of methods is designed to identify
drawables and bitmaps that apps are using in the largeIcon
position to pose as small icons in order to get the
appropriate background treatment (a solid blue or gray block
in KK/JB, or geniune selvedge denim in ICS/HC).

We can optimize this search two ways:

(1) Reject immediately any largeIcon that is larger than
largeIcons should be (64x64dp). We could one day simply
reject, or resize, these in the notification manager,
but regardless these are not plausible smallIcon
subsitutes. This new constraint is commemorated in the
new name, isGrayscaleIcon().

(2) Shrink the bitmap even smaller before scanning it slowly
in Java. This lets native_drawBitmap do the heavy
lifting across the entire bitmap; we need only scan a
few pixels.

Bug: 16513124
Change-Id: I3a2b79130ed2465a4aedfbb5a556db7f8a7aa132
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/NotificationOverflowIconsView.java
13b8159e9037d431dd5159635aa409116fa42562 24-Jul-2014 Dan Sandler <dsandler@android.com> Do not colorize bare notification icons in the overflow.

Change-Id: I3377a7d6024e495172a5ccefde1beaa46ec88283
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/NotificationOverflowIconsView.java
7441931462c5dd00edc6f4598e1e60b4f5e67fc4 10-Jun-2014 Jorim Jaggi <jjaggi@google.com> Do not override mColor with default color if none set

Bug: 15163105
Change-Id: Ibb9507b24aeaae7a571d42eb411aff25449d48fe
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/NotificationOverflowIconsView.java
b741f053394b6e8f59bdf72bb47e9f4484fbb808 03-Jun-2014 Jorim Jaggi <jjaggi@google.com> Fix more card appearance to spec from design.

Bug: 15392952
Change-Id: I4539b48af33dc6838ef0c59dac7ca08fc1a2bd03
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/NotificationOverflowIconsView.java
d4a57440ca5fc8461959176475b0fcd8a6e05871 10-Apr-2014 Jorim Jaggi <jjaggi@google.com> Limit notifications on lockscreen to a maximum 4.

All the other notifications are going to be collapsed in a "n more"
card.

Bug: 13635952
Change-Id: I18471c7b18d05d27e92c49ee8214605f1a151927
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/NotificationOverflowIconsView.java