Commit Graph

720 Commits (94de38fa658624591ff4e2a33986a2af7424b5fc)

Author SHA1 Message Date
Damian Minkov 23009ed6e7 Adds visualisation of the currently selected status message, and saves custom status messages for later reuse.
14 years ago
Ingo Bauersachs 872293bf84 Localize forget password button
14 years ago
Vincent Lucas 55db5abf69 Adds a message in the audio configuration dialog, to inform the user that the none audio system is currently selected, only because there is no available audio device.
14 years ago
Pootle 5ca3a24ecb Commit from translate.jitsi.org by user acastroy.: 1416 of 1416 messages translated (0 fuzzy).
14 years ago
Boris Grozev c8b1aff23f Updates FMJ to r11. This revision uses an adaptive jitter buffer (for audio streams), which changes size according to the number of packets arriving too late. Passes the net.java.sip.communicator.impl.neomedia.adaptive_jitter_buffer.* properties to the FMJ Registry. Changes the mechanism through which the number of discarded packets is obtained in MediaStreamStatsImpl, now using a FMJ controls. Shows more information about discarded packets and the adaptive jitter buffer in the "call info" window.
14 years ago
Vincent Lucas f3df7dc1f6 Adds pop-up notifications for new video selected device.
14 years ago
Vincent Lucas de80427e32 Adds the device name and its state (connected or disconnected) for the "Device configuration has changed" pop-up notification. Adds a "New selected device" pop-up notification when the selected audio device has changed (for audio in, audio out and notifications).
14 years ago
Ingo Bauersachs aad6f7cb26 Add certificate revocation checking options to TLS configuration panel
14 years ago
Pootle 8610f37848 Commit from translate.jitsi.org by user acastroy.: 1401 of 1401 messages translated (0 fuzzy).
14 years ago
Yana Stamcheva a7f88957c6 Fixes error message when create call fails.
14 years ago
Emil Ivov a626039f66 Modifies the Voicemail notifications GUI so that it would also display the number of urgent voicemail messages. Patch by Tom Denham
14 years ago
Damian Minkov 773e1fa6f8 Adds support for protocol providers without wizards. Patch contributed by Tom Denham.
14 years ago
Boris Grozev 1e7e76e755 Adds an Opus configuration form and changes the default Opus settings. Updates the Opus JNI binaries. Notifies encoders that implement PacketLossAwareEncoder (Opus and SILK) of packet loss information received via RTCP.
14 years ago
Boris Grozev e21c425aac Adds a missing resource property. Patch contributed by Tom Denham.
14 years ago
Damian Minkov 3b3ff4a92f Adds hotplug to portaudio wmme host api, also fixes a NPE that can prevent device change updates.
14 years ago
Pootle 7c5fdde9c9 Commit from translate.jitsi.org by user yana.: 1373 of 1401 messages translated (0 fuzzy).
14 years ago
Yana Stamcheva 4424990017 Adds a separate video bridge menu in Tools and adds an OperationSetVideBridge that gives access to the video bridge conference calls.
14 years ago
Vincent Lucas 81c971944b Adds a notification popup when the audio device configuration has changed.
14 years ago
Boris Grozev 1f0a4b1a65 Adds the number of packets discarded by the FMJ packet queue to the "call info" window and to the logs at the end of a call.
14 years ago
Boris Grozev 276d33addb Implements a mechanism that allows JMF Controls registered in the codec implementations to be accessed in MediaStream. Adds a FECDecoderControl interface and uses it to collect FEC statistics in MediaStreamStatsImpl. Adds a "Packets decoded with FEC" line in the call info window.
14 years ago
Damian Minkov 5cb8ad46a8 Adds more options to sound notifications and their config. Sound notifications now can use playback, notification or pc speaker device.
14 years ago
Pootle 8dfd942208 Commit from translate.jitsi.org by user ibauersachs.: 1376 of 1376 messages translated (0 fuzzy).
14 years ago
Boris Grozev 6c376df438 Renames SILK-related properties.
14 years ago
Boris Grozev bdf1793fd2 Adds an option to explicitly advertise FEC support for SILK in SDP.
14 years ago
Vincent Lucas 22ffe0448b Improves harvesting time stats for call info frame. Updates Ice4j to r343: Improves harvesting time stats: 1) number of harvests and 2) total harvesting time for each harvesters.
14 years ago
Boris Grozev 19d2276dd4 Adds FEC support for the SILK codec. Minor clean-ups in EncodingConfiguration and MediaConfigurationImpl.
14 years ago
Damian Minkov 4247259805 Fixes ice states strings in call info.
14 years ago
Vincent Lucas 8e594b7212 Adds total harvesting time to the call info frame. Updates Ice4j to r339: Adds extra function to export the total harvesting time.
14 years ago
Damian Minkov 0110981ab4 Fixes resource missing apostrophe.
14 years ago
Vincent Lucas 07595ca31c Adds XMPP GUI configuration the ability to disable Jingle (audio and video calls with XMPP).
14 years ago
Vincent Lucas d67e969a0a Improves call info frame to show the ICE harvesting time if available. Updates Ice4j to r338: Adds extra function to export harvesting time.
14 years ago
Damian Minkov 3f3ca000f0 Detects failed typing notifications.
14 years ago
Vincent Lucas ceb334e6ba Adds CallInfoFrame information about host/reflexive/relayed addresses if ICE is used. Updates Ice4j to r337: Adds functions to get the host/reflexive/relayed address of the selected candidate pair.
14 years ago
Pootle f170db58b0 Commit from translate.jitsi.org by user ibauersachs.: 1352 of 1352 messages translated (0 fuzzy).
14 years ago
Vincent Lucas 03f2e135ba Updates GUI general preferences checkbox text concerning alphabetical to number character convertion for phone numbers.
14 years ago
Vincent Lucas 1630576457 Adds a checkbox in the GUI general preferences to accept dialed string with alphabetical characters as phone number.
14 years ago
Boris Grozev ba8ad30931 Makes the "toggle video" button in the call window active only if we're ready to send video, and shows an appropriate tooltip otherwise. Same for the desktop sharing button.
14 years ago
Yana Stamcheva b9585be3d1 Activates the simple chat skin, until we fix memory problems with the current chat theme.
14 years ago
Damian Minkov d79dcf7ec4 Fixes some messages using apostrophe and parameters. Fixes an inaccurate message used in OTR. Contributed by Alexandros Papadopoulos.
14 years ago
Yana Stamcheva ee908cba05 Adds phonenumbers and search to transfer and conference invite dialogs. Improves the chat invite dialog by adding a search field on the top of the source contact list.
14 years ago
Emil Ivov d8f2441317 Applies a patch from Boris Grozev that allows setting different codec configurations to different accounts. It is now possible to set entirely different codec preference for every account.
14 years ago
Emil Ivov e2c6718d5b Applies a patch from Boris Grozev that Adds a password strength meter to XMPP password changes and improves the feature in other ways.
14 years ago
Damian Minkov 8ecc482d92 Renames voicemail alias uri label to voicemail subscription uri.
14 years ago
Damian Minkov 9049a68efe Renames auto answer menu.
14 years ago
Vincent Lucas 2836fe726f Improves SIP and XMPP configuration interface to choose the priority between ZRTP and SDes.
14 years ago
Emil Ivov c6016b808c Minor string correction
14 years ago
Emil Ivov ab1a357d8c Adds password modification from within Jitsi for XMPP accounts that allow it. Contributed by Boris Grozev.
14 years ago
Pootle 0d2df924f5 Commit from translate.jitsi.org by user acastroy.: 1321 of 1321 messages translated (0 fuzzy).
14 years ago
Pootle 27e79b57b8 Commit from translate.jitsi.org by user emcho.: 1321 of 1321 messages translated (0 fuzzy).
14 years ago
Vincent Lucas a45b6e0940 Adds SDES for XMPP. Works with Jingle and GTalk (only for gmail web app, doesn not work on "talk" for android).
14 years ago
Yana Stamcheva 501fe9d6a2 Fixes "Remove contact" message when the account is not logged in.
14 years ago
Yana Stamcheva 114f31268c Fixes "Add contact" dialog message when account is not connected. Reported by Alexandros Papadopoulos.
14 years ago
Pootle 29c3efc0d8 Commit from translate.jitsi.org by user ibauersachs.: 1319 of 1319 messages translated (0 fuzzy).
14 years ago
Ingo Bauersachs 8f6718fbd3 Change DNSSEC warning message to reflect independent causes
14 years ago
Yana Stamcheva 2a5e9c4895 Adds last message correction functionality. Implementation provided by Ivan Vergiliev.
14 years ago
Damian Minkov ea140320c0 Adds is server overridden checkbox in jabber account wizard.
14 years ago
Damian Minkov 8d86192d77 Shows error dialog if provisioning failed and is mandatory.
14 years ago
Vincent Lucas 266d1c2e80 Adds RTT statistic to call information frame.
14 years ago
Pootle 54b8b1efaa Commit from translate.jitsi.org by user acastroy.: 1278 of 1278 messages translated (0 fuzzy).
14 years ago
Pootle 61f5ee912a Commit from translate.jitsi.org by user emcho.: 1267 of 1278 messages translated (0 fuzzy).
14 years ago
Pootle f0763ee94f Commit from translate.jitsi.org by user emcho.: 1074 of 1278 messages translated (33 fuzzy).
14 years ago
Pootle fe33bb9ce7 Commit from translate.jitsi.org by user emcho.: 1017 of 1278 messages translated (89 fuzzy).
14 years ago
Vincent Lucas b7df011c28 Adds answer video call with video functionality.
14 years ago
Pootle 187659e8b9 Commit from translate.jitsi.org by user acastroy.: 1278 of 1278 messages translated (0 fuzzy).
14 years ago
Vincent Lucas eae129a72c Adds an "answer/hangup" call global key shortcut. Modifies the "hangup" global
14 years ago
Damian Minkov b48bf9721a Delivers in chat room the reason of chat invite rejections.
15 years ago
Damian Minkov c23c49c067 Detects remote file transfer reject.
15 years ago
Pootle cb821dab74 Commit from translate.jitsi.org by user ibauersachs.: 1278 of 1278 messages translated (0 fuzzy).
15 years ago
Pootle e86f7e20d5 Commit from translate.jitsi.org by user ibauersachs.: 1278 of 1278 messages translated (0 fuzzy).
15 years ago
Damian Minkov 51c7122a38 Localize some xcap error messages.
15 years ago
Vincent Lucas d589925e2d Adds video resolution to the call info frame.
15 years ago
Werner Dittmann 4f949485c7 Enhance ZID name feature to store AOR/JID.
15 years ago
Damian Minkov 11526b8670 Updates display names when changed at server-side.
15 years ago
Vincent Lucas 80f88f3d53 Renames label "Call transport" from CallInfoFrame to "Signalling call
15 years ago
Damian Minkov 4cb5d7107c Adds ice states to call info.
15 years ago
Damian Minkov 854b7ca187 Adds option to add voicemail check URI to use it for checking voicemail messages.
15 years ago
Werner Dittmann eab1761eaf Add ZID name feature.
15 years ago
Yana Stamcheva 4a382a532a Fixes some security strings.
15 years ago
Yana Stamcheva f9a8da4458 Adds new improved security interface.
15 years ago
Pootle b818927b85 Commit from translate.jitsi.org by user emcho.: 1278 of 1278 messages translated (0 fuzzy).
15 years ago
Pootle 3f83c013d5 Commit from translate.jitsi.org by user ibauersachs.: 1278 of 1278 messages translated (0 fuzzy).
15 years ago
Damian Minkov b809c0f68b Adds dtmf support for jabber calls.
15 years ago
Damian Minkov 634faeee05 Adds option to disable/enable mwi.
15 years ago
Damian Minkov 8b81846a4b Adds option to hangup peer with error code and reason in OperationSetBasicTelephony.
15 years ago
Pootle 261c853793 Commit from translate.jitsi.org by user acastroy.: 1265 of 1265 messages translated (0 fuzzy).
15 years ago
Vincent Lucas 940d4507f7 Adds a button to remove current picture: replaces the current avatar with the default one.
15 years ago
Sebastien Vincent 957b8633ae Introduces new configuration from to setup global shortcut entry. Allows also to use special key detection for headset button _for MS Windows only_.
15 years ago
Vincent Lucas b58a019dc4 Adds getTransportProtocol() function in the MediaStream to get the media stream transport protocol (UDP or TCP). Adds getEncryptionMethod(MediaType) function in the CallPeerMediaHandler to get the media stream key exchange encryption used (null, ZRTP, SDES or MIKEY). Adds CallInfoFrame display for: media stream transport protocol (UDP or TCP), media stream application protocol (RTP or SRTP) and the key exchange protocol used (none, ZRTP, SDES or MIKEY).
15 years ago
Vincent Lucas 2dcd5cbba5 Small corrections concerning the CallInfoFrame. Displays the call duration only once the call is connected. Truncates upload and download jitter to ms (integer). Corrects typo in language resources (service.gui.callingo -> service.gui.callinfo for LOSS_RATE and JITTER).
15 years ago
Vincent Lucas eb569cfca0 Adds a getICECandidateExtendedType() function to the CallPeerMediaHandler and the TransportManager in order to retrieve the ICE candidate extended type used. Updates the CallInfoFrame to display the ICE candidate extended type if available.
15 years ago
Sebastien Vincent 2119d43b7a Adds support for merging all existing calls in a single conference.
15 years ago
Ingo Bauersachs c15618c987 SIP: Show checkboxes for configurable SSL/TLS protocol versions
15 years ago
Yana Stamcheva 3d6b4e5b11 Simplifies call information interface and makes it possible to copy the content.
15 years ago
Vincent Lucas 1ff38d2d33 Adds first part of call information statistcs (codec, encoding frequency, local and remote address ip/port, download rate/loss).
15 years ago
Ingo Bauersachs 2d3ba8ca65 SIP: Allow configuration of enabled SSL/TLS protocols
15 years ago
Ingo Bauersachs c813493c60 OTR: Fingerprint comparison field (Patch by Daniel Perren, FHNW)
15 years ago
Ingo Bauersachs 05f4510756 Make the OTR <authenticate buddy> text clickable (Patch by Daniel Perren, FHNW)
15 years ago
Vincent Lucas 9c0340f06d Improves DTMF configuration (auto, RTP, SIP INFO or INBAND). Creates a common interface for starting and stopping (RTP or INBAND) DTMF tones into AudioMediaStream interface and its implementation. Reverting DtmfTransformEngine to use previous threaded DTMFDispatcher.
15 years ago
Vincent Lucas e0e1cc30dc Adds in-band DTMF functionality.
15 years ago
Damian Minkov 67f9226af6 Adds option to auto-answer and forward all incoming calls, currently sip implementation available.
15 years ago