Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(115)

Issue 2464243002: Add Datachannel support to Android AppRTCMobile (Closed)

Created:
4 years, 1 month ago by hekra01
Modified:
4 years, 1 month ago
Reviewers:
magjed_webrtc, sakal
CC:
webrtc-reviews_webrtc.org, tterriberry_mozilla.com
Target Ref:
refs/pending/heads/master
Project:
webrtc
Visibility:
Public.

Description

Add Datachannel support to Android AppRTCMobile BUG=webrtc:6647 Committed: https://crrev.com/610c454cf9287a7f4ee9b2fbc56552f93dece09c Cr-Commit-Position: refs/heads/master@{#15145}

Patch Set 1 #

Patch Set 2 : modify authors #

Total comments: 36

Patch Set 3 : fix preferences.xml,PeerConnectionClient,CallActivity comments #

Patch Set 4 : xml ordering #

Total comments: 9

Patch Set 5 : data channel patch set 4 #

Total comments: 4

Patch Set 6 : Fix patch set 5 #

Patch Set 7 : fix settings #

Patch Set 8 : Fix ClassCast when gettin shared int pref #

Patch Set 9 : Fix ClassCast when gettin shared int pref [rebase] #

Patch Set 10 : handle empty integer setting #

Total comments: 1

Patch Set 11 : prettify traces #

Total comments: 2

Patch Set 12 : restore videoCapturerStopped = true #

Unified diffs Side-by-side diffs Delta from patch set Stats (+300 lines, -5 lines) Patch
M AUTHORS View 1 2 3 4 5 6 7 8 1 chunk +1 line, -0 lines 0 comments Download
M webrtc/examples/androidapp/res/values/strings.xml View 1 2 3 4 5 6 7 8 1 chunk +38 lines, -0 lines 0 comments Download
M webrtc/examples/androidapp/res/xml/preferences.xml View 1 2 3 4 5 6 7 8 1 chunk +48 lines, -0 lines 0 comments Download
M webrtc/examples/androidapp/src/org/appspot/apprtc/CallActivity.java View 1 2 3 4 5 6 7 8 4 chunks +17 lines, -2 lines 0 comments Download
M webrtc/examples/androidapp/src/org/appspot/apprtc/ConnectActivity.java View 1 2 3 4 5 6 7 8 9 10 5 chunks +66 lines, -0 lines 0 comments Download
M webrtc/examples/androidapp/src/org/appspot/apprtc/PeerConnectionClient.java View 1 2 3 4 5 6 7 8 9 10 11 8 chunks +83 lines, -1 line 0 comments Download
M webrtc/examples/androidapp/src/org/appspot/apprtc/SettingsActivity.java View 1 2 3 4 5 6 7 8 7 chunks +47 lines, -2 lines 0 comments Download

Messages

Total messages: 39 (8 generated)
magjed_webrtc
hekra - Do you want us to review this? (you need to press 'Publish + ...
4 years, 1 month ago (2016-11-09 09:16:26 UTC) #4
hekra01
Please review this. thanks
4 years, 1 month ago (2016-11-09 09:23:17 UTC) #5
magjed_webrtc
On 2016/11/09 09:41:41, magjed_webrtc wrote: > mailto:magjed@webrtc.org changed reviewers: > + mailto:sakal@webrtc.org > - mailto:glaznev@webrtc.org, ...
4 years, 1 month ago (2016-11-09 09:42:16 UTC) #7
sakal
Right now this code will unused, right? Do you have an use case for it ...
4 years, 1 month ago (2016-11-09 11:45:03 UTC) #8
hekra01
On 2016/11/09 11:45:03, sakal wrote: > Right now this code will unused, right? Do you ...
4 years, 1 month ago (2016-11-10 02:17:24 UTC) #9
hekra01
First batch of Datachannel review comments taken into account https://codereview.webrtc.org/2464243002/diff/20001/webrtc/examples/androidapp/res/values/strings.xml File webrtc/examples/androidapp/res/values/strings.xml (right): https://codereview.webrtc.org/2464243002/diff/20001/webrtc/examples/androidapp/res/values/strings.xml#newcode155 webrtc/examples/androidapp/res/values/strings.xml:155: ...
4 years, 1 month ago (2016-11-10 02:32:20 UTC) #10
sakal
Starting to look good. https://codereview.webrtc.org/2464243002/diff/20001/webrtc/examples/androidapp/src/org/appspot/apprtc/PeerConnectionClient.java File webrtc/examples/androidapp/src/org/appspot/apprtc/PeerConnectionClient.java (right): https://codereview.webrtc.org/2464243002/diff/20001/webrtc/examples/androidapp/src/org/appspot/apprtc/PeerConnectionClient.java#newcode1178 webrtc/examples/androidapp/src/org/appspot/apprtc/PeerConnectionClient.java:1178: executor.execute(command); On 2016/11/10 02:32:20, hekra01 ...
4 years, 1 month ago (2016-11-10 08:31:42 UTC) #11
hekra01
review comment taken into account https://codereview.webrtc.org/2464243002/diff/20001/webrtc/examples/androidapp/src/org/appspot/apprtc/PeerConnectionClient.java File webrtc/examples/androidapp/src/org/appspot/apprtc/PeerConnectionClient.java (right): https://codereview.webrtc.org/2464243002/diff/20001/webrtc/examples/androidapp/src/org/appspot/apprtc/PeerConnectionClient.java#newcode1178 webrtc/examples/androidapp/src/org/appspot/apprtc/PeerConnectionClient.java:1178: executor.execute(command); On 2016/11/10 08:31:42, ...
4 years, 1 month ago (2016-11-10 14:16:54 UTC) #12
sakal
https://codereview.webrtc.org/2464243002/diff/80001/webrtc/examples/androidapp/res/values/strings.xml File webrtc/examples/androidapp/res/values/strings.xml (right): https://codereview.webrtc.org/2464243002/diff/80001/webrtc/examples/androidapp/res/values/strings.xml#newcode166 webrtc/examples/androidapp/res/values/strings.xml:166: <string name="pref_data_protocol_default" translatable="false">""</string> What I meant is that I ...
4 years, 1 month ago (2016-11-10 14:23:07 UTC) #13
hekra01
fixes for previous patch set https://codereview.webrtc.org/2464243002/diff/80001/webrtc/examples/androidapp/res/values/strings.xml File webrtc/examples/androidapp/res/values/strings.xml (right): https://codereview.webrtc.org/2464243002/diff/80001/webrtc/examples/androidapp/res/values/strings.xml#newcode166 webrtc/examples/androidapp/res/values/strings.xml:166: <string name="pref_data_protocol_default" translatable="false">""</string> On ...
4 years, 1 month ago (2016-11-10 17:01:21 UTC) #14
sakal
I tried this patch locally. Some of the checkboxes in the settings do not have ...
4 years, 1 month ago (2016-11-11 11:28:33 UTC) #15
hekra01
On 2016/11/11 11:28:33, sakal wrote: > I tried this patch locally. Some of the checkboxes ...
4 years, 1 month ago (2016-11-11 18:37:08 UTC) #16
hekra01
PTAL
4 years, 1 month ago (2016-11-11 18:37:32 UTC) #17
sakal
I am still observing a crash on freshly installed copy when starting a loopback call. ...
4 years, 1 month ago (2016-11-14 13:09:22 UTC) #18
sakal
I am still observing a crash on freshly installed copy when starting a loopback call. ...
4 years, 1 month ago (2016-11-14 13:09:24 UTC) #19
hekra01
On 2016/11/14 13:09:24, sakal wrote: > I am still observing a crash on freshly installed ...
4 years, 1 month ago (2016-11-14 17:22:05 UTC) #20
hekra01
PTAL. Uploaded fix & rebase in Patch sets 8 & 9
4 years, 1 month ago (2016-11-14 17:22:49 UTC) #21
sakal
Setting empty value to one of the integers in settings, results in a crash when ...
4 years, 1 month ago (2016-11-15 16:09:36 UTC) #22
hekra01
On 2016/11/15 16:09:36, sakal wrote: > Setting empty value to one of the integers in ...
4 years, 1 month ago (2016-11-15 17:40:25 UTC) #23
sakal
The code is looking good to me but it would be nice if there was ...
4 years, 1 month ago (2016-11-16 11:58:20 UTC) #24
hekra01
On 2016/11/16 11:58:20, sakal wrote: > The code is looking good to me but it ...
4 years, 1 month ago (2016-11-16 12:42:34 UTC) #25
sakal
Okay, lgtm. magjed, PTAL
4 years, 1 month ago (2016-11-16 15:15:50 UTC) #26
magjed_webrtc
https://codereview.webrtc.org/2464243002/diff/200001/webrtc/examples/androidapp/res/xml/preferences.xml File webrtc/examples/androidapp/res/xml/preferences.xml (right): https://codereview.webrtc.org/2464243002/diff/200001/webrtc/examples/androidapp/res/xml/preferences.xml#newcode173 webrtc/examples/androidapp/res/xml/preferences.xml:173: android:key="@string/pref_data_protocol_key" Do we really need to expose all these ...
4 years, 1 month ago (2016-11-17 10:51:05 UTC) #27
hekra01
On 2016/11/17 10:51:05, magjed_webrtc wrote: > https://codereview.webrtc.org/2464243002/diff/200001/webrtc/examples/androidapp/res/xml/preferences.xml > File webrtc/examples/androidapp/res/xml/preferences.xml (right): > > https://codereview.webrtc.org/2464243002/diff/200001/webrtc/examples/androidapp/res/xml/preferences.xml#newcode173 > ...
4 years, 1 month ago (2016-11-17 13:25:25 UTC) #28
magjed_webrtc
On 2016/11/17 13:25:25, hekra01 wrote: > On 2016/11/17 10:51:05, magjed_webrtc wrote: > > > https://codereview.webrtc.org/2464243002/diff/200001/webrtc/examples/androidapp/res/xml/preferences.xml ...
4 years, 1 month ago (2016-11-17 13:55:26 UTC) #29
magjed_webrtc
lgtm
4 years, 1 month ago (2016-11-17 14:00:32 UTC) #30
hekra01
Thanks I am not a commiter. Could you please submit for me?
4 years, 1 month ago (2016-11-17 20:59:02 UTC) #31
hekra01
Thanks I am not a commiter. Could you please submit for me?
4 years, 1 month ago (2016-11-17 20:59:02 UTC) #32
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-cq-status.appspot.com/v2/patch-status/codereview.webrtc.org/2464243002/220001
4 years, 1 month ago (2016-11-18 07:45:06 UTC) #35
commit-bot: I haz the power
Committed patchset #12 (id:220001)
4 years, 1 month ago (2016-11-18 08:11:00 UTC) #37
commit-bot: I haz the power
4 years, 1 month ago (2016-11-18 08:11:16 UTC) #39
Message was sent while issue was closed.
Patchset 12 (id:??) landed as
https://crrev.com/610c454cf9287a7f4ee9b2fbc56552f93dece09c
Cr-Commit-Position: refs/heads/master@{#15145}

Powered by Google App Engine
This is Rietveld 408576698