- Fixes a crash in the crash handling functionality on Windows.
- Adds javadocs.
- Fixes javadocs.
Other recent changes in earlier versions:
build.3292
- Hopefully, fixes a possible deadlock between the crash handling implementation on Windows and the update functionality reported by Mr Smith on the dev mailing list in the thread 'win installer 3289 x86 incomplete - updates disturbed'.
build.3291
- Add missing method in OperationSetDesktopStreaming to move a partial desktop streaming zone.
build.3290
- Add missing method in OperationSetDesktopStreaming to move a partial desktop streaming zone.
build.3289
- Fixes #JITSI-906, reported by Stefan Mayer: SIP Message flood.
build.3288
- Reports contact specifiers such as Home, Work, Mobile for the SourceContact ContactDetails returned by the Mac OS X Address Book ContactSourceService.
- Recompile LocalhostRetriever.dll with mingw instead of VC++ for Windows x86 and x64.
- Fix screencapture JNI on Windows to properly capture a part of the screen.
- Add stripped and optimized LocalhostRetriever.dll for Windows x86 and x64.
- Missing LocalhostRetriever.dll for Windows x86.
- Add methods to MediaService for streaming a part of desktop and stub methods in MediaServiceImpl.
build.3287
- Fix desktop streaming stop.
- Additionnal checks for directshow native code.
build.3286
- Adds formatting, javadocs.
- Introduces a crash handler for SIP Communicator on Windows which asks after a crash whether the application is to be relaunched.
- Reports contact specifiers such as Home, Work, Mobile for the SourceContact ContactDetails returned by the Microsoft Outlook ContactSourceService.
build.3285
build.3284
- Show appropriate notification when user not found is returned.
- Fixes issue JITSI-908: Major bug causing SC to crash on Mac OS X when calls are made or received.
build.3283
- Handle sip: when creating sip accounts. Add white colour to installer fonts.
build.3282
- Fix file drag n' drop on Linux.
- Use certificate service when accessing https xcap addresses.
build.3281
- Print call statistics in the log file.
build.3280
- In case we fail to resolve backup resolver address, we take the IP address of the default backup resolver.
build.3279
- Update smack's XMPPConnection class to use InetAddress.getHostAddress() instead of InetAddress.getHostName() to avoid sending PTR DNS request.
build.3278
- Make sure we don't skip setting show application property when hide/show application.
- Add some debug logs in DNS parallel resolver.
build.3277
- Make sure we use directsound devices under windows if they are not set as default one.
build.3276
- Check default settings for property.
build.3275
- Fixes dialpad dialog location. Make the single window toolbar visible only when a chat is opened.
build.3274
- Fix a possible ui block.
- Fixes wrong location of the call window. Do not add the close video button in desktop sharing mode.
- Add early message processors for all incoming sip messages.
- Removes unused border in the account status panel on the top of the contact list.
- Early process messages in separate method.
- X509TrustManager's getAcceptedIssuers() method should return " a non-null (possibly empty) array of acceptable CA issuer certificates".
build.3273
- Makes the ProtoProvider always respond with at least a 501 Not implemented to requests we don't support. Reported by John Ervin