History log of /frameworks/base/core/java/com/android/internal/app/MediaRouteControllerDialog.java
Revision Date Author Comments (<<< Hide modified files) (Show modified files >>>)
86165e354c8446aa505c9488de8e72bbe316f53e 22-Dec-2016 Donghyun Cho <donghyun@google.com> Use AlertDialog for MediaRouteControllerDialog

Rather than using custom layout for MediaRouteControllerDialog, use
AlertDialog to lay out inner views and buttons properly. Also, obtain
the media route icon from the current theme and animate it if necessary.

Bug: 33253732
Test: Launched the dialog and verified.
Change-Id: I4bec689ce808285e084fc9a90820b429e63e765a
/frameworks/base/core/java/com/android/internal/app/MediaRouteControllerDialog.java
7980d10d7c1ac0b5301eb8efaa18657201074910 07-Jul-2015 Dongwon Kang <dwkang@google.com> Revert "Use AlertDialog for MediaRouteControllerDialog"

This reverts commit 001d51496d062789355a91ce9365cd0cfeac6925.

Background: To just inherit AlertDialog, the content view should include
a title as we do in support library (AlertDialog uses NO_TITLE feature),
but up-streaming support library implementation to the framework at this
point might cause more issues. Verified that the narrow dialog issue
(b/22044600) does not happen in the framework implementation regardless of
whether it uses AlertDialog or not.

Bug: 22286869
Change-Id: Ic2554cc9e683beff29d1deee91945c1dace83ab1
/frameworks/base/core/java/com/android/internal/app/MediaRouteControllerDialog.java
001d51496d062789355a91ce9365cd0cfeac6925 26-Jun-2015 Jae Seo <jaeseo@google.com> Use AlertDialog for MediaRouteControllerDialog

Bug: 19876497, Bug: 21795195, Bug: 22044600
Change-Id: I8ec3b17d026b2690edad4b5c4d61741e29b653db
/frameworks/base/core/java/com/android/internal/app/MediaRouteControllerDialog.java
8eea3ea5591e59f55cbb4f6b2b7e9363a285ced3 04-Feb-2014 Alan Viverette <alanv@google.com> Add APIs for obtaining themed Drawable from Theme, Context

BUG: 12611005
Change-Id: Ic0057be4e4c2d0c61ce02a019b3f7d0625e3a016
/frameworks/base/core/java/com/android/internal/app/MediaRouteControllerDialog.java
0abd3a6ce83ed23abe614155e776b600ef2a66c3 10-Nov-2013 Jeff Brown <jeffbrown@google.com> Update the media router dialogs and integrate into system UI.

Port the new style UI back into the framework from the support library.
There are now two dialogs: a chooser and a controller. We use the
same dialogs for selecting routes within app and within quick settings.

Note that the new UI does not support any grouping features since they
are deprecated and unused.

Bug: 11257292
Change-Id: I64e936a18d25ab75f0c470cbc1e7085f67004863
/frameworks/base/core/java/com/android/internal/app/MediaRouteControllerDialog.java