History log of /frameworks/support/v7/mediarouter/src/android/support/v7/media/MediaRouteProviderProtocol.java
Revision Date Author Comments (<<< Hide modified files) (Show modified files >>>)
c39d9c75590eca86a5e7e32a8824ba04a0d42e9b 25-Aug-2016 Alan Viverette <alanv@google.com> Add @RestrictTo(GROUP_ID) annotations to match @hide docs annotations

Also removes some unnecessary @hide annotations on classes that wouldn't
have shown up in docs anyway due to package/private visibility or NO_DOCS.

Bug: 27937193
Change-Id: Iab127a5a3ce57a2d61965d3cef782621eb3859f5
/frameworks/support/v7/mediarouter/src/android/support/v7/media/MediaRouteProviderProtocol.java
9c83739aefcb1748551645a656bece0d864cef76 29-Jun-2016 Sungsoo Lim <sungsoo@google.com> MediaRouter: Introduce min/max client version in MediaRouteDescriptor

When sending a descriptor changed message to a router, MediaRouteService
will filter routes out if the router's client version is lower than the
routes' min client version or is higher than routes' max client version.

Also, this CL increases the client version from 1 to 2.

Bug: 29519687
Change-Id: I6151646b6902a66485429d8b25b8dc7030f0e5fe
/frameworks/support/v7/mediarouter/src/android/support/v7/media/MediaRouteProviderProtocol.java
2f829125aef3796ca674d0ca5fccf9bd37b8417b 11-Jun-2016 Sungsoo Lim <sungsoo@google.com> MediaRouter: Overload onCreateRouteController for route groups

onCreateRouteController is called when a route is selected. This
CL overloads the method with an additional parameter, routeGroupId.
The overloaded method will be called when the route is selected by
selecting a route group where the route is a member of the route
group.

Bug: 29194434
Change-Id: I6582a7bc6f18119578a60ad67d4be865a965dace
/frameworks/support/v7/mediarouter/src/android/support/v7/media/MediaRouteProviderProtocol.java
94be6100218126ce6a08bf1f56209578500b361f 28-Oct-2014 RoboErik <epastern@google.com> Update the support lib MediaRouter dialogs

This updates the UI for MediaRouter dialogs to use the new material
designs for MediaRouter. This doesn't update everything and new
icons are still needed.

Change-Id: I87c7c63c10ac60448251a8fc1fc4740a12f1603c
/frameworks/support/v7/mediarouter/src/android/support/v7/media/MediaRouteProviderProtocol.java
3efa63d3b896244713e84acbb5945562dce41d77 05-Nov-2013 Jeff Brown <jeffbrown@google.com> Minor code cleanup to enable reuse of the protocol.

Extract the protocol constants into another class.
Add a callback interface for the watcher.
Minor doc tweaks.

Bug: 11257292
Change-Id: I74b5ecee0d287d6b892ccb56e7777762bbce30de
/frameworks/support/v7/mediarouter/src/android/support/v7/media/MediaRouteProviderProtocol.java