- Fixes (on Java 1.6+ and not 1.5) a leak of pretty much all Window instances created by the application. ChatWindow and CallDialog are still leaked though because they have other, remaining retain paths.
Other recent changes in earlier versions:
build.3892
- Fixes a problem where a group can be shown twice in the contactlist.
- Corrects gray background for checkboxes on linux. Based on Daniel Zucchetto patch proposed on dev mailing-list with subject: UI improvements on labels and buttons.
build.3891
- Adds option to disable font support.
build.3890
- Hides answer with video button in incoming call dialog if remote side initiated video call but we are unable to send(missing/disabled video device).
build.3889
- Fixes "Log chat history" check box in the general configuration form. Reported by Davide Corda on the mailing list (subject: [jitsi-dev] General config: showHistoryCheckBox).
build.3888
- Ongoing work on cross protocol conference calls. Adds missing portaudio hotplug patch.
- Adds property to disable auto answer menu.
build.3887
- Allows the use of the new Mac OS X JAWTRenderer to be disabled.
- Adds in-band DTMF functionality.
- Updates ice4j.jar which delay connectivity checks reemission when receiving STALE-CREDENTIALS error (that can happen when one peer have not receive candidates list from remote but receive already one of its connectivity check). This also fix the stop of some ICE threads.
- Makes sure we listen for events of protocol factories registered to collect loaded accounts and don't miss one. Moves contact status listener just after roaster retrieval to be sure we don't miss presence while processing large lists.
build.3886
- When there are at least two remote videos in a video conference call, displays the local video as a remote video.
build.3885
- Tries the size the video and audio components in a video conference call appropriately. Fixes deprecation warnings. Adds javadocs.
build.3884
- Implements receiving of sip INFO dtmf tones.
- Fixes leak of threads reported by Ingo and fixes memory leak of XMPPConnections. Leak fixed in smackx.ChatStateManager.
build.3883
- Commits work in progress on video conferences.
- Merges desktop and Android files and commits them as they should work on both without modifications.
build.3882
- Adds properties to disable File menu items, few more places for those items.
build.3881
- Adds properties to disable File menu items.
build.3880
- Fixes warnings, typos.
- Typos, renames.
build.3879
- Adds option to auto-answer and forward all incoming calls, currently sip implementation available.
build.3878
- Some cleanup in jabber keepalive on connection error.
build.3877
- Creates chat dialog components, incoming call dialog and incoming file transfer components in swing dispatch thread. If we failed to connect to xmpp server fire connection failed for provider and clean to avoid staying not connected and seeing duplicate connection in logs.
build.3876
- Fixes editing some old saved yahoo accounts.
build.3875
build.3874
- Commit from translate.jitsi.org by user emcho.: 1231 of 1231 messages translated (0 fuzzy).
- Adds an option to monitor jabber srv records and check whether we are connected to the primary server.
build.3873
- Fixes some possible NullPointerExceptions.
- Fixes shell script name in one of the build targets.
- Commit from translate.jitsi.org by user ibauersachs.: 1231 of 1231 messages translated (0 fuzzy).
- Fixes video problem with Google Talk on smartphone: some applications like Vtok do not like to receive hole punch packet (zero length UDP packet).