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

Issue 1970783002: New UI for AppRTC Android Demo that is easier to use (Closed)

Created:
4 years, 7 months ago by sakal
Modified:
4 years, 7 months ago
Reviewers:
magjed_webrtc, AlexG
CC:
webrtc-reviews_webrtc.org, tterriberry_mozilla.com, qiang.lu, niklas.enbom, yujie_mao (webrtc), peah-webrtc
Base URL:
https://chromium.googlesource.com/external/webrtc.git@master
Target Ref:
refs/pending/heads/master
Project:
webrtc
Visibility:
Public.

Description

New UI for AppRTC Android Demo that is easier to use and better follows Android design guidelines. BUG= R=magjed@webrtc.org Committed: https://crrev.com/57f95dcf9d3a1a6ef9cbf2bb2c0001926930bd08 Cr-Commit-Position: refs/heads/master@{#12758}

Patch Set 1 #

Patch Set 2 : Reorder imports in ConnectActivity #

Patch Set 3 : #

Patch Set 4 : Use pre-existing Android support library #

Total comments: 6

Patch Set 5 : Styling according to comments #

Total comments: 1
Unified diffs Side-by-side diffs Delta from patch set Stats (+188 lines, -130 lines) Patch
M webrtc/examples/androidapp/AndroidManifest.xml View 1 chunk +3 lines, -1 line 0 comments Download
A webrtc/examples/androidapp/res/drawable-hdpi/ic_add_white_24dp.png View Binary file 0 comments Download
A webrtc/examples/androidapp/res/drawable-mdpi/ic_add_white_24dp.png View Binary file 0 comments Download
A webrtc/examples/androidapp/res/drawable-xhdpi/ic_add_white_24dp.png View Binary file 0 comments Download
A webrtc/examples/androidapp/res/drawable-xxhdpi/ic_add_white_24dp.png View Binary file 0 comments Download
A webrtc/examples/androidapp/res/drawable-xxxhdpi/ic_add_white_24dp.png View Binary file 0 comments Download
M webrtc/examples/androidapp/res/layout/activity_connect.xml View 1 chunk +67 lines, -57 lines 0 comments Download
A webrtc/examples/androidapp/res/layout/dialog_add_favorite.xml View 1 chunk +14 lines, -0 lines 0 comments Download
M webrtc/examples/androidapp/res/menu/connect_menu.xml View 1 chunk +8 lines, -2 lines 0 comments Download
M webrtc/examples/androidapp/res/values/arrays.xml View 1 chunk +4 lines, -0 lines 0 comments Download
M webrtc/examples/androidapp/res/values/strings.xml View 2 chunks +7 lines, -5 lines 0 comments Download
M webrtc/examples/androidapp/src/org/appspot/apprtc/ConnectActivity.java View 1 2 3 4 7 chunks +82 lines, -65 lines 1 comment Download
M webrtc/webrtc_examples.gyp View 1 2 3 2 chunks +3 lines, -0 lines 0 comments Download

Messages

Total messages: 16 (8 generated)
sakal
Magjed, can you take a look at this change, please?
4 years, 7 months ago (2016-05-12 10:43:44 UTC) #3
magjed_webrtc
https://codereview.webrtc.org/1970783002/diff/60001/webrtc/examples/androidapp/src/org/appspot/apprtc/ConnectActivity.java File webrtc/examples/androidapp/src/org/appspot/apprtc/ConnectActivity.java (right): https://codereview.webrtc.org/1970783002/diff/60001/webrtc/examples/androidapp/src/org/appspot/apprtc/ConnectActivity.java#newcode247 webrtc/examples/androidapp/src/org/appspot/apprtc/ConnectActivity.java:247: private void connectToRoom nit: '(' on should be moved ...
4 years, 7 months ago (2016-05-12 12:25:46 UTC) #4
sakal
https://codereview.webrtc.org/1970783002/diff/60001/webrtc/examples/androidapp/src/org/appspot/apprtc/ConnectActivity.java File webrtc/examples/androidapp/src/org/appspot/apprtc/ConnectActivity.java (right): https://codereview.webrtc.org/1970783002/diff/60001/webrtc/examples/androidapp/src/org/appspot/apprtc/ConnectActivity.java#newcode247 webrtc/examples/androidapp/src/org/appspot/apprtc/ConnectActivity.java:247: private void connectToRoom On 2016/05/12 12:25:45, magjed_webrtc wrote: > ...
4 years, 7 months ago (2016-05-16 11:43:00 UTC) #5
magjed_webrtc
lgtm
4 years, 7 months ago (2016-05-16 12:07:37 UTC) #6
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-cq-status.appspot.com/patch-status/1970783002/80001 View timeline at https://chromium-cq-status.appspot.com/patch-timeline/1970783002/80001
4 years, 7 months ago (2016-05-16 12:16:23 UTC) #8
commit-bot: I haz the power
Try jobs failed on following builders: android_arm64_rel on tryserver.webrtc (JOB_TIMED_OUT, no build URL)
4 years, 7 months ago (2016-05-16 14:16:53 UTC) #10
sakal
Committed patchset #5 (id:80001) manually as 57f95dcf9d3a1a6ef9cbf2bb2c0001926930bd08 (presubmit successful).
4 years, 7 months ago (2016-05-16 14:21:51 UTC) #13
AlexG
4 years, 7 months ago (2016-05-20 20:29:08 UTC) #16
Message was sent while issue was closed.
https://codereview.webrtc.org/1970783002/diff/80001/webrtc/examples/androidap...
File webrtc/examples/androidapp/src/org/appspot/apprtc/ConnectActivity.java
(right):

https://codereview.webrtc.org/1970783002/diff/80001/webrtc/examples/androidap...
webrtc/examples/androidapp/src/org/appspot/apprtc/ConnectActivity.java:19:
import android.support.design.widget.FloatingActionButton;
Can we please remove this from sample app. It requires linking with design
support library which is inconvenient if you imported project before to any IDE.

I would suggest to stay with custom controls in our sample app.

Powered by Google App Engine
This is Rietveld 408576698