Commit Graph

959 Commits (386c559bb287e352bf063cbeaec41d72a0121e8f)

Author SHA1 Message Date
Lyubomir Marinov 386c559bb2 Fixes a memory leak in NotificationManager. Removes an unnecessary copying of a List in CallManager.
13 years ago
Lyubomir Marinov 1538f28016 Prevents multiple dialing sounds from being played for multiple peers in a single call/telephony conference or for a peer who is being added to a telephony conference when there are other peers there already.
13 years ago
Damian Minkov 6614838bc7 Compares versions on update using Version object compareTo method, and fallback to lexicographically compare of string in case of an error.
13 years ago
Lyubomir Marinov 98fef59119 Works on preventing sound notifications from playing forever.
13 years ago
Yana Stamcheva a3ef89863f Adds a protocol aware contact source interface and moves demultiplexing contact source functionality to a separate plug-in. Conference and transfer invite dialogs now show a separate contact for each contact detail (i.e. each telephone number, email address) and search results are taking into account the selected account.
13 years ago
Lyubomir Marinov 8ab5ddd1bd Commits work in progress on refactorying the call-related user interface for the purposes of audio and video telephony conferencing over single or multiple protocols and Jitsi VideoBridge.
14 years ago
Damian Minkov cee38f8cec Fixes loading notifications configuration migrating old saved values to newly added properties using default values.
14 years ago
Emil Ivov 98a6dde829 Change versioning to allow for an easier integration of SVN revision and build number. Removes version revision leaving the version to major.minor[.build-label] where build label may include things like svn revisions, dates, etc.
14 years ago
Damian Minkov 5cb8ad46a8 Adds more options to sound notifications and their config. Sound notifications now can use playback, notification or pc speaker device.
14 years ago
Boris Grozev bd3529f982 Fixes a bug that prevents FEC from being enabled, removes class imports.
14 years ago
Boris Grozev 8d988ac467 Removes certain @Override annotations to make the code compile with java 5.
14 years ago
Boris Grozev 6c376df438 Renames SILK-related properties.
14 years ago
Boris Grozev bdf1793fd2 Adds an option to explicitly advertise FEC support for SILK in SDP.
14 years ago
Damian Minkov 21c7757e23 Updates sysactivity handling QUERY_ENDSESSION and ENDSESSION events. Adds bundle that listens for the new events to handle clean shutdown.
14 years ago
Boris Grozev 19d2276dd4 Adds FEC support for the SILK codec. Minor clean-ups in EncodingConfiguration and MediaConfigurationImpl.
14 years ago
Vincent Lucas 07595ca31c Adds XMPP GUI configuration the ability to disable Jingle (audio and video calls with XMPP).
14 years ago
Damian Minkov 3f3ca000f0 Detects failed typing notifications.
14 years ago
Lyubomir Marinov 1ee98bdf07 Commits work in progress on improving, stabalising audio and video telephony conferencing.
14 years ago
Ingo Bauersachs b75a83f406 Allow access to system environment variables and java properties in provisioning #JITSI-1037, initial patch by Vieri di Paola
14 years ago
Ingo Bauersachs 524632e2f1 Rename computername provisioning property to hostname
14 years ago
Ingo Bauersachs 0c1e691d86 Add computername provisioning property
14 years ago
Damian Minkov fd1244be36 Removes unused icons and references.
14 years ago
Damian Minkov 19edeb6f0c Fixes a crash after returning from standby in localhostretriever. Reported and patched by Ingo Bauersachs.
14 years ago
Vincent Lucas 03f2e135ba Updates GUI general preferences checkbox text concerning alphabetical to number character convertion for phone numbers.
14 years ago
Vincent Lucas 1630576457 Adds a checkbox in the GUI general preferences to accept dialed string with alphabetical characters as phone number.
14 years ago
Vincent Lucas b7acf89cd9 Updates the PhoneNumberI18nServiceImpl, in order to remove the dependency to the libphonenumber.
14 years ago
Lyubomir Marinov 09cd4c6414 Refactors the utility class SwingWorker to perform thread pooling because it is extensively used during chat.
14 years ago
Damian Minkov 01fabbeeec Fixes leaking queries and their results. Fixes memory leaking xml texts in chat panel. Autoaway configuration saved while typing.
14 years ago
Lyubomir Marinov 5f8c5a9063 Refactors the cross-protocol conference support.
14 years ago
Yana Stamcheva ee908cba05 Adds phonenumbers and search to transfer and conference invite dialogs. Improves the chat invite dialog by adding a search field on the top of the source contact list.
14 years ago
Emil Ivov d8f2441317 Applies a patch from Boris Grozev that allows setting different codec configurations to different accounts. It is now possible to set entirely different codec preference for every account.
14 years ago
Emil Ivov d3feab7e0e Fixes AIM account registration link. Patch by Boris Grozev
14 years ago
Emil Ivov 52da41bfc1 Applies a patch from Boris Grozev that now prevents ICE configuration from closing with an invalid port number for STUN and TURN servers
14 years ago
Emil Ivov e2c6718d5b Applies a patch from Boris Grozev that Adds a password strength meter to XMPP password changes and improves the feature in other ways.
14 years ago
Vincent Lucas 7d77fafb99 Corrects disable/re-enable sound notification mechanism.
14 years ago
Damian Minkov 5b0151fa18 Skips empty property names in configuration service and provisioning.
14 years ago
Damian Minkov 51d8e560d0 Changes extracting auto away configurations.
14 years ago
Vincent Lucas 2836fe726f Improves SIP and XMPP configuration interface to choose the priority between ZRTP and SDes.
14 years ago
Damian Minkov 97ed9feac0 Fixes autoway listening for idle, a bug where it adds listening for 0sec. of idle time.
14 years ago
Emil Ivov ab1a357d8c Adds password modification from within Jitsi for XMPP accounts that allow it. Contributed by Boris Grozev.
14 years ago
Lyubomir Marinov 601776d42f - Works on removing the video of a video conference participant from display on the remaining non-focus participants. - Tries to fix a crash in PortAudio (often seen at the end of video conference calls).
14 years ago
Vincent Lucas a45b6e0940 Adds SDES for XMPP. Works with Jingle and GTalk (only for gmail web app, doesn not work on "talk" for android).
14 years ago
Lyubomir Marinov 26491feccc Adds support for a boolean ConfigurationService property with name net.java.sip.communicator.plugin.msofficecomm.CREATE_CALL_BY_PHONE_NUMBER which instructs the Microsoft Outlook VoIP integration functionality to resolve a sign-in name to a vCard phone number in case it fails to resolve to a Contact with support for OperationSetBasicTelephony. The sort order of the phone number types is controlled through a String ConfigurationService property with name net.java.sip.communicator.plugin.msofficecomm.MPHONE_TYPE_SORT_ORDER which defaults to a value that prefers a work phone number, if available.
14 years ago
Lyubomir Marinov 3bb39dd32a Commits Boris Grozev's patch which addresses "sound selection file manager will not enter non-empty directories" reported by Alexandros Papadopoulos on the dev mailing list.
14 years ago
Damian Minkov ea140320c0 Adds is server overridden checkbox in jabber account wizard.
14 years ago
Lyubomir Marinov 4dfd16a63f Commits work in progress on calling from Microsoft Office with Jitsi to phone numbers originating from Microsoft Office.
14 years ago
Lyubomir Marinov dd3b5f120a Commits work in progress on calling from Microsoft Office with Jitsi to phone numbers originating from Microsoft Office.
14 years ago
Lyubomir Marinov 239ba21302 When calling a Jitsi contact from Microsoft Outlook, looks for available phone numbers in the contact's vCard.
14 years ago
Damian Minkov 8d86192d77 Shows error dialog if provisioning failed and is mandatory.
14 years ago
Lyubomir Marinov 34d54b1d84 Moves the ConfigurationService and FileAccessService implementations from Jitsi into libjitsi. Silences handled exceptions in libjitsi by converting them into Logger informational messages.
14 years ago