History log of /frameworks/support/frameworks/support/samples/Support7Demos/src/com/example/android/supportv7/media/RemotePlayer.java
Revision Date Author Comments (<<< Hide modified files) (Show modified files >>>)
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/RemotePlayer.java
efd458023f97ae06f051bf22f6b5e988c491e148 22-Jun-2016 Donghyun Cho <donghyun@google.com> Support7Demos: Reflect a status change of playback state properly

When item status is changed and the sample app is notified of it via
RemotePlaybackClient.StatusCallback#onItemStatusChanged, republish the
new playback state so that the controller dialog can be in sync.

Bug: 24958135
Change-Id: Ia6e2c3276798107d95376746cb06e6cad3b66fb8
/frameworks/support/samples/Support7Demos/src/com/example/android/supportv7/media/RemotePlayer.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/RemotePlayer.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/RemotePlayer.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/RemotePlayer.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/RemotePlayer.java