* Fixes NullPointerException when trying to call a source contact (LDAP, Google Contact, etc.), which has more than one phone. Reported by Miroslav Nachev. * Take into account advanced paramters even if there are no format parameters. * Fixes a 'Class does not exist' error in setup.exe which bootstraps the MSI setup on Windows. * Other recent changes in earlier versions: * build.3390 * - Check the providers size after verifying that we actually have providers. * - Adds debug output to the error dialog of setup.exe in order to easier locate the sources of the reproted errors in the source file (such as the 'Class does not exist' reported on the dev mailing list). * build.3389 * - Some contact list top panel adjustments. * build.3388 * - Adds the .\\native directory to the PATH environment variable on Windows in hope of resolving failures to load JNI libraries in some cases even though the Java system properties java.library.path and jna.library.path are set. * - Fixes colors and paddings in the search field. * build.3387 * - Eliminates duplicate code and thus uses the same logic for increasing/decreasing the capture volume as used for the playback volume i.e. clips the captured audio samples instead of wrapping them and assigns the range from 0% to 200% to the capture volume scale in the call dialog. * - Set the size of the button after the images are loaded. * - Add ippi account creation wizard. * build.3386 * - Clips the audio signal instead of wrapping it when increasing the volume. * - Move the acountRemoved notify after account is really removed. * - Fix launcher messages and application name change. Reported by Pavel Tankov. * - Assigns the range from 0% to 200% to the playback volume scale in the call dialog. * build.3385 * - Handle hangup call if sip bye was unable to send. Increase the time value to detect standby. * build.3384 * - Localized server name example in the ldap configuration form. * build.3383 * - Add an accountRemoved method to the AccountRegistrationWizard interface in order to notify wizards when an account has been removed. * - Localized server name example in the ldap configuration form. * build.3382 * - Deb package: fix man page name and remove alsa-oss dependency. * build.3381 * - Fixes NullPointerException in contact list reported by Emil Ivov. * build.3380 * - Fixes mouse drag- and click-related issues in the JAWTRenderer on Mac OS X reported by Emil Ivov. * build.3379 * - Fix NPE in Google Contacts service. Redesign Jabber account contact source activation: do all in Google Contacts service. Fix name in Mac OS X Dock when Jitsi is run from the sources. * - Fixes the order of the local and remove video and the x button of the local video in their container which has been recently incorrectly reversed. * - Handle correctly the removing of contact sources. * build.3378 * - Remove unused classes include into bundle protocol. * build.3377 * - Fixes a crash in the JAWTRenderer on Mac OS X 10.5 reported by Emil Ivov and caused by use of 10.6+ API. * build.3376 * - Fixes overlapping issues with the JAWTRenderer on Mac OS X. * build.3375 * - Fixes a layout and painting issue (seen on Mac OS X) which may lead to toggled local video in calls appearing to be of the wrong bounds. * - Commits work in progress on fixing overlapping issues with the JAWTRenderer on Mac OS X. Draws the X button of the local video in a video call and the desktop sharing icon in a desktop sharing call. Makes clicking the X button of the local video and dragging the local video work. * build.3374 * - Fixes NullPointerException on creation of Jabber account through the initial account creation form. * build.3373 * - Check all resources when doing jabber file-transfer and choose the most appropriate one. Make sure we register our file transfer features before creating the ServiceDiscoveryManager. * build.3372 * - Patch provided by Ingo Bauersachs on the dev mailing list (subject: [jitsi-dev] [patch] AuthenticationWindow focus). Requests the focus in authentication windows depending on whether a username is already entered and completes the handling of the lock usage. * - Correct wrong string usage. * - Disable LTI-CIVIL capture devices. * - Commits work in progress on fixing overlapping issues with the JAWTRenderer on Mac OS X. * - Rollback JavaApplicationStub of commit 8398 asit causes some look & feel problems on Mac OS X 10.5 Leopard. * - Handle cases where user change Gmail/Google Apps account password, Google Contacts source must inform users about wrong password. * - Make Google Contacts enabled by default for new Jabber/Google Talk account. * - Update smackx without debug info, was causing some problem advertising features on macosx with java 1.5. Update dmg windows options. * - Again default value for Google Contacts supports is true. * - Fix build. * - Commits work in progress on fixing overlapping issues with the JAWTRenderer on Mac OS X. * - Check all resources when doing jabber file-transfer and choose the most appropriate one. * - Rollback latest changes. * build.3371 * - Update dmg window size and icons position.