|
Capabilities + Extensions + Cast Support for Android client
Support for:
1. Capability enumeration, negotiation and managment.
2. Generic client-side extensions, similar to HostExtension model in Chromoting host.
3. Interaction with Chromoting host's CastExtension and support for Cast Sender API
(prototype for Cast support).
Note:
The android app has four new dependencies: v4 support, v7 appcompat, v7 mediarouter,
google play services. The first three are in third_party/android_tools/,
but the last isn't. See crbug.com/403948. This CL will not break any builds
since the code is behind a gyp flag in remoting.gyp.
Committed: https://src.chromium.org/viewvc/chrome?view=rev&revision=289897
Total comments: 5
Total comments: 5
Total comments: 51
|
Unified diffs |
Side-by-side diffs |
Delta from patch set |
Stats (+1069 lines, -25 lines) |
Patch |
 |
A + |
remoting/android/cast/AndroidManifest.xml.jinja2
|
View
|
|
2 chunks |
+5 lines, -1 line |
0 comments
|
Download
|
 |
A |
remoting/android/cast/src/org/chromium/chromoting/CastExtensionHandler.java
|
View
|
1
2
3
|
1 chunk |
+477 lines, -0 lines |
0 comments
|
Download
|
 |
M |
remoting/android/java/AndroidManifest.xml.jinja2
|
View
|
|
1 chunk |
+2 lines, -1 line |
0 comments
|
Download
|
 |
M |
remoting/android/java/res/menu/desktop_actionbar.xml
|
View
|
1
2
3
|
1 chunk |
+11 lines, -6 lines |
0 comments
|
Download
|
 |
A |
remoting/android/java/src/org/chromium/chromoting/ActivityLifecycleListener.java
|
View
|
1
2
3
|
1 chunk |
+38 lines, -0 lines |
0 comments
|
Download
|
 |
A |
remoting/android/java/src/org/chromium/chromoting/Capabilities.java
|
View
|
1
2
3
|
1 chunk |
+15 lines, -0 lines |
0 comments
|
Download
|
 |
A |
remoting/android/java/src/org/chromium/chromoting/CapabilityManager.java
|
View
|
1
2
3
4
|
1 chunk |
+157 lines, -0 lines |
0 comments
|
Download
|
 |
A |
remoting/android/java/src/org/chromium/chromoting/ClientExtension.java
|
View
|
|
1 chunk |
+32 lines, -0 lines |
0 comments
|
Download
|
 |
M |
remoting/android/java/src/org/chromium/chromoting/Desktop.java
|
View
|
1
2
3
|
6 chunks |
+41 lines, -2 lines |
0 comments
|
Download
|
 |
A |
remoting/android/java/src/org/chromium/chromoting/DummyActivityLifecycleListener.java
|
View
|
|
1 chunk |
+48 lines, -0 lines |
0 comments
|
Download
|
 |
A |
remoting/android/java/src/org/chromium/chromoting/DummyClientExtension.java
|
View
|
|
1 chunk |
+28 lines, -0 lines |
0 comments
|
Download
|
 |
M |
remoting/android/java/src/org/chromium/chromoting/jni/JniInterface.java
|
View
|
1
2
3
|
4 chunks |
+39 lines, -2 lines |
0 comments
|
Download
|
 |
M |
remoting/client/jni/chromoting_jni_instance.h
|
View
|
1
2
3
|
3 chunks |
+9 lines, -1 line |
0 comments
|
Download
|
 |
M |
remoting/client/jni/chromoting_jni_instance.cc
|
View
|
1
2
|
5 chunks |
+31 lines, -4 lines |
0 comments
|
Download
|
 |
M |
remoting/client/jni/chromoting_jni_runtime.h
|
View
|
1
2
|
2 chunks |
+10 lines, -1 line |
0 comments
|
Download
|
 |
M |
remoting/client/jni/chromoting_jni_runtime.cc
|
View
|
1
2
|
6 chunks |
+38 lines, -4 lines |
0 comments
|
Download
|
 |
M |
remoting/remoting.gyp
|
View
|
1
2
|
1 chunk |
+3 lines, -0 lines |
0 comments
|
Download
|
 |
M |
remoting/remoting_android.gypi
|
View
|
1
|
3 chunks |
+76 lines, -3 lines |
0 comments
|
Download
|
 |
M |
remoting/resources/remoting_strings.grd
|
View
|
1
2
3
|
1 chunk |
+9 lines, -0 lines |
0 comments
|
Download
|
Total messages: 10 (0 generated)
|