History log of /frameworks/support/v4/java/android/support/v4/media/TransportMediator.java
Revision Date Author Comments (<<< Hide modified files) (Show modified files >>>)
25c2153d358dde8893ec95e307751764558774a6 28-Feb-2014 RoboErik <epastern@google.com> Fix typo in TransportMediator comments

Change-Id: I9291d9614623886a5928af4f7a3bd9d7f139e64e
/frameworks/support/v4/java/android/support/v4/media/TransportMediator.java
0dcc7b69b13c2de1fcd8e6ca48a6891130d3577c 24-Apr-2013 Dianne Hackborn <hackbod@google.com> Remove check for JB MR2 codename.

Change-Id: I156512ac4f240aa1f42714eca1d55a44417957c6
/frameworks/support/v4/java/android/support/v4/media/TransportMediator.java
54fe42a994b1aa1608d23a57a2f55228712e98e7 19-Apr-2013 Dianne Hackborn <hackbod@google.com> TransportMediator: handle playback position.

Update interaction with media controller to report playback
position and handle requests to set the position. Also
update api to use longs for position everywhere.

Change-Id: Ia960cc0443b07b70503d2e08d4943fd5102b809d
/frameworks/support/v4/java/android/support/v4/media/TransportMediator.java
e3f8e5a462e23399945e8042ddb8025ec8fa33ac 12-Apr-2013 Dianne Hackborn <hackbod@google.com> More TransportMediator documentation.

Change-Id: I9e905384461e0786c7b439776ccdd453cd1b34c0
/frameworks/support/v4/java/android/support/v4/media/TransportMediator.java
8c7c4c0409bd93f66fe39c5a5298a94f832be31e 06-Apr-2013 Dianne Hackborn <hackbod@google.com> Flesh out the transport controller... now transport mediator.

This introduces a bunch of formal interfaces to represent the
player and controller sides. The TransportController, now called
TransportMediator, is now the central place responsible for
propagating the interactions between the player and on-screen
controls; as it does this it can also reflect this information
through the remote control client and back from the media button
receiver.

This simplifies code using the class, getting rid of various
connections they would otherwise need to supply.

Change-Id: I36121d96e98267554f044712f3b3b018cdc445bb
/frameworks/support/v4/java/android/support/v4/media/TransportMediator.java