Commit Graph

10204 Commits (783acc2913a6d788844c14e7f62866bfb2e626e5)
 

Author SHA1 Message Date
Lyubomir Marinov 5e1948b652 Adds support for DTLS-SRTP with Jitsi Videobridge.
12 years ago
Lyubomir Marinov 9d7709a92d Fixes formatting, typos.
12 years ago
Lyubomir Marinov 28bbf296f7 Fixes a deadlock involving the AWT event dispatching thread.
12 years ago
Vincent Lucas 74812b5748 Updates libjitsi and libjnmaccoreaudio: Changes "MacCoreaudio" audio system name into "Core Audio". Corrects wrong detection of input and output devices. Avoids concurrent process of the "stop" and "read/write" functions at the native level.
12 years ago
hristoterezov 018fc81cf1 Fixes text position in "Select account" and "Select group" fields from "Add Contact" dialog.
12 years ago
Damian Minkov 89b6a18126 Removes chat listener to release spell checker instances. Make sure we have one spell checker per plugin, as plugin can have several instances used in different windows.
12 years ago
Damian Minkov ad90be2ffb Fixes releasing plugin components when the strong value is referring the key and cannot be released.
12 years ago
Damian Minkov 389e6ea966 Fixes ConcurrentModificationException.
12 years ago
Damian Minkov 19301d0794 Fixes leaking DiscoveryInfo$Feature instances.
12 years ago
Damian Minkov 4533f082cf Fixes leaking Roster instances as we create the Roster once it was cleared while disconnecting.
12 years ago
Damian Minkov 5e4012183d Fixes ConcurrentModificationException.
12 years ago
Damian Minkov 75d1b92099 Removes one unnecessary iteration over gdata links.
12 years ago
Damian Minkov 2769b258b3 Delays loading and creating swing components when not used. Later initializing of accounts, fixes a problem with not proper providers list shown and leaking ProtocolProvider instances.
12 years ago
Damian Minkov 17ceb89f56 Fixes possible NPE.
12 years ago
Damian Minkov 2b91a9962a Fixes leaking ProtocolProviders on enable/disable/delete on macosx.
12 years ago
Damian Minkov 8aa39597b5 Shows available url links in the button tooltip.
12 years ago
Lyubomir Marinov 66d86dfb87 Updates the Java Runtime Environment (JRE) bundled with Jitsi on Windows to 7u45.
12 years ago
Damian Minkov ce30c4432c Reverts fix for autoanswer and quickly receiving events for the new call, cause it can break showing incoming call dialog.
12 years ago
Damian Minkov a7fa332419 Fixes leaking ChatWindows. Seems just creating dialog and not disposing it on closing the parent window, even if not using it cause to leak all the components in the path to the owner, because of the KeyboardManager.
12 years ago
Damian Minkov 59e4623cc8 Fixes caching plugin components, reported by Marin Dzhigarov.
12 years ago
Damian Minkov 0ac90bc5d4 Fixes group buttons tooltips and fixes plugins add in view menu.
12 years ago
Damian Minkov 2c71f44ed6 Fixes autoanswer if IncomingCallReceived event and CallStateChanged event come too quickly one after another.
12 years ago
Damian Minkov 0352658475 Fixes possible memory leak and NPE when disposing CallPanel.
12 years ago
Damian Minkov cb5071cd53 Separates building deb for 32 and 64, patch provided by Pavel Tankov.
12 years ago
Lyubomir Marinov 1d1a2b116a Fixes issues with DTLS-SRTP.
12 years ago
Lyubomir Marinov bc8c31a2a5 Removes false jar signing.
12 years ago
Lyubomir Marinov 6f8b80066e Rebuilds jnwasapi.dll with a newer version of mingw64.
12 years ago
Lyubomir Marinov 9f2652965c Fixes warnings, removes obscure and inefficient anonymous classes.
12 years ago
Lyubomir Marinov ba4e6875f9 Adds support for DTLS-SRTP with XMPP.
12 years ago
Lyubomir Marinov 9eec6e2305 Romoves the use of enum-like constants from SrtpListeners because it is a part of neomedia and may use MediaType instead.
12 years ago
Damian Minkov 7c8960801d Generates windows updates html files using ant task.
12 years ago
Damian Minkov 999a7c5535 Overrides files in delta.history to avoid non matching deltas.
12 years ago
hristoterezov 51c891d465 Fixes NPE in formatMessage method when the message is null.
12 years ago
Damian Minkov b87a71cca0 Fixes a problem with updating resource priorities. Updates contactlist items on resource change, even if presence status was not changed.
12 years ago
Damian Minkov d397840450 Indicates on mobile device per resource in the tooltip.
12 years ago
paweldomas ce84c5c3c7 Skips ProgressMonitorInputStream wrapper on Android.
12 years ago
Damian Minkov 05d0f324b1 Fixes some problems with updating resources mobile indicator.
12 years ago
Damian Minkov d75a60650a Adds mobile flag to the ContactResource.
12 years ago
Damian Minkov a69d151046 Moves updating jabber contact resources to the presence operation set.
12 years ago
Damian Minkov d7e6193de4 Fixes mobile indicator for offline resources.
12 years ago
Lyubomir Marinov 612f342240 Updates the Java Runtime Environment (JRE) bundled with Jitsi on Windows to 7u40.
12 years ago
Damian Minkov 51d21c677f Updates chat transport selector icon changes.
12 years ago
Lyubomir Marinov 7a957a5ad5 Adds support for DTLS-SRTP with SIP.
12 years ago
Lyubomir Marinov 5568ab8f89 Fixes warnings, spelling mistakes.
12 years ago
Damian Minkov c33c7cdfcf Adds mobile indicator icon next contacts when there are detected to be logged in only from a mobile device.
12 years ago
Vincent Lucas b0c9b7e4c7 Corrects deadloack between the CoreAudio AudioDeviceStop function and the stream processing callback.
12 years ago
Damian Minkov 61037bba84 Renames property to fit convention.
12 years ago
Damian Minkov 696de0cb43 Adds method to match PluginComponent to parent factory, used when unregistering plugins to match already created ui components to be remove from plugin container, fix for a problem: while unregistering bundle a new plugin component was created.
12 years ago
Damian Minkov ad1792abbb Closes open chats, like we close the main window when quiting the ui, so we avoid removing ui plugins one by one, while those plugins are unregistered from OSGi.
12 years ago
Damian Minkov bb8762c945 Adds new property which can skip using default saved preferred provider when call using the call history.
12 years ago