- Fixes a couple of possible causes of access violation in the JNI library of the support for Microsoft Outlook contacts.
Other recent changes in earlier versions:
build.3313
- Showing categories and labels for contact details coming from AddressBook or Outlook.
- Fixes a couple of possible causes of access violation in the JNI library of the support for Microsoft Outlook contacts.
build.3312
- Do not stop current video when we switch to desktop sharing (or vice-versa) as starting desktop sharing will trigger new session that closes and releases stuff from previous session.
build.3311
- Don't search and use directsound devices by default, causing problems on some machines. Use the default devices specified by the system.
build.3310
- Adds 'Instant Messaging' ContactDetail category and uses it in the Mac OS X Address Book ContactSourceService.
build.3309
- Mouse coordinates are now correctly handle in desktop sharing session with multi monitors.
build.3308
- Prefer application properties than hardcoded strings.
build.3307
- Delivers VideoEvent.VIDEO_REMOVED for the local visual component of desktop streaming/sharing. Reported by Yana Stamcheva.
- Do not show screens selector when using partial desktop streaming. Properly handle DesktopSharingFrame location when using two monitors in all directions (i.e. second monitor on TOP, BOTTOM, LEFT or RIGHT of the first ones).
- When using partial desktop streaming, allow to switch from initial screen to another (switch occurs when upper left corner of the region is in another screen).
- Uses Email and Phone as categories and Home, Work and Mobile as labels of the ContactDetails provided by the ContactSourceService implementations for Mac OS X Address Book and Microsoft Outlook.
build.3306
- For non transparent desktop sharing adds some small tip to help the user understand how it works.
build.3305
- Log "transparency not available" exceptions at info label (as they're expected to happen on java 1.5 environment).
build.3304
- Forces the loading of MsOutlookAddrBookContactQuery at the time of loading MsOutlookAddrBookContactSourceService in order to see how it affects issue #916 'UnsatisfiedLinkError: no jmsoutlookaddrbook in java.library.path'.
- Two separate menus for desktop sharing in the contact right button menu + their icons. Fixed video call icon in contact right button menu.
- Fixes show/hide local video button state in full screen mode.
build.3303
- Enables zone desktop sharing.
- Deploys JRE 1.6.0_24 as private during the setup of SIP Communicator on Windows.
- Adds javadocs.
build.3302
- Ongoing work on partial desktop sharing user interface (Not yet enabled for use) - Fixes partial desktop sharing screen button background on Linux and add some java5 user interface improvements.
build.3301
- Fix ClassCastException and creating conference calls.
- Make the remote control desktop sharing check box non-opaque on Windows and Linux.
- Makes it possible to deploy a private Java Runtime Environment on Windows as part of the setup of SIP Communicator.
- Fixes java5 compatibility.
build.3300
- Ongoing work on partial desktop sharing user interface (Not yet enabled for use) - Make partial desktop sharing screen transparent on Linux.
build.3299
- Ongoing work on partial desktop sharing user interface.
- Ensure that width and height of a partial desktop streaming device are even.
- Ongoing work on partial desktop sharing user interface - Try to fix moving on Windows and Linux. (Not yet enabled for use)
- Ongoing work on partial desktop sharing user interface (Not yet enabled for use) - Ensures that on Windows and linux the width of the shared region is a multiple of 2.
- Fix incorrect formula to have multiple of 16.
- Update dns servers on all iface up events, with ipv6 configurations in some cases we can end up without primary dns server. Remove duplicate dns library. Fix searching in history using regexp symbols.
- Fix UPnP on Windows: weupnp library gets local address of a socket using DatagramSocket.connect() method but it always returns 0.0.0.0 address so use TCP Socket.connect with the host/port of the UPnP device location.
- Ongoing work on partial desktop sharing user interface (Not yet enabled for use) - Changes the cursor to resize cursor on the border.
- Fixing build.
- Fixes (the fix for) an issue reported by Emil Ivov and found to cause modifications to the Mac OS X Address Book to not be picked up by SIP Communicator upon subsequent searches.
build.3298
- Force width to be multiple of 16 on Mac OS X when we create a part desktop streaming device.
- Fixes an issue reported by Emil Ivov and found to cause modifications to the Mac OS X Address Book to not be picked up by SIP Communicator upon subsequent searches.
- Removing option "remember password" when editing sip account don't work (reported by Davide Corda on dev mailing list).
- When creating new account (simple or advance form) make sure we don't reuse old AccountRegistration instances.
- Do not flip vertically images from directshow webcam if there are already flipped.
- Tries to detect is the incoming call audio or video one.
build.3297
- Add initial backend implementation to create and move part of desktop streaming (GUI is not yet commited).
- Fixes an issue reported by Bruno Konik in the crash handling functionality on Windows which could fail to start the application after a reboot while the application was running.
build.3296
build.3295
- Stop JMF processing of local video when we hide it and start when we show it again.
build.3294
- Recompile LocalhostRetriever.dll with -Wl,--kill-at for Windows x86 and x64.