Commit Graph

10173 Commits (5a24f34cecd391c954a9017ef22a6782c6165c8a)
 

Author SHA1 Message Date
Vincent Lucas 5a24f34cec Updates libjitsi: Corrects deadlock when closing renderer in Core Audio. Reports c error to java logger.
13 years ago
Damian Minkov fa0bdc790a Fixes error "Cannot call invokeAndWait from the event dispatcher thread" when creating xmpp account from simple account wizard.
13 years ago
Damian Minkov cdd840c06b Removes listener in chat room subject panel.
13 years ago
Damian Minkov 7e65f41b6e Fixes autoanswer if IncomingCallReceived event and CallStateChanged event come too quickly one after another.
13 years ago
Lyubomir Marinov 3018bab9f8 Fixes NullPointerExceptions.
13 years ago
Vincent Lucas 060c9130bc Updates libjitsi: Mac Core Audio: Stops the rendering process at most after 500 ms even if there is more data already buffered.
13 years ago
paweldomas 1a5724af4b Filters out too frequent "network down" notifications on Android. Fixes exception when trying to load not supported native library on Android.
13 years ago
Damian Minkov a8517a64b2 Fixes chat transport selector updating the status after reconnect and choosing offline contacts.
13 years ago
Damian Minkov 21e8e31e6d Avoids pre-creating tooltips as they may never be shown.
13 years ago
Damian Minkov db21d73206 Clears listener added to current focused window when tooltip is created, fixes leaking tooltips.
13 years ago
Damian Minkov 8432f238cc Removes listeners when chat window is disposed.
13 years ago
Damian Minkov 33be6b2f87 Fixes possible concurrent modification exception when using several xmpp accounts.
13 years ago
Lyubomir Marinov 4329b9ee74 Mitigates an issue which could cause 32-bit Jitsi to update to 64-bit.
13 years ago
Damian Minkov 594b391749 Updates spellchecker plugin to lower memory usage. As we save and use one setting for all chat windows - makes spellchecker and dictionary static. Fix changing selected dictionary over plugin instances. Does not load dictionary on every window open.
13 years ago
Damian Minkov a5bdde2104 Cleanups menu window listeners.
13 years ago
Damian Minkov 472af3210b Adds more cleaning on closing chat window, removes some multi-chat listeners.
13 years ago
Damian Minkov eb5212f6f9 Fixes add contact dialog and activating add button.
13 years ago
paweldomas 06f148e0fa Fixes online and eager to communicate global status constants.
13 years ago
paweldomas 52a8415b88 Adds utility class for dealing with OSGi services.
13 years ago
Lyubomir Marinov 5e1948b652 Adds support for DTLS-SRTP with Jitsi Videobridge.
13 years ago
Lyubomir Marinov 9d7709a92d Fixes formatting, typos.
13 years ago
Lyubomir Marinov 28bbf296f7 Fixes a deadlock involving the AWT event dispatching thread.
13 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.
13 years ago
hristoterezov 018fc81cf1 Fixes text position in "Select account" and "Select group" fields from "Add Contact" dialog.
13 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.
13 years ago
Damian Minkov ad90be2ffb Fixes releasing plugin components when the strong value is referring the key and cannot be released.
13 years ago
Damian Minkov 389e6ea966 Fixes ConcurrentModificationException.
13 years ago
Damian Minkov 19301d0794 Fixes leaking DiscoveryInfo$Feature instances.
13 years ago
Damian Minkov 4533f082cf Fixes leaking Roster instances as we create the Roster once it was cleared while disconnecting.
13 years ago
Damian Minkov 5e4012183d Fixes ConcurrentModificationException.
13 years ago
Damian Minkov 75d1b92099 Removes one unnecessary iteration over gdata links.
13 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.
13 years ago
Damian Minkov 17ceb89f56 Fixes possible NPE.
13 years ago
Damian Minkov 2b91a9962a Fixes leaking ProtocolProviders on enable/disable/delete on macosx.
13 years ago
Damian Minkov 8aa39597b5 Shows available url links in the button tooltip.
13 years ago
Lyubomir Marinov 66d86dfb87 Updates the Java Runtime Environment (JRE) bundled with Jitsi on Windows to 7u45.
13 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.
13 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.
13 years ago
Damian Minkov 59e4623cc8 Fixes caching plugin components, reported by Marin Dzhigarov.
13 years ago
Damian Minkov 0ac90bc5d4 Fixes group buttons tooltips and fixes plugins add in view menu.
13 years ago
Damian Minkov 2c71f44ed6 Fixes autoanswer if IncomingCallReceived event and CallStateChanged event come too quickly one after another.
13 years ago
Damian Minkov 0352658475 Fixes possible memory leak and NPE when disposing CallPanel.
13 years ago
Damian Minkov cb5071cd53 Separates building deb for 32 and 64, patch provided by Pavel Tankov.
13 years ago
Lyubomir Marinov 1d1a2b116a Fixes issues with DTLS-SRTP.
13 years ago
Lyubomir Marinov bc8c31a2a5 Removes false jar signing.
13 years ago
Lyubomir Marinov 6f8b80066e Rebuilds jnwasapi.dll with a newer version of mingw64.
13 years ago
Lyubomir Marinov 9f2652965c Fixes warnings, removes obscure and inefficient anonymous classes.
13 years ago
Lyubomir Marinov ba4e6875f9 Adds support for DTLS-SRTP with XMPP.
13 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.
13 years ago
Damian Minkov 7c8960801d Generates windows updates html files using ant task.
13 years ago