History log of /development/samples/Support4Demos/src/com/example/android/supportv4/media/MediaController.java
Revision Date Author Comments
74c5bcff29959931c8a4b15e4afa613975a47f4c 19-Apr-2013 Dianne Hackborn <hackbod@google.com> Update to follow TransportMediator API changes.

Change-Id: Icedd0fbe15cf84ff4d3f0c59826f698e92138b47
1abc05040fbcfe420c10b80b984d75f0ce1ab4ec 06-Apr-2013 Dianne Hackborn <hackbod@google.com> Update media controller sample.

Now use the new abstractions of TransportMediator. Guess I should
also change the name of this sample to match it... that'll be for
a future change. :)

Change-Id: I932f8215bba51dfaa1bd5766ab9551c9dc440657
9b4e96dcb899d6ad5452a91c9207c357bb9a5011 05-Apr-2013 Dianne Hackborn <hackbod@google.com> Improve TransportController demo.

This is an actually realistic implementation of a
video player. It's still delibrately simple, but it's
not outright broken. We now have our own media controller
since that is the only way to get something that actually
works, we use system UI flags to hide nav/status bar when
playing, we use the new TransportController APIs to go
into a formal playback state where we take audio focus.

Change-Id: I19ac171483637b8ee94c9c07aea39c11748cbc46