History log of /frameworks/support/v7/appcompat/src/android/support/v7/internal/app/NotificationCompatImplBase.java
Revision Date Author Comments (<<< Hide modified files) (Show modified files >>>)
956192ae5d9dd882c91c9cb607954f0eebcb7976 24-Jun-2015 Ian Lake <ilake@google.com> Fix NotificationCompat.MediaStyle crash on ICS

Guard call to RemoteViews.setContentDescription() to only run on
ICS MR1 (API 15) or higher devices, preventing it from crashing on
API 14 devices.

BUG: 22066476
Change-Id: I7f143bab3b8d3dc02582da9af2a0c9be135bc092
/frameworks/support/v7/appcompat/src/android/support/v7/internal/app/NotificationCompatImplBase.java
976b6a8c18550ace670e0410453741d11dafa474 15-May-2015 Ian Lake <ilake@google.com> Introduce NotificationCompat.MediaStyle DO NOT MERGE

Make Notification.MediaStyle available from v7 with the support
library. For versions prior ICS, the normal template is used, as
buttons within notifications weren't supported. From ICS to
Jellybean, a custom template is used which maches the platform one.
On Lollipop and later, the platform implementation is used.

Bug: 17425365
Change-Id: I6a44c8b325c0fb204e3043e1114c4a2c3276d78f
(cherry picked from commit 10d7d250bc41b21059a90095e8b693c9e7bc3bc3)
/frameworks/support/v7/appcompat/src/android/support/v7/internal/app/NotificationCompatImplBase.java