- Fixes a disabled video button, when moving from a conference call to a one-to-one call.
- Fixes crashes reported on various x86 windows machines.
Other recent changes in earlier versions:
build.3641
- Removes @override annotations for java 5 compatibility. Fixes Mac build.
build.3640
- Adds support to uninstall dictionary and persist enable state across reboots.
build.3639
- Also load the PKCS11 provider from reflection in the config plugin
build.3638
- Remove PKCS11 provider on Windows x64 and load it through reflection
build.3637
- Fixes when enable provisioning enable and forget password button.
build.3636
- Suppresses deprication warning.
- Removes a deprecation and suppresses a fallthrough warning.
- Reverts previous commit.
- Adds support for 301 and 302 forwarding responses.
- Refactor password dialog to show stored passwords for provisioning and http. Fixes sip connected with new values after account edit.
- Removes an unnecessary import statement. Reported by Ingo Bauersachs.
- Create a RadioButton class with the Jitsi specifc look&feel
- Enable client TLS authentication for SIP and add a corresponding configuration form
- Fixing build.
- Adds option in provisioning configuration for deleting stored password.
- Fixes a problem with large msn contactlists. Fixes build tests, some warnings and lower the reconnect interval.
build.3635
- Shows the display name in the voicemail notification. Fixes voicemail tooltip and shows the account full address in it.
- Takes into account payload type's width and height (GTalk). Adds a way to detect android phones in a GTalk call and do not send IPv6 candidates for them as android phone will returns an IQ error if it sees IPv6 candidates.
build.3634
- Respects IS_SERVER_OVERRIDDEN account property when connecting with Jabber account. Better detection for idle and exit of idle state.
build.3633
- Allow multiple cert hashes for a single hostname. Drop the protocol from XMPP SRVName construction for the cert validation.
build.3632
- Enables GTalk video support.
- Fixes the lag when changing accounts in the conference invite dialog.
build.3631
- Keeps the "+" sign in dialed numbers (previously it was removed).
build.3630
- Merges contact source configurations in a single configuration form. Adds the possibility to disable/enable MacOSX AddressBook and MS Outlook. Adds a prefix configuration to all contact sources: AddressBook, Outlook, LDAP, Google Contacts.
build.3629
- Introduces service for detecting system activity like network changes and detecting idle states. Produced events used for autoaway and reconnect plugin.
- Fixes tests.
- Adds a way for protocols to add extra codec settings as well as override payload type preferences.
- Removes some warnings. Improves handling of wake up and error handling when using network manager.
- Fixes some problem with reconnecting and detecting interfaces.
build.3628
- Adds the possibility to specify a default telephony domain name for XMPP (used when we want to call a XMPP contact without domain name). Adds also the possibility to specify a domain name to have default GTalk voice capabilities.
build.3627
- Replaces the outgoing contact address with the corresponding display name in the chat window. Shows the protocol contact address in a tooltip.
build.3626
- Stores call peer display names in history.
- Stores call peer display names in history.
build.3625
- Uses the old Mac OS X JAWTRenderer on MacBookAir4 (in addition to MacBookPro8) as a workaround to a problem in the new Mac OS X JAWTRenderer which is with an unknown cause and appears as poor video frame rate.
build.3624
- Commit from translate.jitsi.org by user acastroy.: 1098 of 1103 messages translated (2 fuzzy).
build.3623
- Increase visibility of some methods and introduce factory methods to allow customizations
build.3622
- Fixes load of TURN password.
- Fix starting auto away thread. Check for always trust mode in default settings in Certificate Service.
- Replace some hardcoded values by MessageDialog constants