History log of /frameworks/support/v7/mediarouter/src/android/support/v7/media/MediaRouteDescriptor.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/MediaRouteDescriptor.java
e2c6a94b6e4aab502f9b88dd3ff664bd90b25839 25-Aug-2016 Aurimas Liutikas <aurimas@google.com> Remove all the extra accessor methods added by javac in support-mediarouter.

Change private methods to be package protected to avoid extra methods
that get added to be able to access them from inner classes.

This CL saves 143 methods in our jar.

Bug: 31075707
Change-Id: Iddd66c7f04ae9522792a889a59b3ae7629b2983c
/frameworks/support/v7/mediarouter/src/android/support/v7/media/MediaRouteDescriptor.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/MediaRouteDescriptor.java
d805095048f6be52cddbd572ee343c4639ba8187 22-Apr-2016 Alan Viverette <alanv@google.com> Clean up deprecation tags in support libraries

Also fixes renderscript and recyclerview docs builds.

Bug: 28339627
Bug: 28073702
Change-Id: I0f38cf82fe260de4488660c87aaed8d26265eeba
/frameworks/support/v7/mediarouter/src/android/support/v7/media/MediaRouteDescriptor.java
14a7007aaefb96b3b6fb06171aa10e1200116d6a 11-Oct-2015 Jae Seo <jaeseo@google.com> MediaRouter: Hide the group API per request

Bug: 24831500
Change-Id: I523012153a3bfe2c752f94a73d2425a100335816
/frameworks/support/v7/mediarouter/src/android/support/v7/media/MediaRouteDescriptor.java
bab5423c7699e3656b6c31fdebcc44d8acaec68e 18-Sep-2015 Jae Seo <jaeseo@google.com> MediaRouter: Add comments on params

Change-Id: Icc9ddc1d6e5fd8842c0384de147be9c5e1e44284
/frameworks/support/v7/mediarouter/src/android/support/v7/media/MediaRouteDescriptor.java
050b7ec33bd9a2fe493f0b0b85d49ed213046219 16-Sep-2015 Jae Seo <jaeseo@google.com> MediaRouter: Publish new APIs

Bug: 23115937
Change-Id: If9e61710c5cc1d078240f89772e7a40f3c0013cc
/frameworks/support/v7/mediarouter/src/android/support/v7/media/MediaRouteDescriptor.java
893feff5ea67f24af45af6dc9d6d09640ea66b86 28-Aug-2015 Jae Seo <jaeseo@google.com> MediaRouter: Add an API to set the receiver device type of the route

Used to determine the default icon of a given route when a custom icon
is not specified.

Bug: 23116379
Change-Id: I1188c10b679e4693ae1aab9ced0f842d4fc80881
/frameworks/support/v7/mediarouter/src/android/support/v7/media/MediaRouteDescriptor.java
77367b4a1871417198d0399d9ad074314c758567 02-Sep-2015 Jae Seo <jaeseo@google.com> MediaRouter: Show "Casting screen" if the app is being mirrored

Bug: 23724473
Change-Id: Ia01981aa5b8062c0469d1992fef8468c0783cd3e
/frameworks/support/v7/mediarouter/src/android/support/v7/media/MediaRouteDescriptor.java
1bb3dfe1c70801c1981406e93b9ca624a11dcb3b 30-Aug-2015 Jae Seo <jaeseo@google.com> MediaRouter: Rename group API

Use the term "group member" explicitly instead of "child" to denote
group membership

Change-Id: I04c0f09327289c17c23c8ab6bc5d9d16b22bc60e
/frameworks/support/v7/mediarouter/src/android/support/v7/media/MediaRouteDescriptor.java
119de6bb3353341cfd465cea9e545abec3762d20 24-Aug-2015 Jae Seo <jaeseo@google.com> MediaRouter: Enable custom icons for media routes

The route chooser dialog now displays custom icons for media routes if
they are provided. Otherwise, it shows the default icons.

Also added API to allow route providers to set custom icons for their
routes.

Bug: 23116379
Change-Id: Ia785d7cd5cd3bdb472d058e25aba55f4e8f042ab
/frameworks/support/v7/mediarouter/src/android/support/v7/media/MediaRouteDescriptor.java
07255ba22d8fb944e90d3279de60a8229b22b2d6 25-Aug-2015 Jae Seo <jaeseo@google.com> Merge "MediaRouter: Add route connection state" into mnc-ub-dev
3766e1d92193a98f65a12b18a43bbb3f6508a25f 23-Aug-2015 Jae Seo <jaeseo@google.com> MediaRouter: Add route connection state

Defined the route connection states and added getConnectionState() that
replaces the existing isConnecting(). The route chooser dialog now
displays the descriptions of the routes only when they are connected.

Bug: 23117152
Change-Id: I7acfc9fae995f066c80b7f71ff21f18cc165f465
/frameworks/support/v7/mediarouter/src/android/support/v7/media/MediaRouteDescriptor.java
f5db9ad891adbb8c277bc4d18d801e50b691bafa 21-Aug-2015 Jae Seo <jaeseo@google.com> Merge "MediaRouter: Add comment on canDisconnectAndKeepPlaying" into mnc-ub-dev
57fd374d7a870fb3bf0c38795440ccd82b84dff6 18-Aug-2015 Jae Seo <jaeseo@google.com> MediaRouter: Add comment on canDisconnectAndKeepPlaying

To provide context when the media route provider should set a route can
be disconnected without stopping playback.

Bug: 23116880
Change-Id: I8abbe5186f6857a00342bd16c7e17b705dd3dc28
/frameworks/support/v7/mediarouter/src/android/support/v7/media/MediaRouteDescriptor.java
e7a694bf5fc4bf417502509a8604fffc7a41d84c 18-Aug-2015 Jae Seo <jaeseo@google.com> MediaRouter: Add RouteGroup

Bug: 23117755, Bug: 23118003
Change-Id: If2ca6c648fde5cf72271f02ed7a40db8331b9f9a
/frameworks/support/v7/mediarouter/src/android/support/v7/media/MediaRouteDescriptor.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/MediaRouteDescriptor.java
cb63b6ecac9786891514f241dec71695f09d3efb 01-Jun-2013 Jeff Brown <jeffbrown@google.com> Add unique id to routes.

Route unique ids are stable identifiers that applications can use
for various purposes such as remembering route selections or
communicating with services.

Bug: 9210033
Change-Id: I4519f6f639346b8981f02fb870e64becca291b4c
/frameworks/support/v7/mediarouter/src/android/support/v7/media/MediaRouteDescriptor.java
3d4c9459ed77f732dd3ba602713af6ebf9280c8c 21-May-2013 Jeff Brown <jeffbrown@google.com> Streamline media router API.

Merge progress and status and remove ACTION_GET_PROGRESS.

Add a new MediaItemStatus object to ensure that apps package the
status information correctly into the Bundle and to remove
possible ambiguity about the interpretation of each field.

Add EXTRA_ITEM_STATUS as a standard output result from
most requests include ACTION_PLAY, ACTION_PAUSE, etc.

Add a timestamp to the status object.

Add a mechanism for returning an error string from failed
media control requests.

Add a unique prefix to all mediarouter library resources
to make conflicts with application resources less likely.

Bug: 8175766
Change-Id: Ifca759424125ca62e8a72d35068dd3cc045d21ad
/frameworks/support/v7/mediarouter/src/android/support/v7/media/MediaRouteDescriptor.java
d63957d28aaabcec588b8cde12eac16414783aeb 16-May-2013 Jeff Brown <jeffbrown@google.com> Replace route status with route description.

Bug: 8175766
Change-Id: I694e3d78cd6a80ecb277b5d950b52d9401a8736c
/frameworks/support/v7/mediarouter/src/android/support/v7/media/MediaRouteDescriptor.java
55b361aea868e53e848bc45af3a55ae43e7871c3 16-May-2013 Jeff Brown <jeffbrown@google.com> Remove route icons from the API and the UI.

Bug: 8175766
Change-Id: Ic376cb99455fff1e48aa7d3243365aa7cb94659b
/frameworks/support/v7/mediarouter/src/android/support/v7/media/MediaRouteDescriptor.java
7599feee523c7b7d33576ae5825e43e3d62cbcbe 16-May-2013 Jeff Brown <jeffbrown@google.com> Generalize collection types used in builders.

Small change to make the API easier to use.

Bug: 8175766
Change-Id: I88cb531e801c3e309c4a6e0e70668d6d4560d2bd
/frameworks/support/v7/mediarouter/src/android/support/v7/media/MediaRouteDescriptor.java
11417b1cfde8f1749905f2d735623af9214148af 27-Apr-2013 Jeff Brown <jeffbrown@google.com> Add media router picker UI.

Introduced the concept of a MediaRouteSelector which is the means
by which an application states the route capabilities of routes
that it would like to discover.

Added selectors to the addCallback method along with several
other methods to assist with discovery. Callbacks can specify
flags to perform active scans of routes or to disable filtering
of route events.

Added a workaround to scan for wifi displays on JB MR1.

Refactored the route descriptor objects to use the builder pattern
instead of simply documenting that they should be immutable
since several developers have already tripped over this.

The UI is feature complete but not final.

Bug: 8175766
Change-Id: I54ebb7488222746b0c07292e65b9ded1b9d720fa
/frameworks/support/v7/mediarouter/src/android/support/v7/media/MediaRouteDescriptor.java