aboutsummaryrefslogtreecommitdiffstats
path: root/src/net/java/sip/communicator/plugin
Commit message (Collapse)AuthorAgeFilesLines
* Change versioning to allow for an easier integration of SVN revision and ↵Emil Ivov2012-10-121-30/+28
| | | | build number. Removes version revision leaving the version to major.minor[.build-label] where build label may include things like svn revisions, dates, etc.
* Adds more options to sound notifications and their config. Sound ↵Damian Minkov2012-10-124-59/+180
| | | | notifications now can use playback, notification or pc speaker device.
* Fixes a bug that prevents FEC from being enabled, removes class imports.Boris Grozev2012-10-081-6/+2
|
* Removes certain @Override annotations to make the code compile with java 5.Boris Grozev2012-10-061-17/+12
|
* Renames SILK-related properties.Boris Grozev2012-10-051-5/+5
|
* Adds an option to explicitly advertise FEC support for SILK in SDP.Boris Grozev2012-10-051-2/+37
|
* Updates sysactivity handling QUERY_ENDSESSION and ENDSESSION events. Adds ↵Damian Minkov2012-10-052-0/+236
| | | | bundle that listens for the new events to handle clean shutdown.
* Adds FEC support for the SILK codec. Minor clean-ups in ↵Boris Grozev2012-10-052-0/+200
| | | | EncodingConfiguration and MediaConfigurationImpl.
* Adds XMPP GUI configuration the ability to disable Jingle (audio and video ↵Vincent Lucas2012-10-024-0/+63
| | | | calls with XMPP).
* Detects failed typing notifications.Damian Minkov2012-10-011-0/+9
|
* Commits work in progress on improving, stabalising audio and video telephony ↵Lyubomir Marinov2012-10-012-22/+16
| | | | conferencing.
* Allow access to system environment variables and java properties in ↵Ingo Bauersachs2012-09-301-0/+45
| | | | provisioning #JITSI-1037, initial patch by Vieri di Paola
* Rename computername provisioning property to hostnameIngo Bauersachs2012-09-281-2/+2
|
* Add computername provisioning propertyIngo Bauersachs2012-09-281-0/+15
|
* Removes unused icons and references.Damian Minkov2012-09-271-1/+1
|
* Fixes a crash after returning from standby in localhostretriever. Reported ↵Damian Minkov2012-09-271-1/+5
| | | | and patched by Ingo Bauersachs.
* Updates GUI general preferences checkbox text concerning alphabetical to ↵Vincent Lucas2012-09-271-0/+14
| | | | number character convertion for phone numbers.
* Adds a checkbox in the GUI general preferences to accept dialed string with ↵Vincent Lucas2012-09-262-0/+95
| | | | alphabetical characters as phone number.
* Updates the PhoneNumberI18nServiceImpl, in order to remove the dependency to ↵Vincent Lucas2012-09-255-346/+7
| | | | the libphonenumber.
* Refactors the utility class SwingWorker to perform thread pooling because it ↵Lyubomir Marinov2012-09-251-1/+2
| | | | is extensively used during chat.
* Fixes leaking queries and their results. Fixes memory leaking xml texts in ↵Damian Minkov2012-09-251-0/+10
| | | | chat panel. Autoaway configuration saved while typing.
* Refactors the cross-protocol conference support.Lyubomir Marinov2012-09-254-156/+175
|
* Adds phonenumbers and search to transfer and conference invite dialogs. ↵Yana Stamcheva2012-09-177-6/+682
| | | | Improves the chat invite dialog by adding a search field on the top of the source contact list.
* Applies a patch from Boris Grozev that allows setting different codec ↵Emil Ivov2012-09-1312-864/+157
| | | | configurations to different accounts. It is now possible to set entirely different codec preference for every account.
* Fixes AIM account registration link. Patch by Boris GrozevEmil Ivov2012-09-131-4/+1
|
* Applies a patch from Boris Grozev that now prevents ICE configuration from ↵Emil Ivov2012-09-131-0/+7
| | | | closing with an invalid port number for STUN and TURN servers
* Applies a patch from Boris Grozev that Adds a password strength meter to ↵Emil Ivov2012-09-134-693/+162
| | | | XMPP password changes and improves the feature in other ways.
* Corrects disable/re-enable sound notification mechanism.Vincent Lucas2012-09-071-17/+18
|
* Skips empty property names in configuration service and provisioning.Damian Minkov2012-09-051-0/+4
|
* Changes extracting auto away configurations.Damian Minkov2012-09-035-94/+130
|
* Improves SIP and XMPP configuration interface to choose the priority between ↵Vincent Lucas2012-09-037-61/+576
| | | | ZRTP and SDes.
* Fixes autoway listening for idle, a bug where it adds listening for 0sec. of ↵Damian Minkov2012-08-241-17/+64
| | | | idle time.
* Adds password modification from within Jitsi for XMPP accounts that allow ↵Emil Ivov2012-08-073-2/+354
| | | | it. Contributed by Boris Grozev.
* - Works on removing the video of a video conference participant from display ↵Lyubomir Marinov2012-08-033-68/+85
| | | | on the remaining non-focus participants. - Tries to fix a crash in PortAudio (often seen at the end of video conference calls).
* Adds SDES for XMPP. Works with Jingle and GTalk (only for gmail web app, ↵Vincent Lucas2012-08-028-17/+311
| | | | doesn not work on "talk" for android).
* Adds support for a boolean ConfigurationService property with name ↵Lyubomir Marinov2012-07-252-32/+83
| | | | 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.
* Commits Boris Grozev's patch which addresses "sound selection file manager ↵Lyubomir Marinov2012-07-241-15/+18
| | | | will not enter non-empty directories" reported by Alexandros Papadopoulos on the dev mailing list.
* Adds is server overridden checkbox in jabber account wizard.Damian Minkov2012-07-123-11/+83
|
* Commits work in progress on calling from Microsoft Office with Jitsi to ↵Lyubomir Marinov2012-07-121-1/+105
| | | | phone numbers originating from Microsoft Office.
* Commits work in progress on calling from Microsoft Office with Jitsi to ↵Lyubomir Marinov2012-07-111-8/+33
| | | | phone numbers originating from Microsoft Office.
* When calling a Jitsi contact from Microsoft Outlook, looks for available ↵Lyubomir Marinov2012-07-112-19/+306
| | | | phone numbers in the contact's vCard.
* Shows error dialog if provisioning failed and is mandatory.Damian Minkov2012-07-112-10/+36
|
* Moves the ConfigurationService and FileAccessService implementations from ↵Lyubomir Marinov2012-07-1014-12/+31
| | | | Jitsi into libjitsi. Silences handled exceptions in libjitsi by converting them into Logger informational messages.
* Adds global status menu to the tray menus, adding global status service.Damian Minkov2012-07-031-1/+1
|
* Switches Jitsi trunk to libjitsi. (Tries to fix the build tests.)Lyubomir Marinov2012-06-291-5/+8
|
* Switches Jitsi trunk to libjitsi.Lyubomir Marinov2012-06-2985-147/+173
|
* Switches Jitsi trunk to libjitsi.Lyubomir Marinov2012-06-29162-281/+396
|
* Adds more default values for sip account wizards, fixes some default values.Damian Minkov2012-06-253-1/+137
|
* Updates video max bandwidth default value.Damian Minkov2012-06-222-3/+13
| | | | Fixes unneeded proactive notifications shown when chat state is inactive. Fixes NPE.
* Improves updating away status.Damian Minkov2012-06-201-0/+24
|