Merge branch 'master' into fix/dependendices-2016
Project: http://git-wip-us.apache.org/repos/asf/incubator-wave/repo Commit: http://git-wip-us.apache.org/repos/asf/incubator-wave/commit/bf3a90c0 Tree: http://git-wip-us.apache.org/repos/asf/incubator-wave/tree/bf3a90c0 Diff: http://git-wip-us.apache.org/repos/asf/incubator-wave/diff/bf3a90c0 Branch: refs/heads/fix/dependendices-2016 Commit: bf3a90c00e84e65da6cab4943e845fc8b8dd4c0d Parents: fd3265f 3dc20d6 Author: wisebaldone <[email protected]> Authored: Thu Dec 22 13:08:42 2016 +1000 Committer: wisebaldone <[email protected]> Committed: Thu Dec 22 13:08:42 2016 +1000 ---------------------------------------------------------------------- wave/build.gradle | 7 +- .../client/common/util/FakeSignalEvent.java | 7 + .../wave/client/common/util/SignalEvent.java | 6 +- .../client/common/util/SignalEventImpl.java | 24 +++- .../wave/client/common/util/SignalKeyLogic.java | 143 ++++++++++++------- .../client/editor/event/EditorEventHandler.java | 7 +- 6 files changed, 135 insertions(+), 59 deletions(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/incubator-wave/blob/bf3a90c0/wave/build.gradle ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/incubator-wave/blob/bf3a90c0/wave/src/main/java/org/waveprotocol/wave/client/common/util/SignalEventImpl.java ----------------------------------------------------------------------
