Commit Graph

10148 Commits (ad90be2ffb50b62b3845f8caff6802974ccb2e2d)
 

Author SHA1 Message Date
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
Damian Minkov 999a7c5535 Overrides files in delta.history to avoid non matching deltas.
13 years ago
hristoterezov 51c891d465 Fixes NPE in formatMessage method when the message is null.
13 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.
13 years ago
Damian Minkov d397840450 Indicates on mobile device per resource in the tooltip.
13 years ago
paweldomas ce84c5c3c7 Skips ProgressMonitorInputStream wrapper on Android.
13 years ago
Damian Minkov 05d0f324b1 Fixes some problems with updating resources mobile indicator.
13 years ago
Damian Minkov d75a60650a Adds mobile flag to the ContactResource.
13 years ago
Damian Minkov a69d151046 Moves updating jabber contact resources to the presence operation set.
13 years ago
Damian Minkov d7e6193de4 Fixes mobile indicator for offline resources.
13 years ago
Lyubomir Marinov 612f342240 Updates the Java Runtime Environment (JRE) bundled with Jitsi on Windows to 7u40.
13 years ago
Damian Minkov 51d21c677f Updates chat transport selector icon changes.
13 years ago
Lyubomir Marinov 7a957a5ad5 Adds support for DTLS-SRTP with SIP.
13 years ago
Lyubomir Marinov 5568ab8f89 Fixes warnings, spelling mistakes.
13 years ago
Damian Minkov c33c7cdfcf Adds mobile indicator icon next contacts when there are detected to be logged in only from a mobile device.
13 years ago
Vincent Lucas b0c9b7e4c7 Corrects deadloack between the CoreAudio AudioDeviceStop function and the stream processing callback.
13 years ago
Damian Minkov 61037bba84 Renames property to fit convention.
13 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.
13 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.
13 years ago
Damian Minkov bb8762c945 Adds new property which can skip using default saved preferred provider when call using the call history.
13 years ago
hristoterezov 4014631dd5 Fixes java 1.6 compatibility of image links replacement functionality in chat window.
13 years ago
hristoterezov a16097f5cd Adds check for image size and content type for the image replacement of links. Adds "show preview" link next to the image link if the preview of the images is disabled. Patch provided by Marin Dzhigarov on dev mailing list (subject: "PATCH: Replacement of Image/Video links").
13 years ago
Vincent Lucas f02a12d22d Adds stream capture and render via CoreAudio for MacOSX. This is a first version which needs more testing. The default audio system on MacOSX is still PortAudio.
13 years ago
Damian Minkov cdc0a4229a Fixes discovering cusax connected contacts when using call history.
13 years ago
Damian Minkov 997f265079 Skips the image for source contacts if it is the default one (dialing from call history showed low resolution image for in,out or missed calls).
13 years ago
Damian Minkov 18109ff141 Adds status of contact to chat message button in call panel.
13 years ago