History log of /frameworks/support/v7/appcompat/src/android/support/v7/app/NotificationCompat.java
Revision Date Author Comments (<<< Hide modified files) (Show modified files >>>)
924b73bd0744363c063dc75a879414680c9cbeb4 10-Jun-2015 Ian Lake <ilake@google.com> Ensure NotificationCompat.MediaStyle methods return MediaStyle

All other NotificationCompat Styles use a fluent style, returning
this to allow chaining methods together. Ensure that MediaStyle
methods follow the same pattern.

BUG: 21740373
Change-Id: If3c9be7c1c87b10bdb320f97d20eac6c3ffaeb7c
/frameworks/support/v7/appcompat/src/android/support/v7/app/NotificationCompat.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/app/NotificationCompat.java