History log of /frameworks/support/samples/Support7Demos/src/com/example/android/supportv7/media/Player.java
Revision Date Author Comments (<<< Hide modified files) (Show modified files >>>)
61636870e0a12db5909955eca58e0070357dde42 28-Dec-2016 Donghyun Cho <donghyun@google.com> Fix lint warnings of media router sample

Bug: 33002917
Test: ./gradlew :support-v7-demos:lint
Change-Id: Ida1c004f63ed09ce7812534428f1ce9f076168f1
/frameworks/support/samples/Support7Demos/src/com/example/android/supportv7/media/Player.java
70f3627685b55b2bc1b3f0c17c9c30aa3a7fd062 27-Jun-2016 Donghyun Cho <donghyun@google.com> Support7Demos: Build metadata using the stored title in the playlist

Currently the media session retrieves the title of current media from
the provider by sending a private control intent. However, because the
title is already known, it is unnecessary to get this information from
the provider.

This CL stores title in the playlist in order to use it for building the
media metadata. Therefore it can show the title in the controller
dialog, even when the current route provider is not a sample provider.

Bug: 25732463
Change-Id: Ia9f859f02f45e5fed0bb6ede06c79b5bc98712cb
/frameworks/support/samples/Support7Demos/src/com/example/android/supportv7/media/Player.java
76d965dc41863b33f887db33d283cb7f1523f60d 07-Oct-2015 Jae Seo <jaeseo@google.com> Support7Demos: Update the MediaRouter demo

Change-Id: I661e17073bd71e45610360bbf5b372eaf41c4fe3
/frameworks/support/samples/Support7Demos/src/com/example/android/supportv7/media/Player.java
9a2de97bec8126f8c8c05e9c995f378c5a73319a 26-Nov-2014 RoboErik <epastern@google.com> Update for MediaSessionCompat support

Switches the MediaRouter sample to using MediaSessionCompat instead of
RemoteControlClient. This goes along with the update to the support lib
for full MediaSessionCompat support of RCC.

bug:18186638
Change-Id: If8dd25346b850512ea8d248012d8a369a39d301f
/frameworks/support/samples/Support7Demos/src/com/example/android/supportv7/media/Player.java
5d429bc3a8195d6f37cf2f7da0935972950539b4 12-Nov-2014 RoboErik <epastern@google.com> Update the MediaRouter support demo for new UIs

Updates the MediaRouter support demo for the new material UI spec.

bug:17879842
Change-Id: I3340e65384050fbf561cf506cb5b80028d69d849
/frameworks/support/samples/Support7Demos/src/com/example/android/supportv7/media/Player.java
cf61a6ed2bfa6141b832fdc40a9fbfb70af91416 24-Oct-2013 Chong Zhang <chz@google.com> Add sample code to customize the MediaRouteControllerDialog

Bug: 11320487
Change-Id: I365c93173a74e99c63d919d2852690eed174d3b3
/frameworks/support/samples/Support7Demos/src/com/example/android/supportv7/media/Player.java
a6bf581f7a7a6326505569f0d1215d0ba84779d7 09-Oct-2013 Chong Zhang <chz@google.com> mrp sample: refactor and use helper class

Bug: 10955351

Change-Id: Ib607d27bc93a35460c6acd295d29afad3f255e25
/frameworks/support/samples/Support7Demos/src/com/example/android/supportv7/media/Player.java