- Tries to address issues with the support of video conferences such as the CallDialog not resizing properly at the conference focus, a crash in FFmpeg/sws_scale.
Other recent changes in earlier versions:
build.3895
- Fixes a problem where adding contacts to newly created group is impossible. Fixes a problem with moving contacts to group and double contact entry shown. Renames protocol groups when meta group is renamed and fixed its storing.
- Changes tests as metacontactlist behaviour has changed, now proto-groups also get renamed.
- Tries to fix scroll going to top problem in chat window.
- Disables send file button when in a group chat.
- Commits work in progress on fixing leaks of every CallDialog and ChatWindow.
- 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.
build.3894
- Corrects gray background checkbox problem on Linux for the account list in the Tools->Options->Accounts menu.
build.3893
- 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.
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.