This is an automated email from the git hooks/post-receive script. It was
generated because a ref change was pushed to the repository containing
the project "The Saros Eclipse Plugin". Pusher was dpp-gerrit.

The branch, master has been updated
       via  55f435881ee488e845b0f2027ab16ec919dba46e (commit)
      from  8c8e70d29f8aea1f95b6d24ff2ee948cba351970 (commit)

Those revisions listed above that are new to this repository have
not appeared on any other notification email; so we list those
revisions in full, below.

- Log -----------------------------------------------------------------
commit 55f435881ee488e845b0f2027ab16ec919dba46e
Author: Stefan Rossbach <[email protected]>
Date:   Wed Jan 15 19:03:30 2014 +0100

    [API] removed *VOIP* feature
    
    Removed the feature because it has several UX problems and last but not
    least is very cumbersome. I personally tried it once and was very
    disappointed. No noise reduction, no voice activation (you could here
    everything in the background). Also this is not VOIP as VOIP uses RTP
    (UDP packets) but this implementation uses plain TCP (sometimes tunneled
    through XMPP) which may result in so much delay that it is not really
    possible to start a communication. Last but not least it supports only 2
    users which make DPartyP become DPairP once again.
    
    
    
    Change-Id: I78e9c054888d916d24d6fd4cac09169dc283f356
    Reviewed-on: http://saros-build.imp.fu-berlin.de/gerrit/1340
    Tested-by: Jenkins CI
    Reviewed-by: Stefan Rossbach <[email protected]>

-----------------------------------------------------------------------

Summary of changes:
 .../fu_berlin/inf/dpp/SarosCoreContextFactory.java |    2 -
 .../inf/dpp/SarosEclipseContextFactory.java        |    4 -
 .../audio/AbstractAudioServiceListener.java        |   23 --
 .../inf/dpp/communication/audio/AudioService.java  |  118 --------
 .../audio/AudioServiceListenerDispatch.java        |   42 ---
 .../communication/audio/AudioServiceManager.java   |  315 --------------------
 .../communication/audio/IAudioServiceListener.java |   13 -
 .../inf/dpp/communication/audio/MixerManager.java  |   69 -----
 .../inf/dpp/communication/audio/package-info.java  |   15 -
 .../dpp/communication/audio/util/AudioPlayer.java  |  147 ---------
 .../audio/util/AudioReceiverRunnable.java          |   86 ------
 .../communication/audio/util/AudioRecorder.java    |   88 ------
 .../audio/util/AudioSenderRunnable.java            |  125 --------
 .../dpp/communication/audio/util/package-info.java |   17 -
 .../fu_berlin/inf/dpp/feedback/VoIPCollector.java  |  191 ------------
 .../inf/dpp/preferences/PreferenceConstants.java   |   20 --
 .../inf/dpp/preferences/PreferenceInitializer.java |    6 -
 .../inf/dpp/preferences/PreferenceUtils.java       |   60 +----
 .../inf/dpp/project/internal/SarosSession.java     |    2 -
 .../fu_berlin/inf/dpp/ui/actions/VoIPAction.java   |  188 ------------
 .../ui/preferencePages/AdvancedPreferencePage.java |    3 -
 .../CommunicationPreferencePage.java               |  137 +---------
 .../de/fu_berlin/inf/dpp/ui/views/SarosView.java   |    3 -
 .../inf/dpp/feedback/StatisticCollectorTest.java   |   43 +---
 .../dpp/net/internal/DataTransferManagerTest.java  |    2 +-
 .../inf/dpp/project/internal/SarosSessionTest.java |    3 -
 26 files changed, 7 insertions(+), 1715 deletions(-)
 delete mode 100644 
de.fu_berlin.inf.dpp/src/de/fu_berlin/inf/dpp/communication/audio/AbstractAudioServiceListener.java
 delete mode 100644 
de.fu_berlin.inf.dpp/src/de/fu_berlin/inf/dpp/communication/audio/AudioService.java
 delete mode 100644 
de.fu_berlin.inf.dpp/src/de/fu_berlin/inf/dpp/communication/audio/AudioServiceListenerDispatch.java
 delete mode 100644 
de.fu_berlin.inf.dpp/src/de/fu_berlin/inf/dpp/communication/audio/AudioServiceManager.java
 delete mode 100644 
de.fu_berlin.inf.dpp/src/de/fu_berlin/inf/dpp/communication/audio/IAudioServiceListener.java
 delete mode 100644 
de.fu_berlin.inf.dpp/src/de/fu_berlin/inf/dpp/communication/audio/MixerManager.java
 delete mode 100644 
de.fu_berlin.inf.dpp/src/de/fu_berlin/inf/dpp/communication/audio/package-info.java
 delete mode 100644 
de.fu_berlin.inf.dpp/src/de/fu_berlin/inf/dpp/communication/audio/util/AudioPlayer.java
 delete mode 100644 
de.fu_berlin.inf.dpp/src/de/fu_berlin/inf/dpp/communication/audio/util/AudioReceiverRunnable.java
 delete mode 100644 
de.fu_berlin.inf.dpp/src/de/fu_berlin/inf/dpp/communication/audio/util/AudioRecorder.java
 delete mode 100644 
de.fu_berlin.inf.dpp/src/de/fu_berlin/inf/dpp/communication/audio/util/AudioSenderRunnable.java
 delete mode 100644 
de.fu_berlin.inf.dpp/src/de/fu_berlin/inf/dpp/communication/audio/util/package-info.java
 delete mode 100644 
de.fu_berlin.inf.dpp/src/de/fu_berlin/inf/dpp/feedback/VoIPCollector.java
 delete mode 100644 
de.fu_berlin.inf.dpp/src/de/fu_berlin/inf/dpp/ui/actions/VoIPAction.java


hooks/post-receive
-- 
The Saros Eclipse Plugin

------------------------------------------------------------------------------
CenturyLink Cloud: The Leader in Enterprise Cloud Services.
Learn Why More Businesses Are Choosing CenturyLink Cloud For
Critical Workloads, Development Environments & Everything In Between.
Get a Quote or Start a Free Trial Today. 
http://pubads.g.doubleclick.net/gampad/clk?id=119420431&iu=/4140/ostg.clktrk
_______________________________________________
Dpp-robot mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/dpp-robot

Reply via email to