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

Issue 21120005: Add Android Chromoting client keyboard input (Closed)

Created:
7 years, 4 months ago by solb
Modified:
7 years, 4 months ago
Reviewers:
Sergey Ulanov, garykac
CC:
chromium-reviews, jamiewalch+watch_chromium.org, dcaiafa+watch_chromium.org, hclam+watch_chromium.org, wez+watch_chromium.org, amit, sanjeevr, garykac+watch_chromium.org, lambroslambrou+watch_chromium.org, rmsousa+watch_chromium.org, weitaosu+watch_chromium.org, alexeypa+watch_chromium.org, sergeyu+watch_chromium.org
Visibility:
Public.

Description

Add Android Chromoting client keyboard input Tapping the screen with three fingers now shows more options, namely one to pop up a keyboard! Committed: https://src.chromium.org/viewvc/chrome?view=rev&revision=214646

Patch Set 1 #

Patch Set 2 : Ensure redraw happens when closing keyboard, make keyboard go away when expected #

Patch Set 3 : Add missing keymappings and default case for switch (findbugs-enforced) #

Total comments: 6

Patch Set 4 : Improve related comments #

Total comments: 19
Unified diffs Side-by-side diffs Delta from patch set Stats (+398 lines, -27 lines) Patch
M remoting/android/java/AndroidManifest.xml View 1 2 chunks +4 lines, -3 lines 0 comments Download
M remoting/android/java/src/org/chromium/chromoting/Desktop.java View 1 2 3 chunks +43 lines, -2 lines 0 comments Download
M remoting/android/java/src/org/chromium/chromoting/DesktopView.java View 1 2 3 11 chunks +39 lines, -21 lines 12 comments Download
M remoting/android/java/src/org/chromium/chromoting/jni/JniInterface.java View 1 3 chunks +13 lines, -1 line 0 comments Download
A remoting/client/jni/android_keymap.h View 1 2 3 1 chunk +23 lines, -0 lines 2 comments Download
A remoting/client/jni/android_keymap.cc View 1 2 3 1 chunk +208 lines, -0 lines 0 comments Download
M remoting/client/jni/chromoting_jni_instance.h View 1 chunk +3 lines, -0 lines 0 comments Download
M remoting/client/jni/chromoting_jni_instance.cc View 2 chunks +23 lines, -0 lines 5 comments Download
M remoting/client/jni/jni_interface.cc View 1 chunk +9 lines, -0 lines 0 comments Download
M remoting/remoting.gyp View 2 chunks +9 lines, -0 lines 0 comments Download
A remoting/resources/actionbar.xml View 1 chunk +12 lines, -0 lines 0 comments Download
M remoting/resources/strings.xml View 1 chunk +4 lines, -0 lines 0 comments Download
A remoting/resources/styles.xml View 1 chunk +8 lines, -0 lines 0 comments Download

Messages

Total messages: 12 (0 generated)
solb
This should be almost all of the keyboard stuff, although it still doesn't handle special ...
7 years, 4 months ago (2013-07-30 02:02:00 UTC) #1
garykac
lgtm https://codereview.chromium.org/21120005/diff/25001/remoting/android/java/src/org/chromium/chromoting/DesktopView.java File remoting/android/java/src/org/chromium/chromoting/DesktopView.java (right): https://codereview.chromium.org/21120005/diff/25001/remoting/android/java/src/org/chromium/chromoting/DesktopView.java#newcode70 remoting/android/java/src/org/chromium/chromoting/DesktopView.java:70: /** Why the screen dimensions are changing. */ ...
7 years, 4 months ago (2013-07-30 17:45:26 UTC) #2
solb
https://codereview.chromium.org/21120005/diff/25001/remoting/android/java/src/org/chromium/chromoting/DesktopView.java File remoting/android/java/src/org/chromium/chromoting/DesktopView.java (right): https://codereview.chromium.org/21120005/diff/25001/remoting/android/java/src/org/chromium/chromoting/DesktopView.java#newcode70 remoting/android/java/src/org/chromium/chromoting/DesktopView.java:70: /** Why the screen dimensions are changing. */ On ...
7 years, 4 months ago (2013-07-30 18:17:39 UTC) #3
Sergey Ulanov
some drive-by nits and questions https://codereview.chromium.org/21120005/diff/37001/remoting/android/java/src/org/chromium/chromoting/DesktopView.java File remoting/android/java/src/org/chromium/chromoting/DesktopView.java (right): https://codereview.chromium.org/21120005/diff/37001/remoting/android/java/src/org/chromium/chromoting/DesktopView.java#newcode68 remoting/android/java/src/org/chromium/chromoting/DesktopView.java:68: private Constraint mConstraint; Should ...
7 years, 4 months ago (2013-07-30 19:19:26 UTC) #4
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-status.appspot.com/cq/solb@chromium.org/21120005/37001
7 years, 4 months ago (2013-07-30 21:25:46 UTC) #5
solb
I've already pushed a build of this patchset, so rather than cause confusion I'm letting ...
7 years, 4 months ago (2013-07-30 21:30:54 UTC) #6
Sergey Ulanov
lgtm https://codereview.chromium.org/21120005/diff/37001/remoting/client/jni/chromoting_jni_instance.cc File remoting/client/jni/chromoting_jni_instance.cc (right): https://codereview.chromium.org/21120005/diff/37001/remoting/client/jni/chromoting_jni_instance.cc#newcode114 remoting/client/jni/chromoting_jni_instance.cc:114: this, On 2013/07/30 21:30:54, solb wrote: > On ...
7 years, 4 months ago (2013-07-30 21:42:10 UTC) #7
commit-bot: I haz the power
Step "update" is always a major failure. Look at the try server FAQ for more ...
7 years, 4 months ago (2013-07-30 22:34:36 UTC) #8
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-status.appspot.com/cq/solb@chromium.org/21120005/37001
7 years, 4 months ago (2013-07-31 00:08:16 UTC) #9
commit-bot: I haz the power
Step "update" is always a major failure. Look at the try server FAQ for more ...
7 years, 4 months ago (2013-07-31 00:37:51 UTC) #10
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-status.appspot.com/cq/solb@chromium.org/21120005/37001
7 years, 4 months ago (2013-07-31 01:09:39 UTC) #11
commit-bot: I haz the power
7 years, 4 months ago (2013-07-31 09:20:24 UTC) #12
Message was sent while issue was closed.
Change committed as 214646

Powered by Google App Engine
This is Rietveld 408576698